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

/* ------------------------------------------
   Common Setting
------------------------------------------ */
.pc {display: none !important;}
#contents {background: #ffffff; padding-top: 0;}
#hotelBnrBox img, #coronaBox img, #hotelList img , #PickUP img { width: 100%;}

h2.title { text-align: center; padding: 30px 0 20px; font-size: 20px; letter-spacing: 1px;}
h2.title span{position: relative; width: 100%; display: block;}
h2.title span:after{position: absolute; top: 45%; left: 0; content: ""; background: url(https://img.travel.rakuten.co.jp/select/rakutenstay/202206plan/images/Line1.png) no-repeat; width: 20px; height: 1px;}
h2.title span:before{position: absolute; top: 45%; right: 0; content: ""; background: url(https://img.travel.rakuten.co.jp/select/rakutenstay/202206plan/images/Line1.png) no-repeat; width: 20px; height: 1px;}
h2.title span i{font-size: 20px; font-style: normal;}

h2.tit_w { color: #fff;}
h2.tit_w  span:after{background: url(https://img.travel.rakuten.co.jp/select/rakutenstay/202206plan/images/Line2.png) no-repeat;}
h2.tit_w  span:before{background: url(https://img.travel.rakuten.co.jp/select/rakutenstay/202206plan/images/Line2.png) no-repeat;}
/* ------------------------------------------
   Main CSS start
------------------------------------------ */
#keyVisual{position: relative; width: 100%; margin-bottom: 0; }
#keyVisual h1{position: absolute; top: 5%; left: 0; z-index: 9; text-indent: inherit; text-align: center;}
#keyVisual img{ width: 100%; }
#keyVisual h1 img{ width: 85%; max-width: 310px;}
.pr_absolute:before{z-index: 9;}
#keyVisual .rslides_tabs{ display: none;}

.pr_main{font-size: 13px; line-height: 160%; padding: 16px; text-align: center; background: #F4F2ED; }
.pr_main b{font-size: 16px; display: block; margin: 10px 0 0; line-height: 160%;}


#PickUP{margin: 0 16px; background: url(https://img.travel.rakuten.co.jp/select/rakutenstay/202206plan/images/tit_bg.png) no-repeat top center; background-size: 100%;}
#PickUP dl{ display: block; margin-bottom: 24px; background: url(https://img.travel.rakuten.co.jp/select/rakutenstay/202206plan/images/triangle1.png) no-repeat #F4F2ED bottom left; background-size: 50%;}
#PickUP dl dd{padding: 10px; font-size: 14px; line-height: 160%;}
#PickUP dl dd h3{ font-size: 16px; margin: 5px 0; letter-spacing: 2px;}


#hotelList { margin-top: 16px; padding: 16px; background: #F4F2ED;}
.hotelBox {
	margin-bottom: 20px;
	clear: both;
	background: #ffffff;
}
.hotelBox .areaName {
	text-align: center;
	padding: 24px 0 5px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.hotelBox .hotelName {
	font-size: 16px;
	padding: 0 16px 10px;
	line-height: 160%;
	text-align: center;
	font-weight: bold;
}
.hotelBox .exptxt {
	font-size: 84%;
	line-height: 160%;
	padding: 0 16px 10px;
}
.hotelBox .streetName{font-size: 84%; line-height: 140%; padding: 0 15px 10px; text-align: center;}
.hotelBox .streetName span{display: inline-block; background: #D9EDF9; padding: 4px 15px 3px; border-radius: 3px;}
.hotelBox .hotelPht {
	padding: 0 ;
	font-size: 0;
}
.hotelBox .rtBox span{display: block; border-radius: 5px; padding: 12px 20px; margin: 0 16px 15px; background: #fef2f2; font-size: 13px; line-height: 140%;}
/* ------------------------------------------
.hotelBox a.plan{display: block; border-radius: 5px; padding: 12px 20px; margin: 0 16px 15px; border: 1px solid #DF8080;}
.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;}
.hotelBox a.plan .price span em{font-style: normal; font-size: 18px; font-weight: bold;}
------------------------------------------ */
.hotelBox .bottomBtn {
	padding: 0 16px 20px;
}
.hotelBox .bottomBtn li {
	border-radius: 3px;
	position: relative;
	text-align: center;
	width: 48.5%;
}
.hotelBox .bottomBtn li:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	margin-top: -3px;
	right: 10px;
}
.hotelBox .bottomBtn li a {
	display: block;
	color: #ffffff !important;
	background: #BF0000;
	letter-spacing: 1px;
	border-radius: 5px;
	padding: 10px 0;
}
.hotelBox .bottomBtn li:nth-child(1) {
	float: left;
}
.hotelBox .bottomBtn li:nth-child(2) {
	float: right;
}

#contentsArea .btnGroup{ display: block; width: 100%; margin: 10px auto 20px; background: #BF0000; color: #ffffff !important; font-size: 20px; font-weight: bold; letter-spacing: 2px; border-radius: 10px; text-align: center; padding: 20px 0 16px; position: relative;}
#contentsArea .btnGroup:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 48%;
	margin-top: -3px;
	right: 15px;
}

.condInfo {
	clear: both;
	font-size: 80%;
	line-height: 160%;
}
#contentsArea .condInfo a{text-decoration: underline;}

#search-box {
	margin-top: 16px;
	border: 1px solid #F4F2ED;
}
#search-box h2 {
	text-align: center;
	background: #333;
	color: #fff;
	padding: 10px 0 8px;
	letter-spacing: 3px;
	font-size: 22px;
}
#search-box h2 span i{font-size: 20px; font-style: normal;}

#search-box-body {
	display: block;
}
