﻿@charset "utf-8";
/* CSS Document */
*{box-sizing:border-box;}
html,body{
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif;
	font-size:15px;
	color:#FFF;
	background-color:#c9f0e6;}
a{text-decoration:none;
color:#FFF;}
.wraper{
	width:100%;}
#gotop{
	display: none;
	width: 3rem;
    height: 3rem;
    border-radius: 2rem;
    background-color:#13b5b1;
    text-align: center;
    line-height: 3rem;
    color: white;
    position: fixed;
    right: 2rem;
    bottom:3.333rem;
    z-index: 20rem;
    font-size:1.0666rem;
	cursor:pointer;}
#gotop:hover{
	background-color:#f39700;}
/*大圖*/  	
.topwraper{
	height:652px;
	background: url(../images/bg_01.jpg) no-repeat center top;
	}
.toper{
	width: 1000px;
	height:652px;
	margin: 0 auto;
	position:relative;
	overflow: hidden;}
img.tw01, img.tw02, img.tw03, img.tw04, img.tw05{
	position: absolute;
	right: 0;
	left: 0;
	margin:0 auto 
}
img.tw01{
	bottom: 0;}
img.tw02{
	top: 240px; left: -55px;}
img.tw03{
	top: 100px;}
img.tw04{
	top: 86px;
    left: -245px;}
img.tw05{
	top: 59px;
    left: -10px;} 

/*選單*/       				
.navwraper{
    background:#5da2b7;}
.nav{
	width:1000px;
	margin:0 auto;}
.nav ul.maintabs{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}	
.nav ul.maintabs li{
	width:calc(100% / 3);
	border-left: 1px solid #fff;}
ul.maintabs li:last-child{
	border-right:1px solid #fff;}	
.nav ul.maintabs li a{
	display:block;
	line-height:60px;
	color: white;
	font-size: 1.5rem;
	font-weight: bold;
	padding:0 50px;
	text-align: center;
	transition: all 0.3s linear;
	background-image: url('../images/good.png');
	background-position:center left 25px;
	background-repeat: no-repeat;}
#page_BUS .nav ul.maintabs li:nth-child(1)>a,
#page_HOTEL .nav ul.maintabs li:nth-child(2)>a,
#page_ISLAND .nav ul.maintabs li:nth-child(3)>a,
.nav ul.maintabs li a:hover{
	background-color: #0580bf;
	background-image: url('../images/goodhover.png');
	background-position:center left 45px;
}


/*安心住宿*/
.content_wraper{
	background: url('../images/bg_02-2.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	}
.content_wraper02{
	background: url('../images/bg_04.jpg');
	background-position: center top;
	background-attachment:fixed;
	background-size: cover;
}
.content_wraper03{
	background-image: url('../images/bg_02.jpg');}
.content_wraper04{
	background-image: url('../images/bg_03.jpg');
	background-position: center top;
	background-attachment:fixed;
	background-size: cover;}
.content_wraper05{
	background-image: url('../images/bg_05.jpg');
	background-position: center bottom;
	background-attachment:fixed;
	background-size: cover;}
h6.bar{
	height: 81px;
	background: url('../images/bar_01.png') center top no-repeat;
	text-indent: -9999px;
	margin: 2rem 0;
	display: block;}
h6.bar02{background-image: url('../images/bar_02.png');}
h6.bar03{background-image: url('../images/bar_03.png');}
h6.bar04{background-image: url('../images/bar_04.png');}
h6.bar05{background-image: url('../images/bar_05.png');}
h6.bar06{background-image: url('../images/bar_06.png');}
h6.bar07{background-image: url('../images/bar_07.png');}
h6.bar08{background-image: url('../images/bar_08.png');}
h6.bar09{background-image: url('../images/bar_09.png');}
/*小選單*/
.secmenu{
	padding:35px;
}
.secmenu2{
	padding:4rem .5rem 0 .5rem;
}
.secmenu ol{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.secmenu ol li{
	margin-right:15px;
	border-radius: 20px;
	border: 1px solid #fff;
	background-color: rgb(255, 255, 255,0.3);}
.secmenu ol li a{
	display: block;
    font-size: 1.4rem;
    color: #0580bf;
    font-weight: bold;
    padding: 0 20px;
    line-height: 40px;
}
.secmenu ol li:hover{
	background-color: #fecfca;
	border-radius: 20px;
}
.secmenu ol li.act a{
	background-color: #ff5e4d;
    border-radius: 20px;
    color: white;
}
.content{
	width:1000px;
	margin:0 auto;
	padding:2rem 0;}
.safebox{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 2rem 0;
}
.safeinner{
	text-align: center;
	padding:15px;
	color: #535353;}
h3.s-title{
	display: block;
    height: 42px;
    text-indent: -9999px;
    background: url(../images/bus-title_01.png) no-repeat center center;
    margin-top: -22px;
    position: relative;
    margin-bottom: 20px;}
h3.s-title02{background-image: url('../images/bus-title_02.png');}
h3.s-title03{background-image: url('../images/bus-title_03.png');}
h3.s-title04{background-image: url('../images/safty-title01.png');}	
h3.s-title05{background-image: url('../images/safty-title02.png');}
h3.s-title06{background-image: url('../images/safty-title03.png');}	
.safeinner p{
	text-align:left;
	font-size: 1.2rem;
	font-weight: bold;}
/*商品*/
.goodswraper{
	width: 1000px;
    background-color: white;
    border: 3px solid #83c6e5;
    border-radius: 20px;
    padding: 1rem;}
.good{
	transition: all 0.5s linear;
	border-bottom: 1px solid #ded8d8;
	padding: .75rem;
}
.good:hover{
	background-color:#d8f3f4;
}
a.tours{
	display: block;
    margin-bottom: .75rem;
    transition: all 0.5s linear;
    }
a.tours >h2{
	color: #294266;
    font-size:1.1rem;
    font-weight: 700;
}    
.pinner{
	text-align: right;}	
.price{
	font-size: 0.7rem;
    color: #c41919;
    font-weight: 800;
    display: inline-block;
    margin-top: -30px;}
.price span{
	font-size:1.5rem;}		
a.pb{color:#c41919;}
a.pb:hover{color:#eb6100;}
.date a{color:#312e2b;}
.date a.more{
	color: #312e2b;
	display: inline-block;
    padding: .25rem;
    border: 1px solid #294266;
    border-radius: .5rem;
    margin-bottom: .25rem;
    margin-right: .25rem;
}	
.good:hover .date a.more{
	border: 1px solid #294266;
}
.good:hover  .date a.more:hover{background-color:#294266; color:white;}			
.good:hover a.tours h2.name,.good:hover .date a.more,.good:hover .date a{
	color: #294266;}
.good:hover a.tours h2.name{text-decoration:underline;}
.good:hover	.price{
	color:#c62d2d;}
.good:hover	.price:hover{ cursor: pointer;}		
span.start{
	display: inline-block;
    color: #6b6c6d;;
    margin-right: .5rem;
    font-size: .75rem;
}






@media screen and (max-width:999px){

a.mainbtn{
	display:block;
	width:50px;
	height:50px;
	background:url(../images/menu.png);
	position:fixed;
	z-index:200;
	top:60px;
	right:10px;
	cursor:pointer;}
.wraper{}
#gotop{
	 right: 1rem;
}
#gotop:hover{}
.slideshow {
	display:none !important;}
.topwraper{
	height:0;
	padding-bottom:64.8148%;
	background:url(../images/head_sp.jpg) no-repeat center;
	background-size:cover;}
.topwraper > .toper{
	display:none;}
/*選單*/	
.navwraper{
	display:none;
	position:fixed;
	top:35px;
	width: 100%;
	height:100%;
    background: rgba(68,138,202,0.9);
    padding:4rem 1rem 1rem;
	z-index:205;}
.nav{
	width:100%;
	margin:0 auto;}
.nav ul.maintabs {
	margin:0 auto;
	flex-wrap:wrap;}
.nav ul.maintabs li{
	width:100%;
	border-left:none;
	border:1px solid #fff;
	margin-bottom: 2rem;}
.nav ul.maintabs li a{
	background-position:center left 15px;
}	
#page_BUS .nav ul.maintabs li:nth-child(1)>a,
#page_HOTEL .nav ul.maintabs li:nth-child(2)>a,
#page_ISLAND .nav ul.maintabs li:nth-child(3)>a,
.nav ul.maintabs li a:hover {
	background-position: center left 15px;}

/*小選單*/
.secmenu{
	display: none;
}
/*安心住宿*/
.content{
	width:100%;
	padding:1rem;}
h6.bar{
	height: 0;
	padding-bottom:19.506%;
	background-size: contain;
	margin-top:0px;
}
h6.bar02,
h6.bar03{margin: 1.5rem 0;}
h6.bar04{}
.safebox{
    flex-wrap:wrap;
    justify-content:center;
    padding:0;
}
.safeinner{
	padding:0.5rem;
}
.safeinner >img{
	width: 70%;
}
.safeinner h3.s-title{margin-bottom: .5rem;}
.safeinner h3.s-title02{}
.safeinner h3.s-title03{}	
.safeinner p{}
/*商品*/
.goodswraper{
	width:100%;
	padding: .5rem;}
.price{
	margin-top: 0;
}

}
	
	
	
	
	
	
	
	
	
	
	




