@charset "UTF-8";

form.ermap {
    display: block;
    position: relative;
    background: #FFF;
    border: solid #7B7F80 1px;
    width: 60%;
    text-align: center;
    z-index: 20;
	margin: -200px auto 0;
    top: 460px;
    padding: 30px 40px 40px;
}
form.ermap.none{
	display: none;
}

form.ermap p{
	text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

input[type="button"] {
	cursor: pointer;
	padding: 6px 20px;
}


/*base_hotel_top 上書き*/

#search ul#spMenu li{
	text-align: center;
}

/*common.css*/

#spFootNav ul li:nth-child(2){
	background: #638fa2;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
}


/*汎用*/
#map.float_left{
	float:left;
}

#map.clearboth{
	clear:both;
}


/*マーカーラベル　フォント装飾*/
.labels, .labels_day{
	font-size:10px;
	color:#1E2B30;
	text-align:center;
	line-height: 2.5;
}

.labels b{
	text-shadow:0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1;
}

.labels_day b{
	text-shadow:0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3;
}

/*マーカーラベルここまで*/




/*--------infoWindow--------*/

.infobox1 {
	display: block;
	width: 50px !important;
	/* position: relative; */
	background:#FFF;
	opacity: 0.9;
	text-align: center;
	padding:3px;
	border-radius:3px;
	margin-bottom: 10px;
    margin-left: -25px;
}

.infobox2 {
	display: block;
	width: 50px !important;
	/* position: relative; */
	background:#999;
	opacity: 0.9;
	text-align: center;
	padding:3px;
	border-radius:3px;
	margin-bottom: 10px;
    margin-left: -25px;
}

.infobox1 img, .infobox2 img{
	display:none !important;
}




/*--------SP（デフォルト）--------*/

#map.useSP{
	font-size:12px;
}

.fixed_wrapper{
	position: static;
}
.fixed_wrapper.active{
	position:fixed;
	width: 100%;
}



/*tripla*/

.triplabot-icon-container .tripla-icon[data-v-62f0fda8]{
	display: block;
}
.triplabot-icon-container .tripla-icon[data-v-62f0fda8].active{
	display: none;
}

.triplabot-icon-container[data-v-62f0fda8]{
	display: block;
}
.triplabot-icon-container[data-v-62f0fda8].active{
	display: none;
}

#tripla-icon-message.none {
   display: none !important;
}


iframe.map {
	width: 100%;
*	min-height: 755px;
	height: 100vh;
}

#map_menu_SP {
	position: fixed;
	top: 195px;
	left: 50%;
	width: calc(100% - 20px);
	max-width: 355px;
	height: 100vh;
	border-radius: 6px 6px 0 0;
	background-color: #FFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	transform: translate(-50%, 100%);
	opacity: 0;
	z-index: 1;
}

#map_menu_SP.active{
	transform:translate(-50%, 0px);
	transition-duration:0.5s;
	opacity:1;
	z-index: 15;
}


#map_menu_SP h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	padding: 4px 0;
	background: #638FA2;
	border-radius: 6px 6px 0 0;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#map_menu_SP #includeRiv_SP {
	height: 1000px;
	overflow-y: scroll;
}


#close_SP{
	display:none;
	position:absolute;
	top: 205px;
	right: calc(50% - 163px);
	height: 17px;
	border-radius: 5px;
	opacity: 0;
	cursor:pointer;
}

#close_SP.active {
	display:block;
	opacity: 1;
	z-index: 19;
	transform:translateY(0px);
	transition-duration:3s;
	animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}



#getMyPlace_SP{
	cursor:pointer;
	background:#638fa2;
	color:#FFF;
	font-size: 12px;
	padding: 5px 10px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5;
}

#map_canvas_SP{
	width:100%;
	height: 100%;
}

#map_wrapper { 
	position:relative;
	height: 100%;
	border-top: 1px solid #C4C4C4;
}

/*loading*/

#loading_sp{
	width: 100%;
    height: 100%;
    transition: all 1s;
    background-color:#FFFFFF;
    opacity: 0.8;
    position: absolute;
    z-index: 20;
}

.spinner{
	position: relative;
    top: 150px;
	text-align: center;
}




/*サイドメニュー*/
ul.resvCharge {
    text-align: center;
	margin: 16px 0 10px;
}
	
#menuTtl {
	position: relative;
	height: 130px;
	color: #fff;
	padding: 20px 0 0;
	overflow: hidden;
}

#menuTtl #subTtl {
	font-size:14px;
	font-weight:400;
	text-align:center;
	line-height: 1;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	margin: 0 0 13px;
	z-index: 1;
}

#menuTtl #hotel {
	font-size:22px;
	font-weight:400;
	text-align:center;
	line-height: 1;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	margin: 0 0 13px;
	z-index:1;
}

#menuTtl #hotelName {
	font-size:24px;
	font-weight:400;
	text-align:center;
	line-height: 1;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	z-index: 1;
}


#menuTtl #hotel_img{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	z-index: -1;
}


#ResvSec{
	font-size: 14px;
	margin: 20px 0;
	padding: 0 23px;
}

.secTtl{
	color: #1E2B30;
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 15px;
	padding: 0 0 8px;
	border-bottom: 1px solid #1E2B30;
}

ul.resvTerms  {
	border-bottom: 1px dashed #1E2B30;
	padding: 0 0 12px;
}
ul.resvTerms li {
	color: #1E2B30;
	height: 30px;
	font-size: 14px;
	font-weight: 250;
	padding: 2px 0 0 45px;
}
ul.resvTerms li:nth-child(1) {
	background: url(/map/img/base/mk_calendar.svg) 10px 50% no-repeat;
}
ul.resvTerms li:nth-child(2) {
	background: url(/map/img/base/mk_person.svg) 10px 50% no-repeat;
}

.resvCharge li {
	color: #1E2B30;
	font-size: 16px;
	font-weight: 250;
	margin: 6px 0;
}

.caution {
	display: block;
	color: #1E2B30;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.55px;
	margin: -5px 0 20px;
}

a.resvBtn {
	display: block;
	width: 280px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	margin: 0 auto 15px;
	padding: 10px 0;
	background: #1E2B30 url(/img/common/mk_arrow_blueR_175.svg) 88% 50% no-repeat;
	border-radius: 30px;
	transition: 0.5s;
}
a.resvBtn:hover {
	background: #1E2B30 url(/img/common/mk_arrow_blueR_175.svg) 90% 50% no-repeat;
	transition: 0.5s;
}



.view {
	position: relative;
	padding: 15px 20px;
}

.view .secTtl{
	margin: 0 0 20px;
}

a.view_link {
	display: block;
	position: absolute;
	right: 40px;
	width: 70px;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	padding: 11px 5px;
	background: #1D2B30;
	border-radius: 30px;
	transition: 0.5s;
}
a.view_link:hover {
	text-decoration: none;
	opacity: 0.8;
	transition: 0.5s;
}




/*map 地方移動*/

.mapMove_sp{
	position:absolute;
	z-index:10;
	top: 35px;
	right: 0px;
	border: 1px solid #707070;
}


.moveNav_sp {
}

.mapMove_sp li{
	background: #fff;
	color:#707070;
	font-size:12px;
	text-align:center;
	font-weight:300;
	padding:5px;
	width:200px;
	cursor:pointer;
}

.mapMove_sp li:hover{
	color:#638FA2;
}

li#urbanMove {
	color:#fff;
	background: #707070 url("../img/base/bt_arrow_dn.svg") 90% 50% no-repeat;
}
li#urbanMove:hover {
	background: #707070 url("../img/base/bt_arrow_dn.svg") 10% 50% no-repeat;
	transform: rotate(180deg);
}
li#urbanMove p {
	width:200px;
	text-align:center;
	padding:3px;
}
li#urbanMove p:hover {
	padding:3px;
	transform: rotate(-180deg);
}

li#urbanMove_SP {
	color:#fff;
	background: #707070 url("../img/base/bt_arrow_dn.svg") 90% 50% no-repeat;
}

.moveNav_sp{
    display: none;
}

.moveNav_sp.active{
    display: block;
}


/*検索窓*/


#pac-input_sp{
	display: inline-block;
    box-sizing: border-box;
    width: 216px;
    height: 30px;
    vertical-align: middle;
    padding: 4px 8px;
    border: 1px solid #707070;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1);
    -webkit-appearance: none;
    line-height:1.2;
	position: absolute;
    z-index: 5;
    top: 0px;
    right:0;
	font-size: 16px;
}
#pac-input_sp::placeholder{
	color: #707070;
}
input#pac-input_sp {
	font-size: 12px;
}

#searchBtn_sp{
	position:absolute;
	display: inline-block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #707070;
    border-left: none;
    vertical-align: middle;
    text-align: center;
    color: #707070;
    text-decoration: none;
    cursor: pointer;
	z-index: 5;
    top: 0px;
    right: 0;
	background: url("../img/base/icon/icon_search.svg") right 50% no-repeat;
}



/*地図上部の条件検索*/



.search_stay_btn,
.search_day_btn {
	display: block;
	width: 260px;
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 13px;
	padding: 2px 0 4px;
	background: #638fa2;
	border-radius: 40px;
	cursor: pointer;
}

#search_stay_display,
#search_day_display {
	display:none;
}

#search_stay_display.active,
#search_day_display.active{
	display:block;
	margin-left:10px;
}
	

#map ul li h3 {
	display: inline-block;
	color: #1E2B30;
	font-size: 14px;
	font-weight: 400;
	line-height:0;
	margin-bottom: 0px;
}

#map ul li p{
	display:contents;
}



#search_stay_display,
#search_day_display {
	width: 300px;
	margin: 20px auto 0;
	padding: 0 0 20px;
}


ul.reserve{
	list-style:none;
	padding: 0;
	background: #fff;
	border-left: 1px solid #1E2B30;
	border-right: 1px solid #1E2B30;
}

ul.reserve li {
	color: #1E2B30;
}
ul.reserve li.chkDay {
	padding: 32px 25px 0;
}

ul.reserve li.guest {
	padding: 30px 25px 40px;
}
ul.reserve li.guest span {
	font-size: 14px;
	margin: 3px 0 20px 3px;
}

#map ul.reserve li h3 {
	display: block;
	color: #1E2B30;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #1E2B30;
}
#map ul.reserve li.guest h3 {
	margin: 0 0 20px;
}


ul.reserve li.chkDay .stay_pickr_sp {
	text-align: center;
*	margin: 0 0 10px;
	margin: 0;
}

input.resvCalendar{
	border:1px solid #d3d4d5;
	font-size:14px;
	background-color:#d8e3e8;
	padding:7px 10px;
	width: 200px;
	margin-right:10px;
}

img.ui-datepicker-trigger{
	width:35px;
	margin:0 10px -10px 0;
	cursor:pointer;
}


::-ms-expand{
	display:none;
}


ul li.stay{
	clear:both;
}


.ctmForm, .ctmChld_sp,.ctmChld_sp_2 , .chld_1_sp , .chld_1_sp_2,.chld_2_sp ,.chld_2_sp_2, .ctmFormR {
	width: 80px;
	color: #1E2B30;
	font-size:14px;
	font-weight: 300;
	margin: 3px 10px 20px 3px;
	padding: 12px 5px 12px 15px;
	background: url(../img/base/selectArroe.svg) 85% 50% no-repeat #F1F5F7;
	border-radius: 2px;
	cursor: pointer;
	appearance:none;
}
.ctmFormR {
	width: 94px;
	padding: 12px 5px 12px 15px;
	margin: 3px 0 0 3px;
	background: url(../img/base/selectArroe.svg) 87% 50% no-repeat #F1F5F7;
}

.chld_1_sp , .chld_1_sp_2,.chld_2_sp ,.chld_2_sp_2 {
	margin: 0 0 0 3px;
}

 
.ctmChld_sp, .ctmChld_sp_2{
	display: inline-block;
	padding: 10px 5px 9px 15px;
}
 
 .sItem label{
	 font-size:13px;
	 margin-right:10px;
 }
 
.btSub button {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin: 0;
	padding: 23px 30px 23px 0;
	background: #1E2B30 url(../img/base/btArrow_r.svg) 90% 50% no-repeat;
	border-radius: 0 0 8px 8px;
	cursor: pointer;
	transition:0.5s;
 }
.btSub button span {
	font-size: 24px;
}
.btSub button:hover {
	background: #1E2B30 url(../img/base/btArrow_r.svg) 95% 50% no-repeat;
	opacity: 0.8;
	transition:0.5s;
}


.flatpickr-input[readonly]{
	width: 175px;
	font-weight: 300;
	padding: 8px 0;
}

#form1{
	text-align:center;
}

#div-child_sp,
#div-child_sp_2 {
	display:none;
	position:absolute;
	left: calc(50% - 55px);
	bottom: -10px;
	width: 240px;
	text-align: center;
	padding:15px;
	background-color: #fff;
	border: solid 1px #AEAEAE;
	box-sizing: border-box;
	z-index: 10;
}



#div-child_sp:before , #div-child_sp_2:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}

#div-child_sp:after ,#div-child_sp_2:after{
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #AEAEAE;
	z-index: 1;
}

#div-child_sp.active, #div-child_sp_2.active{
	display:block;
	z-index: 20;
}

.chld_guest{
	display:flex;
	align-items: center;
	margin: 0 0 6px;
}

#div-child_sp p ,#div-child_sp_2 p{
	width:60%;
}

.chldTotal_sp, .chldTotal_sp_2{
	display: inline-block;
	width: 150px;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 8px 0 0;
	padding: 10px 15px;
	background-color: #1E2B30;
	border-radius: 3px;
	cursor:pointer;
}



#searchSwich_1_sp, #searchSwich_2_sp{
*	margin: 10px 20px;
*    text-align: center;
	display: flex;
*    justify-content: center;
}

#searchSwich_1_sp li,
#searchSwich_2_sp li {
	width: 50%;
	line-height: 0;
}

#searchStay_sp{
    display:block;
	position: relative;
	z-index: 20;
	background: #fff;
}

#searchStay_sp.active{
    display:none;
}

#searchDay_sp{
	display:none;
}

#searchDay_sp.active{
    display:block;
}




/*flatpickerカスタマイズ*/


.flatpickr-day.flatpickr-disabled::after{
	content:url(../../map/img/base/close_icon.svg);
	opacity: 0.4;
	display: block;
}

.flatpickr-weekdays{
	margin: 15px 0 0px 0;
}

span.flatpickr-weekday{
	font-weight:500;
}


.dayContainer::after{
	margin: 0px auto 10px auto;
}

.flatpickr-input{
	font-size:16px;
}

.flatpickr-input[readonly] {
	width:180px;
}

.flatpickr-day{
	margin: 10px 0 5px 0 !important;
	line-height: 20px !important;
}



/*日曜始まり*/
/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n + 1) {
    color: red;
}
 
/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: blue;
}


.jp-holiday{
	color:red !important;
}



.flatpickr-current-month .flatpickr-monthDropdown-months{
	position: absolute !important;
    display: inline-block;
    right: 40px !important;
}

.flatpickr-current-month{
	display:flex;
	position: relative;
}


.flatpickr-current-month .numInputWrapper {
    display: inline-block;
}

.flatpickr-day.nextMonthDay.inRange{
    background-color: #FBEBD7;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange{
    background-color: #fbebd7;
}

.flatpickr-current-month .flatpickr-monthDropdown-months{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
    margin: 5px !important;
    border: none !important;
    text-align: right !important;
}




/*路線色分け　115追加（SPのみ)*/
span.keihintohoku::before{
	content:'■';
	color:#00B2E5;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.shonansinjuku::before{
	content:'■';
	color:#e21f26;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.saikyo::before{
	content:'■';
	color:#00b48d;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.yamanote::before{
	content:'■';
	color:#80c241;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.chuo::before{
	content:'■';
	color:#F15A22;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.seibusinjuku::before{
	content:'■';
	color:#0099cc;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.tokaido::before{
	content:'■';
	color:#F68B1E;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.nanbu::before{
	content:'■';
	color:#FFD400;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.sobu::before{
	content:'■';
	color:#FFD400;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.joban::before{
	content:'■';
	color:#00b261;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.keikyu::before{
	content:'■';
	color:#33c2e4;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.tokyudenentoshi::before{
	content:'■';
	color:#20a288;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.uenotokyo::before{
	content:'■';
	color:#800080;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.joetsu::before{
	content:'■';
	color:#FF1050;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.tohoku::before{
	content:'■';
	color:#00C030;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.utsunomiya::before{
	content:'■';
	color:#F68B1E;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.hakodate::before{
	content:'■';
	color:#f7931d;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.sapporo::before{
	content:'■';
	color:#008000;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.keiyo::before{
	content:'■';
	color:#C9252F;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.musashino::before{
	content:'■';
	color:#F15A22;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.hibiya::before{
	content:'■';
	color:#b5b5ac;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.nanboku::before{
	content:'■';
	color:#00ada9;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}

span.banetsuhigashi::before{
	content:'■';
	color:#c71585;
	display:inline-block;
	width:1.2em;
	text-indent:0;
}











/*---デスクトップ/タブレット横---*/

/* media Queries  //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 801px */
@media screen and (min-width:801px), print {
	
form.ermap {
    min-height: 100px;
    display: block;
    position: relative;
    background: #FFF;
    border: solid #7B7F80 1px;
    width: 500px;
    text-align: center;
    z-index: 20;
	margin: -260px auto 0;
    top: 650px;
    padding: 40px 50px 50px;
}

form.ermap p{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}

input[type="button"] {
	cursor: pointer;
	padding: 6px 20px;
}


#map_canvas{
*	height:900px;
	width:100%;
	min-width:100%;
	position: absolute;
}


#getMyPlace{
	display:block;
	cursor:pointer;
	background:#638fa2;
	color:#FFF;
	font-size: 12px;
	padding: 9px 10px;
	margin-left:10px;
	margin-bottom:10px;
}

#map_menu{
	position: absolute;
	top: 0;
	left: 370px;
	width: 360px;
	height: 100%;
	background-color: #FFF;
	border-right: 1px solid #ccc;
	transform: translateX(-370px);
	transition-duration: 0.5s;
	opacity: 0;
	z-index: 6;
	overflow-y: auto;
}

#map_menu.active{
	transform: translateX(0px);
	transition-duration:1s;
	opacity:1;
}

#map_menu .menuBox #menuTtl {
	height: 150px;
	padding: 28px 0 0;
}

#map_menu .menuBox #menuTtl b,
#map_menu .menuBox #menuTtl #hotel,
#map_menu .menuBox #menuTtl #hotelName {
	font-weight: 400;
}




#map_wrapper { 
	border-top: none;
}

#close {
	position:absolute;
	top: 12px;
	right: 20px;
	width: 20px;
	opacity: 0;
*	transform:translateX(-371px);
	transition-duration: 0.5s;
	cursor:pointer;
	z-index:7;
}

#close.active {
	opacity: 1;
*	transform:translateX(0px);
	transition-duration:1s;
}



/*地図上部の条件検索*/

form#form2 {
    text-align: center;
}


#map ul li h3 {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    line-height:0;
	margin-bottom:0;
}

#map ul li p{
	display:contents;
}


ul.reserve{
*	display: inline-block;
*	padding: 10px 0 0 20px;
}

ul.reserve li{
*	margin:0;
}


input.resvCalendar{
	border:1px solid #d3d4d5;
	font-size:14px;
	background-color:#d8e3e8;
	padding:7px 10px;
	width: 200px;
	margin-right:10px;
}

img.ui-datepicker-trigger{
	width:25px;
	max-width:25px;
	margin:0 0 -6px;
	cursor:pointer;
}


::-ms-expand{
	display:none;
}


ul li.stay{
	clear:both;
}


.ctmChld_sp {
	padding: 10px 5px 9px 15px;
}


.sItem label{
	font-size:13px;
	margin-right:10px;
}

.btSub {
	background: #1E2B30;
}
.btSub button {
	padding: 23px 40px 23px 0;
	background: #1E2B30 url(../img/base/btArrow_r.svg) 84% 50% no-repeat;
}
.btSub button:hover {
	background: #1E2B30 url(../img/base/btArrow_r.svg) 86% 50% no-repeat;
}


#hotel_img{
	max-width:100%;
	display:inline;
	text-align:center;
}


#ResvSec{
	margin: 20px 0 0;
	padding: 0 30px;
}

ul.resvCharge {
	margin: 16px 0 14px;
}


#pac-input{
	display: inline-block;
    box-sizing: border-box;
    width: 190px;
    height: 33px;
    vertical-align: middle;
    padding: 4px 8px;
	border: 1px solid #707070;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1);
    -webkit-appearance: none;
    line-height:1.2;
	position: absolute;
    z-index: 5;
    top: 20px;
    right: 300px;
}

#pac-input::placeholder{
	color: #707070;
}

#searchBtn{
	position:absolute;
	display: inline-block;
    box-sizing: border-box;
	border: 1px solid #707070;
    width: 30px;
    height: 33px;
    line-height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
    vertical-align: middle;
    text-align: center;
    color: #707070;
    text-decoration: none;
    cursor: pointer;
	z-index: 5;
    top: 20px;
    right: 300px;
	background: url("../img/base/icon/icon_search.svg") right 50% no-repeat;
	background-size: cover;
}

.flatpickr-input[readonly]{
	width: 190px;
    padding: 8px 0;
    text-align:left;
}

.div-child, .div-child_2{
	width: 270px;
	padding: 20px;
    position:absolute;
    background-color: white;
    border: solid 1px #AEAEAE;
    box-sizing: border-box;
	top: 365px;
	left: 135px;
	text-align: center;
	display:none;
	z-index: 20;
}



.div-child:before ,.div-child_2:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}

.div-child:after, .div-child_2:after{
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #AEAEAE;
	z-index: 1;
}

.div-child.active, .div-child_2.active{
	display:block;
}

.div-child p , .div-child_2 p {
	width: 62%;
	margin: 10px 10px 10px 5px;
}

.div-child ul , .div-child_2 ul {
	width: 38%;
}

.chldTotal, .chldTotal_2{
	background-color: #000;
    color: #FFF;
    width: 200px;
    display: inline-block;
    margin-top:10px;
    padding: 6px;
    text-align: center;
    border-radius: 4px;
	cursor:pointer;
}



#searchSwich_1, #searchSwich_2{
    display: inline-block;
	margin: 0;
	cursor:pointer;
}

#searchSwich_1 {
	display: flex;
}
#searchSwich_1 li {
	width: 50%;
	line-height: 0;
}
#searchSwich_1 li.stayRiv {
	border-radius: 8px 0 0 0;
}
#searchSwich_1 li.stayRiv {
	border-radius: 8px 0 0 0;
}
#searchSwich_1 li.dayRiv {
	border-radius: 0 8px 0 0;
}




.mapMove{
	position:absolute;
	z-index:10;
	top:20px;
	right:70px;
	border: 1px solid #707070;
	z-index: 5;
}



.mapMove li {
	background: #fff;
	color:#707070;
	font-size:12px;
	text-align:center;
	font-weight:300;
	padding:0;
	cursor:pointer;
}

.mapMove ul li{
	padding:3px;
}

.mapMove li:hover{
	color:#F60;
	color:#638FA2;
}





/*マーカーラベル　フォント装飾*/
.labels{
	font-size:12px;
	color:#1E2B30;
	text-shadow:0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1,0 0 1px #EFF1F1;
	line-height: 1.2;
	text-align:center;
}

.labels_day{
	font-size:12px;
	color:#1E2B30;
	text-shadow:0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3,0 0 1px #f2eee3;
	line-height: 1.2;
	text-align:center;
}

/*マーカーラベルここまで*/




.SearchBox_LblChildTotal, .SearchBox_DdlChildType_h1, .SearchBox_DdlChildType_h2, .SearchBox_LblChildTotal_2, .SearchBox_DdlChildType_h1_2, .SearchBox_DdlChildType_h2_2 {
	display: inline-block;
	width: 80px;
	color: #1E2B30;
	font-size:14px;
	font-weight: 300;
	margin: 3px 10px 0 3px;
	padding: 12px 5px 11px 15px;
	background: url(../img/base/selectArroe.svg) 80% 50% no-repeat #F1F5F7;
	appearance:none;
 }
 
.SearchBox_LblChildTotal, .SearchBox_LblChildTotal_2{
	padding: 10px 5px 9px 15px;
	cursor:pointer;
}


/*flatpickerカスタマイズ*/


.flatpickr-day.flatpickr-disabled::after{
	content:url(../../map/img/base/close_icon.svg);
	opacity: 0.4;
	display: block;
}

.flatpickr-weekdays{
	margin: 15px 0 0px 0;
}

span.flatpickr-weekday{
	font-weight:500;
}


.dayContainer::after{
	margin: 0px auto 10px auto;
}

#loading{
	width: 100%;
    height: 100%;
    transition: all 1s;
    background-color:#FFFFFF;
    opacity: 0.8;
    position: absolute;
    z-index: 20;
}

.spinner{
	position: relative;
    top: 350px;
	text-align: center;
}

iframe.map{
	width: 100%;
*	min-height: 1250px;
}

 
}