@charset "UTF-8";
.fw-top a {
	color: #D4461C;
}
.plan_select_wrap {
	position: relative;
	color: #000;
}
.plan_select_wrap .tabbed_content {}
.plan_select_wrap .tabbed_content .tabs {
	list-style: none;
	display: flex;
	justify-content: space-between;
	box-shadow: inset 0 -1px 0 #D4461C;
}
.plan_select_wrap .tabbed_content .tab_link {
	width: calc((100% - 8px) / 3);
	border: 1px solid #D4461C;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-sizing: border-box;
	height: 60px;
	line-height: 1.2;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	background-color: #D4461C;
	color: #fff;
	font-feature-settings: "palt";
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition-duration: .3s;
	transition-property: background-color, color;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
}
.plan_select_wrap .tabbed_content .tab_link > br {
	display: none;
}
.plan_select_wrap .tabbed_content .tab_link::before {
	content: "";
	background-image: url(/assets/img/travel_api/icn-dynamic_package@2x.png);
	background-size: contain;
	width: 110px;
	height: 19px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 6px;
	max-width: 100%;
}
.plan_select_wrap .tabbed_content .tab_link[data-tab="hotel_reservation"]::before {
	background-image: url(/assets/img/travel_api/icn-hotel_reservation@2x.png);
}
.plan_select_wrap .tabbed_content .tab_link[data-tab="recommended_pack"]::before {
	background-image: url(/assets/img/travel_api/icn-recommended_pack@2x.png);
}
.plan_select_wrap .tabbed_content .tab_link-new[data-tab="recommended_pack"]::before {
	background-image: url(/assets/img/travel_api/icn-recommended_pack_new@2x.png);
}
.plan_select_wrap .tabbed_content .tab_link[data-tab="leisure_ticket"] {
	display: none;
}
.plan_select_wrap .tabbed_content .tab_link.current {
	background-color: #fff;
	color: #D4461C;
	pointer-events: none;
	border-bottom-color: rgba(255, 255, 255, 0);
}
.plan_select_wrap .tabbed_content .tab_link.current::before {
	background-image: url(/assets/img/travel_api/icn-dynamic_package_current@2x.png);
}
.plan_select_wrap .tabbed_content .tab_link.current[data-tab="hotel_reservation"]::before {
	background-image: url(/assets/img/travel_api/icn-hotel_reservation_current@2x.png);
}
.plan_select_wrap .tabbed_content .tab_link.current[data-tab="recommended_pack"]::before {
	background-image: url(/assets/img/travel_api/icn-recommended_pack_current@2x.png);
}
.plan_select_wrap .tabbed_content .tab_link-new.current[data-tab="recommended_pack"]::before {
	background-image: url(/assets/img/travel_api/icn-recommended_pack_new_current@2x.png);
}
.plan_select_wrap .tabbed_content .tabs_wrapper {}
.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content {
	display: none;
	border: none;
	background-color: #fff;
	padding: 11px 11px;
	margin: 0;
	border-radius: 0 5px 5px 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 0;
}
.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content.current {
	display: block;
}
.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title {
	display: flex;
	font-size: 14px;
	font-weight: 700;
	align-items: center;
	margin-bottom: 20px;
	margin-left: -11px;
	margin-right: -11px;
	padding-left: 11px;
	padding-right: 11px;
	border-bottom: 1px solid #D4461C;
	padding-bottom: 14px;
	border-bottom-color: #FEE1D7;
}
.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title::before {
	content: "";
	width: 1px;
	margin-right: -1px;
	height: 34px;
}
.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title .icon {
	width: 34px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title .title_text {
	line-height: 1.2;
}
.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title .title_text span {
	font-size: 10px;
}
#dynamic_package .tab_content_title .icon {
	width: 34px;
}
.tab_content_title .icon > img {
	width: 100%;
	height: auto;
}
#dynamic_package .tab_content_title {
	align-items: flex-start;
}
#recommended_pack .tab_content_title .icon {}
#hotel_reservation .tab_content_title .icon {}
#leisure_ticket .tab_content_title .icon {
	width: 32px;
}
#hobby .tab_content_title .icon {
	width: 31px;
}
.fw-top .fw-static--top div p {
	font-weight: 500;
}
.fw-top .fw-static--top div p:first-child {
	margin: 10px 0 0 0;
}
.fw-top .fw-search-top__header {
	margin-bottom: 0;
}
.fw-top .fw-search-top__ttl {
	display: none;
}
.fw-top .fw-mv-search {
	width: 100%;
}
.fw-top .fw-select-station-list {
	font-size: 13px;
}
.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 {
	display: flex;
	margin: 0;
	border-bottom: 1px solid #707070;
}
.fw-top .fw-radio--normal .fw-radio__label {
	padding: 5px 0 5px 22px;
	font-size: 12px;
}
.fw-top .fw-text--guest input {
	padding-left: 10px;
}
.fw-top .fw-text-set--grid-2 .fw-text--room input {
	text-align: right;
}
.fw-top .fw-train-list-time-search-ttl {
	font-size: 13px;
	font-weight: 500;
	background-color: #EFEFEF;
	width: 85px;
	padding: 8px 6px;
	display: flex;
	align-items: center;
}
.fw-train-list-time-search-accordion-wrap {
	display: none;
}
.fw-top .fw-select select {
	padding: 10px 20px 10px 10px;
}
.fw-top .fw-search-top--train .fw-train-list-time-select .fw-select select {
	padding: 6px 29px 10px 6px;
	padding-right: 20px;
}
.fw-top .fw-checkbox--icon .fw-checkbox__label {
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.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 {
	height: 42px;
	font-size: 13px;
	color: inherit;
}
.fw-top .fw-select,
.fw-top .fw-select--days,
.fw-top .fw-select--room,
.fw-top .fw-select--price-min,
.fw-top .fw-select--price-max,
.fw-top .fw-select--guest,
.fw-top .fw-select--area,
.fw-top .fw-select--area-set,
.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: 1px solid #D3D3D3;
	border-radius: 0px;
	height: 42px;
}
.fw-top .fw-select select,
.fw-top .fw-select--days select,
.fw-top .fw-select--room select,
.fw-top .fw-select--price-min select,
.fw-top .fw-select--price-max select,
.fw-top .fw-select--guest select,
.fw-top .fw-select--area select,
.fw-top .fw-select--area-set select {
	font-size: 13px;
	color: #4e4e4e;
	height: 42px;
	padding-right: 20px;
	padding-left: 7px;
}
.fw-top .fw-search-top--train .fw-change-route-station .fw-select:last-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--area:last-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--area-set:last-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--guest:last-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--price-min:last-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--price-max:last-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--room:last-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--days:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.fw-top .fw-search-top--train .fw-change-route-station .fw-select:first-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--area:first-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--area-set:first-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--guest:first-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--price-min:first-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--price-max:first-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--room:first-child,
.fw-top .fw-search-top--train .fw-change-route-station .fw-select--days:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.fw-top .fw-select-station {
	font-size: 13px;
	color: #4E4E4E;
}
.fw-top .fw-search-top__item-label {
	padding-top: 0;
	margin-bottom: 0;
	background-color: #EFEFEF;
	font-weight: 500;
	width: 85px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	padding: 0 6px;
	line-height: 1.2;
	font-feature-settings: "palt";
	flex-direction: column;
	justify-content: center;
	padding-right: 5px;
	flex-basis: auto;
}
.fw-top .fw-search-top__footer {
	justify-content: center;
}
.fw-top .fw-search-top--tour .fw-search-top__btn {}
.fw-top .fw-btn-search-01,
.fw-top .fw-btn-search-01--hotel,
.fw-top .fw-btn-search-01--air,
.fw-top .fw-btn-search-01--jr {
	background-color: #DF5F24;
	color: #fff;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: 500;
	min-height: 42px;
	border-radius: 10px;
	max-width: 353px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DF5F24;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.fw-top .fw-btn-search-01 span::before,
.fw-top .fw-btn-search-01--hotel span::before,
.fw-top .fw-btn-search-01--air span::before,
.fw-top .fw-btn-search-01--jr span::before {
	content: "";
}
.fw-top .fw-radio--normal .fw-radio__label:before {
	background-color: #fff;
	border: 1px solid #D4461C;
	left: 0px;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	top: calc(0.6em + 5px);
	transform: translateY(-50%);
	font-size: inherit;
	background-color: #fff;
}
.fw-top .fw-radio--normal .fw-radio__label:after {
	width: 10px;
	height: 10px;
	left: 3.8px;
	top: calc(0.6em + 5px);
	margin: 0;
	transform: translateY(-50%);
	font-size: inherit;
	background-color: rgba(255, 255, 255, 0);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label:before {
	background-color: #D4461C;
}
.fw-top .fw-radio--normal .fw-radio__input:checked + .fw-radio__label:before {
	background-color: #fff;
}
.fw-top .fw-radio--normal .fw-radio__input:checked + .fw-radio__label:after {
	background-color: #D4461C;
}
.fw-top .fw-search-top-exception {
	margin-top: 5px;
}
.fw-top .fw-checkbox__label {
	padding: 0 1em;
}
.fw-top .fw-search-top__footer {
	width: 100%;
	margin: 20px auto 0 auto;
}
.fw-top .fw-search-top__item--theme {
	width: 100%;
	margin: 0;
}
.fw-top .fw-search-top__item--theme::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}
.fw-top .fw-search-top__item--theme::-webkit-scrollbar-track {
	background-color: rgba(120, 170, 210, 0.3);
	border-radius: 100px;
}
.fw-top .fw-search-top__item--theme::-webkit-scrollbar-thumb {
	background: #2a8ccd;
	border-radius: 100px;
	width: 130px;
}
.fw-top .fw-search-top__item--theme .fw-search-condition-list {
	height: auto;
	display: flex;
	max-height: none;
}
.fw-top .fw-search-top__item--theme .fw-search-condition-list li {
	width: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
	box-sizing: border-box;
	padding: 4px;
	font-weight: 500;
}
.fw-top .fw-search-top__item--theme .fw-checkbox__label {
	font-size: 11px;
	padding: 6px;
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-color: #D4461C;
	border-radius: 0px;
	border-radius: 4px;
	color: #D4461C;
}
.fw-top .fw-checkbox__input:disabled + .fw-checkbox__label {
	border-color: #B9B9B9;
	border-radius: 4px;
}
.fw-top .fw-search-top__item--theme .fw-search-top__item-label {
	margin-bottom: 0px;
	width: auto;
	height: 43px;
}
.fw-top .fw-static--top {
	margin-top: 0;
	font-size: 12px;
	line-height: 1.5;
}
.fw-top .fw-modal-btn-footer {
	padding: 0;
	margin: 20px 0 0 0;
}
.fw-top .fw-search-top--hotel .fw-search-top__btn {}
.fw-top .fw-btn-search-01:hover,
.fw-top .fw-btn-search-01--hotel:hover,
.fw-top .fw-btn-search-01--air:hover,
.fw-top .fw-btn-search-01--jr:hover {
	background-color: #fff;
	color: #DF5F24;
}
.fw-top .fw-modal-container {
	padding-top: 56px;
	background-color: rgba(255, 255, 255, 0);
	width: auto;
	height: auto;
}
.fw-top .fw-modal-btn-close {
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	position: absolute;
	margin: 0;
}
.rdrCalendarWrapper {
	width: 100%;
}
.rdrMonth {
	margin: 0 auto;
}
#dynamic_package .fw-top section.fw-search-top--train {
	width: 100%;
}
#dynamic_package .fw-top .fw-text--date input {
	padding-left: 5px;
}
#dynamic_package .fw-top .fw-search-top__item-data .fw-select--area-set:first-child {
	display: none;
}
#dynamic_package .fw-top .fw-search-top__item-data .fw-select--area-set:nth-child(2n) {
	width: calc(50% - 5px);
	margin-left: 0;
}
#dynamic_package .fw-top .fw-search-top__item-data .fw-select--area-set:nth-child(2n-1) {
	width: calc(50% - 5px);
}
#dynamic_package .fw-top .fw-search-top__item-data .fw-select--area-set:nth-child(n + 3) {
	margin-top: 0;
	margin-left: 10px;
}
#dynamic_package .fw-search-top__item--train .fw-search-top__item-label {
	display: none;
}
#dynamic_package .fw-top .fw-search-top--train .fw-change-route-wrap {
	padding-top: 0;
}
#dynamic_package .fw-top .fw-search-top--train .fw-train-list-time-search-wrap {
	padding: 0;
}
#dynamic_package .fw-top .fw-search-top--train .fw-search-top__sub-item {
	margin: 10px 0 0 0;
}
#dynamic_package .fw-top .fw-search-top--train .fw-train-list-time-search-col {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid #707070;
	margin-bottom: 0;
	border-bottom: none;
}
#dynamic_package .fw-top .fw-search-top--train .fw-train-list-time-select-hour {
	margin-right: 15px;
}
#dynamic_package .fw-top .fw-search-top--train .fw-change-route {
	display: block;
}
#dynamic_package .fw-top .fw-search-top--train .fw-change-route .fw-change-route-departure,
#dynamic_package .fw-top .fw-search-top--train .fw-change-route .fw-change-route-arrival {
	display: flex;
	margin-bottom: 0;
	width: auto;
	border-bottom: 1px solid #707070;
}
#dynamic_package .fw-top .fw-search-top--train .fw-change-route .fw-change-route-arrival {
	margin-left: 0;
}
#recommended_pack .fw-top .fw-search-top__body {
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
#recommended_pack .fw-top .fw-search-top__item--transportation {
	display: none;
}
#recommended_pack .fw-top .fw-search-top__item--departure {
	display: none;
}
#recommended_pack .fw-top .fw-search-top--tour .fw-search-top__sub-label {
	display: none;
}
#recommended_pack .fw-top .fw-search-top__item--keyword,
#recommended_pack .fw-top .fw-search-top__item--date,
#recommended_pack .fw-top .fw-search-top__item--night-day,
#recommended_pack .fw-top .fw-search-top__item--people,
#recommended_pack .fw-top .fw-search-top__item--map {
	width: 100%;
}
#recommended_pack .fw-top .fw-search-top__item--date {
	margin-top: 0;
	order: 4;
}
#recommended_pack .fw-top .fw-search-top__item--night-day {
	order: 3;
}
#recommended_pack .fw-top .fw-select--area-set:nth-child(2n-1) {
	width: calc(50% - 5px);
}
#recommended_pack .fw-top .fw-select--area-set:nth-child(2n) {
	width: calc(50% - 5px);
}
#recommended_pack .fw-top .fw-search-top__item--people {
	order: 2;
}
#recommended_pack .fw-top .fw-search-top__item--map {
	order: 1;
	margin-bottom: 0;
}
#recommended_pack .fw-top .fw-search-top__item--keyword {
	order: 6;
}
#recommended_pack .fw-top .fw-search-top__item--theme {
	order: 0;
	margin-top: 15px;
}
#recommended_pack .fw-top .fw-search-top__item-label {
	padding-top: 0;
}
#recommended_pack .fw-top .fw-search-top--tour .fw-search-top__sub-item {
	width: calc(50% - 5px);
}
#recommended_pack .fw-top .fw-search-top--tour .fw-search-top__sub-item:first-child {
	display: none;
}
#recommended_pack .fw-top .fw-search-top--tour .fw-search-top__sub-item:nth-child(n + 3) {
	margin-top: 0;
	margin-left: 10px;
}
#recommended_pack .fw-top .fw-icon-search-top-info {
	display: none;
}
#hotel_reservation .fw-search-top__body {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	gap: 0 18px;
	position: relative;
}
#hotel_reservation .fw-search-top__item--date,
#hotel_reservation .fw-search-top__item--guest-room,
#hotel_reservation .fw-search-top__item--arr {
	width: 100%;
}
#hotel_reservation .fw-search-top__item--theme {
	width: 100%;
	margin: 0;
}
#hotel_reservation .fw-search-top__item--keyword {
	width: 100%;
	order: 3;
}
#hotel_reservation .fw-search-top__item--date {
	margin-top: 0;
	order: 0;
}
#hotel_reservation .fw-search-top__item--guest-room {
	order: 1;
}
#hotel_reservation .fw-search-top__item--arr {
	order: 2;
}
#hotel_reservation .fw-search-top__item--theme {
	order: 4;
	margin-top: 15px;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__item-data {
	display: flex;
	position: relative;
	padding-bottom: 38px;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__item-data .fw-research-exception {
	display: flex;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__item-data .fw-research-exception .fw-checkbox--icon {
	position: absolute;
	bottom: 8px;
	left: 8px;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__item-data .fw-research-exception .fw-search-top__sub-label {
	font-weight: bold;
	font-size: 10px;
	margin-left: 0;
	position: absolute;
	z-index: 0;
	bottom: 100%;
	left: 0;
	font-weight: normal;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__item-data .fw-research-exception .fw-search-top__sub-label::after {
	content: "※必須";
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__item-data .fw-research-exception .fw-search-top__sub-item {
	display: block;
	position: relative;
	z-index: 1;
	margin-left: 10px;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__sub-data .fw-select {
	width: 50px;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__sub-data .fw-select select {
	padding: 10px;
}
#hotel_reservation .fw-search-top__item--date .fw-search-top__sub-data .fw-select::before {}
#hotel_reservation .fw-search-top__item--date .fw-text--date {
	width: 78.5%;
	flex-grow: 1;
}
#hotel_reservation .fw-search-top__item-label {
	padding-top: 0;
	margin-bottom: 0;
}
#hotel_reservation .fw-search-top__item-data .fw-select--area-set:first-child {
	display: none;
}
#hotel_reservation .fw-search-top__item-data .fw-select--area-set:nth-child(n + 2) {
	margin-left: 0;
	width: calc(50% - 5px);
}
#hotel_reservation .fw-search-top__item-data .fw-select--area-set:nth-child(n + 3) {
	margin-top: 0;
	margin-left: 10px;
	width: calc(50% - 5px);
}
#hotel_reservation .fw-search-top__item--guest-room .fw-search-top__item-label::after {
	content: "※必須";
	font-size: 10px;
	color: #D4461C;
	margin-top: 4px;
}
#hotel_reservation .fw-static--top {
	position: relative;
	order: 10;
	display: flex;
	margin-top: 13px;
	width: 100%;
}
#hotel_reservation .fw-static--top > div {
	width: 100%;
}
#hotel_reservation .fw-static--top > div > p:first-child {
	margin-top: 0;
}
#hotel_reservation .fw-top .fw-modal-btn-footer {
	margin-top: 20px;
}
#leisure_ticket .fw-top .fw-search-top__item--option-genre {
	display: none;
}
#leisure_ticket .fw-search-top__body {
	width: 100%;
}
#leisure_ticket .fw-search-top__item--date {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 67.3%;
}
#leisure_ticket .fw-search-top__item--date .fw-research-exception {
	margin-top: 3px;
}
#leisure_ticket .fw-search-top__item--option-days {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-left: 10px;
	width: 29.7%;
}
#leisure_ticket .fw-search-top__item--option-days .fw-search-top__item-label:after {
	content: "※必須";
	margin-left: 3%;
}
#leisure_ticket .fw-search-top__item--option-days .fw-search-top__item-data .fw-select--area-set {
	width: 100%;
}
#leisure_ticket .fw-search-top__item--arr .fw-select--area-set:first-child {
	display: none;
}
#leisure_ticket .fw-search-top__item--arr .fw-select--area-set:nth-child(2n) {
	margin-left: 0;
	width: calc(50% - 5px);
}
#leisure_ticket .fw-search-top__item--arr .fw-select--area-set:nth-child(n + 3) {
	margin-top: 0;
	margin-left: auto;
	width: calc(50% - 5px);
}
#leisure_ticket .fw-search-top__item--theme {
	margin-top: 14px;
}
#leisure_ticket .fw-search-top__btn button {
	width: 242px;
	margin: 20px auto 0 auto;
}
#hobby .fw-search-top__body {
	width: 100%;
}
#hobby .fw-top .fw-search-top__item--transportation {
	display: none;
}
#hobby .fw-top .fw-search-top__item--departure {
	display: none;
}
#hobby .fw-top .fw-search-top__item--night-day {
	display: none;
}
#hobby .fw-top .fw-search-top__item--people {
	display: none;
}
#hobby .fw-top .fw-search-top__item--map {
	display: none;
}
#hobby .fw-search-top__item--theme {
	margin-top: 14px;
}
.fw-top .fw-modal-container .fw-modal-btn-footer {
	background-color: rgba(255, 255, 255, 0);
	position: relative;
	bottom: 0;
	box-shadow: none;
	width: auto;
	margin: 15px 0 0;
	padding: 0;
}
.fw-top .fw-btn-detail-01,
.fw-top .fw-btn-fix-flight,
.fw-top .fw-btn-next-date,
.fw-top .fw-btn-fix-train,
.fw-top .fw-btn-detail-01-arr,
.fw-top .fw-btn-fix-01,
.fw-top .fw-btn-fix-01-arr {
	background-color: #ed1c24;
}
.fw-top .fw-btn-detail-01:hover,
.fw-top .fw-btn-fix-flight:hover,
.fw-top .fw-btn-next-date:hover,
.fw-top .fw-btn-fix-train:hover,
.fw-top .fw-btn-detail-01-arr:hover,
.fw-top .fw-btn-fix-01:hover,
.fw-top .fw-btn-fix-01-arr:hover {
	background-color: #F26867;
}
.fw-top .fw-search-top__item-data {
	padding: 8px 8px;
	box-sizing: border-box;
	width: calc(100% - 85px);
	padding-right: 0;
}
.fw-top .fw-select:before,
.fw-top .fw-select--days:before,
.fw-top .fw-select--room:before,
.fw-top .fw-select--price-min:before,
.fw-top .fw-select--price-max:before,
.fw-top .fw-select--guest:before,
.fw-top .fw-select--area:before,
.fw-top .fw-select--area-set:before {
	content: "";
	border: 4px solid rgba(255, 255, 255, 0);
	border-top-color: #000;
	border-bottom-width: 0;
	border-top-width: 6px;
	margin-top: 0;
	transform: translateY(-50%);
	right: 6px;
}
.fw-top .fw-search-top__item--train {
	display: block;
	border-bottom: none;
}
.fw-top .fw-search-top__item--train .fw-search-top__item-data {
	width: auto;
	padding: 0;
}
.fw-top .fw-search-top--train .fw-change-route-ttl {
	background-color: #EFEFEF;
	width: 85px;
	font-weight: 500;
	box-sizing: border-box;
	padding: 8px 6px;
	display: flex;
	align-items: center;
}
.fw-top .fw-search-top--train .fw-change-route-station {
	width: calc(100% - 85px);
	box-sizing: border-box;
	padding: 8px 8px;
	padding-right: 0;
}
.fw-top .fw-search-top--train .fw-train-list-time-search {
	display: flex;
	width: calc(100% - 85px);
	box-sizing: border-box;
	padding: 8px 8px;
	padding-right: 0;
}
.fw-top .fw-search-top__item--theme .fw-checkbox__input:disabled + .fw-checkbox__label {
	border-color: #848484;
	color: #848484;
}
.fw-top .fw-checkbox__input:checked:disabled + .fw-checkbox__label {
	background-color: #848484;
	color: #fff;
}
.fw-top .fw-search-top__item--theme dd {
	margin-left: -4px;
	margin-right: -4px;
	margin-top: 8px;
}
.fw-top .fw-checkbox__input:checked + .fw-checkbox__label {
	background-color: #D4461C;
	border-color: #D4461C;
}
.fw-top .fw-search-top__item--theme .fw-checkbox__label:hover {
	border-color: #D4461C;
}
.fw-top .fw-text--date.fw-is-disabled input {
	background-color: #EFEFEF;
}
.fw-top .fw-search-top--train .fw-train-list-time-toggle {
	display: block;
	margin-right: 10px;
}
.fw-top .fw-checkbox--icon .fw-checkbox__label:before {
	width: 19px;
	height: 19px;
	background-color: #fff;
	margin: 0;
	border: 1px solid #D4461C;
	top: calc(0.6em + 5px);
	transform: translateY(-50%);
	left: 0;
	transition-duration: .3s;
	transition-property: background-color, color, opacity;
}
.fw-top .fw-checkbox--icon .fw-checkbox__label:after {
	margin: 0;
	left: 4px;
	font-size: inherit;
	width: auto;
	top: calc(0.6em + 5px);
	transform: translateY(-50%) scale(0.8);
	display: block;
	color: #FFE6DE;
	transition-duration: .3s;
	transition-property: background-color, color, opacity;
}
.fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label:after {
	color: #fff;
}
.fw-top .fw-search-top--train .fw-search-top__sub-label {
	font-weight: 500;
}
.fw-train-list-time-select-txt {
	font-size: 12px;
}
.fw-top .fw-select:hover,
.fw-top .fw-select--days:hover,
.fw-top .fw-select--room:hover,
.fw-top .fw-select--price-min:hover,
.fw-top .fw-select--price-max:hover,
.fw-top .fw-select--guest:hover,
.fw-top .fw-select--area:hover,
.fw-top .fw-select--area-set:hover,
.fw-top .fw-text--password input:hover,
.fw-top .fw-text--login-id input:hover,
.fw-top .fw-text--room input:hover,
.fw-top .fw-text--guest input:hover,
.fw-top .fw-text--date input:hover,
.fw-top .fw-text--area input:hover,
.fw-top .fw-text input:hover,
.fw-top .fw-select:focus,
.fw-top .fw-select--days:focus,
.fw-top .fw-select--room:focus,
.fw-top .fw-select--price-min:focus,
.fw-top .fw-select--price-max:focus,
.fw-top .fw-select--guest:focus,
.fw-top .fw-select--area:focus,
.fw-top .fw-select--area-set:focus,
.fw-top .fw-text--password input:focus,
.fw-top .fw-text--login-id input:focus,
.fw-top .fw-text--room input:focus,
.fw-top .fw-text--guest input:focus,
.fw-top .fw-text--date input:focus,
.fw-top .fw-text--area input:focus,
.fw-top .fw-text input:focus {
	border-color: #ccc;
}
#dynamic_package .fw-top .fw-search-top--train .fw-change-route .fw-change-route-departure {}
#recommended_pack .fw-top .fw-search-top__item--date {}
#recommended_pack .fw-top .fw-search-top__item--night-day {}
#recommended_pack .fw-top .fw-search-top__item--people {}
#recommended_pack .fw-top .fw-search-top__item--map {}
#recommended_pack .fw-top .fw-search-top__item--theme + div {
	order: -1;
	margin-top: 13px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	display: flex;
	width: 100%;
}
#recommended_pack .fw-top .fw-search-top__item--theme + div > div {
	width: 100%;
}
#recommended_pack .fw-top .fw-search-top__item--theme + div > div > p:first-child {
	margin-top: 0;
}
.fw-top .fw-search-top--hotel .fw-search-top__sub-data {
	margin-left: 0;
}
.fw-top .fw-not-set-period .fw-search-top__sub-txt {
	font-size: 12px;
}
.fw-top .fw-modal-container .fw-modal-body__inner {
	position: relative;
	width: auto;
	height: auto;
	padding: 0;
	overflow: visible;
	max-height: none;
}
.fw-top .fw-modal-container .fw-modal-body {
	background-color: #fff;
	padding: 20px;
	overflow: auto;
	max-height: calc(100vh - 106px);
	width: 100%;
	height: auto;
}
.fw-top .fw-modal-header {
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	padding: 12px 10px;
	width: 100%;
}
.fw-top .fw-select-guest-wrap__ttl,
.fw-top .fw-select-room-wrap__ttl {
	font-size: 14px;
	font-weight: 500;
}
.fw-top .fw-modal-btn-footer .fw-btn-detail-01,
.fw-top .fw-modal-btn-footer .fw-btn-fix-train,
.fw-top .fw-modal-btn-footer .fw-btn-next-date,
.fw-top .fw-modal-btn-footer .fw-btn-fix-flight,
.fw-top .fw-modal-btn-footer .fw-btn-detail-01-arr,
.fw-top .fw-modal-btn-footer .fw-btn-fix-01,
.fw-top .fw-modal-btn-footer .fw-btn-fix-01-arr {
	background-color: #DF5F24;
	border-radius: 18px;
}
.fw-top .fw-spin__decrease,
.fw-top .fw-spin__increase {
	border-color: #707070;
}
.fw-top .fw-spin__set {
	border-color: #707070;
}
.fw-top .fw-checkbox__label {}
.fw-top .fw-modal-header__ttl {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fw-top .fw-modal-header__ttl::before {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	margin-right: -1px;
}
.fw-top .fw-select-guest-type .fw-checkbox__label {
	border: none;
}
.fw-top .fw-select-guest-type .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label {
	background-color: rgba(255, 255, 255, 0);
	color: inherit;
}
.fw-top .fw-select-guest-type .fw-checkbox--icon .fw-checkbox__input:checked:disabled + .fw-checkbox__label {
	color: #aaa;
}
.fw-top .fw-modal-calendar .fw-modal-container,
.fw-top .fw-modal-calendar-departure .fw-modal-container {
	width: 100%;
}
.fw-top .fw-modal-calendar .fw-modal-header,
.fw-top .fw-modal-calendar-departure .fw-modal-header {
	width: 100%;
}
.fw-top .fw-search-top__btn button {
	padding-left: 35px;
	padding-right: 35px;
}
.fw-top .fw-search-top__btn button::after {
	content: "\e909";
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.tab_content_title .title_textWrap_text {
	font-size: 12px;
	font-weight: normal;
}
#dynamic_package .fw-top .fw-search-top__body {
	display: flex;
	flex-direction: column;
}
#dynamic_package .fw-top .fw-search-top__body .fw-search-top__item--keyword {
	width: 100%;
	order: 3;
}
#dynamic_package .fw-top .fw-search-top__body .fw-search-top__item--train {
	width: 100%;
	order: 4;
}
#dynamic_package .fw-top .fw-search-top__body .fw-search-top__item--arr {
	width: 100%;
	order: 2;
}
#dynamic_package .fw-top .fw-search-top__body .fw-search-top__item--guest-room {
	width: 100%;
	order: 1;
}
#dynamic_package .fw-top .fw-search-top__body .fw-search-top__item--date {
	width: 100%;
	order: 0;
}
#recommended_pack .fw-top .fw-search-top--tour .fw-search-top__item--night-day .fw-search-top__item-data .fw-select--area-set:last-child {
	background-color: #ccc;
	pointer-events: none;
}
#recommended_pack .fw-top .fw-search-top--tour .fw-search-top__item--night-day .fw-search-top__item-data .fw-select--area-set:last-child::before {
	opacity: .5;
}
#recommended_pack .fw-top .fw-search-top__item--people {
	display: block;
	position: relative;
	border: none;
}
#recommended_pack .fw-top .fw-search-top__item--people .fw-search-top__item-label {
	display: none;
}
#recommended_pack .fw-top .fw-search-top__item--people .fw-search-top__item-data {
	width: calc((100% - 87px) / 2);
	margin-left: auto;
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: 1px;
}
#recommended_pack .fw-top .fw-search-top--tour .fw-search-top__item--night-day .fw-search-top__item-data .fw-select--area-set:last-child {
	display: none;
}
.fw-top .fw-modal-btn-footer {
	position: relative;
}
@media screen and (min-width: 420px) {
	.fw-top .fw-search-top--train .fw-train-list-time-toggle {
		display: flex;
	}
	.fw-top .fw-search-top__item-data li {
		margin-right: 7px;
	}
	.fw-top .fw-search-top__item-data li:last-child {
		margin-right: 0
	}
}
@media screen and (min-width: 1000px) {
	.plan_select_wrap {}
	.plan_select_wrap .tabbed_content {
		display: flex;
		align-items: flex-start;
	}
	.plan_select_wrap .tabbed_content .tabs {
		display: flex;
		width: 140px;
		flex-direction: column;
		align-items: flex-end;
		box-shadow: none;
		padding-top: 1px;
	}
	.plan_select_wrap .tabbed_content .tab_link {
		height: 128px;
		font-size: 16px;
		width: calc(100% - 10px);
		border-radius: 0;
		margin-bottom: 1px;
	}
	.plan_select_wrap .tabbed_content .tab_link:hover {}
	.plan_select_wrap .tabbed_content .tabs_wrapper {
		width: calc(100% - 160px);
		margin-left: auto;
	}
	.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content {
		padding: 0;
	}
	.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		font-size: 19px;
		padding-bottom: 0;
	}
	.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title .title_text span {
		font-size: 13px;
	}
	.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title .icon {}
	#dynamic_package .tab_content_title .icon {
		width: 60px;
	}
	#recommended_pack .tab_content_title .icon {
		width: 40px;
	}
	#hotel_reservation .tab_content_title .icon {
		width: 42px;
	}
	#hotel_reservation .tab_content_title .icon > img {}
	#leisure_ticket .tab_content_title .icon {}
	#hobby .tab_content_title .icon {}
	.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-train-list-time-search-ttl {
		width: 90px;
	}
	.fw-top .fw-search-top--train .fw-train-list-time-select .fw-select select {}
	.fw-top .fw-search-top__footer {}
	.fw-top .fw-search-top__item--theme {}
	.fw-top .fw-search-top__item--theme .fw-search-condition-list {
		margin-left: -3px;
		margin-right: -3px;
	}
	.fw-top .fw-search-top__item--theme .fw-search-condition-list li {
		width: 25%;
		padding: 3px;
	}
	.fw-top .fw-search-top__item--theme .fw-checkbox__label {}
	.fw-top .fw-modal-btn-footer {}
	.fw-top .fw-modal-container {
		width: 600px;
	}
	.fw-top .fw-modal-btn-close {}
	#dynamic_package .fw-top section.fw-search-top--train {}
	#dynamic_package .fw-top .fw-search-top--train .fw-train-list-time-search-wrap {
		display: flex;
	}
	#dynamic_package .fw-top .fw-search-top--train .fw-train-list-time-search-wrap .fw-select {}
	#dynamic_package .fw-top .fw-search-top--train .fw-train-list-time-search-col {
		width: 50%;
	}
	#recommended_pack .fw-top .fw-search-top__body {}
	#recommended_pack .fw-top .fw-search-top__item--date,
	#recommended_pack .fw-top .fw-search-top__item--night-day,
	#recommended_pack .fw-top .fw-search-top__item--people,
	#recommended_pack .fw-top .fw-search-top__item--map {}
	#recommended_pack .fw-top .fw-search-top__item--date {}
	#recommended_pack .fw-top .fw-search-top__item--night-day {}
	#recommended_pack .fw-top .fw-search-top__item--people {}
	#recommended_pack .fw-top .fw-search-top__item--map {}
	#recommended_pack .fw-top .fw-search-top__item--theme {
		display: flex;
		margin-top: 0;
	}
	#hotel_reservation .fw-search-top__body {}
	#hotel_reservation .fw-search-top__item--date,
	#hotel_reservation .fw-search-top__item--guest-room,
	#hotel_reservation .fw-search-top__item--arr {}
	#hotel_reservation .fw-search-top__item--theme {
		display: flex;
	}
	#hotel_reservation .fw-search-top__item--date .fw-search-top__sub-data .fw-select {}
	#hotel_reservation .fw-search-top__item--date .fw-text--date {}
	#hotel_reservation .fw-static--top {}
	#leisure_ticket .fw-search-top__body {}
	#leisure_ticket .fw-search-top__item--date {}
	#leisure_ticket .fw-search-top__item--option-days {}
	#leisure_ticket .fw-search-top__item--option-days .fw-search-top__item-label:after {}
	#leisure_ticket .fw-search-top__item--arr .fw-select--area-set:nth-child(2n) {}
	#leisure_ticket .fw-search-top__item--arr .fw-select--area-set:nth-child(n + 3) {}
	#leisure_ticket .fw-search-top__btn button {}
	#hobby .fw-search-top__body {}
	#hobby .fw-search-top__body div {}
	#hobby .fw-top .fw-search-top__item--date {}
	.fw-top .fw-search-top__item-data {
		width: calc(100% - 90px);
	}
	.fw-top .fw-select:before,
	.fw-top .fw-select--days:before,
	.fw-top .fw-select--room:before,
	.fw-top .fw-select--price-min:before,
	.fw-top .fw-select--price-max:before,
	.fw-top .fw-select--guest:before,
	.fw-top .fw-select--area:before,
	.fw-top .fw-select--area-set:before {}
	.fw-top .fw-search-top__item--train {}
	.fw-top .fw-search-top__item--train .fw-search-top__item-data {}
	.fw-top .fw-search-top--train .fw-change-route-ttl {
		width: 90px;
		padding-left: 8px;
	}
	.fw-top .fw-search-top--train .fw-change-route-station {
		width: calc(100% - 90px);
	}
	.fw-top .fw-search-top--train .fw-train-list-time-search {
		width: calc(100% - 90px);
	}
	.fw-top .fw-search-top__item--theme .fw-checkbox__input:disabled + .fw-checkbox__label {}
	.fw-top .fw-checkbox__input:checked:disabled + .fw-checkbox__label {}
	.fw-top .fw-search-top__item--theme dd {
		margin: 0;
		width: calc(100% - 90px);
		padding: 8px 8px;
	}
	.fw-top .fw-checkbox__input:checked + .fw-checkbox__label {}
	.fw-top .fw-search-top__item--theme .fw-checkbox__label:hover {}
	.fw-top .fw-text--date.fw-is-disabled input {}
	.fw-top .fw-search-top--train .fw-train-list-time-toggle {
		display: flex;
		align-items: center;
	}
	.fw-top .fw-checkbox--icon .fw-checkbox__label:before {}
	.fw-top .fw-checkbox--icon .fw-checkbox__label:after {}
	.fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label:after {}
	.fw-top .fw-search-top--train .fw-search-top__sub-label {}
	.fw-train-list-time-select-txt {}
	.fw-top .fw-select:hover,
	.fw-top .fw-select--days:hover,
	.fw-top .fw-select--room:hover,
	.fw-top .fw-select--price-min:hover,
	.fw-top .fw-select--price-max:hover,
	.fw-top .fw-select--guest:hover,
	.fw-top .fw-select--area:hover,
	.fw-top .fw-select--area-set:hover,
	.fw-top .fw-text--password input:hover,
	.fw-top .fw-text--login-id input:hover,
	.fw-top .fw-text--room input:hover,
	.fw-top .fw-text--guest input:hover,
	.fw-top .fw-text--date input:hover,
	.fw-top .fw-text--area input:hover,
	.fw-top .fw-text input:hover,
	.fw-top .fw-select:focus,
	.fw-top .fw-select--days:focus,
	.fw-top .fw-select--room:focus,
	.fw-top .fw-select--price-min:focus,
	.fw-top .fw-select--price-max:focus,
	.fw-top .fw-select--guest:focus,
	.fw-top .fw-select--area:focus,
	.fw-top .fw-select--area-set:focus,
	.fw-top .fw-text--password input:focus,
	.fw-top .fw-text--login-id input:focus,
	.fw-top .fw-text--room input:focus,
	.fw-top .fw-text--guest input:focus,
	.fw-top .fw-text--date input:focus,
	.fw-top .fw-text--area input:focus,
	.fw-top .fw-text input:focus {}
	#dynamic_package .fw-top .fw-search-top--train .fw-change-route .fw-change-route-departure {
		width: 50%;
		box-sizing: border-box;
		padding-right: 8px;
	}
	#recommended_pack .fw-top .fw-search-top__item--date {}
	#recommended_pack .fw-top .fw-search-top__item--night-day {}
	#recommended_pack .fw-top .fw-search-top__item--people {}
	#recommended_pack .fw-top .fw-search-top__item--map {}
	#recommended_pack .fw-top .fw-search-top__item--theme + div {}
	.fw-top .fw-search-top--hotel .fw-search-top__sub-data {}
	.fw-top .fw-not-set-period .fw-search-top__sub-txt {}
	.plan_select_wrap .tabbed_content .tab_link > br {
		display: inline;
	}
	.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title .title_text > br {
		display: none;
	}
	.plan_select_wrap .tabbed_content .tabs_wrapper .tab_content .tab_content_title::before {
		height: 49px;
	}
	#dynamic_package .tab_content_title {
		align-items: center;
	}
	.fw-top .fw-search-top__item-label {
		width: 90px;
		padding-left: 8px;
	}
	#dynamic_package .fw-top .fw-search-top--train .fw-change-route {
		display: flex;
	}
	#dynamic_package .fw-top .fw-search-top--train .fw-change-route .fw-change-route-arrival {
		width: 50%;
	}
	.fw-top .fw-search-top__item-data li {
		margin-right: 7px;
	}
	.fw-top .fw-search-top__item-data li:last-child {
		margin-right: 0;
	}
	#hotel_reservation .fw-search-top__item-label {
		width: 90px;
		padding: 8px;
		height: auto;
	}
	#recommended_pack .fw-top .fw-search-top__item-label {
		width: 90px;
		padding: 8px;
		height: auto;
	}
	.plan_select_wrap .tabbed_content .tab_link.current {
		width: 100%;
		margin-bottom: 0;
		margin-top: -1px;
		border-right: none;
		border-bottom-color: #D4461C;
	}
	.fw-top .fw-modal-container .fw-modal-body {
		width: 100%;
	}
	.fw-top .fw-modal-calendar .fw-modal-container {
		width: 600px;
	}
	.tab_content_title .title_textWrap_text {
		font-size: 14px;
		padding-bottom: 7px;
		margin-top: 2px;
	}
	#hotel_reservation .fw-search-top__item--theme {
		margin-top: 0;
	}
	#recommended_pack .fw-top .fw-search-top__item--people .fw-search-top__item-data {
		width: calc((100% - 92px) / 2);
	}
}
