@charset "utf-8";
/* CSS Document */
/*
============================================================
*	common.css
============================================================
*/
/* 初期化
==========================================================*/
@import url("reset.css");
@import url("animation.css");


/*
==========================================================*/
html{
	overflow-y:scroll;
}
html,body{
	height:100%;
	min-width: 920px;
}
body{
	font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3' ,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans‒serif;
	font-size:14px;
	line-height:1.8;
	color:#555;
	background:#fff;

}
a,a:link{
	color:#009ad3;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}
/*a:visited{text-decoration:none;}*/
a:hover{text-decoration: none;}
/*a:active{text-decoration:none;}*/
.pc_only{display: block;}
.sp_only{display: none;}

.container{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 920px;
	position: relative;
}
.container_100percent{
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
	min-width: 920px;
	position: relative;
}
@media screen and (max-width: 1600px){
	.container_100percent{
		padding: 0 10px;
	}
}

/* Loading 画像
----------------------------------------------------------*/
.loadingImage,.loadingImage2{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	width: 700px;
	height: 400px;
	border-radius: 20px;
	background: url(../images/common/loading_photo.jpg) no-repeat;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
}
.loadingImage2{
	background: url(../images/common/loading_photo_2.jpg) no-repeat;
}
.loadingText{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 0;
}
.loadingText span{
	display: block;
	font-size: 15px;
	font-weight: normal;
}

/* カラー
----------------------------------------------------------*/
.fontColor_RikishaRed{color: #ca1332;}
.bgColor_RikishaRed{background-color:#ca1332;}
.fontColor_RikishaRed_result{color: #ca1332; font-weight: bold}
.hotelChoice:hover > .fontColor_RikishaRed_result{color: #FFFFFF;}
.freeAreaChoice:hover > .fontColor_RikishaRed_result{color: #FFFFFF;}
.pinpointChoice:hover > .fontColor_RikishaRed_result{color: #FFFFFF;}

/* 背景
----------------------------------------------------------*/
.bgGray{background:#efefef;padding-bottom:40px;}

.errorText{
	color: #fff;
	position: absolute;
	z-index: 5;
	padding: 5px 10px;
	border-radius: 4px;
	background: #f00;
}
.errorText span{
	position: relative;
}
.errorText span::before{
	content: "";
	position: absolute;
	left: 20px;
	top: -15px;
	display: block;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f00;
	border-left: 10px solid transparent;
}


.errorBox{
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	background: #f00;
	width:80%;
	margin:auto;
}

input::placeholder{
  color: #aaa;
}
input:-ms-input-placeholder{
  color: #aaa;
}
input::-ms-input-placeholder {
  color: #aaa;
}

.tooltipCont {
	display: none;
}
.tooltip:hover{
	position: relative;
}

.tooltip:hover .tooltipCont{
	opacity: 1;
	display: block;
	position: absolute;
	top: 45px;
	font-size: 90%;
	color: #000;
	background: #eaeaea;
	padding: 10px;
	border-radius:3px;
	z-index:100;
	line-height: 1;
	box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
.tooltip:hover .tooltipCont:before{
	opacity: 1;
	content:'';
	display:block;
	position:absolute;
	height:0;
	width:0;
	top:-13px;
	left:15px;
	border:13px transparent solid;
	border-right-width:0;
	border-left-color:#eaeaea;
	transform:rotate(270deg);
	z-index:100;
}
.hotelDetail__lead__starBtn .tooltip:hover .tooltipCont{
	min-width: 30px;
}
.tooltip:hover .tooltipCont.mypageTooltipCont{
	width: 200px;
	top: 30px;
	font-weight: normal;
	color: #ca1332;
	line-height: 1.4;
}

/* その他
----------------------------------------------------------*/
.bold{font-weight: bold;}
.floatL{
	float: left;
	margin: 0 40px 40px 0;
}
.floatR{
	float: right;
	margin: 0 0 40px 40px;
}
.hatenaIcon{
	vertical-align:top;
}


/* clearfix
----------------------------------------------------------*/
.cf:after{
	display:block;
	height:0;
	content:"";
	visibility:hidden;
	clear:both;
}
.cf{
	zoom:1;
}



/* IE対応
----------------------------------------------------------*/
select::-ms-expand {
	display: none;
}





.ui-widget{
	font-family: 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3' ,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans‒serif;
}
.ui-widget-header{
	border-color: #fff;
	color: #fff;
	background: #ca1332;
	border-radius: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	border: none;
}
.ui-datepicker td.ui-datepicker-week-end a,.ui-datepicker td.ui-datepicker-holiday a{
	background: #ffd9df;
}

.ui-widget.ui-widget-content{
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.ui-widget-content{
	border: none;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 auto 15px;
	color: #fff;
	font-size: 18px;
	letter-spacing: .1em;
	padding: 10px;
	display: block;
	text-align: center;
	z-index: 1;
	background: -webkit-linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	background: linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	border: none;
	min-width: 150px;
	transition: 0.2s ease-in-out;
}
.ui-dialog .ui-dialog-buttonpane button:hover{
	background:-webkit-linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
	background:linear-gradient(to right, #4ef1e4 0%,#5cb4ff 100%);
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset.dubbleBtn{
	float: none;
}
.dubbleBtn{
	display: flex;
}
.ui-dialog .ui-dialog-buttonpane .dubbleBtn button{
	min-width: 120px;
}

/* 検索ボックス
==========================================================*/
.kv{
	width: 100%;
	height: 454px;
	padding: 0;
	background: url(../images/top/top_kv01.jpg) 50% 50% / cover no-repeat;
}
.topSearch{
	width: 920px;
	padding: 25px 30px;
	box-sizing: border-box;
	background: rgba(0,0,0,.8);
	z-index: 1;
	position: relative;
}

.kv h2{
	color: #fff;
	font-size: 24px;
	letter-spacing: .1em;
}
.en-US .kv h2{
	letter-spacing: 0;
}


/* 検索ボックス
----------------------------------------------------------*/
.topSearcWrap{
	display: flex;
}
.topSearch__rangeChange{
    position: absolute;
    top: 34px;
    left: 200px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: .1em;
}
.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;
}
.topSearch a.reset{
	color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: normal;
    background: url(../images/common/ui_reset_white.png) 0 0 / 13px no-repeat;
    padding: 0 0 0 18px;
    float: right;
}
.topSearch select,#search_change select{
	-webkit-appearance: none;
	appearance: none;
}
#search_change{
    display: block;
    margin-top: 50px;
    border-top: 1px solid #555;
    padding-top: 10px;
}
.topSearch__Tab ul{
	display: flex;
	margin: 10px 0;
}
.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;
}
.topSearch__Tab ul a:hover{
	opacity: .6;
	background: url(../images/common/ui_arrow_white_r.png) 4px 7px / 5px no-repeat;
}
.topSearch__Tab ul li:nth-child(1) a{color: #32c5b9;}
.topSearch__Tab ul li:nth-child(2) a{color: #1cabd8;}
.topSearch__Tab ul li:nth-child(3) a{color: #008aff;}
.topSearch__Tab ul li.current a{color:#fff;}
.topSearch__Tab ul a:first-child{
	margin-left: 0;
}


.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;
}
select.areaSelect__select{width: 210px;}
select#large_area_world{
	margin-left: 0;
}
#large_area_domestic{
	margin-left: 0 !important;
}

.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;
}
.areaSelect__input input[type="text"]{
	width: 200px;
}
.wordSelect__input:first-child Select{
	margin-left: 0;
	margin-right: 0px;
}
.wordSelect__input input[type="text"]{
	width: 40%;
}
.pinpointSelect__input  input[type="text"]{
	width: 100%;
	margin:0;
}



#areaHotelList,#freeAreaList,#freeHotelList,#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);
}
#areaHotelList{left:690px;}
#freeAreaList{left: 173px;}
#freeHotelList{left: 536px;}
#areaHotelList a,#freeAreaList a,#freeHotelList a,#pinpointList a{
    display: inline-block;
    padding: 2px 10px;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    transition: none;
    font-size: 13px;
}
#areaHotelList a:hover,#freeAreaList a:hover,#freeHotelList a:hover,#pinpointList a:hover{
	color: #fff;
	background: #ca1332;
}
#areaHotelListLoading,#freeAreaListLoading,#freeHotelListLoading,#pinpointListLoading{
	position: absolute;
	top: 119px;
}
#areaHotelListLoading img,#freeAreaListLoading img,#freeHotelListLoading img,#pinpointListLoading img{
	width: 22px;
}
#freeAreaListLoading{left:493px;}
#areaHotelListLoading,#freeHotelListLoading,#pinpointListLoading{left: 855px;}

#area_hotel_alert_show{left: 690px;top: 150px;}
#free_alert_show{left: 420px;top: 150px;}
#pinpoint_alert_show{left: 400px;top: 150px;}

/* チェックイン・アウト
----------------------------------------------------------*/
.stayBox{
	margin: 20px 20px 20px 0;
	float: left;
	width: 570px;
	position: relative;
}
.en-US .stayBox {
    width: 550px;
}
.checkIn__input label{
	color: #fff;
	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{
	margin-left: 0;
}

.checkIn__pulldown label{
	color: #fff;
	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;
}
.memberBox{
	overflow: hidden;
	float: left;
	margin: 5px 0 0 0;
}
.memberBox:first-child{
	margin: 20px 0 0;
}
.member__pulldown{
	float: left;
}
.member__pulldown label{
	color: #fff;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}

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;
	color: #fff;
	margin-top: 35px;
}
.memberBox:nth-child(1) .member__number p{margin-left:10px;}
.memberBox:nth-child(2) .member__number p{margin-left:10px;}
.memberBox:nth-child(3) .member__number p{margin-left:10px;}
.memberBox:nth-child(4) .member__number p{margin-left:10px;}
.memberBox:nth-child(5) .member__number p{margin-left:10px;}
.memberBox:nth-child(6) .member__number p{margin-left:10px;}
.memberBox:nth-child(7) .member__number p{margin-left:10px;}
.memberBox:nth-child(8) .member__number p{margin-left:10px;}
.memberBox:nth-child(9) .member__number p{margin-left:10px;}

.member__number{
	display: inline;
	float: left;
	color: #fff;
	margin-top: 8px;
}
.member__number p{
	color: #aaa;
}

.memberChild__select p{
	margin-bottom: 5px;
}
.memberChild__select{
	font-size: 12px;
	border-bottom: 1px solid #aaa;
	color: #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;
}


.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;
}
.moreTerms__btn a:hover{
	opacity: .6;
}


.sendBtn{
	margin: 40px 0 30px;
	text-align: center;
	width: 100%;
	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: 2;
	float: left;
}
.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: 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;
}
.sendBtn input:hover[type="submit"],.sendBtn input:hover[type="button"]{
	letter-spacing: .4em;
}


.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;
}
.sendBtn__sub a:hover{
	background: #0d9b94;
}
.en-US .sendBtn__sub a {
    line-height: 1.4;
    width: 240px;
    padding: 15px 0;
    box-sizing: border-box;
}

#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;
}
.refineHotel__list{
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #777;
    background: #555
}
.refineHotel__list h4{
	font-size: 14px;
	font-weight: normal;
	color: #2ae3ff;
}
.refineHotel__list select{
	padding: 2px 5px;
	margin: 4px;
	font-size: 12px;
}
.refineHotel__list ul{
	display: flex;
	flex-wrap: wrap;
}
.refineHotel__list ul li{
	width: 200px;
}
.refineHotel__listClass ul li{
	width: auto;
	margin-right: 10px;
}
.refineHotel__listClass ul li label{
	color: #ffb400;
}
span#stay_alert_show {
    top: 235px;
    left: 176px;
}