@charset "utf-8";

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

*{
	box-sizing:border-box;
	transition: .3s background ease;
}

body {
    word-wrap: break-word;
    font-family: sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin:0;
    margin-bottom: 100px !important;
}


h1, h2, h3, h4, h5, dl {
    margin: 0px;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
}
a:link{ text-decoration:none; color:#BF0000; }
a:visited{ text-decoration:none; color:#BF0000; }
a:active{ text-decoration:none; color:#FA6A00; }
a:hover{ text-decoration:none; color:#FA6A00; }

th {
    font-weight: normal;
    text-align: left;
}
dd {
    margin: 0px;
}

img {
    max-width: 100%;
    border: 0px;
}

.link_blank::after{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background:url(../img/icon_link_blank.png) center top no-repeat;
	background-size:contain;
	margin-left:0.2em;
	margin-right: 0.3em;
	position:relative;
	top:-0.2em;
}


#wrapper {
    max-width: 1100px;
    width: 94%;
    margin: 0 auto;
}
#resvcancel #wrapper {
    max-width: 814px;
}


#header {
/*     margin-bottom: 30px; */
}
#header .header-inner {

}
#logo {
    max-width: 250px;
}


#contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
#resv-flow {
    margin: 0;
    padding: 0;
    width: 22%;
}
#contents #contents-main {
    margin: 0;
    padding: 0;
    width: 74%;
}



#resv .ui-datepicker select.ui-datepicker-year {
	width: 44%;
	padding: 2px 5px;
	margin: 0 2%;
}
#resv .ui-datepicker select.ui-datepicker-month{
	width: 39%;
	padding: 2px 5px;
	margin: 0 2%;
}



#handling{
	width: 100%;
	font-size: 0.9em;
	line-height: 1.3;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 5px;
	padding: 10px 15px 9px;
	margin-top: 1.5em;
}
#handling dt{
	font-weight:bold;
}
#handling dd{

}
@media (min-width: 900px) {
	#handling{
		display: flex;
		flex-wrap: wrap;
	}
	#handling dt{
		width:15%;
	}
	#handling dd{
		width:85%;
	}
}
@media (max-width: 899px) {
	#handling dt {
		margin-bottom: 0.25em;
	}
	#handling dd{
		padding-left:0.5em;
	}
}



/*	部品	*/
.dark_red {
    color: #bf0000;
}
.color-red {
    color: #BF3000;
}
.required-icon {
    color: #cc0000;
}
.right {
    text-align: right;
}
.center{
	text-align:center;
}
.underline{
	border-bottom:1px solid #C8C8C8;
}
.underline2{
	font-weight:bold;
	background: linear-gradient(transparent 70% , yellow 70%);
}
.small,
small {
    font-size: 0.8em;
}
.hidden{
	display:none;
}

.clear{
	clear:both;
}

.relative{
	position:relative;
}
.normal {
    font-size: 0.9em;
}

.mb_20 {
    margin-bottom: 20px;
}


#verisign{
	display:none;
	height:72px;
	margin-bottom:15px;
}
#verisign div{
	width:110px;
	float:left;
}
#verisign p{
	width:525px;
	font-size:11px;
	padding-top:20px;
	float:left;
}

.error-message {
    color: #ff0000;
    margin-bottom: 1em;
}





/*	FORM	*/

form{
	width:100%;
	margin:0px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
TEXTAREA {
    font-size: 1.1em;
    vertical-align: middle;
	letter-spacing: .1em;
    background-color: #FFFFFF;
    border: 1px solid #9f9f9f;
    box-shadow: 0 1px 1px rgba(110, 96, 91, 0.2) inset;
    padding: 8px 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 3px;
}
select{
	max-width: 100%;
	font-size: 1.1em;
	vertical-align: middle;
	letter-spacing: .05em;
	border: 1px solid #9f9f9f;
	border-radius: 3px;
	padding: 8px 10px;
	margin: 2px 0;
	cursor: pointer;
	box-sizing: border-box;
}
textarea {
    width: 100%;
    padding: 5px;
}

.error_input{
	background-color: #ffe0e0 !important;
	box-shadow: 0px 0px 3px 0 #c00 inset !important;
}
.error_msg{
	font-size:0.9em;
	color: #ff7070;
}
.full2-width {
    width: 80%;
}
.full-width {
    width: 100%;
}
.payment-select label{
	display:block;
	font-weight:bold;
	border-radius:5px;
	background:#f2f2f2;
	padding:8px 10px;
	margin-bottom:5px;
}
.payment-select label.selected_payment{
	color:#fff;
	background:#e65d02;
}

#OnlineCardPayment{
	border:2px solid #e65d02;
	padding:15px;
	margin-bottom:25px;
}
#OnlineCardPayment .form-table{
	margin-top:20px;
	margin-bottom:0;
}
#OnlineCardPayment .resv-table-title{
	color:#e65d02;
	border-bottom:1px solid #bfbfbf;
	padding-bottom:5px;
}



/*	table	*/
table {
	width: 100%;
    border-collapse: collapse;
}
.form-table {
    border: 2px solid #808080;
    margin-bottom: 10px;
}
.form-table th,
.form-table td {
    border-bottom: 1px solid #a6a6a6;
    padding: 8px;
}
.input-form-table > tbody > tr > th {
    width: 30%;
}
.form-table th {
    background: #f2f2f2;
    border-right: 1px solid #a6a6a6;
}
.form-table th.col-room-no {
    font-weight: bold;
    background: #e6dfd7;
}
.form-table th.col-ninzu-tit {
    background-color: transparent;
}
.sp-vertical-cell2.resv-price-details .col-ninzu-tit {
    background-color: #f2f2f2 !important;
}
.form-table td {
	background: #fff;
}
.form-table td.has-table {
    padding: 0px;
    border: 1px solid #a6a6a6;
}

#resv #cal-box01 td select[name="TransName"] {
    width: 100%;
}





/*	btn	*/
button {
    cursor: pointer;
}
.resv_last_tb {
    margin-top: 30px;
}
.detail_btn,
.btn-back,
.btn-next,
.resv_btn {
    font-size: 1.1em;
    max-width: 300px;
}
.resv_btn{
    display: inline-block;
    border-radius: 0;
    color: #fff;
    text-align: center;
    border: solid 1px;
    text-decoration: none;
    background: #000;
    border-radius: 30px;
    padding: 10px 35px !important;
    margin: 0 10px 10px !important;
}
.btn-back{
	background: #808080;
}
.btn-back:hover{
	background: #444;
}

.btn-next {
    background: #e65d02;
}
.btn-next:hover {
    background: #e03100;
}


/*	ヘッダー	*/
#header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 20px 0;
}
#header-top .back-btn{
	position: fixed;
	/* top: 25px; */
	right: 50%;
	margin-right: -550px;
	z-index: 10;
}
#header-top .back-btn a {
	font-size: 0.9em;
	line-height: 1;
	border-radius: 3px;
/* 	background: rgba(0,0,0,0.05); */
	background: #f2f2f2;
	border:3px solid #fff;
	padding: 8px 10px;
}
@media only screen and (max-width: 1200px) {
	#header-top .back-btn{
		/* top: 20px; */
		right: 3%;
		margin-right: 0px;
	}
}


/*	左ナビ（フロー）	*/
#resv-flow ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
#resv-flow li{
	text-align: left;
	color: #ffffff;
	border-radius:5px;
	background: #2B2D37;
	padding: 5px 10px;
	margin-bottom: 25px;
	position: relative;
	transition: .3s background ease;
}
#resv-flow li.resv-flow-current {
    background: #e65d02;
}
#resv-flow li.resv-flow-completed {
    background: #808080;
}
#resv-flow li::after {
    font-size: 1.5em;
    color: #000;
    font-family: FontAwesome;
    position: absolute;
}
#resv-flow li::after {
    content: "\f107";
    bottom: -27px;
    left: 50%;
    margin-left: -0.5em;
}
#resv-flow li:last-child::after {
    display: none;
}
#resv-flow li .resv-flow-text {
    margin-left: 5px;
}




/*	メインコンテンツ	*/
#cal-box01 #cal-box01-name {
    background: none;
	position: relative;
	margin-bottom: 10px;
}
.color_title {
    font-size: 1.6rem;
	color: #2B2D37;
    border-bottom: solid 2px #2B2D37;
    padding-bottom: 5px;
	margin-bottom: 15px;
}

.resv_tit {
    font-size: 1.4em;
    color: #ffffff;
    line-height: 1.0;
	background: #2B2D37;
	border-radius:5px;
    margin-bottom: 20px;
    padding: 10px;
}

.resv-select {
    margin: 15px 0 25px;
    background: #F2F2F2;
    padding: 20px 30px 10px;
}
.resv-select dl{
	margin-bottom:10px;
}
.resv-select dt {
    width: auto;
    color: #303028;
    font-weight: normal;
    padding: 10px 0;
}
.resv-select dt,
.resv-select dd {
    padding: 2px 2px;
    margin:0;
}
.resv-select .select-plan select,
.resv-select .select-room select{
	width:100%;
}



/*	カレンダー	*/

#cal-navi-box {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}
#cal #cal-select select {
    font-size: 22px;
    font-weight: bold;
/*
    border: 1px solid #CCC;
    background: #F2F2F2;
*/
    border: 0px;
    background: transparent;
    padding: 3px 25px 3px 15px;
    margin-right:5px;
    border-radius: 0px;
}
#cal input[type="button"] {
    font-size: 1em;
    border: 1px solid #CCC;
    padding: 8px 15px;
    margin: 2px 2px;
    border-radius: 5px;
    cursor: pointer;
}
#cal input[type="button"]:hover {
	color:#fff;
/*     border: 1px solid #000; */
    background:#808078;
}
#cal input[type="button"]:disabled{
	opacity:0.5;
	pointer-events: none;
}



#cal-table table{
	border:2px solid #666;
}
#cal-table th,
#cal-table td{
	border-right:1px solid #595959;
	border-bottom:1px solid #595959;
}
#cal-table th{
	color:#FFF;
	text-align: center;
	border-top:1px solid #595959;
	background:#808078;
	padding: 5px 0;
}
#cal-table th.cal-sun{
	background:#C95656;
}
#cal-table th.cal-sat{
	background:#59A2B2;
}
#cal-table td{
	width:80px;
	height:80px;
	vertical-align:top;
}



#cal-table td a,
#cal-table td .no-link{
	display:block;
	height:80px;
	color:#595959;
	padding:0px 5px;
}
#cal-table td a{
}
#cal-table td a:hover{

}
* html #cal-table td a,*:first-child+html #cal-table td a{
	 margin-right:-20px;
	 } 


#cal-table td .no-link{
}

#cal-table td span{
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
}
#cal-table td a:hover{
	background:#F0C5C5;
}
#cal-table td .no-link{
	color:#BFBFBF;
}
#cal-table .cal-date{
	height:26px;
	font-size:16px;
	line-height:26px;
/*	font-weight:bold;*/
}

#cal-table .cal-mark{
	height:28px;
	line-height:28px;
	text-align:center;
}
#cal-table a .cal-mark{
	text-indent:-9999px;
/* ＼*/
overflow:hidden;
/* */
}

#cal-table .cal-mark img{
	padding-top:5px;
}
#cal-table .cal-price{
	font-size:12px;
	text-align:center;
}


#cal-table td.non-month{
	background:#E5E5E5;
}
#cal-table td.cal-today{
	color:#595959;
	background:#F0C5C5;
}
#cal-table td.cal-weekday{
	background:#FFF;
}
#cal-table td.cal-saturday{
	background:#F2FDFF;
}
#cal-table td.cal-sunday{
	background:#FFF2F2;
}



#cal-table td.cal-saturday .cal-date{
	color:#7CADBF;
}
#cal-table td.cal-saturday a .cal-date{
	color:#3098BF;
}

#cal-table td.cal-sunday .cal-date{

	color:#BF7C7C;
}
#cal-table td.cal-sunday a .cal-date{
	color:#BF3030;
}


#cal-table td .midasi{
	display:block;
/* 	font-size:12px; */
	text-align:center;
	color:#D90000;
}
#cal-table td .midasi b{
	padding:0px 3px;
}


#cal-mark-info{
	display:flex;
	flex-wrap:wrap;
	font-size: 13px;
/* 	font-size:12px; */
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 15px;
}
#cal-mark-info > span{
	display:flex;
	align-items: center;
	margin-right:1.2em;
	margin-bottom: 8px;
}
#cal-mark-info > span img{
	margin-right:5px;
}
#cal-mark-info > span b{
	font-size: 18px;
	color: #999;
	margin-right: 3px;
}
@media (max-width: 899px) {
	#cal-mark-info > span img{
		width:17px;
	}
	#cal-mark-info > span b {
		font-size: 16px;
	}
}


#cal-text{
	font-size:12px;
}


.col-tit {
    width: 30%;
}
.col-tit font{
	font-size:0.9em;
}

.info_box_tit {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -0.01em;
}

.form-table .has-table tr:last-child th,
.form-table .has-table tr:last-child td {
    border-bottom: none;
}

.resv-price-details .col-data-age {
    width: 60%;
}

.resv-price-details .col-data-subtotal {
    text-align: right;
    line-height: 1.4;
    white-space: nowrap;
}
.resv-price-details .col-data-subtotal .rate {
    font-size: 0.9em;
}
.resv-price-details .col-data-subtotal .total-rate {
    font-size: 1.1em;
    font-weight: bold;
}
.total-price big {
    font-size: 1.4em;
    color: #bf0000;
}

.resv-table-title {
    font-size: 1.2em;
}

.resv-option-inner-table .resv-option-img{
	width:20%;
}
.sp-vertical-cell2.resv-price-details .col-ninzu-tit{
	background-color:#f2f2f2 !important;
}
.resv-option-inner-table .planopt-name,
.resv-option-inner-table .planopt-name2{
	line-height:1.2;
}
.resv-option-inner-table .planopt-name2{
	font-size:0.85em;
}


.note-table{
	border: 1px solid #CCC;
	padding: 10px 15px;
	margin-bottom: 20px;
	background: #f3efeb;
}
.note-table dl{
	border-bottom:1px solid rgba(0,0,0,0.25);
	padding:10px 0;
}
.note-table dl:last-child{
	border-bottom:0px;
}
@media (min-width: 900px) {
	.note-table dl{
		display:flex;
	}
	.note-table dt{
		width:30%;
	}
	.note-table dd{
		width:70%;
	}
}
@media (max-width: 899px) {
	.note-table dt{
		font-weight:bold;
	}
}



#agree_wrap{
	font-weight:bold;
	text-align:center;
    padding: 10px;
}
#agree_wrap.warning{
    color: #FFF;
    border-radius: 10px;
    background: #cc0000;
}
#agree_wrap.warning a{
    color: #FFF;
}


#resend_mail{
	margin: 20px auto 50px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px 30px;
	width: 90%;
	background: rgba(0,0,0,0.02);
}



@media only screen and (max-width:768px) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"] {
	    -webkit-appearance: none;
	    height: 2.2em;
	    width:100%;
	    background:#fff;
	    margin:0;
	}
	
	input[type="date"]::-webkit-date-and-time-value{
		text-align: center;
	}
	input[type="time"]::-webkit-date-and-time-value {
	    text-align: center;
	}
}


@media only screen and (max-width: 900px) {

	
	
	#wrapper {
	    width: 93%;
	}
	
	#header{
		margin-bottom: 0px !important;
	}
	#logo {
		width:45%;
	    float: none;
	    padding-top: 0px;
/* 	    margin:0 auto; */
	}

	#resv-flow{
		display:none;
	}
	
	#contents #contents-main {
	    width: 100%;
	}

	.color_title {
		font-size: 1.4rem;
	}
	
	.resv_tit {
	    font-size: 1.2em;
	}

	.green_box_form td.col-ninzu-tit,
	.green_box_form td.col-data{
	    display: block;
	    width: auto;
	}
	table.mini_box{
		width:90%;
	}
	table.mini_box th,
	table.mini_box td{
		display:block;
	}
	
	.form-table th,
	.form-table td,
	.has-table table th,
	.has-table table td {
	    padding: 5px 8px;
	}
	.form-table td.has-table{
		border-top:0;
	}
	
	.sp-vertical-cell th,
	.sp-vertical-cell td{
		display:block;
		width:100% !important;
		border-right:0px !important;
	}
	.sp-vertical-cell2 > tbody > tr > th,
	.sp-vertical-cell2 > tbody > tr > td{
		display:block;
		width:100% !important;
		border-right: 0;
	}

	.tb-resv-info > tbody > tr > th,
	.green_box_form > tbody > tr > th{
	    border-right:0;
	}
	.tb-resv-info > tbody > tr > th.col-ninzu-tit{
		background-color:#f2f2f2 !important;
	}
	.sp-vertical-cell2 .has-table .col-ninzu-tit{
		background-color:transparent !important;
	}
	.resv-price-details .col-data-age{
		line-height: 1.1;
		word-break: break-all;
	}
	.resv-price-details .col-data-num{
		padding-left:0;
		padding-right:0;
	}
	.resv-price-details .col-data-subtotal .total-rate {

	}
	
	.resv-select {
	    padding: 10px 15px 5px;
	}
	.resv-select .select-plan select,
	.resv-select .select-room select {
	    width: 100%;
	}
	
	#cal-table td a, #cal-table td .no-link {
	    padding: 0px 3px;
	}
	#cal-table .cal-price {
	    letter-spacing: -1px;
	}
	
	.note-table dd {
	    font-size: 0.9em;
		line-height: 1.4;
	}
	
/*
	.cancel_wrap {
	    width: 90%;
	}
*/
	
	#resend_mail{
		margin: 10px auto 30px;
		padding: 15px 20px;
		width: 95%;
	}
}



/* ----------------------------------

2025.10 宿オプション画像調整

---------------------------------- */
.resv-option-inner-table th {
  display: block;
}

@media only screen and (min-width: 768px) {
  .resv-option-inner-table th {
    display: table-cell;
  }
}

.resv-option-inner-table td {
  display: block;
}

@media only screen and (min-width: 768px) {
  .resv-option-inner-table td {
    display: table-cell;
  }
}

.resv-option-inner-table .resv-option-img {
  width: 50%;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .resv-option-inner-table .resv-option-img {
    width: 30%;
    display: table-cell;
  }
}

.resv-option-inner-table .resv-option-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}