@charset "utf-8";

/*------------------------------------------------------------*/
/*----    20221220_RESERVE_CHILD -----------------------------*/
/*------------------------------------------------------------*/
.reserveform *,
.reserveform *:before,
.reserveform *:after {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
/*------------------------------------------------------------*/
.reservebox{
	padding: 15px 20px 0px 20px;
	border: 1px solid;
	border-color: #ddd;
}
.serched_plan_header{
	padding: 0px 0px 0px 0px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
.inputholder {
//	display: block;
	display: inline-block;
	position: relative
}
.inputholder.select>select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer
}
.inputholder.text>input[type=text],
.inputholder.select>select,
.inputholder>textarea {
	display: block;
	width: 100%;
	border-radius: 0;
	border: 1px solid #bbb
}
.inputholder.text>input[type=text]:hover,
.inputholder.select>select:hover,
.inputholder>textarea:hover {
	border-color: #aaa
}
.inputholder.text>input[type=text]:focus,
.inputholder.select>select:focus,
.inputholder>textarea:focus {
	border-color: #aaa
}
.inputholder.text>input[type=text]:active,
.inputholder.select>select:active,
.inputholder>textarea:active {
	border-color: #aaa
}
.inputholder.text>input[type=text] {
	margin: 0;
	padding: 3px 0px 0px 10px;
	line-height: 35px;
	height: 35px
}
.inputholder.text>input[type=text],
.inputholder>textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.inputholder.text>input[type=text]:focus,
.inputholder>textarea:focus {
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none
}
.inputholder.checkbox>input[type=checkbox],
.inputholder.radio>input[type=radio] {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: .4em;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	line-height: 35px;
	height: 35px;
}
.inputholder.select>select {
	line-height: 35px;
	height: 35px;
	padding-left: 10px;
	background-color: #fff;
	border-radius: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.inputholder.select:before {
		content:"";
		display: block;
		width: 8px;
		height: 8px;
		border-left: 2px solid transparent;
		border-top: 2px solid transparent;
		border-right: 2px solid #999;
		border-bottom: 2px solid #999;
		margin-top: -6px;
		position: absolute;
		right: 10px;
		top: 50%;
		line-height: 0;
		z-index: 1;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		pointer-events: none
	}

	.inputholder.select>select {
		-webkit-appearance: none;
		display: block;
		width: 100%;
		padding-right: 20px
	}
}

.inputholder.text>input[type=text]:hover,
.inputholder>textarea:hover,
.inputholder.select>select:hover {
	border-color: #96784d
}

.reserveform a {
	color: #333;
}
.f-child legend {
	color: #333;
}

.inputholder.select>select[disabled],
.inputholder>textarea[disabled] {
	cursor: default;
	background-color: #ddd
}

.reserveform fieldset {
	margin: 0;
	display: inline-block;
}

.reserveform legend {
	border: 0;
	padding: 0 10px;
}
.reserveform .f-s-in-over>legend {
	border: 0;
	padding: 0;
}

.reserveform .f-ymd{
	padding: 5px 8px 0px 0px;
}
.reserveform .f-s-in-over{
	padding: 6px 8px 0px 0px;
}
.reserveform .f-stay{
	padding: 4px 8px 0px 0px;
}
.reserveform .f-room{
	padding: 4px 8px 0px 0px;
}
.reserveform .f-adult{
	padding: 4px 8px 0px 0px;
}
.reserveform .f-child{
	padding: 4px 8px 0px 0px;
}

.inputholder.text>.f-ymd-input {
	font-size:14px;
	width: 100px;
}
.inputholder .f-s-in-over-span{
	margin: 0;
	padding: 10px 15px 7px 5px;
	line-height: 35px;
	height: 35px;
	border: 1px solid #cec6c0;
	font-size:14px;
	background-color: #fff;
}
.inputholder.select>.f-stay-input {
	font-size:14px;
	width: 65px;
}
.inputholder.select>.f-room-input {
	font-size:14px;
	width: 65px;
}
.inputholder.select>.f-adult-input {
	font-size:14px;
	width: 65px;
}
.inputholder.select>.f-child-input {
	font-size:14px;
	width: 60px;
}
.inputholder .f-child-span{
	margin: 0;
	padding: 10px 25px 7px 20px;
	line-height: 35px;
	height: 35px;
	border: 1px solid #cec6c0;
	font-size:14px;
	background-color: #fff;
}

#CHILD_VIEW .f-child-box{
	text-align: center;
	margin-top: 1em;
}
#CHILD_VIEW .f-child-title{
	width: 250px;
	display: inline-block;
}

.inputholder .f-child-span-box {
	padding: 0px 12px 0px 12px;
	border: 1px solid #cec6c0;
	font-size: 14px;
	background-color: #fff;
	margin-left: -3px;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
button.primary { 
	color: #fff;
	background-color: #96784d;
	border: 1px solid #96784d;
}

.b_guestroom_btn {
	display: inline-block;
	width: 175px;
	height: 40px;
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	margin-right: 2px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #bbb;
	text-shadow: 0px -1px 0px rgb(0 0 0 / 30%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
	color: #3d3d3d;
	transition: all .3s;
	cursor: pointer;
}
.n_guestroom_btn {
	display: inline-block;
	width: 220px;
	height: 40px;
	text-align: center;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid #bbb;
	text-shadow: 0px -1px 0px rgb(0 0 0 / 30%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
	color: #3d3d3d;
	transition: all .3s;
	cursor: pointer;
}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/* ボックス□ */
.reservecheckbox input[type="checkbox"]+label::before{
	left: 12px;
}
/* レ点 */
.reservecheckbox input[type="checkbox"]:checked+label::after{
	left: 13px;
}
/*------------------------------------------------------------*/


/* ===================== 20250401_ATBUSENA_NAME_CHANGE ====================== */
#header_inner h1 a.n_terrace{
	left: 370px;
	background-image: url(/shared/theme/img/logo_hotels_2025.png);
	background-size: 100%;
	background-position: initial;
}
#header_inner h1 a.n_busena{
	background-image: url(/shared/theme/img/logo_busena_2025.png);
	background-size: 100%;
	background-position: initial;
}
#header_inner h1 a.n_naha{
	background-image: url(/shared/theme/img/logo_naha_2025.png);
	background-size: 100%;
	background-position: initial;
}
#header_inner h1 a.n_atta{
	background-image: url(/shared/theme/img/logo_clubtowers_2025.png);
	background-size: 100%;
	background-position: initial;
}
#header_inner h1 a.n_clubwellness{
	background-image: url(/shared/theme/img/logo_clubatbusena_2025.png);
	background-size: 100%;
	background-position: initial;
}
#header_inner h1 a.n_uza{
	background-image: url(/shared/theme/img/logo_uza_2025.png);
	background-size: 100%;
	background-position: initial;
}
/* 20250401_ATBUSENA_NAME_CHANGE + 202502_AKA_ISLAN_HOTEL_ADD */
/* YUNA_MARU ロゴの差替えと width pxのサイズ変更が必要 */
#header_inner h1 a.n_aka{
	background-image: url(/shared/theme/img/logo_clubatbusena_2025.png);
	background-size: 100%;
	background-position: initial;
	width: 502px;
}
/* ===================== 20250401_ATBUSENA_NAME_CHANGE ====================== */

