@charset "utf-8";
/* CSS Document */
/*
============================================================
*	hotel_search.css
============================================================
*/

/* 検索結果
==========================================================*/

/* 検索条件
----------------------------------------------------------*/
.searchTerms{
	color: #fff;
	width: 100%;
	padding: 13px 0;
	background: #292929;
	overflow: hidden;
}
.searchTerms h2{
	font-size: 22px;
}


.searchTerms__term{
	float: left;
	margin-right: 20px;
}
.searchTerms__btn{
	float: left;
	transform: translate(0,-2px);
}


/* fixHeader
----------------------------------------------------------*/
.fixHeader{
	opacity: 0;
	position: fixed;
	border-top: 1px solid #ca1332;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	color: #000;
	background: rgba(255,255,255,.9);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	height: 50px;
	line-height: 50px;
	transform: translate( 0, -50px);
	-webkit-transform: translate( 0, -50px);
	transition: all 400ms;
}
.fixHeader .container{
	display: flex;
	justify-content: space-between;
}
.fixHeader h2{
	font-size: 18px;
}
.fixHeader__text{
	font-size: 14px;
}
.fixHeader__text span{
	font-weight: bold;
	color: #000;
}
.fixHeader__ON{
	opacity: 1;
	transform: translate(0, 0);
}



/* サイドバー
----------------------------------------------------------*/
h2.refineTitle{
	padding-left: 40px;
	background: #ca1332 url(../images/common/ui_refine.png) 13px 14px / 19px no-repeat;
}
.sideContents{
	margin: 20px 0 0;
}




.refineWrap{
	background: #fff;
	border: 1px solid #ccc;
}
.refineBox h3 a{
	display: block;
	padding: 5px 10px;
	color: #555;
	background: #eee;
	border-bottom: 1px solid #fff;
	margin-top: 1px;
	position: relative;
}
.refineBox:first-child h3 a{
	margin-top: 0;
}
.refineBox:last-child h3 a{
	margin-bottom: 1px;
}
.refineBox h3 a::before{
	content: "";
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 13px;
	width: 5px;
	height: 10px;
	background: url(../images/common/ui_arrow_red_r.png) 0 0 / 5px no-repeat;
	transition: 0.2s ease-in-out;
}
.refineBox h3 a:hover{
	opacity: .6;
}
.refineBox h3 a:hover::before{
	transform: rotate(90deg);
}
.refineBox h3 a.current::before{
	transform: rotate(90deg);
}
.refineBox h3 a.current:hover::before{
	transform: rotate(90deg) translateX(2px);
}
.refineBox h3 a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e0e0e0;
	bottom: -2px;
	left: 0;
}
.refineContents{
	padding: 10px 20px;
}
.refineContents input[type="text"]{
	font-size: 13px;
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0 10px;
	box-sizing: border-box;
}
.slider__one,.slider__two{
	position: relative;
	height: 30px;
}
.slider__one img,.slider__two img{
	width: 28px;
}
.slider__one img{
	position: absolute;
	z-index: 2;
	left: 93px;
}
.slider__two span{
	position: absolute;
	z-index: 2;
}
.slider__two span:nth-child(1){
	left: 0;
}
.slider__two span:nth-child(2){
	right: 0;
}
.sliderBar{
	width: 100%;
	height: 3px;
	background: #21b1c2;
	position: absolute;
	z-index: 1;
	top: 12px;
}
.refinePrice{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}


.checkbox__hotelClass{
	display: flex;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.checkbox__hotelClass input[type=checkbox] {
 	display: none;
}

.checkbox__hotelClass .checkbox{
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 2px 10px;
	cursor: pointer;
	width: 20%;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.checkbox__hotelClass .checkbox:nth-child(2){
	border: none;
}
.checkbox__hotelClass .checkbox:hover {
	background-color: #eee;
}
.checkbox__hotelClass .checkbox span{
	color: #ffb400;
}

.checkbox__hotelClass .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	content: '';
	opacity: 0;

}
.checkbox__hotelClass input[type=checkbox]:checked + .checkbox{
	background: #ca1332;
	color: #fff;
}
.refineContents ul li{
	font-size: 13px;
	padding: 2px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.refineContents ul li:hover{
	white-space: normal;
}






/* 検索結果リード
----------------------------------------------------------*/
.searchResult{
	overflow: hidden;
	border-bottom: solid 1px #ccc;
}
.searchResult h2{
	line-height: 1;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	float: left;
	padding: 10px 0 20px;
}
.searchResult .resultNumber__select{
	float: right;
	margin-top: 10px;
}
.resultNumber__select label{
	margin: 0 10px 0 0;
	font-size: 13px;
}
.resultNumber__select select{
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(../images/common/ui_pulldown.png) right 8px top 8px / 7px no-repeat;
	line-height: 30px;
	height: 30px;
	border-radius: 5px;
	font-size: 13px;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	width: 65px;
}
.searchResult__text{
	font-size: 12px;
	line-height: 1.8;
	color: #9f9f9f;
	margin: 20px 0 0;
}




/* 並び替え */
.resultList__sort{
	display: flex;
	background: #fff;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	font-size: 13px;
}
.resultList__sort ul{
	width: 870px;
}
.resultList__sort ul li{
	float: left;
}
.resultList__sort ul li a{
	padding: 0 17px;
	display: block;
	position: relative;
}
.en-US .resultList__sort ul li a{
	padding: 0 8px;
}
.resultList__sort ul li.current a{
	background: #777777;
	color: #fff;
}
.resultList__sort ul li.campaign{
	float: right;
}
.resultList__sort ul li.campaign a{
	font-weight: bold;
	color: #ca1332;
}
.resultList__sort a{
	color: #999;
}
.resultList__sortTitle{
	color: #ca1332;
	width: 100px;
	text-align: center;
}
.resultList__sort ul li a:hover,.resultList__sort ul li.campaign a:hover{
	background: #ca1332;
	color: #fff;
}


/* 並び替え__観光スポットボックス */
.distance_near{
	position: relative;
}
.distanceNear__wrap{
	position: absolute;
	z-index: 10;
	background: #fff;
	box-sizing: border-box;
	width: 700px;
	top: -10px;
	left: 270px;
	padding: 20px 0 20px 20px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.distanceNear__wrap::after{
	bottom: 100%;
	left: 79%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.distanceNear__wrap h4{
	margin: 0 0 10px;
}
.distanceNear__wrap ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.distanceNear__wrap ul li{
	color:#009ad3;
	width: 44%;
	font-size: 12px;
	margin: 0 40px 5px 0;
}
.distanceNear__wrap ul li label{
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.distanceNear__wrap ul li label:hover{
	opacity: .6;
}
.distanceNear__wrap ul li input[type="radio"]{
	display: none;
}



.pinpoint_no_vacancy {
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border: 5px solid #f00;
	color: #f00;
}



/* ホテルリスト */
.resultList__hotel{
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	display: flex;
	margin: 0 0 15px;
}


/* ホテルリスト__レイアウト */
.resultList__hotel__layoutPhoto{
	width: 320px;
	padding: 20px;
}
.resultList__hotel__layoutDetail{
	width: 390px;
	padding: 20px 0;
}
.resultList__hotel__layoutPrice{
	width: 220px;
	background: #fbf2f2;
	padding: 20px 25px;
	box-sizing: border-box;
}



.resultList__hotel__campaign{
	position: absolute;
	background: #ff6c00;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
	top: 30px;
	left: -10px;
	z-index: 1;
}
.resultList__hotel__favorite{
	position: absolute;
	top: 30px;
	left: 300px;
}
.resultList__hotel__favorite a:hover img{
	transform: scale(1.2,1.2);
}
.resultList__hotel__favorite img{
	width: 32px;
	transition: 0.2s ease-in-out;

}
.resultList__hotel__photo{
	overflow: hidden;
}
.resultList__hotel__photo img{
	object-fit: cover;
	width: 100%;
	height: 240px;
}
.resultList__hotel__photo a:hover{opacity: .6;}





.resultList__hotel__name{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	padding-right: 20px;
}

.resultList__hotel__nameEng{
	color: #dd8c9a;
	font-weight: normal;
	font-size: 11px;
	margin: 5px 0 0 0;
}



.resultList__hotel__map{
	font-size: 12px;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}
.resultList__hotel__map .address{
	padding: 0 0 0 17px;
	margin: 5px 0;
	background: url(../images/common/ui_hotel.png) left top / 11px no-repeat;
}
.resultList__hotel__map .map{
	padding: 0 0 0 17px;
	background: url(../images/common/ui_map.png) left top / 11px no-repeat;
}
.resultList__hotel__map .map span{
	font-weight: bold;
	color: #000;
}


.resultList__hotel__map .map a{
	text-decoration: underline;
	padding-left: 5px;
}
.resultList__hotel__map .map a:hover{opacity:.6;}

.resultList__hotel__tripA{
	margin: 7px 0;
}
.resultList__hotel__tripA .resultList__hotel__tripA__count{
	padding: 0 0 0 5px;
	font-size: 11px;
}
.resultList__hotel__tripA .resultList__hotel__tripA__count span{
	font-weight: bold;
	color: #000;
}


.resultList__hotel__tag ul{
	display: flex;
	flex-wrap: wrap;
}
.resultList__hotel__tag ul li{
	font-size: 10px;
	width: 120px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
}

.resultList__hotel__tag ul .goto_cap{
	font-size: 10px;
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
}
.resultList__hotel__dataExport{
	font-size: 12px;
	margin: 10px 0 0 0;
}

.resultList__hotel__price{
	line-height: 1.2;
	text-align: right;
}

.resultList__hotel__price .strikethrough{
	font-size: 14px;
	color: gray;
	margin: 0 2px 5px 0;
	line-height: 1.3;
}

.resultList__hotel__price .strikethrough rate{
	color: #dd8c9a;
	font-weight: bold;
}
.resultList__hotel__price .strikethrough span{
	color: #aaa;
	text-decoration: line-through;
	font-size: 18px;
}

.resultList__hotel__star{
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}
.resultList__hotel__star img{
	width: 30px;
}
.resultList__hotel__star::after{
	content: "";
	position: absolute;
	width: 250px;
	height: 1px;
	left: -50px;
	bottom: 0;
	background: #ebd4d4;
	z-index: 0;
}
.resultList__hotel__sales span{
	color: #555;
	font-size: 25px;
}
.resultList__hotel__sales span.full {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	font-size: 18px;
}
.resultList__hotel__sales__logout span{
	color: #aaa;
	font-size: 25px;
}
.resultList__hotel__sales__logout span.full {
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	font-size: 18px;
}
.resultList__hotel__settlement{
	color: #f00;
	margin: 5px 0 0;
}
.resultList__hotel__settlement.commission{
	color: #000;
	font-size: 11px;
	margin: 5px 0 0;
}
.resultList__hotel__settlement span{
	font-size: 25px;
	font-weight: bold;
}
.resultList__hotel__settlement.commission span{
	font-size: 19px;
	font-weight: bold;
}
.resultList__hotel__price p{
	text-align: right;
	font-size: 12px;
	margin: 10px 0 20px;
}







/* ホテルリスト__フッター */
.resultList__hotel__footer{
	margin: 60px 0 150px;
}
.resultList__hotel__footer .resultNumber__select{
	text-align: right;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.resultList__hotel__pager{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.resultList__hotel_pagerPrev a{
	padding: 0 0 0 15px;
	background: url(../images/common/ui_arrow_blue_l.png) left 3px / 5px no-repeat;
}
.resultList__hotel_pagerNext a{
	padding: 0 15px 0 0;
	background: url(../images/common/ui_arrow_blue_r.png) right 3px / 5px no-repeat;
}



.resultList__hotel__pagerList ul{
	display: flex;
}
.resultList__hotel__pagerList ul li.current a{
	color: #ca1332;
}
.resultList__hotel__pagerList ul li{
	margin: 0 5px;
}
.resultList__hotel__pagerList ul li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	background: #fff;
}
.resultList__hotel__pager a:hover{
	opacity: .6;
}
.resultList__hotel__pagerList ul li a:hover{
	opacity: 1;
	color: #fff;
	background: #009ad3;
}






/* データ出力ボックス */
.dataOutput__box{
	position: fixed;
	top: 10px;
	right: 100px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	z-index: 5;
}
.dataOutput__close img{
	width: 12px;
}
.dataOutput__close{
	position: relative;
}
.dataOutput__close a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 25px;
	background: #ccc;
	text-align: center;
	line-height: 19px;
	border-radius: 50%;
}
.dataOutput__contents{
	margin: 20px;
}
.dataOutput__contents p{
	font-size: 13px;
	margin: 10px 0;
}
.dataOutput__checkbox{
	margin: 10px 0;
	text-align: center;
}
.dataOutput__checkbox label{
	margin: 0 5px;
	font-size: 13px;
}
.dataOutput__btn button{
	width: 100%;
	border: none;
	margin: 5px 0 10px;
	font-size: 13px;
	padding: 7px;
	border: none;
	border-radius: 3px;
	background: #ca1332;
	color: #fff;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.dataOutput__btn button:hover{
	opacity: .6;
}

/* ホテル詳細
==========================================================*/
.hotelDetail{
	background: #fff;
	min-width: 1250px;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
	padding-bottom: 40px;
	margin-bottom: 40px;
}


.hotelDetail__lead{
	padding: 30px 20px 10px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
}
.hotelDetail__lead__layoutLeft{
	max-width: 980px;
}
.hotelDetail__lead__layoutRight{
}


.hotelDetail__lead__name{
	font-size: 32px;
	color: #000;
	font-weight: bold;
	line-height: 1.4;
}
.hotelDetail__lead__nameEng{
	font-size: 12px;
	color: #ca1332;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.hotelDetail__lead__map{
	font-size: 12px;
	margin: 10px 0 10px 0;
	line-height: 1.4;
	display: flex;
}
.hotelDetail__lead__map .address{
	padding: 0 0 0 17px;
	margin: 0 15px 0 0;
	background: url(../images/common/ui_hotel.png) left top / 11px no-repeat;
	max-width: 440px;
}
.hotelDetail__lead__map .map{
	padding: 0 0 0 17px;
	background: url(../images/common/ui_map.png) left top / 11px no-repeat;
}
.hotelDetail__lead__map .map span{
	font-weight: bold;
	color: #000;
}
.hotelDetail__lead__map .map a{
	text-decoration: underline;
	padding-left: 5px;
}
.hotelDetail__lead__map .map a:hover{opacity:.6;}
.hotelDetail__lead__star{
	margin: -13px 0 0 15px;
}
.hotelDetail__lead__star img{
	width: 30px;
}


.hotelDetail__lead__campaign{
	text-align: right;
}
.hotelDetail__lead__campaign span{
	background: #ff6c00;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
	display: inline-block;
	clear: both;
}
.hotelDetail__lead__starBtn{
	float: left;
	text-align: center;
	margin: 10px 0 0;
}
.hotelDetail__lead__starBtn a{
	border: 1px solid #ccc;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}
.hotelDetail__lead__starBtn img{
	width: 19px;
	vertical-align: middle;
	transition: 0.2s ease-in-out;
}
.hotelDetail__lead__starBtn a:hover{
	opacity: .8;
}
.hotelDetail__lead__starBtn a:hover img{
	transform: scale(1.2,1.2);
}
.hotelDetail__lead__price{
	float: right;
	text-align: right;
}
.hotelDetail__lead__price span{
	font-size: 25px;
	font-weight: bold;
}
.hotelDetail__lead__price p{
	font-size: 12px;
	color: #555;
}
.hotelDetail__lead__price__sankou{
	color:#aaa;
	line-height: 1.1;
}
.hotelDetail__lead__price__hanbai{
	color: #f00;
}
.hotelDetail__lead__price span.full{
	text-decoration: none;
	font-weight: bold;
	color: #f00;
	font-size: 18px;
}

.hotelDetail__tag{
	margin: 10px 20px 30px;
}
.hotelDetail__tag ul{
	display: flex;
	flex-wrap: wrap;
}
.hotelDetail__tag ul li{
	font-size: 10px;
	min-width: 120px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 5px 5px 0;
	box-sizing: border-box;
	padding: 0 7px;
}

/*
*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*/
.cp_cssslider {
width: 550px;
padding-top: 250px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.cp_cssslider > img {
position: absolute;
left: 0;
right:0;
top: 0;
margin: auto;
transition: all 0.5s;
border-radius: 3px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
max-height: 250px;
}

.cp_cssslider .cp_switch {
display: none;
}
/* サムネイル */
.cp_cssslider label {
margin: 5px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 3px;
}
.cp_cssslider label:hover {
opacity: 0.9;
}
.cp_cssslider label img {
display: block;
width: 40px;
border-radius: 2px;

}
.cp_cssslider .cp_switch:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.cp_cssslider .cp_switch ~ img {
opacity: 0;
}
.cp_cssslider .cp_switch:checked + label + img {
opacity: 1;
}


/* 写真スライドショー
----------------------------------------------------------*/
.hotelDetail__photoWrap{
	padding: 0 0 30px;

}
.hotelDetail__photo__layoutLeft{
	width: 750px;
	float: left;
	margin-right: 30px;
}
.hotelDetail__photo__sliderFor{
	width: 750px;
	height: 530px;
	overflow: hidden;
}

.hotelDetail__photo__sliderNav{
	width: 750px;
	box-sizing: border-box;
	height: 80px;
	overflow: hidden;
}
.hotelDetail__photo__sliderFor .thumb-item li{
	height: 530px;
}
.hotelDetail__photo__sliderNav ul li{
	float: left;
	margin-left: 1px;
}
.hotelDetail__photo__sliderNav ul li:first-child{
	margin-left: 2px;
}
.hotelDetail__photo__sliderNav ul li:last-child{
}
.hotelDetail__photo__sliderNav ul li img{
	width: 67px;
	height: 67px;
}



.hotelDetail__photo__layoutRight{
	float: right;
	margin: 0 30px 0 0;
	width: 440px;
	height: 100px;
}


.thumb-item-nav{
	opacity: 0;
	transition: 1s ease-in-out;
}
.initialized{
	opacity: 1;
}


/* TripAdviser
----------------------------------------------------------*/
.hotelDetail__tripAdviser{
	font-size: 13px;
	margin: 10px 0 0 0;
}
.hotelDetail__tripAdviser h4{
	font-weight: bold;
	color: #000;
}
.hotelDetail__tripAdviser__evaluation p{
	display: inline-block;
	font-size: 11px;
	margin-left: 5px;
	transform: translate(0,2px);
}
.hotelDetail__tripAdviser__evaluation p span{
	font-weight: bold;
}
.hotelDetail__tripAdviser__review{
	margin: 10px 0;
}
.hotelDetail__tripAdviser__review iframe{
	height: 300px;
}




/* 空室情報
----------------------------------------------------------*/
.hotelDetail__secondary{
	border-top: 1px solid #ccc;
	padding: 20px 20px;
}
.hotelDetail__secondary h3{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.hotelDetail__secondary .hotelDetail__roomInformation__name{
	width: 1210px;
	background: #aaa;
	margin: -20px 0 20px -20px;
	padding: 2px 10px;
	box-sizing: border-box;
	color: #fff;
}

.hotelDetail__secondary select{
	-webkit-appearance: none;
	appearance: none;
}



.hotelDetail__roomInformation__filter{
	background: #e9e9e9;
}
.hotelDetail__roomInformation__filterUpper{
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
.hotelDetail__roomInformation__filterDowner{
	width: 100%;
	border-top: 1px solid #fff;
	padding: 15px 20px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.hotelDetail__roomInformation__filterDowner .checkIn__input{
	position: relative;
}
#date_alert_show_detail,#date_mistake_show_detail,#date_over_show_detail{
	left: 0;
	top: 55px;
}


.hotelDetail__roomInformation__filter label{
	font-size: 13px;
	font-weight: bold;
}
.hotelDetail__roomInformation__filter select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	font-size: 13px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 5px;
	border: 1px solid #ccc;
}

.checkIn__input label{
	float: left;
	display: block;
}
.checkIn__input input[type="text"]{
	background: #fff;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	margin: 0;
	margin-left: 10px;
	border: none;
	background: #fff url(../images/common/ui_calendar.png) right 10px top 10px / 20px no-repeat;
	width: 180px;
}
#checkin_detail{
	margin-left: 0;
}

.checkIn__pulldown label{
	float: left;
	display: block;
	margin: 0 0 0 10px;
}
select.checkIn__select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	width: 70px;
}

.memberWrap{
	overflow: hidden;
	width: 25%;
}
.en-US.memberWrap{width: 30%;}
.memberBox{
	overflow: hidden;
	float: left;
	margin: 0 0 0 20px;
}
.member__pulldown{
	float: left;
}
.member__pulldown label{
	float: left;
	display: block;
	margin: 0 0 5px 2px;
}

select.member__select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	width: 100px;
}
.memberBox:first-child .member__number{
	display: inline;
	float: left;
	margin-top: 33px;
}
.member__number{
	display: inline;
	float: left;
	margin-top: 8px;
}
.member__number p{
	width: 50px;
}
.en-US .member__number p{
	width: 60px;
}
.memberChild__select p{
	margin-bottom: 5px;
}
.memberChild__select{
	font-size: 12px;
	border-bottom: 1px solid #aaa;
	clear: both;
	padding: 10px 0 5px;
	margin: 0 0 10px 50px;
}
.memberChild__select label{
	margin: 0 0 4px 0;
	display: block;
}
select.child__select{
	background: #fff url(../images/common/ui_pulldown.png) right 7px top 7px / 7px no-repeat;
	line-height: 25px;
	height: 28px;
	border-radius: 5px;
	font-size: 15px;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
}
.sendBtn{
	margin: 20px 0 0 135px;
	text-align: center;
	width: 200px;
	background:-webkit-linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	background:linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	height: 45px;
	line-height: 45px;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	float: left;
}
.en-US .sendBtn{margin: 20px 0 0 75px;}
.sendBtn::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 10px;
	background:-webkit-linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
	background:linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
	opacity: 0;
	transition: 0.2s ease-in-out;
}
.sendBtn:hover::after{
	opacity: 1;
}
.sendBtn input[type="submit"],.sendBtn input[type="button"]{
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background:transparent;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .2em;
	border: none;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.sendBtn input:hover[type="submit"],.sendBtn input:hover[type="button"]{
	letter-spacing: .4em;
}
#refine_error{
	display: none;
	width: 100%;
	background: #eee;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 13px;
	color: #f00;
	font-weight: bold;
}



/* プランテーブル
----------------------------------------------------------*/
.hotelDetail__roomInformation__table{
	margin: 20px 0;
}
.hotelDetail__roomInformation__table table{
	width: 100%;
	font-size: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.hotelDetail__roomInformation__table table th{
	height: 40px;
	background: #ca1332;
	color: #fff;
	border-left: 1px solid #ccc;
	font-size: 15px;
	min-width: 80px;
}
table td.hotelDetail__roomInformation__tableTitle{
	font-weight: bold;
	color: #000;
}
.hotelDetail__roomInformation__table table td{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
	min-width: 0;
}
.hotelDetail__roomInformation__table table tr.roomBorder{
	border-top: 3px solid #ffb400;
}
.hotelDetail__roomInformation__table table tr.rowColor td{
	background: #fbf2f2;
}
.hotelDetail__roomInformation__tableTag{
	position: relative;
}
.hotelDetail__roomInformation__tableTag > span{
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 11px;
	padding: 5px 10px 5px 25px;
	display: inline-block;
	line-height: 1.3;
	margin: 0 0 5px;
}
.hotelDetail__roomInformation__tableTag span.iconBed{
	background: #fff url(../images/common/ui_bed.png) 5px 6px / 15px no-repeat;
}
.hotelDetail__roomInformation__tableTag span.iconCoin{
	background: #fff url(../images/common/ui_coin.png) 4px 6px / 17px no-repeat;
}
.hotelDetail__roomInformation__tableTag span.iconSmoking{
	background: #fff url(../images/common/ui_smoking.png) 4px 6px / 13px no-repeat;
}
.hotelDetail__roomInformation__tableTag span.iconNosmoking{
	background: #fff url(../images/common/ui_nosmoking.png) 4px 6px / 13px no-repeat;
}
.hotelDetail__roomInformation__tableTag span.iconBed span{
	font-weight: bold;
	color: #21b1c2;
}
.hotelDetail__roomInformation__tableTag span.iconCoin span{
	font-weight: bold;
	color: #ff0000;
}
.hotelDetail__roomInformation__tableTag span.iconCoin.nonRefundable{
	background: #ca1332 url(../images/common/ui_coin_yellow.png) 4px 6px / 17px no-repeat;
	color: #fff;
	border: none;
}
.hotelDetail__roomInformation__table table td.hotelDetail__roomInformation__tableTag{
	padding-bottom: 40px;
}

.inputData{
	position: absolute;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	background: #e9e9e9;
	width: 100%;

}
.hotelDetail__roomInformation__tablePrivilege{
	min-width: 170px;
}
.hotelDetail__roomInformation__tablePrivilege ul li{
	color: #ca1332;
}
.hotelDetail__roomInformation__tableMaximum{
	text-align: center;
}
.hotelDetail__roomInformation__tableMaximum span{
	font-weight: bold;
	color: #000;
	font-size: 15px;
}
.hotelDetail__roomInformation__tableMaximum a:hover{
	opacity: .6;
}

.hotelDetail__roomInformation__tablePrice{
	width: 245px;
	text-align: left;
}
.hotelDetail__roomInformation__tablePrice > div{
	margin-top: 15px;
	clear: both;
}
.strikethrought{
	float: right;
	margin-top: 1px;
	color: gray;
	text-decoration: line-through;
}
.line_through{
	text-decoration: line-through;
}
.align_right{
	text-align: right;
}
.hotelDetail__roomInformation__tablePrice .colorPackage{
	margin-top: 0;
	background: #3aafbd;
	color: #fff;
	display: inline-block;
	padding: 1px 6px;
	border-radius: 3px;

}
.hotelDetail__roomInformation__tablePrice .colorCorporate{
	margin-top: 0;
	background: #a143ff;
	color: #fff;
	display: inline-block;
	padding: 1px 6px;
	border-radius: 3px;

}
.hotelDetail__roomInformation__tablePrice .colorHighRate{
	margin-top: 0;
	background: #383838;
	color: #fff;
	display: inline-block;
	padding: 1px 6px;
	border-radius: 3px;

}
.hotelDetail__roomInformation__tablePrice .colorCanpaign{
	margin-top: 0;
	background: #FF0000;
	color: #fff;
	display: inline-block;
	padding: 1px 6px;
	border-radius: 3px;

}
.hotelDetail__roomInformation__tablePrice span{
	float: right;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	margin-top: -10px;
}
.hotelDetail__roomInformation__tablePrice .colorBlue span{
	font-size: 13px;
	margin-top: 0;
}
.hotelDetail__roomInformation__tablePrice .colorBlack span{
	font-weight: normal;
	font-size: 22px;
}
.hotelDetail__roomInformation__tablePrice .colorBlack.commission span{
	font-weight: normal;
	font-size: 19px;
}
.hotelDetail__roomInformation__tablePrice p{
	text-align: right;
	font-size: 10px;
	clear: both;
	margin-bottom: 10px;
}


.hotelDetail__roomInformation__tableSendBtn span{
	text-align: center;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #ff002b;
	letter-spacing: .1em;

}
.hotelDetail__roomInformation__tableSendBtn a{
	width: 150px;
}
.hotelDetail__roomInformation__table table td.hotelDetail__roomInformation__tableSendBtn{
	vertical-align: middle;
}





/* ホテルの詳細タブ
----------------------------------------------------------*/
.hotelDetail__detail__tab{
	margin: 20px 0 0;
}
.hotelDetail__detail__tab ul{
	display: flex;
}
.hotelDetail__detail__tab ul li a{
	display: inline-block;
	padding: 10px 27.35px;
	font-size: 13px;
	color: #555;
	position: relative;
	z-index: 1;
}
.hotelDetail__detail__tab ul li a:hover{
	opacity: .6;
}
.hotelDetail__detail__tab ul li.current a{
	color: #000;
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #f8f8f8;
}
.hotelDetail__detail__tab ul li.current a:hover{opacity: 1;}
.hotelDetail__detail__tabContents{
	border: 1px solid #ccc;
	background: #f8f8f8;
	margin-top: -1px;
	padding: 30px;
	padding-bottom: 45px;
	position: relative;
	z-index: 0;
}
.hotelDetail__detail__tabContents h4{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.hotelDetail__detail__contents h5{
	color: #ca1332;
	font-weight: bold;
	margin: 20px 0 5px;
}
.hotelDetail__detail__contents p{
	font-size: 12px;
}
.hotelDetail__detail__inputDataBtn a{
	position: absolute;
	height: 20px;
	line-height: 20px;
	background: #fff url(../images/common/ui_arrow_red_r.png) right 8px top 10px / 5px no-repeat;
	box-shadow: 0 3px 0 rgba(0,0,0,.1);
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}



#pkgrate_attention_dialog{
	padding: 20px;
	font-size: 14px;
}
#pkgrate_attention_dialog p{
	margin: 0 0 20px;
}
#pkgrate_attention_dialog ul li {
	margin: 20px 0 20px 35px;
	line-height: 1.6;
	list-style: decimal outside;
}
#pkgagreeflg_message{
	padding: 5px;
	color: #f00;
	font-size: 13px;
	font-weight: bold;
	background: #f7f7f7;
}
.pkgrate_attention_dialog__input{
	margin: 5px;
	text-align: center;
}

#group_book_reserve_alert_dialog{
	padding: 20px;
	font-size: 14px;
}
#group_book_reserve_alert_dialog p{
	margin: 0 0 20px;
}
#group_book_reserve_alert_dialog ul li {
	margin: 20px 0 20px 35px;
	line-height: 1.6;
	list-style: decimal outside;
}
#group_book_reserve_agreeflg_message{
	padding: 5px;
	color: #f00;
	font-size: 13px;
	font-weight: bold;
	background: #f7f7f7;
}


/* おすすめのホテル
----------------------------------------------------------*/
.hotelRecommended{
	margin: 40px 0 0;
	padding-bottom: 80px;
}
.hotelRecommended h3{
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.hotelRecommended h3 span.commonBtn__small a{
	font-weight: normal;
	box-shadow: 0 2px 0 rgba(0,0,0,.1);
	display: inline-block;
	height: 18px;
	line-height: 18px;
	transform: translate(10px,-5px);
}
.hotelRecommended__listWrap{
	margin: 20px 0;
	display: flex;
	justify-content: space-around;
}
.hotelRecommended__listBox{
	width: 400px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	display: flex;
	transition: 0.2s ease-in-out;
}
.hotelRecommended__listBox > a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
.hotelRecommended__listBox:hover{
	opacity: .6;
}
.hotelRecommended__list__campaign{
	position: absolute;
	background: #ff6c00;
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
	top: 0;
	left: 0;
	z-index: 1;
}
.hotelRecommended__list__layoutPhoto{
	margin-right: 20px;
	min-width: 200px;
	height: auto;
	overflow: hidden;
}

.hotelRecommended__list__name h4{
	color: #000;
	font-weight: bold;
	line-height: 1.3;
}
.hotelRecommended__list__star{
	line-height: 1;
	margin: 5px 0;
}
.hotelRecommended__list__star img{
	width: 18px;
}
.hotelRecommended__list__price{
	font-size: 10px;
	line-height: 1.4;
	margin: 20px 0 0;
}
.hotelRecommended__list__sales span{
	color: #aaa;
	font-size: 18px;
	text-decoration: line-through;
}
.hotelRecommended__list__settlement{
	color: #f00;
}
.hotelRecommended__list__settlement span{
	font-size: 18px;
	font-weight: bold;
}
.hotelRecommended__list__photo{
	width: 210px;
	height: 140px;
}
.hotelRecommended__list__photo img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	background: #ccc;
}

#recommendLoading{
	text-align: center;

}
#recommendLoading img{
	padding: 80px 0;
}



.topSearch__rangeChange{
	overflow: hidden;
	margin: 10px 0 20px;
}
.topSearch__rangeChange label{
	border: 1px solid #fff;
	padding: 2px 10px 2px 15px;
	float: left;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.topSearch__rangeChange label:hover{
	opacity: .6;
}
.topSearch__rangeChange label::after {
	content: "▼";
	margin-left: 5px;
	font-size: 10px;
}
.topSearch__rangeChange input[type="radio"]:checked + label{
	background: #fff;
	color: #000;
}
.topSearch__rangeChange input[type="radio"]{
	display: none;
}
#search_change select{
	-webkit-appearance: none;
	appearance: none;
}

#search_change{
	display: block;
	margin-top: 50px;
	border-top: 1px solid #555;
	padding-top: 10px;
}
#search_change .topSearch__Tab ul{
	display: flex;
	margin: 10px 0;
}
#search_change .topSearch__Tab ul a{
	display: inline-block;
	margin: 0 40px;
	padding: 0 0 0 15px;
	background: url(../images/common/ui_arrow_white_r.png) left 7px / 5px no-repeat;
}
#search_change .topSearch__Tab ul a:hover{
	opacity: .6;
	background: url(../images/common/ui_arrow_white_r.png) 4px 7px / 5px no-repeat;
}
#search_change .topSearch__Tab ul li:nth-child(1) a{color: #32c5b9;}
#search_change .topSearch__Tab ul li:nth-child(2) a{color: #1cabd8;}
#search_change .topSearch__Tab ul li:nth-child(3) a{color: #008aff;}
#search_change .topSearch__Tab ul li.current a{color:#fff;}
#search_change .topSearch__Tab ul a:first-child{
	margin-left: 0;
}


#search_change .topSearchForm select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	border: none;
}
#search_change select.areaSelect__select{width: 210px;}
#search_change select#large_area_world{
	margin-left: 0;
}
#search_change select#large_area_domestic{
	margin-left: 0;
}

#search_change .topSearchForm input[type="text"]{
	background: #fff;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	margin: 0;
	margin-left: 10px;
	border: none;
}
#search_change .areaSelect__input input[type="text"]{
	width: 200px;
}
#search_change .wordSelect__input:first-child select {
	margin-left: 0;
	margin-right: 0px;
}
#search_change .wordSelect__input input[type="text"]{
	width: 40.2%;
}
#search_change .pinpointSelect__input  input[type="text"]{
	width: 94%;
	margin:0;
}
#search_change #areaHotelList,#search_change #freeAreaList,#search_change #freeHotelList,#search_change #pinpointList{
	position: absolute;
	top: 160px;
	background: #fff;
	z-index: 10;
	padding: 5px 0;
	overflow-y: auto;
	max-height: 380px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	color: #555;
}
#search_change #areaHotelList{left: 660px;}
#search_change #freeAreaList{left: 158px;}
#search_change #freeHotelList{left: 670px;}
#search_change #areaHotelList a,#search_change #freeAreaList a,#search_change #freeHotelList a,#search_change #pinpointList a{
	display: inline-block;
	padding: 2px 10px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	color: #555;
	transition: none;
	font-size: 13px;
}
#search_change #areaHotelList a:hover,#search_change #freeAreaList a:hover,#search_change #freeHotelList a:hover,#search_change #pinpointList a:hover{
	color: #fff;
	background: #ca1332;
}
#search_change #areaHotelListLoading,#search_change #freeAreaListLoading,#search_change #freeHotelListLoading,#search_change #pinpointListLoading{
	position: absolute;
	top: 119px;
}
#search_change #areaHotelListLoading img,#search_change #freeAreaListLoading img,#search_change #freeHotelListLoading img,#search_change #pinpointListLoading img{
	width: 22px;
}
#search_change #areaHotelListLoading{left: 830px;}
#search_change #freeAreaListLoading{left:630px;}
#search_change #freeHotelListLoading,#search_change #pinpointListLoading{left: 1140px;}
#area_hotel_alert_show{left: 660px;top: 145px;}
#free_alert_show{left: 583px;top: 145px;}
#pinpoint_alert_show{left: 450px;top: 145px;}



/* チェックイン・アウト
----------------------------------------------------------*/
#search_change .stayWrap{
}
#search_change .stayBox{
	margin: 20px 20px 20px 0;
	float: left;
	width: 580px;
	position: relative;
}
.en-US #search_change .stayBox{width: 555px}
#search_change .checkIn__input label{
	color: #fff;
	float: left;
	display: block;
}
#search_change .checkIn__input input[type="text"]{
	background: #fff;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	margin: 0;
	margin-left: 10px;
	border: none;
	background: #fff url(../images/common/ui_calendar.png) right 10px top 10px / 20px no-repeat;
	width: 180px;
}
#search_change #checkin{
	margin-left: 0;
}

#search_change .checkIn__pulldown label{
	color: #fff;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}
#search_change select.checkIn__select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	width: 70px;
}


#search_change .memberWrap{
	overflow: hidden;
}
#search_change .memberBox{
	overflow: hidden;
	float: left;
	margin: 5px 0 0 0;
}
#search_change .memberBox:first-child{
	margin: 20px 0 0;
}
#search_change .member__pulldown{
	float: left;
}
#search_change .member__pulldown label{
	color: #fff;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}

#search_change select.member__select{
	background: #fff url(../images/common/ui_pulldown.png) right 10px top 12px / 7px no-repeat;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
	width: 100px;
}
#search_change .memberBox:first-child #search_change .member__number{
	display: inline;
	float: left;
	color: #fff;
	margin-top: 35px;
}
#search_change .member__number{
	display: inline;
	float: left;
	color: #fff;
	margin-top: 8px;
}
#search_change .member__number p{
	color: #aaa;
}

#search_change .memberChild__select p{
	margin-bottom: 5px;
}
#search_change .memberChild__select{
	font-size: 12px;
	border-bottom: 1px solid #aaa;
	color: #aaa;
	clear: both;
	padding: 10px 0 5px;
	margin: 0 0 10px 50px;
}
#search_change .memberChild__select label{
	margin: 0 0 4px 0;
	display: block;
}
#search_change select.child__select{
	background: #fff url(../images/common/ui_pulldown.png) right 7px top 7px / 7px no-repeat;
	line-height: 25px;
	height: 28px;
	border-radius: 5px;
	font-size: 15px;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	border: none;
}

.advanced_input {
	margin-bottom: 12px;
}

.advanced_input label {
	color: white;
	font-size: 15px;
}

.advanced_input label input {
	margin-right: 7px;
}

#search_change .moreTerms__btn a{
	color: #fff;
	font-size: 13px;
	display: inline-block;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px 0 10px;
	background: #5c5c5c url(../images/common/ui_arrow_white_d.png) right 7px top 12px / 10px no-repeat;
}
#search_change .moreTerms__btn a:hover{
	opacity: .6;
}


#search_change .sendBtn{
	margin: 40px auto 30px;
	text-align: center;
	width: 50%;
	background:-webkit-linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	background:linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	height: 70px;
	line-height: 70px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
#search_change .sendBtn::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 10px;
	background:-webkit-linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
	background:linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
	opacity: 0;
	transition: 0.2s ease-in-out;
}
#search_change .sendBtn:hover::after{
	opacity: 1;
}
#search_change .sendBtn input[type="submit"],#search_change .sendBtn input[type="button"]{
	width: 100%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	background:transparent;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .2em;
	border: none;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
#search_change .sendBtn input:hover[type="submit"],#search_change .sendBtn input:hover[type="button"]{
	letter-spacing: .4em;
}


#search_change .sendBtn__sub a{
	margin: 40px 0 30px 20px;
	display: block;
	text-align: center;
	color: #fff;
	background: #30c3bc;
	height: 60px;
	line-height: 25px;
	border-radius: 10px;
	float: left;
	width: 240px;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
}
#search_change .sendBtn__sub a:hover{
	background: #0d9b94;
}

#search_change .sendBtn__sub2 a{
	position: relative;
	margin: 40px 0 30px 20px;
	display: block;
	text-align: center;
	color: #fff;
	background: #ca1332;
	height: 60px;
	line-height: 25px;
	border-radius: 10px;
	float: left;
	width: 240px;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.05em;
}
#search_change .sendBtn__sub2 a::before{
	content: "";
	position: absolute;
	top: -20px;
	left: -18px;
	width: 50px;
	height: 50px;
	background-image: url(../images/common/new-icon-white.png);
	background-size: contain;
	filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
	z-index: 1;
}
#search_change .sendBtn__sub2 a:hover{
	background: #B2122D;
}

#search_change #refine{
	width: 100%;
	color: #ccc;
	font-size: 13px;
	box-sizing: border-box;
	padding: 10px;
	background: #5c5c5c;
	margin-top: -3px;
	border-radius: 0 5px 5px 5px;
}
#search_change .refineHotel__list{
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #777;
	background: #555
}
#search_change .refineHotel__list h4{
	font-size: 14px;
	font-weight: normal;
	color: #2ae3ff;
}
#search_change .refineHotel__list select{
	padding: 2px 5px;
	margin: 4px;
	font-size: 12px;
}
#search_change .refineHotel__list ul{
	display: flex;
	flex-wrap: wrap;
}
#search_change .refineHotel__list ul li{
	width: 200px;
}
#search_change .refineHotel__listClass ul li{
	width: auto;
	margin-right: 10px;
}
#search_change .refineHotel__listClass ul li label{
	color: #ffb400;
}
#search_change span#stay_alert_show {
	top: 235px;
	left: 176px;
}




/* Expedia レビュー欄 */
.hotelDetail__expedia__reviewWrap {
}

.hotelDetail__expedia__review__head {
	color: #000;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid lightgray;
}
.hotelDetail__expedia__review__body {
	color: #000;
	height: 340px;
	max-height: 340px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.hotelDetail__expedia__review__body::-webkit-scrollbar {
	width: 8px;
}
.hotelDetail__expedia__review__body::-webkit-scrollbar-button {
	display: none;
}
.hotelDetail__expedia__review__body::-webkit-scrollbar-thumb {
	background: rgb(170, 170, 170);
	border-radius: 5px;
}
.hotelDetail__expedia__review__body::-webkit-scrollbar-track {
	background-image: url(../images/common/scroll-base.png);
	background-size: 6px;
	background-position: center;
}

.hotelDetail__expedia__review__contents {
	margin-bottom: 10px;
	border-bottom: 1px solid lightgray;
	/* background-image: url(../images/common/expedia-logo.jpg);
	background-position: bottom 5px right 5px;
	background-repeat: no-repeat;
	background-size: auto 30px; */
	width: 98%;
}
.hotelDetail__expedia__review__contents:after {
	display: block;
	position: relative;
	content: '';
	height: 30px;
	width: 100px;
	background-image: url(../images/common/expedia-logo.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	image-rendering: -webkit-optimize-contrast;
	right: -600px;
}
.hotelDetail__expedia__review__contents:last-child {
	border-bottom: none;
}
.hotelDetail__expedia__review__contents__user {
	color: rgb(165, 165, 165);
	font-size: 12px;
	font-weight: normal;
}

.hotelDetail__expedia__review__contents__user p {
	display: inline;
	margin-right: 3px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.hotelDetail__expedia__review__contents__rate {
	line-height: 1.3;
	padding-bottom: 6px;
}
.hotelDetail__expedia__review__contents__rate img {
	width: 18px;
	margin-right: -2px;
}
.hotelDetail__expedia__review__contents__title {
	font-size: 15px;
	font-weight: bold;
}
.hotelDetail__expedia__review__contents__text {
	font-size: 13px;
	font-weight: normal;
}
.hotelDetail__expedia__review__notFound {
	display: table;
	margin: 15px;
	width: 90%;
	height: 80%;
	background-color: #f5f5f5;
	text-align: center;
}
.hotelDetail__expedia__review__notFound p {
	display: table-cell;
	vertical-align: middle;
	color: gray;
	font-weight: bold;
}

.searchResult__planBtn{
	margin: 10px 0;
}


#google_map_dialog {
	position: relative;
}

#google_map_dialog_research_btn {
	display: none;
	position: absolute;
	cursor: pointer;
	width: 120px;
	padding: 3px;
	border: 1px lightgray solid;
	border-radius: 15px;
	box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.1);
	background: white;
	color: #333;
	text-align: center;
	top: 15px;
	right: 430px;
	right: 430px;
	user-select: none;
	z-index: 1;
}

#google_map_dialog_research_btn:hover {
	background: rgb(235, 235, 235);
	color: #222;
}

/* mapピン */
.gm-style .gm-style-iw-c {
	padding-top: 2px !important;
}

.gm-style-iw-chr {
	display: none !important;
}

/* 画像ﾓｰﾀﾞﾙ */
.hotelDetail__other__info {
	height: 420px;
	margin: 0 30px;
}

.hotelDetail__other__info #hotelDetail__expedia__review {
	width: 730px;
	float: left;
}

.hotelDetail__other__info .hotelDetail__other__info_map {
	width: 430px;
	float: right;
}

.hotelDetail__photoWrap .hotelDetail__photo__topView {
	width: 640px;
	height: 400px;
	float: left;
}

.hotelDetail__photoWrap .hotelDetail__photo__topView div {
	width: 100%;
	height: 100%;
	transition: 0.3s;
}

.hotelDetail__photoWrap .hotelDetail__photo__topView div:hover {
	opacity: 0.7;
}

.hotelDetail__photoWrap .hotelDetail__photo__sideView {
	width: 600px;
	height: 400px;
	float: right;
}

.hotelDetail__photoWrap .hotelDetail__photo__sideView .other_img {
	position: relative;
	float: right;
	height: 30px;
	width: 82px;
	right: 15px;
	bottom: 50px;
	background: #ca1332;
	color: white;
	border: white solid 2px;
	border-radius: 15px;
	padding-top: 5px;
	opacity: 0.85;
}

.hotelDetail__photoWrap .hotelDetail__photo__sideView .other_img::before {
	display: inline-block;
	content: '';
	height: 16px;
	width: 16px;
	background: url(/images/common/ico_img.svg) 50% 50% / cover no-repeat;
	margin: -2px 7px;
}

.hotelDetail__photoWrap .hotelDetail__photo__sideView .other_img span {
	display: inline-block;
	text-align: center;
	float: right;
	margin-right: 9px;
	width: 40px;
}

.hotelDetail__photoWrap .hotelDetail__photo__sideView ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2px;
	row-gap: 2px;
	width: 100%;
	height: 100%;
}

.hotelDetail__photoWrap .hotelDetail__photo__sideView ul li {
	width: 300px;
	height: 97%;
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.hotelDetail__photoWrap .hotelDetail__photo__sideView ul li:hover {
	opacity: 0.7;
}


.imageModal-hidden {
  position: fixed;
  opacity: 0;
  z-index: -998;
}

.imageModal-visible {
  opacity: 1;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 998;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.imageModal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageModal .bg {
	position: relative;
	width: 1400px;
	max-height: 85vh;
	min-height: 90vh;
	background: #ffffff;
	border-radius: 10px;
	padding: 10px;
	overflow-y: hidden;
}

.imageModal .imageModal-header {
	display: block;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
}

.imageModal .imageModal-header::before {
	display: inline-block;
	height: 20px;
	width: 32px;
	content: '←';
	font-size: 20px;
	font-weight: bold;
	color: #ca1332;
}

.imageModal .imageModal-tabList {
	margin-top: 20px;
}

.imageModal .imageModal-tabList label {
	display: inline-block;
	border: 2px solid #c0c1c9;
	border-radius: 20px;
	padding: 2px 10px;
}

.imageModal .imageModal-tabList label:has(input:checked) {
	border-color: #ca1332;
	background-color: #ffeeee;
}

.imageModal .imageModal-tabList label input {
	display: none;
}

.imageModal .imageModal-categoryTitle {
	font-size: 24px;
	margin-top: 20px;
}

.imageModal .imageModal-imageList {
	height: 75vh;
	overflow-y: scroll;
}

.imageModal .imageModal-imageListWrap {
	display: flex;
	/* grid-template-columns: repeat(2, 1fr); */
	column-gap: 5px;
	row-gap: 0;
	height: 1400px;
	width: 100%;
	flex-wrap: wrap;
}

.imageModal .imageModal-imageList-item {
	height: 33%;
	width: 49%;
}

.imageModal .imageModal-imageList-item div {
	height: 90%;
	width: 100%;
}
