@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: 1250px;
}
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: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 1250px;
	position: relative;
}
.container_100percent{
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
	min-width: 1250px;
	position: relative;
}
@media screen and (max-width: 1600px){
	.container_100percent{
		padding: 0 10px;
	}
}


/* ヘッダー
==========================================================*/
header{
	width: 100%;
}
.logo{
	margin: 15px 0 0 0;
	float: left;
}
.logo a:hover{
	opacity: .6;
}
.logo img{
	max-height: 80px;
	padding: 5px 10px 15px;
}
.headerWhite{
	background: #fff;
}
.headerWhite__right{
	float: right;
	margin: 10px 0 0;
}
.headerSubNavi{
	display: flex;
	font-size: 14px;
}
.headerSubNavi li{
	margin: 0 0 0 30px;
}
.headerSubNavi li a{
	color: #555;
}
.pullDown__trigger{
	position: relative;
}
.pullDown__trigger a{
	color: #555;
	position: relative;
	padding-right: 20px;
}
.headerSubNavi a:hover{
	opacity: .6;
}
.pullDown__trigger > a::after{
	content: "";
	display: block;
	background: url(../images/common/ui_arrow_red_d.png) 0 0 / 10px 5px no-repeat;
	width: 10px;
	height: 5px;
	position: absolute;
	bottom: 6px;
	right: 0;
	transition: 0.2s ease-in-out;
}
.pullDown__trigger a:hover::after{
	transform: translateY(2px);
}


.login__trigger .pullDown__contents{
	display: none;
	position: absolute;
	width: 220px;
	z-index: 2;
	top: 25px;
	left: -65px;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	text-align: left;
}
.common__trigger .pullDown__contents{
	display: none;
	position: absolute;
	z-index: 2;
	top: 25px;
	left: 0;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	text-align: left;
	width: 100%;
}
.common__trigger .pullDown__contents a{
	display: block;
	color: #009ad3;
	font-size: 13px;
	margin: 3px 0;
}
.pullDown__contents label{
	margin: 0 0 10px;
	font-size: 12px;
	display: block;
}
.pullDown__contents input[type="text"],.pullDown__contents input[type="password"],.pullDown__contents input[type="tel"]{
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 13px;
	margin: 1px 0;
	box-sizing: border-box;
}
.pullDown__contents button{
	width: 100%;
	margin: 5px 0 10px;
	font-size: 13px;
	padding: 6px;
	border: none;
	border-radius: 3px;
	background: #ca1332;
	color: #fff;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.pullDown__contents button:hover{
	opacity: .6;
}
.login__trigger .pullDown__contents a{
	color: #009ad3;
	display: block;
	text-align: center;
	font-size: 12px;
	margin: -5px 0;
}





.headerTell{
	font-size: 24px;
	font-weight: bold;
	color: #ca1332;
	text-align: right;
}




/* グローバルナビ
----------------------------------------------------------*/
.headerGray{
	background: #e9e9e9;
	height: 40px;
	line-height: 40px;
}

.gnavi ul{
}
.gnavi a{
	color: #555;
	letter-spacing: .1em;
	display: inline-block;
	padding: 0 30px;
	position: relative;
}
.gnavi li{
	float: left;
}
.gnavi li:first-child{
	margin-left: -10px;
}
.gnavi li.contact{
	float: right;

}
.gnavi li.contact a{
	color: #fff;
	background: #ca1332;
}
.gnavi a:hover{
	color: #ca1332;
}

.gnavi li.contact a:hover{
	color: #ca1332;
	background: #fff;
}

/* フッター
==========================================================*/
footer{
	background: #131313;
	padding: 50px 0 0 0;
	text-align: center;
}
#footer a{
	color: #fff;
}
#footer a:hover{
	opacity: .6;
}
.footerLogo{
	margin: 0 0 60px;
}
.footerLogo img{
	max-height: 80px;
}
.footerNavi nav{
	padding-bottom: 70px;
}
.footerNavi ul{
	text-align: center;
	display: flex;
	/* width: 460px; */
	margin: 0 auto 10px;
	justify-content: center;
}
.footerNavi ul li{
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #aaa;
}
.footerNavi ul li:last-child{
	border-right: none;
}
/* .footerNavi ul li::after{
	content: "｜";
	color: #fff;
	position: absolute;
	left: -30px;
	top: 0;
}
.footerNavi ul li:last-child::after{
	display: none;
} */
.footerLower{
	color: #fff;
	background: #ca1332;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
.copyright{
	float: left;
	font-size: 10px;
	letter-spacing: .1em;
}
.footerSubNavi{
	float: right;
}
.footerSubNavi ul{
	display: flex;
	font-size: 13px;
}
.footerSubNavi ul li{
	margin: 0 15px;
}
#page-top{
	position:fixed;
	bottom:30px;
	right:30px;
}
#page-top img{
	width: 80px;
}
#page-top:hover{
	opacity:.6;
}

/* 汎用コンテンツ
==========================================================*/
.commonTitle{
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.commonText{
	margin: 40px 0;
}
.commonText p{
	margin: 0 0 2em 0;
}
.commonText .commonTitle{
	margin: 0 0 20px 0;
	font-size: 30px;
}
.commonHR{
	height: 1px;
	width: 100%;
	margin: 2em 0;
	background: #eee;
}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}



/* 静的ページ用
----------------------------------------------------------*/
.commonBox{
	background: #fff;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	margin: 40px auto 40px;
	padding: 100px;
	box-sizing: border-box;
	width: 1000px;
}
.commonBox h3{
	font-size: 20px;
	color: #000;
	margin: 20px 0;
}
.commonBox p{
	font-size: 15px;
	margin: 20px 20px 40px;
}
.commonBox__helpdesk{
	margin: 40px auto;
	padding: 40px;
	border: 4px solid #ccc;
	text-align: center;
	box-sizing: border-box;
	width: 600px;
	font-size: 18px;
}
.commonBox__membershipLead {
	padding: 30px;
	background: #eee;
	border: 1px solid #eee;
	font-size: 12px;
	margin: 0 0 60px;
}
.commonBox__membershipLead h3{
	font-size: 15px;
	margin: 0 0 20px;
}


.commonTable{
	font-size: 13px;
	background: #fff;
	margin: 40px 0;
}
.commonTable table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-bottom: 3px solid #e3e3e3;
}
.commonTable table th,.commonTable table td{
	padding: 15px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}
.commonTable table th{
	background: #f7f7f7;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	min-width: 150px;
}





/* リード部分
----------------------------------------------------------*/
.leadTitle{
	color: #fff;
	width: 100%;
	padding: 13px 0;
	background: #292929;
	overflow: hidden;
}
.leadTitle h2{
	text-align: center;
	font-size: 22px;
}



/* エラー画面
----------------------------------------------------------*/
.commonError {
	color: #f00;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 40px auto;
}

.errorLink .commonTitle{
	margin: 0 0 10px 0;
}
.errorLink{
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 20px;
	margin: 20px 0 40px 0;
}
.errorLink ul li{
	margin: 5px 0;
}
.errorLink a:hover{
	opacity: .6;
}
.errorLink2{
	border: 1px solid #ccc;
	background: #f7f7f7;
	padding: 20px;
	margin: 20px 0 40px 0;
	display: flex;
	justify-content: space-around;
}
.errorLink2 ul li{
	margin: 5px 0;
}
.errorLink2 a:hover{
	opacity: .6;
}
#date_alert_show,#date_mistake_show,#date_over_show{
	bottom: 55px;
	left: 0;
}


.errorLead{
	color: #fff;
	margin: 80px -40px;
	height: 600px;
	box-sizing: border-box;
	padding: 200px 0 0 155px;
	background: url(../images/common/404image.jpg) 0 0 no-repeat;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: .05em;
	text-align: left;
}
.errorLead .primaryBtn{
	width: 270px;
	margin-top: 70px;
}
.errorSitemap{
	text-align: left;
	margin: 100px 50px;
}
.errorSitemap h5{
	color: #ca1332;
	font-size: 20px;
	font-weight: bold;
	margin: 60px 0 20px;
}
.errorSitemap h6{
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.errorStatus__wrap{
	display: flex;
	justify-content: space-between;
}
.errorStatus__box{
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 0px rgba(0,0,0,.1);
	background: #fff;
	text-align: center;
	width: 23%;
}
.errorStatus__box h6{
	font-size: 34px;
	font-weight: bold;
	color: #999;
	margin: 40px 0 20px;
}
.errorStatus__box p{
	text-align: left;
	font-size: 12px;
	padding: 10px 20px 20px 20px;
}


.errorSitemap__cont{
	margin: 20px;
}
.errorSitemap__cont ul{
	padding: 0 0 0 20px;
	border-left: 1px solid #ccc;
}
.errorSitemap__cont ul li{
	margin: 5px 0;
}
.errorSupport{
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 2px 0px rgba(0,0,0,.1);
}
.errorSupport span{
	color: #f00;
	font-weight: bold;
	font-size: 25px;
}


/* 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;}



/* レイアウト
----------------------------------------------------------*/
.mainWrap{
	display: flex;
}
.mainContents{
	margin: 20px 0 40px 20px;
	width: 970px;
}
.container_100percent .mainContents{
	width: 100%;
}
.sideBar{
	width: 260px;
	box-sizing: border-box;
	padding: 20px 0 40px 0;
}
.container_100percent .sideBar{
	min-width: 260px;
}
.sideBar h2{
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.sideBar .gmap{
	border: 1px solid #ccc;
	width: 100%;
}
.sideBar .gmap a:hover{
	opacity: .6;
}
.oneColumn__contents{
	padding: 20px 40px 40px;
}


/* ボタン
----------------------------------------------------------*/
.commonBtn button,.commonBtn a,.commonBtn input[type="button"]{
	font-size: 14px;
	padding: 10px;
	border: none;
	border-radius: 5px;
}
.commonBtn__small a{
	background: #fff url(../images/common/ui_arrow_red_r.png) right 8px top 6px / 5px no-repeat;
	font-size: 12px;
	line-height: 1;
	padding: 5px 25px 5px 15px;
	border-radius: 5px;
}
.colorRed{color:#f00;}
.colorBlue{color:#3aafbd;}
.colorBlack{color:#000;}
.colorGray a{
	color: #555;
}
.commonBtn__small a:hover{
	opacity: .6;
}
.primaryBtn a,.primaryBtn button,.primaryBtn input{
	color: #fff;
	font-size: 18px;
	letter-spacing: .1em;
	padding: 7px;
	display: inline-block;
	width: 100%;
	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;
}
.primaryBtn a::after,.primaryBtn button::after,.primaryBtn input::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;
}
.primaryBtn a:hover::after,.primaryBtn button:hover::after,.primaryBtn input:hover::after{
	opacity: 1;
}
.secondaryBtn a,.secondaryBtn button{
	color: #fff;
	font-size: 18px;
	letter-spacing: .1em;
	padding: 7px;
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 1;
	background: #999;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
	border:none;
	cursor: pointer;
	transition: 0.2s ease-in-out;
}
.secondaryBtn a:hover,.secondaryBtn button:hover{
	background: #ccc;
}

.cryptoPaymentBtn{
	margin-top: 50px;
}

.cryptoPaymentBtn a,.cryptoPaymentBtn button,.cryptoPaymentBtn input{
	color: #fff;
	font-size: 25px;
	letter-spacing: .1em;
	padding: 25px;
	display: inline-block;
	width: 50%;
	text-align: center;
	z-index: 1;
	background:-webkit-linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	background:linear-gradient(to right, #c53232 0%,#efefef 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;
}

.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;
}



/* Popup
----------------------------------------------------------*/
.newsPopup{
	font-size:14px;

}
.newsPopup h1{
	color: #fff;
	font-size: 15px;
	background: #ca1332;
	letter-spacing: .1em;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
}
.newsPopup h2{
	font-size: 18px;
	color: #ca1332;
	padding: 10px 0;
	border-bottom: 1px solid #ca1332;
	margin: 0 0 20px;
	line-height: 1.4;
}



.newsPopup__contents{
	padding: 10px 20px 20px;
}



.newsPopup span.data{
	color: #aaa;
}
.newsPopup__contents p{
	font-size: 13px;
	line-height: 1.4;
}





/* バナー
----------------------------------------------------------*/
.bannerZone{
	width: 100%;
	padding: 50px 0;
	margin: 50px 0;
	background: #f8f8f8;
}
.bnrBox{
	display: flex;
	justify-content: space-around;
}
.bnrBox a:hover{
	opacity: .6;
}


/* その他
----------------------------------------------------------*/
.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;
}


/* ホテル詳細ダイアログ */
.hotelDetail__roomDialog.ui-dialog-content{
	padding: 15px;
	font-size: 12px;
}
.hotelDetail__roomDialog.ui-dialog-content p{
	margin: 5px 0;
}
.hotelDetail__roomDialog.ui-dialog-content h5{
	color: #ca1332;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}
.hotelDetail__roomDialog.ui-dialog-content ul li{
	display: inline-block;
	padding: 2px 5px;
	background: #eaeaea;
	border: 1px solid #eee;
	margin: 0 0 5px 0;
}








