@charset "UTF-8";
.gadgetHotel {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--font-lato);
	line-height: 1.5;
	--color-gadget-blue: #004EA2;
	--color-gadget-light-gray: #FAFAFA;
}
.gadgetHotel_box {}
.gadgetHotel_title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 18px;
	font-family: var(--font-solway);
	font-weight: normal;
	line-height: 1.4;
}
.gadgetHotel_note {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
	display: none;
}
[lang="zh-TW"] .gadgetHotel_note {
	display: block;
}
.fw-top .fw-search-top__header {
	display: none;
}
.fw-top .fw-search-top__btn button {
	padding: 0;
	height: 60px;
	border-radius: 50px;
	background-color: var(--color-gadget-blue);
	font-size: 20px;
	font-weight: bold;
	border: 1px solid var(--color-gadget-blue);
	transition-duration: .3s;
	transition-property: background-color, color, border-clolor;
}
.fw-top .fw-mv-search {
	width: auto;
}
.fw-top .fw-modal-btn-footer {
	padding: 0;
	max-width: 457px;
	margin: 34px auto 0;
}
.fw-top .fw-search-top__item-label {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	margin-bottom: 10px;
}
.fw-top .fw-search-top__item--date .fw-search-top__item-label {
	margin-bottom: -24px;
}
.fw-search-top__body {
	display: grid;
	grid-template-columns: 1fr 33%;
	grid-template-rows: auto auto;
	row-gap: 25px;
	column-gap: 20px;
}
.fw-top .fw-search-top__item--company,
.fw-top .fw-search-top__item--trans,
.fw-top .fw-search-top__item--arr,
.fw-top .fw-search-top__item--date,
.fw-top .fw-search-top__item--guest-room,
.fw-top .fw-search-top__item--train,
.fw-top .fw-search-top__item--departure,
.fw-top .fw-search-top__item--night-day,
.fw-top .fw-search-top__item--people,
.fw-top .fw-search-top__item--map,
.fw-top .fw-search-top__item--transportation,
.fw-top .fw-search-top__item--option-days,
.fw-top .fw-search-top__item--option-genre,
.fw-top .fw-search-top__item--keyword,
.fw-top .fw-search-top__item--tourtype {
	margin: 0;
	display: block;
}
.fw-top .fw-search-top__item--date .fw-search-top__item-data {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
	align-items: flex-end;
}
.fw-top .fw-select--area-set:nth-child(1) {
	width: calc((100% - 20px) / 2);
}
.fw-top .fw-select--area-set:nth-child(2) {
	width: calc((100% - 20px) / 2);
}
.fw-top .fw-select--area-set:nth-child(3) {
	display: none;
}
.fw-top .fw-text--password input,
.fw-top .fw-text--login-id input,
.fw-top .fw-text--room input,
.fw-top .fw-text--guest input,
.fw-top .fw-text--date input,
.fw-top .fw-text--area input,
.fw-top .fw-text input {
	border: none;
	line-height: 24px;
	background-color: var(--color-gadget-light-gray);
	border-radius: 0;
	padding: 18px 15px 17px;
	height: auto;
	border-bottom: 1px solid var(--color-gadget-blue);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.fw-top .fw-text--date input {
	border-bottom-color: #00A5E3;
	padding-left: 43px;
}
.fw-top .fw-text--date:after {
	color: #00A5E3;
	left: 15px;
	right: auto;
}
.fw-top .fw-select select,
.fw-top .fw-select--area select,
.fw-top .fw-select--area-set select,
.fw-top .fw-select--guest select,
.fw-top .fw-select--price-min select,
.fw-top .fw-select--price-max select,
.fw-top .fw-select--room select,
.fw-top .fw-select--days select {
	border: none;
	background-color: var(--color-gadget-light-gray);
	line-height: 59px;
	height: 60px;
	box-sizing: border-box;
	padding: 0 15px;
	border-bottom: 1px solid var(--color-gadget-blue);
	padding-right: 36px;
}
.fw-top .fw-select,
.fw-top .fw-select--area,
.fw-top .fw-select--area-set,
.fw-top .fw-select--guest,
.fw-top .fw-select--price-min,
.fw-top .fw-select--price-max,
.fw-top .fw-select--room,
.fw-top .fw-select--days {
	border: none;
	border-radius: 0;
}
.fw-top .fw-select:before,
.fw-top .fw-select--area:before,
.fw-top .fw-select--area-set:before,
.fw-top .fw-select--guest:before,
.fw-top .fw-select--price-min:before,
.fw-top .fw-select--price-max:before,
.fw-top .fw-select--room:before,
.fw-top .fw-select--days:before {
	background-image: url(/assets/img/gadget/icn-arrow-down.svg);
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 13px;
	z-index: 2;
	pointer-events: none;
	transform: translateY(-50%);
}
.fw-top .fw-text--password input:disabled,
.fw-top .fw-text--login-id input:disabled,
.fw-top .fw-text--room input:disabled,
.fw-top .fw-text--guest input:disabled,
.fw-top .fw-text--date input:disabled,
.fw-top .fw-text--area input:disabled,
.fw-top .fw-text input:disabled {
	background-color: #ddd;
	border-bottom-color: #999;
}
.fw-top .fw-search-top--hotel .fw-search-top__sub-item {
	display: block;
}
.fw-top .fw-search-top--hotel .fw-search-top__sub-data {
	margin: 0;
	column-gap: 6px;
}
.fw-top .fw-search-top--hotel .fw-search-top__sub-item .fw-search-top__sub-label {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	padding: 0;
	margin-bottom: 10px;
}
.fw-top .fw-search-top__item--date .fw-checkbox--icon .fw-checkbox__label {
	padding: 0;
	font-size: 14px;
	min-height: 60px;
	display: flex;
	align-items: center;
	padding-left: 40px;
}
.fw-top .fw-checkbox--icon .fw-checkbox__label:before {
	width: 28px;
	height: 28px;
	border-radius: 0;
	border-color: #ccc;
	box-sizing: border-box;
	margin: 0;
	transform: translateY(-50%);
	left: 0;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.fw-top .fw-search-top__item--date .fw-checkbox--icon .fw-checkbox__label::after {
	font-size: 14px;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	left: 7px;
}
.fw-research-exception {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: flex-end;
	min-height: 94px;
}
.fw-top .fw-not-set-period .fw-search-top__sub-txt {
	padding: 0;
	font-size: 14px;
}
.fw-top .fw-btn-search-01.fw-is-disabled,
.fw-top .fw-is-disabled.fw-btn-search-01--hotel,
.fw-top .fw-is-disabled.fw-btn-search-01--air,
.fw-top .fw-is-disabled.fw-btn-search-01--jr {
	border-color: #999;
	background-color: #999;
}
.fw-top .fw-search-top__item--guest-room .fw-search-top__item-data {
	display: block;
}
.fw-top .fw-modal-container .fw-modal-btn-footer {
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0);
	max-width: none;
	box-shadow: none;
	padding: 0;
	margin-left: 0;
	width: 100%;
}
.fw-top .fw-modal-btn-footer .fw-btn-fix-01 {
	background-color: var(--color-gadget-blue);
	border: 1px solid var(--color-gadget-blue);
	border-radius: 50px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, 0.2);
	transition-duration: .3s;
	transition-property: background-color, color, border-color, box-shadow;
}
.fw-top .fw-modal-btn-footer .fw-is-disabled {
	background-color: #999;
	border-color: #999;
	box-shadow: none;
}
.gadgetHotel_inner {
	position: relative;
	min-height: 307px;
}
.gadgetHotel_loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	fill: var(--color-blue);
	animation-name: loading;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(12);
	margin: auto;
	right: 0;
	bottom: 0;
}
@media screen and (min-width:1000px) and (hover:hover) {
	.fw-top .fw-search-top__btn button:hover {
		background-color: var(--color-white);
		color: var(--color-gadget-blue);
	}
}
@media screen and (max-width: 999px) {
	.fw-search-top__body {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
	}
	.gadgetHotel_inner {
		min-height: 545px;
	}
}
@media screen and (max-width:767px) {
	.gadgetHotel {}
	.gadgetHotel_box {}
	.gadgetHotel_title {
		font-size: 18px;
	}
	.fw-top .fw-search-top__header {}
	.fw-top .fw-search-top__btn button {}
	.fw-top .fw-mv-search {}
	.fw-top .fw-modal-btn-footer {}
	.fw-top .fw-search-top__item-label {}
	.fw-top .fw-search-top__item--date .fw-search-top__item-label {
		margin-bottom: 10px;
	}
	.fw-search-top__body {}
	.fw-top .fw-search-top__item--company,
	.fw-top .fw-search-top__item--trans,
	.fw-top .fw-search-top__item--arr,
	.fw-top .fw-search-top__item--date,
	.fw-top .fw-search-top__item--guest-room,
	.fw-top .fw-search-top__item--train,
	.fw-top .fw-search-top__item--departure,
	.fw-top .fw-search-top__item--night-day,
	.fw-top .fw-search-top__item--people,
	.fw-top .fw-search-top__item--map,
	.fw-top .fw-search-top__item--transportation,
	.fw-top .fw-search-top__item--option-days,
	.fw-top .fw-search-top__item--option-genre,
	.fw-top .fw-search-top__item--keyword,
	.fw-top .fw-search-top__item--tourtype {}
	.fw-top .fw-search-top__item--date .fw-search-top__item-data {
		grid-template-columns: 1fr;
		row-gap: 5px;
	}
	.fw-top .fw-select--area-set:nth-child(1) {
		width: auto;
	}
	.fw-top .fw-select--area-set:nth-child(2) {
		width: auto;
		margin-top: 20px;
	}
	.fw-top .fw-select--area-set:nth-child(3) {}
	.fw-top .fw-text--password input,
	.fw-top .fw-text--login-id input,
	.fw-top .fw-text--room input,
	.fw-top .fw-text--guest input,
	.fw-top .fw-text--date input,
	.fw-top .fw-text--area input,
	.fw-top .fw-text input {
		padding-top: 13px;
		padding-bottom: 12px;
	}
	.fw-top .fw-text--date input {}
	.fw-top .fw-text--date:after {}
	.fw-top .fw-select select,
	.fw-top .fw-select--area select,
	.fw-top .fw-select--area-set select,
	.fw-top .fw-select--guest select,
	.fw-top .fw-select--price-min select,
	.fw-top .fw-select--price-max select,
	.fw-top .fw-select--room select,
	.fw-top .fw-select--days select {
		line-height: 49px;
		height: 50px;
	}
	.fw-top .fw-select,
	.fw-top .fw-select--area,
	.fw-top .fw-select--area-set,
	.fw-top .fw-select--guest,
	.fw-top .fw-select--price-min,
	.fw-top .fw-select--price-max,
	.fw-top .fw-select--room,
	.fw-top .fw-select--days {}
	.fw-top .fw-select:before,
	.fw-top .fw-select--area:before,
	.fw-top .fw-select--area-set:before,
	.fw-top .fw-select--guest:before,
	.fw-top .fw-select--price-min:before,
	.fw-top .fw-select--price-max:before,
	.fw-top .fw-select--room:before,
	.fw-top .fw-select--days:before {}
	.fw-top .fw-text--password input:disabled,
	.fw-top .fw-text--login-id input:disabled,
	.fw-top .fw-text--room input:disabled,
	.fw-top .fw-text--guest input:disabled,
	.fw-top .fw-text--date input:disabled,
	.fw-top .fw-text--area input:disabled,
	.fw-top .fw-text input:disabled {}
	.fw-top .fw-search-top--hotel .fw-search-top__sub-item {}
	.fw-top .fw-search-top--hotel .fw-search-top__sub-data {}
	.fw-top .fw-search-top--hotel .fw-search-top__sub-item .fw-search-top__sub-label {}
	.fw-top .fw-search-top__item--date .fw-checkbox--icon .fw-checkbox__label {
		min-height: 50px;
	}
	.fw-top .fw-checkbox--icon .fw-checkbox__label:before {}
	.fw-top .fw-search-top__item--date .fw-checkbox--icon .fw-checkbox__label::after {}
	.fw-research-exception {
		min-height: 0;
		display: block;
	}
	.fw-top .fw-not-set-period .fw-search-top__sub-txt {}
	.fw-top .fw-btn-search-01.fw-is-disabled,
	.fw-top .fw-is-disabled.fw-btn-search-01--hotel,
	.fw-top .fw-is-disabled.fw-btn-search-01--air,
	.fw-top .fw-is-disabled.fw-btn-search-01--jr {}
	.fw-top .fw-search-top__item--arr .fw-search-top__item-data {
		display: block;
	}
	.gadgetHotel_inner {}
	.gadgetHotel_note {
		font-size: 12px;
	}
}
