@charset "utf-8";
/* CSS Document */
/*
============================================================
*	reserve.css
============================================================
*/

/* 予約フォームまわり
==========================================================*/

/* リード部分
----------------------------------------------------------*/
.reserveLead{
	color: #999;
	width: 100%;
	padding: 13px 0;
	background: #292929;
	overflow: hidden;
}
.reserveLead__wrap{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.mypageReserve .reserveLead__wrap{
	display: block;
}
.reserveLead__layoutLeft{
	max-width: 1110px;
}
.reserveLead__btn{
	margin: 10px 10px 0 0;
	font-size: 12px;
}
.reserveLead__btn a::after{
	content: "→";
	padding: 0 0 0 5px;
}
.reserveLead__btn a:hover{
	opacity: .6;
}

.reserveLead__name{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
}
.reserveLead__nameEng{
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin: 5px 0 0 0;
}
.reserveLead__map{
	font-size: 12px;
	margin: 10px 0 10px 0;
	line-height: 1.4;
	display: flex;
}
.reserveLead__map .address{
	padding: 0 0 0 17px;
	margin: 0 15px 0 0;
	background: url(../images/common/ui_hotel.png) left top / 11px no-repeat;
}
.reserveLead__map .map{
	padding: 0 0 0 17px;
	background: url(../images/common/ui_map.png) left top / 11px no-repeat;
}
.reserveLead__map .map span{
	font-weight: bold;
	color: #fff;
}
.reserveLead__map .map a{
	text-decoration: underline;
	padding-left: 5px;
	color: #fff;
}
.reserveLead__map .map a:hover{opacity:.6;}
.reserveLead__star{
	margin: -8px 0 0 15px;
}
.reserveLead__star img{
	width: 25px;
}


.reserveLead__tag{
	margin: 5px 0;
	float: left;
}
.reserveLead__tag ul{
	display: flex;
	flex-wrap: wrap;
}
.reserveLead__tag ul li{
	font-size: 10px;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 5px 5px 0;
	background: #444;
}




/* Step Bar
----------------------------------------------------------*/
.reserveLead__step{
	float: right;
	margin: -15px 0 0 0;
}
.stepBar {
	display: flex;
	width: 250px;
	position: relative;
	text-align: center;
}
.stepBar li {
	font-size: 12px;
	list-style: none;
	position: relative;
	width: 33.333%;
}
.stepBar li:after {
	background: #999;
	content: "";
	width: calc(100% - 24px);
	height: 4px;
	position: absolute;
	left: calc(-50% + 12px);
	top: 10px;
}
.stepBar li:first-child:after {
	display: none;
}
.stepBar li span {
	background: #999;
	color: #ffffff;
	display: inline-block;
	height: 24px;
	margin-bottom: 5px;
	line-height: 24px;
	width: 24px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.stepBar .visited:after {
	background: #ca1332;
}
.stepBar .visited span {
	background: #ca1332;
}






/* コンテンツ
==========================================================*/
.reserveContents{
	background: #fff;
	min-width: 1250px;
	box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.15);
	padding-bottom: 40px;
	margin-bottom: 40px;
	transform: translate(0,40px);
}

h3.reserveTitle{
	color: #fff;
	font-size: 24px;
	background: #ca1332;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	letter-spacing: .1em;
}
h4.reserve_H4{
	font-size: 20px;
	color: #ca1332;
	margin: 1.5em -40px 1em;
	padding: 5px 20px;
	background: #fbf2f2;
	border-left: 4px solid #ca1332;
	border-bottom: 1px solid #fab9b9;

}
h4.reserve_H4 span.small{
	font-size: .63em;
	font-weight: normal;
}
h5.reserve_H5{
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ca1332;
}





/* テーブル
----------------------------------------------------------*/
.reserveTable{
	font-size: 15px;
	background: #fff;
}
.reserveTable table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-bottom: 3px solid #e3e3e3;
}
.reserveTable table th,.reserveTable table td{
	padding: 15px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}
.reserveTable table th{
	background: #f7f7f7;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
}
.reserveTable table th.bedtype{
	width: 230px;
}
.reserveTable table th.bedtype span.small{
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	color: #ca1332;
}
.reserveTable.table1 table th{
	width: 25%;
}
.reserveTable.table2 table th,.reserveTable.table2 table td{
	border-left: 1px solid #e3e3e3;
}
.reserveTable table th.center{
	text-align: center;
}
.reserveTable .colorRed{
	font-weight: bold;
	font-size: 20px;
}
p.planInfo{
	margin: 5px 0;
	text-align: right;
}
.planInfo span{
	font-size: 12px;
	color: #fff;
	background: #ca1332;
	padding: 5px 10px;
	border-radius: 5px;
}




.reserveTable input[type="text"],.reserveTable input[type="tel"]{
	background: #fff;
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0;
	margin: 0 10px 0 5px;
	border: 1px solid #ccc;
}
.reserveTable label[for=first_name] input[type="tel"],.reserveTable label[for=family_name] input[type="tel"]{
	width: 150px;
}
.reserveTable select{
	-webkit-appearance: none;
	appearance: none;
}
.reserveTable 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: inline-block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 10px 0 5px;
	border: 1px solid #ccc;
}
.reserveTable select.bedType{
	min-width: 150px;
}
.reserveTable textarea{
	border-radius: 5px;
	padding: 10px 25px 10px 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 100%;
}
.reserveTable span.subtext{
	display: block;
	margin: 5px 0;
	font-size: 12px;
}
.reserveTable label{
	position: relative;
}
.reserveTable .errorText{
	width: 100%;
	top: 30px;
	left: 0;
}
.reserveTable.reservation-notify{
	background-color: #fff;
    flex-flow: wrap;
    display: flex;
}
.reserveTable.reservation-notify > div{
	flex-flow: column;
    flex: 1;
    margin: 10px;
    display: flex;
}
.reserveTable.reservation-notify .notification-title{
	color: #fff;
    background-color: #ca1332;
    padding: 10px 25px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.reserveTable.reservation-notify .box-content{
	color: #000;
    background-color: #fbf2f2;
    border-bottom: 4px solid #ca1332;
    border-left: 4px solid #ca1332;
    border-right: 4px solid #ca1332;
    height: calc(100% - 100px);
    padding: 20px 30px;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.attentionContents{
	background:#fbf2f2;
	padding: 20px 30px;
	margin: 20px 0;
	border: 4px solid #ca1332;
	font-size: 15px;
}
.attentionContents h5{
	font-size: 30px;
	color: #fff;
	margin: -20px -30px 0;
	padding: 10px 0 10px 25px;
	background: #ca1332;
}
.attentionContents p{
	margin: 1em 0;
}
.attentionContents p:first-child{}
.attentionContents b{
	font-weight: bold;
	color: #ca1332;
	font-size: 18px;
}
.attentionContents ul li{
	margin: 0 0 0 5px;
	list-style: disc inside;
}



.ruleContents b{
	font-weight: bold;
	color: #000;
	display: inline-block;
	margin: 0.5em 0;
}
.ruleContents p{
	margin: 0.5em 0;
}




.reserveBtn{
	display: flex;
	width: 80%;
	margin: 40px auto 0;
}
.reserveBtn > div{
	width: 100%;
	margin: 0 40px;
}
.resereveBtn_four > div{
	margin: 0 20px;
}
.reserveBtn a,.reserveBtn button{
	padding: 10px 0;
	min-height: 52px;
	box-sizing: border-box;
}





.reserveText__final{
	margin: 20px 0;
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #f00;
	background: #eee;
}




/* 予約完了
----------------------------------------------------------*/
.reserveFinish{
	padding: 80px 0;
	text-align: center;
}
.reserveFinish h3{
	font-size: 40px;
	display: inline-block;
	color: #000;
	background:-webkit-linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	background:linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.reserveFinish p{
	margin: 40px 0;
	font-size: 15px;
	font-weight: bold;
}
.reserveFinish__number{
	width: 50%;
	margin: 80px auto 0;
	letter-spacing: .05em;
	border-left:4px solid #32c5b9;
	border-right:4px solid #008aff;
	font-size: 30px;
	font-weight: bold;
	padding: 25px 0;
	color: #fff;
	background:-webkit-linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	background:linear-gradient(to right, #32c5b9 0%,#008aff 100%);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}


.reserveTable__goukei{
	margin: 40px 0 80px	;
}






.tmp_reservation_dialog__Btn{
	width: 250px;
	margin: 0 auto 20px;
}
.tmp_reservation_dialog__Final{
	color: #f00;
	font-weight: bold;
	border: 2px solid #f00;
	padding: 10px;
	margin: 10px;
	text-align: center;
	font-size: 16px;
}
.fnl_reservation_dialog__Btn{
	width: 250px;
	margin: 20px auto 20px;
}
#tmp_reservation_dialog p{
	margin: 0 0 20px;
}



#cmp_confirm p{
	margin: 0 0 20px;
}
.cmp_confirm__Price{
	margin: 20px 0 0;
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.cmp_confirm__PriceMethod{
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}



#payment_choice,#tmp_reservation_dialog,#cmp_confirm{
	padding: 20px;
	font-size: 14px;
}
#payment_choice h4,#cmp_confirm h4{
	text-align: center;
	margin: 0 0 20px;
}
.payment_choiceBtn{
	text-align: center;
}
.payment_choiceBtn a{
	display: block;
	min-width: 250px;
	border: 1px solid #ccc;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	transition: 0.2s ease-in-out;
	border-radius: 5px;
	padding: 10px 0;
	margin: 15px 30px;
	background: #eee;
	font-weight: bold;
}
.payment_choiceBtn a:hover{
	opacity: .6;
}



.agreementDoc{
	text-align: center;
	margin: 20px 0;
}
.agreementDoc a{
	color:#009ad3;
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}
.agreementDoc a:hover{
	opacity: .6;
}

.fnl_reservation_cancel__Btn{
	display: block;
	margin: 20px 0;
	text-align: left;
	font-size: 13px;
}



/* クレジットカード決済
----------------------------------------------------------*/
.priceBox{
	border: 2px solid #f00;
	text-align: center;
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
	margin: 40px auto;
	font-size: 25px;
	font-weight: bold;
	color: #f00;
}
.ccContents{
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
	margin: 40px auto;
}
.box_btn{
	text-align: center;
	width: 50%;
	margin: 40px auto 20px;
}
.box_btn input{
	padding-top:20px;
	padding-bottom:20px;
}
.ccContents input[type="text"]:not(#form_send),.ccContents input[type="tel"]:not(#form_send),
.ccContents input[type="email"]:not(#form_send),.ccContents input[type="password"]:not(#form_send){
	line-height: 35px;
	height: 40px;
	border-radius: 5px;
	display: block;
	font-size: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.ccContents select{
	-webkit-appearance: none;
	appearance: none;
}
.ccContents 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: 15px;
	padding: 0 25px 0 10px;
	box-sizing: border-box;
	margin: 0 10px;
	border: none;
}
.ccContents select:first-child{
	margin-left:0;
}

#zeus_token_card_info_area{
	margin: 0 0 40px;
}
#zeus_registerd_card_area, #zeus_new_card_area {
	margin: 10px 0 40px 25px !important;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	background: #f7f7f7;
}

.ccloginBox{
	padding: 20px;
	box-sizing: border-box;
}
.ccloginBox div{
	margin: 0 0 20px;
}

.ccNoticeBox {
	margin: 10px 25px 0 25px !important;
	padding: 20px;
	border: 1px solid #DDD;
	background: #f7f7f7;
	line-height: 1.3;
}

.room_nameChangeBtn{
	text-align: center;
}
.room_nameChangeBtn button{
	width: 150px;
	margin: 20px auto 40px;
}

.nowrap {
	white-space: nowrap;
}

div > form > .subBtn{
	display: block;
	text-align: center;
	color: #fff;
	background: #35d9d1 !important;
	height: 55px;
	line-height: 25px;
	border-radius: 10px;
	float: left;
	padding-top: 10px;
	font-weight: bold;
}
div > form > .subBtn:hover{
	background: #26eae0 !important;
	transition: 0.2s ease-in-out;
}

.trip-container {
	padding: 0px !important;
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid #e3e3e3;
	.trip-title {
	  padding: 24px 15px;
	  background-color: #f7f7f7;
	  max-width: 80px;
	  width: 20%;
	}
	.trip-content {
	  padding: 24px 15px;
	  width: 40%;
	}
  }

.cxl_booking_detail{
	text-align: center;
	margin: 20px auto 40px;
}
.cxl_booking_detail_btn{
    border: none;
    background: none;
	text-decoration: underline;
    color: #5cb4ff;
    font-size: 16px;
	cursor: pointer;
}

.membership_agreement a,.membership_agreement a:link {
	color: #009ad3 !important;
	text-decoration: none;
	transition: 0.2s ease-in-out;
}

.membership_agreement_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #333333;
}

.errorText_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
}