@charset "utf-8";
/* CSS Document */
/*===============================================
●共通
===============================================*/
#onlineReservWrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	background-color: #fff;
	overflow-y: scroll;
}
#onlineReserv {
	width: 100%;
	position: relative;
	background-color: #fff;
}
#onlineReserv .btn02 a {
	margin: 0 auto;
}
#onlineReserv form {position: relative;}
#onlineReserv #calid {
	top: 3em;
	left: 50%;
	margin-left: -110px;
}
#onlineReserv #closeBtn {
	position: absolute;
	top: 1.2em;
	right: 1.2em;
}
#onlineReserv #closeBtn p {
	width: 2.5em;
	height: 2.5em;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #16234D;
	vertical-align: middle;
}
#onlineReserv #closeBtn span {
	-webkit-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	position: absolute;
	left: 10px;
	width: 2.5em;
	height: 3px;
	background-color: #16234D;
	border-radius: 2px;
}
#onlineReserv #closeBtn span:nth-child(1) {top: 12px;}
#onlineReserv #closeBtn span:nth-child(2) {top: 30px;}
#onlineReserv #closeBtn span:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#onlineReserv #closeBtn span:nth-child(2) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#onlineReserv input[type="text"],
#onlineReserv select {
	padding: 0.3em;
	border-radius: 0.3em;
	border: none;
	background-color: #DADBDB;
	font-family: "メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#onlineReserv input[type="text"] {
	padding: 0.5em;
	text-align: center;
}
#onlineReserv .widthxxs {width: 3em!important;}
#onlineReserv #frmplanseek .btn02 button {
	width: 20em;
	margin: 0 auto 2em;
}

#onlineReserv #onlineReservBtn {
	width: 20em;
	margin: 0 auto;
}
#onlineReserv #onlineReservBtn td {width: 50%;}
#onlineReserv .choiceText {
	width: 20em;
	padding: 1.2em 0;
	margin: 0 auto 2em;
	/* border-top: #17234D 1px solid;
	border-bottom: #17234D 1px solid; */
}
#onlineReserv #dateChoice {
	margin-bottom: 0;
}
#onlineReserv .choiceText p {
	font-family: "FOT-筑紫明朝 Pr6 M";
	text-align: center;
}
#onlineReserv #telNo {font-family: "adobe-garamond-pro";}
#onlineReserv #telNo a {
	display: inline-block;
	text-decoration: none;
	font-size: 2em;
	line-height: 1.2em;
}

/* 共通で入れているカレンダーのスタイルを削除する */
#onlineReservWrapper #calendar {padding: 0 0 2em;}
#onlineReservWrapper #calendar header .icon-clock3,
#onlineReservWrapper #calendar header h3 {display: none;}
#onlineReservWrapper #calendar .inner > p {display: none;}
#onlineReservWrapper #calendar .calendarCaption span {display: none;}
#resevationBox,
#so_resevationBox {position: relative;}
#resevationBox #telNoAqua,
#telNoSosuikyo {
	position: absolute;
	right: 0;
	top: 0;
}
#resevationBox #telNoAqua a,
#telNoSosuikyo a {
	text-decoration: none;
	font-size: 1.15em;
	font-family: "FOT-筑紫ゴシック Pr5 D";
}

/* 問合せ
---------------------------------------- */
#reservContactBox h3 {
	font-size: 1.15em;
	line-height: 1.2em;
	padding: 0.3em 0;
	border-bottom: #17234D 1px solid;
}
#reservContactBox h3 span {font-size: 0.85em;}
#reservContactBox .phone {
	display: inline-block;
	font-size: 1.7em;
	line-height: 1.3em;
	text-decoration: none;
}
#reservContactBox section p {
	text-align: left;
}


/*===============================================
●画面の横幅が729px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 729px){

	/* 共通で入れているカレンダーのスタイルを削除する
	---------------------------------------- */
	#onlineReservWrapper #reservTitle {
		padding-top: 2em;
		margin-bottom: 3em;
	}
	#onlineReservWrapper .tit05 {padding: 0.3em 0!important;}
	#onlineReservWrapper #calendar header {margin-bottom: 0.5em!important;}
	#onlineReservWrapper #calendar .reservationWrap:first-of-type {
		margin-bottom: 5em;
	}
	#onlineReservWrapper .calendarCaption {
		padding-top: 0!important;
		margin-bottom: 2em;
	}
	#onlineReservWrapper #onlineReserv .choiceText {margin-bottom: 1em;}
	#onlineReserv .btn02 {
		margin: 0 0 4em;
	}
	#onlineReserv .btn02 a {
		font-size: 1.14em;
	}
	#onlineReserv .choiceText p {
		font-size: 1.29em;
		margin-bottom: 1em;
	}
	#onlineReservWrapper #calendar #infoText {display: none!important;}
	#onlineReservWrapper #onlineReserv .choiceText {
		width: 18em;
		padding: 0.3em 0;
		margin-bottom: 0!important;
	}
	#resevationBox #telNoAqua {top: 3.7em;}
	#onlineReservWrapper #telNoAqua {
		top: 2em;
	}
	#onlineReservWrapper #calendar table {margin-top: 0!important;}
	#onlineReservWrapper #so_resevationBox {
		position: relative;
		margin-top: -2em;
		margin-bottom: 3em;
		z-index: 100;
	}

	/* 問合せ
	---------------------------------------- */
	#reservContactWrap .tit05 {
		margin-bottom: 1em;
	}
	#reservContactBox {margin-bottom: 2.5em;}
	#reservContactBox h3 {margin-bottom: 0.7em;}
	#reservContactBox section:first-child {margin-bottom: 2em;}
}

/*===============================================
●画面の横幅が730px以上(PCのみ)
===============================================*/
@media screen and (min-width: 730px){

	/* 全般
	---------------------------------------- */
	#onlineReserv #chicePlan {
		margin-bottom: 2em;
	}
	#onlineReserv .btn02 {
		margin-bottom: 5em;
	}
	#onlineReserv form {
		width: 100%;
		max-width: 1080px;
		padding: 0 10px;
		margin: 0 auto;
	}
	#onlineReserv #frmplanseek .btn02 button,
	#onlineReserv #onlineReservBtn,
	#onlineReserv .choiceText {
		width: 24em;
	}
	#onlineReserv .choiceText p {
		font-size: 1.43em;
	}
	#onlineReservWrapper .tit05 {padding: 1.5em 0 2em!important;}
	#onlineReservWrapper #calendar .reservationWrap:first-of-type {
		margin-bottom: 3em;
	}
	#onlineReservWrapper #calendar header {margin-bottom: 0!important;}
	#resevationBox #telNoAqua {top: 2em;}
	#onlineReservWrapper .reservationWrap #telNoSosuikyo {top: 0;}
	#onlineReservWrapper #so_resevationBox {
		margin-bottom: 3em;
	}

	/* 問合せ
	---------------------------------------- */
	#reservContactBox {
		display: flex;
		justify-content: space-between;
		margin-bottom: 7em;
	}
	#reservContactBox h3 {margin-bottom: 1em;}
	#reservContactBox section {
		width: 48%;
	}
}