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


/* ------------------------------------------
   Common Setting
------------------------------------------ */
.sp {
	display: none !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#widewrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #333;
}

#contents.column1 {
	width: 100%;
	padding: 0 0 40px 0;
}
#contents {
	background: #ffffff;
	overflow: hidden;
}
/* ------------------------------------------
   Main CSS start
------------------------------------------ */
#keyVisual{position: relative; width: 100%; margin-bottom: 0; overflow: hidden; height: 300px;}
#keyVisual .bgAnima { background: url(https://img.travel.rakuten.co.jp/special/early-booking/202311/images/topBg.jpg) repeat-x; height: 300px; animation: bgAnima 60s linear infinite normal;}
@keyframes bgAnima {
	from {background-position: 0 0;}
	to {background-position: -2864px 0;}
	}
#keyVisual h1{ text-indent: inherit; width: 100%;}
#keyVisual h1 img{ display: block; margin: 0 auto;}

.markLink {
    padding: 16px 0;
    width: 100%;
    background-color: #fff;
	box-shadow: 0 1px 3px #ddd;
  }

.markLink ul {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }
.Link-list {
    background: #fff;
    position: relative;
    border-right: 1px solid #c4c4c4;
	padding-right: 15px;
}
.Link-list:last-child{border-right: none;}
.Link-list a {
    padding: 0 30px;
	display: flex;
	align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}
#contentsArea .Link-list a:hover{ text-decoration: none; color: #4CB101;}
.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: 47px; 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: 30px; font-weight:700; line-height: 160%; letter-spacing: 2px; text-align: center; padding: 60px 0; }


.ss-container-outer { padding: 80px 0 10px;  margin: 0 auto; background-color: #F6F6F6; width: 1420px;}
.ss-container {
	border: 1px solid #ced5db;
    background-color: #fff;
    border-radius: 10px;
    width: 1280px;
	margin: 0 auto 80px;
    padding: 48px;
	box-sizing: border-box;
	overflow: hidden;
}

.mainTtl {
    font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-bottom: 36px;
}
.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: 45px;
	height: 45px;
	background-size: 530px auto;
	content: '';
	z-index: 10;
	padding-right: 10px;
  }
.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: -480px -180px;}
.mainTtl .ttlicon.recommend-icon:before { background-position: -62px 0;}

.subTtl {font-size: 36px; font-weight: 700; margin-bottom: 24px;}
.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: 51px;
	height: 58px;
	background-size: 530px auto;
	content: '';
	z-index: 10;
	transform: scale(.8);
}
.subTtl .ttlicon.location-icon:before { background-position: -360px -60px;}
.subTtl .ttlicon.air-icon:before { background-position: -244px -60px;}
.subTtl .ttlicon.premium-icon:before { background-position: -118px 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% - 30px) / 4);
	position: relative;
	margin-bottom: 8px;
	line-height: 1.4;
	border-radius: 5px;
	overflow: hidden;
}
#mapArea  .square .column-list dt {
    background: none !important;
	max-height: 136px;
}
#mapArea .column-list img {
	width: 100%;
}
#mapArea .column-list .areaNm {
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 18px;
	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: 10px 10px 35px;
	width: 100%;
	height: 100%;
}
#mapArea .column-list .areaNm span {
	font-size: 14px;
	display: block;
}
#mapArea .column-list:after {
	content: "";
	background: url(https://img.travel.rakuten.co.jp/special/sales/images/new/area_arrow_right.png) right bottom no-repeat;
	display: block;
	position: absolute;
	bottom: 7px;
	right: 7px;
	width: 24px;
	height: 24px;
  }
#contentsArea #mapArea .column-list a:hover{opacity: 0.8;}





#hotelList .btnAir{width: 1000px; margin: 0 auto 60px; display: flex; flex-flow: row wrap; justify-content: space-between;}
#contentsArea #hotelList .btnAir a:hover{opacity: 0.7;}


.swiper-slide{width: auto;}

.jdsTab .jdsTabNav {margin: 0 0 24px; padding-top: 5px; display: flex; width: 100%; flex-flow: row wrap;}
.jdsTab .jdsTabNav li {
	border:1px solid #999;
	background: #ffffff;
	text-align: center;
	padding: 15px 20px 12px;
	box-sizing: border-box;
	margin: 0 3px 3px;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	overflow: hidden;
}
.jdsTab .jdsTabNav li span{ font-size: 18px;}
.jdsTab .jdsTabNav li.active {
	border:none;
	background: #4CB101;
	border:1px solid #4CB101;
	color: #ffffff;
}

.jdsTabMain{ margin: 0 auto;}

.hotelBox {
	border: 1px solid #11182B;
	box-shadow: 2px 2px 4px grey;
	width: calc(( 100% - 48px ) / 4);
	float: left;
	background: #ffffff;
	margin: 0 5px 20px;
}

.hotelBox .areaName {
	background: #11182B;
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 1.6;
        color: #fff;
        padding: 6px 8px;
        letter-spacing: -1px;
}

.hotelBox .hotelName {
	font-size: 16px;
	background: #E5F0FB;
	padding: 8px;
	margin: 0 15px 15px;
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.hotelBox .hotelPht {
	padding: 0 ;
	font-size: 0;
	position: relative;
	height: 180px;
	margin: 0 15px 15px;
}

.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 .hotelPht img {
	width: 100%;
}
.hotelBox a.plan{display: block; border-radius: 5px; background: #F6FCEE; padding: 12px 20px; margin: 0 20px 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: space-between;
	padding: 0 15px 20px;
}
.hotelBox .bottomBtn li {
	text-align: center;
	margin: 0 2px;
	width: calc(50% - 4px);
}
.hotelBox .bottomBtn li a {
	display: block;
	color: #ffffff !important;
	padding: 14px 0 12px;
	font-size: 16px;
	font-weight: 700;
}
.hotelBox .bottomBtn li a span{ display: block;}
.hotelBox .bottomBtn li:nth-child(1) {
	background: #1b0e80;
	border-radius: 5px;
}
.hotelBox .bottomBtn li:nth-child(2) {
	background: #cc0001;
	border-radius: 5px;
}
.hotelBox .bottomBtn li:nth-child(3) {
	color: #fff;
	background: #000;
	border-radius: 5px;
}
#contentsArea .hotelBox .bottomBtn li:nth-child(1) a:hover{background: #5f56a6; border-radius: 5px; text-decoration: none;}
#contentsArea .hotelBox .bottomBtn li:nth-child(2) a:hover{background: #db4c4d; border-radius: 5px; text-decoration: none;}

.condInfo {
	max-width: 1304px;
	width:90%;
	clear: both;
	margin: 0 auto;
	font-size: 84%;
	line-height: 170%;
}
#contentsArea .condInfo a{color: #1D54A7; text-decoration: underline;}
#contentsArea .condInfo a:hover{color: #1D54A7; text-decoration: none;}


#Service ul li{margin-bottom: 10px;}
#Service ul li dl{display: flex; flex-flow: row nowrap; justify-content: space-between; letter-spacing: 2px;}
#Service ul li dl dt{font-size: 36px; font-weight: 700; color: #4CB101; background: #F2FFE9; width: 25%; display: flex; justify-content: center; align-items: center; padding-top: 50px; 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: 20px;
	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: 30px; font-weight: 700; line-height: 140%; background: #fff; border: 1px solid #4CB101; width: calc(( 75% - 24px) / 2); margin-left: 10px; min-height: 130px; 
	display: flex; flex-flow: row wrap; justify-content: center; align-items: center;}
#Service ul li dl dd div{text-align: center;}
#Service ul li dl dd span{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: 20px;
	transform: scale(.8);
}
#Service ul li dl dd span.cpn::before{ background-position: -244px -125px;}
#Service ul li dl dd span.point::before{ background-position: -120px -61px;}

#Service ul li dl dd span em{font-size: 40px; font-weight: 700; color: #CC0001; font-style: normal;}
#Service ul li dl dd span i{color: #CC0001; font-style: normal;}
#Service ul li dl dd.text{font-size: 16px; font-weight: normal; line-height: 160%; }
#Service ul li dl dd.text:after{display: none;}
#Service ul li dl dd.text div{text-align: left; width: 83%;}
#contentsArea #Service ul li dl dd.text a{color: #1D54A7; text-decoration: underline;}
#contentsArea #Service ul li dl dd.text a:hover{color: #1D54A7; text-decoration: none;}

#Service ul li dl.tit{letter-spacing: 5px;}
#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: 90px; background: #4CB101; color: #fff; font-size: 36px;}

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

#Osusume .bnr{display: block; margin: 0 auto 40px; width: 1050px;}
#Osusume .bnr:hover{opacity: 0.7;}

#contents .pagetop {
	width: 70px;
	text-indent: -9999px;
	font-size: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#contents .pagetop a {
	background-color: #4CB101;
	border-radius: 50px;
	display: block;
	line-height: 0;
	font-size: 0;
	height: 70px;
	position: relative;
}
#contents .pagetop a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 50%;
	width: 10px;
	height: 10px;
	margin-top: -2px;
	margin-right: -7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
  }
#contents .pagetop a:hover{opacity: 0.7;}


#contentsArea .hotelBox a:hover{ text-decoration: none!important; opacity: 0.7!important;}
#contentsArea .hotelBox .bottomBtn a:hover{text-decoration: underline; opacity: 1;}


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

.ttlicon.tour-icon:before{ background: url(https://img.travel.rakuten.co.jp/special/early-booking/202407/images/newTour.svg) no-repeat left top -3px !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;
}