@charset "utf-8";
/*
 * CSS for SmartPhone
 * @date     2022.03
 * @author   Zhang Ting
 */

/* ------------------------------------------
   Common Setting
------------------------------------------ */
.pc {
	display: none !important;
}
#contents {
	background: #ffffff;
	padding-top: 0;
}
#keyVisual img, #hotelBnrBox img, #coronaBox img, #hotelList img , #PickUP img {
	width: 100%;
}
/* ------------------------------------------
   Main CSS start
------------------------------------------ */
#keyVisual{width: 100%; margin-bottom: 0;}
#keyVisual h1{top: 15%; left: 0; z-index: 9; text-indent: inherit; width: 100%;}

.markLink {
    padding: 8px 0;
    width: 100%;
    background-color: #fff;
	box-shadow: 0 1px 3px #ddd;
}
.markLink ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.Link-list {
    background: #fff;
    border-right: 1px solid #c4c4c4;
	width: 25%;
}
.Link-list:last-child{border-right: none;}
.Link-list a {
    font-weight: 700;
	font-size: 13px;
    text-align: center;
    text-decoration: none;
	display: flex;
	flex-flow:row wrap;
	justify-content:center;
	flex-direction: column;
	align-items: center;
}
.Link-list a:before { background-image: url(https://img.travel.rakuten.co.jp/special/early-booking/202311/images/ttlIconGNav.svg)!important; background-size: 530px auto; transform: scale(.6); background-repeat: no-repeat; display: block; width: 42px; height: 42px; content: "";}
.ttlicon.hotel-icon:before { background-position: -182px -240px;}
.ttlicon.tour-icon:before { background-position: -59px -240px;}
.ttlicon.service-icon:before { background-position: -480px -180px;}
.ttlicon.recommend-icon:before { background-position: -62px 0;}


.pr_main{font-size: 15px; font-weight: bold; line-height: 160%; letter-spacing: 1px; text-align: center; padding: 20px 10px 15px;}


.ss-container-outer {  padding: 16px 8px; background-color: #F6F6F6;}
.ss-container {
	border: 1px solid #ced5db;
    background-color: #fff;
    border-radius: 10px;
	margin: 0 auto 24px;
    padding: 8px;
	box-sizing: border-box;
}

.mainTtl { font-size: 24px; font-weight: 700; color: #000; line-height: 120%;}
#Service .mainTtl {padding: 10px 0;}
.mainTtl .ttlicon{ display: flex; flex-flow:row nowrap; align-items:center;} 
.mainTtl .ttlicon:before {
	background-image: url(https://img.travel.rakuten.co.jp/special/early-booking/202311/images/ttlIconGNav.svg) !important;
	background-repeat: no-repeat;
	display: block;
	width: 46px;
	height: 50px;
	background-size: 530px auto;
	content: '';
	transform: scale(.6)
}
.mainTtl .ttlicon.hotel-icon:before { background-position: -182px -240px;}
.mainTtl .ttlicon.tour-icon:before { background-position: -59px -240px;}
.mainTtl .ttlicon.service-icon:before { background-position: -486px -180px;}
.mainTtl .ttlicon.recommend-icon:before { background-position: -62px 0;}

.subTtl {font-size: 18px; font-weight: 700;}
.subTtl .ttlicon{ display: flex; flex-flow:row nowrap; align-items:center; justify-content: center;} 
.subTtl .ttlicon:before {
	background-image: url(https://img.travel.rakuten.co.jp/special/early-booking/202311/images/ttlIconGNav_sub.svg) !important;
	background-repeat: no-repeat;
	display: block;
	width: 36px;
	height: 45px;
	background-size: 530px auto;
	content: '';
	transform: scale(.5);
}
.subTtl .ttlicon.location-icon:before { background-position: -368px -60px;}
.subTtl .ttlicon.air-icon:before { background-position: -248px -60px;}
.subTtl .ttlicon.premium-icon:before { background-position: -125px 0;}


#mapArea .column_4{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#mapArea .column_4 .column-list{
    box-sizing: border-box;
    width: calc((100% - 16px) / 3);
	position: relative;
	margin-bottom: 8px;
	line-height: 1.4;
	border-radius: 5px;
	overflow: hidden;
}
#mapArea .square .column-list dt {
	height: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mapArea .square .column-list dt img {
    min-height: 100px;
    overflow: hidden;
}
#mapArea .column-list .areaNm {
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #333;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 75%);
	  background-size: auto;
	background-size: contain;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 100%;
}
#mapArea .column-list .areaNm span {
    font-size: 12px;
    display: block;
    line-height: 14px;
}

#hotelList .btnAir{margin: 10px; display: flex; flex-flow: row wrap; justify-content: space-between;}
#hotelList .btnAir li{margin-bottom: 10px;}
#contentsArea #hotelList .btnAir a:hover{opacity: 0.7;}




.jdsTab .jdsTabNav{margin-bottom: 16px; display: flex;}
.jdsTab .jdsTabNav li {
	background: #ffffff;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	cursor: pointer;
	border:1px solid #999;
	width: calc((100% - 18px) / 4);
}
.jdsTab .jdsTabNav li span{ font-size: 13px;}
.jdsTab .jdsTabNav li.active {
	border:none;
	background: #4CB101;
	border: 1px solid #4CB101;
	color: #ffffff;
}
.hotelBox {
	background: #ffffff;
	margin-bottom: 10px;
	clear: both;
	border: 1px solid #11182B;
	box-shadow: 2px 2px 4px grey;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.hotelBox .areaName {
	background: #11182B;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	padding: 6px 8px;
	line-height: 1.6;
	letter-spacing: -1px;
}
.hotelBox .hotelName {
	font-size: 14px;
	background: #E5F0FB;
	padding: 8px;
	margin: 0 8px 8px;
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.hotelBox .hotelPht {
	padding: 0 ;
	font-size: 0;
	position: relative;
	min-height: 180px;
	margin: 0 8px 8px;
}
.hotelBox .hotelPht span{
	position: absolute;
	display: flex;
	flex-flow:row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	right: 5px;
	bottom: 5px;
}
.hotelBox .hotelPht span::after{
	content: "";
	display: block;
	width: .5em;
	height: .5em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hotelBox a.plan{display: block; border-radius: 5px; background: #F6FCEE; padding: 12px 20px; margin: 0 16px 15px;}
.hotelBox a.plan .planName{ font-size: 15px; line-height: 140%; margin-bottom: 5px;}
.hotelBox a.plan .price{ font-size: 13px; text-align: center; line-height: 140%;}
.hotelBox a.plan .price span{ color: #C50707; font-weight: bold;}
.hotelBox a.plan .price span em{font-style: normal; font-size: 21px;}
.hotelBox .bottomBtn {
	display: flex;
	justify-content: flex-start;
	padding: 0 6px 13px;
	flex-wrap: wrap;
}
.hotelBox .bottomBtn li {
	text-align: center;
	width: calc(50% - 4px);
	margin: 0 2px 4px;
}
.hotelBox .bottomBtn li a {
	display: block;
	color: #ffffff !important;
	letter-spacing: 1px;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 700;
}
.hotelBox .bottomBtn li a span{ display: none;}
.hotelBox .bottomBtn li:nth-child(1) {
	float: left;
	background: #1b0e80;
	border-radius: 5px;
}
.hotelBox .bottomBtn li:nth-child(2) {
	float: right;
	background: #cc0001;
	border-radius: 5px;
}
.hotelBox .bottomBtn li:nth-child(3) {
	color: #fff;
	background: #000;
	border-radius: 5px;
}
.condInfo {
	clear: both;
	font-size: 84%;
	line-height: 170%;
}
#contentsArea .condInfo a{color: #1D54A7; text-decoration: underline;}



#Service ul li{margin-bottom: 5px;}
#Service ul li dl{display: flex; flex-flow: row nowrap; justify-content: space-between;}
#Service ul li dl dt{font-size: 14px; font-weight: 700; color: #4CB101; background: #F2FFE9; width: 25%; display: flex; justify-content: center; align-items: center; padding-top: 30px; position: relative; }
#Service ul li dl dt::before{
	background-image: url(https://img.travel.rakuten.co.jp/special/early-booking/202311/images/ttlIconGNav.svg) !important;
	background-repeat: no-repeat;
	width: 48px;
	height: 58px;
	background-size: 530px auto;
	content: '';
	position: absolute;
	top: 35px;
	transform: scale(.8);
}
#Service ul li dl dt.hotel:before { background-position: -182px -240px;}
#Service ul li dl dt.tour:before { background-position: -59px -240px;}
#Service ul li dl dt.car:before { background-position: -426px -180px; transform: scale(.9);}

#Service ul li dl dd{font-size: 13px; font-weight: 700; line-height: 140%; background: #fff; border: 1px solid #4CB101; width: calc(( 75% - 24px) / 2); margin-left: 5px; min-height: 150px; 
	display: flex; flex-flow: row wrap; justify-content: center; align-items: center;}

#Service ul li dl dd span{ position: relative; padding-top: 30px; display: flex; flex-flow: row wrap; justify-content: center;}
#Service ul li dl dd span::before{
	background-image: url(https://img.travel.rakuten.co.jp/special/early-booking/202311/images/ttlIconGNav.svg) !important;
	background-repeat: no-repeat;
	width: 48px;
	height: 42px;
	background-size: 530px auto;
	content: '';
	top: -10px;
	transform: scale(.6);
	position: absolute;
}
#Service ul li dl dd span.cpn::before{ background-position: -244px -125px; top: -6px;}
#Service ul li dl dd span.point::before{ background-position: -120px -61px;}

#Service ul li dl dd span em{font-size: 20px; font-weight: 700; color: #CC0001; font-style: normal;}
#Service ul li dl dd span i{font-size: 14px; font-weight: 700; color: #CC0001; font-style: normal;}
#Service ul li dl dd.text{font-size: 13px; font-weight: normal; line-height: 140%; padding: 0 5px;}
#Service ul li dl dd.text:after{display: none;}
#contentsArea #Service ul li dl dd.text a{color: #1D54A7; text-decoration: underline;}

#Service ul li dl.tit dt{padding-top: 0; background: #4CB101; color: #fff;}
#Service ul li dl.tit dt::before{ display: none; }
#Service ul li dl.tit dd{min-height: 60px; background: #4CB101; color: #fff; font-size: 14px; }
#Service ul li dl.tit dd:last-child{padding: 0 5px;}

#Service .pr{padding: 5px 0; font-size: 13px;}


#Osusume .bnr{display: block; margin-bottom: 10px;}
#Osusume .bnr img{width: 100%;}



#sns { background: none !important; padding: 0 !important;}

#contents .pagetop{right: 0;}
#contents .pagetop a{ background: rgba(76, 177, 1, 0.9);}


.ttlicon.tour-icon:before{ background: url(https://img.travel.rakuten.co.jp/special/early-booking/202407/images/newTour.svg) no-repeat !important; background-size: 47px !important;}
#Service ul li dl dt.tour:before{ background: url(https://img.travel.rakuten.co.jp/special/early-booking/202407/images/newTour.svg) no-repeat !important; background-size: 48px !important;}
.long-tab {
	width: fit-content!important;
	padding-right: 5px!important;
	padding-left: 5px!important;
}