<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*共通*/
:root {
	--gadget-accent-color: #6EB9DA;
	--gadget-noactive-color: #F9F6F4;
	--gadget-botton-color: #F29A16;
}
.search_kokunaiBar .fw-top .fw-checkbox__label:before {border-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fw-checkbox__input:checked + .fw-checkbox__label:before {
    background-color: var(--gadget-accent-color);
    border-color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list {border-bottom-color: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list &gt; li.fw-is-active {background: var(--gadget-accent-color);}
.search_kokunaiBar .fw-top .fwnta-modal-btn-clear {
    border-color: var(--gadget-accent-color);
    color: var(--gadget-accent-color);
}
.search_kokunaiBar .fw-top .fwnta-modal-tab__list &gt; li {background-color: var(--gadget-noactive-color);}
.search_kokunaiBar .fw-top .fw-btn-detail-01, .fw-top .fw-btn-fix-01 {background-color: var(--gadget-botton-color);}
.search_kokunaiBar .fw-top .fwnta-btn-search{background-color: var(--gadget-botton-color);}

/*gadget*/
.search_kokunaiBar .content_wrap,
.search_kokunaiBar section {background: #FFF!important;}
.search_kokunaiBar .content_wrap.serchBox {padding:25px 10px 10px;}
.search_kokunaiBar #pax_wrap input[type="number"] {-moz-appearance:textfield;}
.search_kokunaiBar .disnon_search_box{display:none!important;}

/*DT JR/yado調整*/
html:has(.fw-modal-portal),
body:has(.fw-modal-portal) {overflow: hidden!important;}
.search_kokunaiBar .fwnta-search-condition-clear {display:none!important;}
.search_kokunaiBar .fwnta-input-label,
.search_kokunaiBar .fwnta-search-group__sub-label {font-weight: normal!important;}
.search_kokunaiBar .fwnta-input-icon--train::before,
.search_kokunaiBar .fwnta-input-icon--search::before,
.search_kokunaiBar .fwnta-input-icon--calendar::before,
.search_kokunaiBar .fwnta-input-icon--bed::before {
	font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24!important;
	font-size: 18px!important;
	top: 58%!important;
	left: 5px!important;
}
.search_kokunaiBar .fwnta-input-icon--train input,
.search_kokunaiBar .fwnta-input-icon--train select,
.search_kokunaiBar .fwnta-input-icon--search input,
.search_kokunaiBar .fwnta-input-icon--search select,
.search_kokunaiBar .fwnta-input-icon--calendar input,
.search_kokunaiBar .fwnta-input-icon--calendar select,
.search_kokunaiBar .fwnta-input-icon--bed input,
.search_kokunaiBar .fwnta-input-icon--bed select {padding-left: 28px;!important}
.search_kokunaiBar .fw-select select,
.search_kokunaiBar .fw-select--days select,
.search_kokunaiBar .fw-select--room select,
.search_kokunaiBar .fw-select--price-min select,
.search_kokunaiBar .fw-select--price-max select,
.search_kokunaiBar .fw-select--guest select,
.search_kokunaiBar .fw-select--area select,
.search_kokunaiBar .fw-select--area-set select,
.search_kokunaiBar .fw-text input {
	font-size: 14px!important;
	font-weight: normal!important;
}
.search_kokunaiBar .fwnta-search-action {margin-top: 5px!important;}
.search_kokunaiBar .fw-top .fwnta-modal-search-condition,
.search_kokunaiBar .fw-top .fwnta-modal-search-condition {z-index: 10000!important;}
.search_kokunaiBar .box_jrset .fw-top .fw-select:after,
.search_kokunaiBar .box_jrset .fw-top .fwnta-modal-open::after,
.search_kokunaiBar .box_yado .fw-top .fw-select:after,
.search_kokunaiBar .box_yado .fw-top .fwnta-modal-open::after {
    content: "▼";
    width: 24px;
    height: 42px;
    top: 2px;
    right: 1px;
    color: #555;
    font-size: 10px;
    pointer-events: none;
    text-align: center;
    display: grid;
    align-items: center;
}
#NoDateSpecified-webconnect-gadget-1,
#NoDateSpecified-webconnect-tour-hotels-gadget {width:1px!important;}

/*loading*/
#webconnect-tour-hotels-gadget,
#webconnect-gadget-1 {min-height:250px;}
#webconnect-tour-hotels-gadget &gt; span,
#webconnect-gadget-1 &gt; span{
	width:8px;
	height:8px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin: 120px 0 0 -10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
}
#webconnect-tour-hotels-gadget &gt; span:nth-child(1),
#webconnect-gadget-1 &gt; span:nth-child(1){
	background:#C1C3C5;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
}
#webconnect-tour-hotels-gadget &gt; span:nth-child(2),
#webconnect-gadget-1 &gt; span:nth-child(2){
	background:#C1C3C5;
	z-index:100;
}
#webconnect-tour-hotels-gadget &gt; span:nth-child(3),
#webconnect-gadget-1 &gt; span:nth-child(3){
	background:#C1C3C5;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}
@-webkit-keyframes kanan {
0% {-webkit-transform:translateX(20px);
}
50%{-webkit-transform:translateX(-20px);
}
100%{-webkit-transform:translateX(20px);
z-index:200;
}
}
@-moz-keyframes kanan {
0% {-moz-transform:translateX(20px);
}
50%{-moz-transform:translateX(-20px);
}
100%{-moz-transform:translateX(20px);
z-index:200;
}
}
@-o-keyframes kanan {
0% {-o-transform:translateX(20px);
}
50%{-o-transform:translateX(-20px);
}
100%{-o-transform:translateX(20px);
z-index:200;
}
}
@-webkit-keyframes kiri {
0% {-webkit-transform:translateX(-20px);
z-index:200;
}
50%{-webkit-transform:translateX(20px);
}
100%{-webkit-transform:translateX(-20px);
}
}
@-moz-keyframes kiri {
0% {-moz-transform:translateX(-20px);
z-index:200;
}
50%{-moz-transform:translateX(20px);
}
100%{-moz-transform:translateX(-20px);
}
}
@-o-keyframes kiri {
0% {-o-transform:translateX(-20px);
z-index:200;
}
50%{-o-transform:translateX(20px);
}
100%{-o-transform:translateX(-20px);
}
}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
/*reset*/
.search_kokunaiBar * {
	font-size: 100%;
	font-family: inherit!important;
}
.search_kokunaiBar input{
	width: 100%;
	outline:none;
}
.search_kokunaiBar input[type*="radio"]{width: auto;}

/*DT JR/yado調整*/
.search_kokunaiBar .fwnta-search-group {width: 98%!important;}
#NoDateSpecified-webconnect-tour-hotels-gadget,

/*gadget_kokunai*/
.search_kokunaiBar .serchBox &gt; ul{
	display:flex;
	border-bottom: 2px solid var(--gadget-accent-color);
}
.search_kokunaiBar .serchBox &gt; ul li{
	text-align: center;
	margin: 0 1px;
	padding: 8px 0;
	font-size: 13px;
	background: var(--gadget-noactive-color);
	color: #A6ACAF;
	width: calc(100% / 3);
	border-radius: 4px 4px 0 0;
	display: grid;
	align-content: center;
	line-height: 1.2;
}
.search_kokunaiBar .serchBox &gt; ul li.select{
	color: #FFF;
	background:var(--gadget-accent-color);
}

/*iit air*/
.box_airset select,
.box_airset #returnDirection {
	width: 100%;
	height: 38px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 90px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFF;
}
.box_airset .select_airport {color: #A6ACAF;}
.box_airset .select_airport * {color: #3C3D47;}
.box_airset .select_airport &gt; option:first-child {display:none;}
.box_airset #returnDirection {
	text-indent: 31px;
	background: #E1E4E7;
	color: #3C3D47;
}
.box_airset .ico_man .select_issitsuninzuu,
.box_airset .ico_bed .select_hakusuu{
	width: 100%;
	height: 42px;
	padding: 5px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	border-radius: 5px;
	background: #FFF;
}
.box_airset .selectday {
	width: 100%;
	height: 38px;
	padding: 2px 5px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	border-radius: 4px;
	font-size: 14px;
	color: #3C3D47;
	background: #FFF;
}
.box_airset .selectday p {text-indent: 105px;}
.box_airset .w50p select {text-indent: 31px;}
.box_airset b {
	position: absolute;
	left: 80px;
	top: 12px;
	font-size: 10px;
	color: #E74444;
	pointer-events: none;
}
.box_airset .w50p b {
	position: absolute;
	left: unset;
	right: 22px;
	top: 12px;
}

/*アイコン*/
.box_airset .select_wrap,
.box_airset .noselect_wrap,
.box_airset .rooms {position: relative;}
.box_airset .select_wrap:after,
.box_airset .rooms:after {
	content: "▼";
	position: absolute;
	width: 20px;
	height: 34px;
	top: 2px;
	right: 1px;
	color: #555;
	font-size: 10px;
	pointer-events: none;
	text-align: center;
	display: grid;
	align-items: center;
	border-radius: 0 5px 5px 0;
	background: #FFF;
}
.box_airset .noselect_wrap:after{content: "";}
.box_airset .ico_place:before,
.box_airset .ico_calendar:before {
	font-family: "Material Symbols Rounded";
	line-height: 1;
	color: #A6ACAF;
	position: absolute;
	margin-top: -11px;
	font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24;
	font-size: 18px;
	top: 58%;
	left: 5px;
	z-index: 1;
}
.box_airset .ico_place#returnDirection:before{left: -26px;}
.box_airset .ico_place:before{content: "\e0c8";}
.box_airset .ico_calendar:before{content: "\e935";}

/*項目文言*/
.box_airset .select_syuppatsubi:after{content: "出発日";}
.box_airset .select_kityakubi:after{content: "帰着日";}
.box_airset .select_syuppatsubi:after,
.box_airset .select_kityakubi:after{
	position: absolute;
	top: 10px;
	left: 36px;
	color: #A6ACAF;
	font-size: 12px;
	pointer-events: none;
}
.box_airset .dis_flex {
	flex-wrap: wrap;
	display: flex;
}
.box_airset .w50p {
	width: 49%;
	margin-right:1%;
}
.box_airset .w50p:last-child {margin:0 0 0 1%;}
.box_airset #doAirSearch {
	display: grid;
	background: var(--gadget-botton-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.142857142;
	width: 240px;
	min-height: 40px;
	border-radius: 30px;
	box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
	margin: auto;
	text-align: center;
	align-items: center;
	position:relative;
}
.box_airset #doAirSearch:before {
	width: 20px;
	height: 24px;
	display: block;
	background-image: url(/sp/shared2015/common/images/icon01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	content: "";
	position: absolute;
	top: 25%;
	left: 72px;
}
.box_airset .fw-top .fwnta-btn-search span {margin-left: -25px;}
.box_airset {position: relative;}
.box_airset #togo_wrap,
.box_airset #return_wrap {position: relative;}
.box_airset #togo_wrap dt,
.box_airset #return_wrap dt,
.box_airset #pax_wrap dt:nth-of-type(1),
.box_airset #number_of_rooms dt {
	font-size: 10px;
	line-height: 1;
	color: #A6ACAF;
	background: linear-gradient(180deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%);
	position: absolute;
	top: -5px;
	left: 10px;
	z-index: 2;
}
.box_airset #pax_wrap {
	margin: 0 0 15px;
	width: 100%;
}

/* +-btn */
.box_airset #pax_wrap .rooms .guidance_p_pax,
.box_airset #pax_wrap .adult_pax .guidance_p_pax,
.box_airset #pax_wrap .childt_pax .guidance_p_pax {
	width: calc(100% - 110px);
	height: 38px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
}
.box_airset .minus_or_plus_btn {
	width: 38px;
	height: 38px;
	float: left;
	font-size: 24px;
	color: #A6ACAF;
}
.box_airset #numberOfRooms,
.box_airset #adultPax,
.box_airset #childAPax,
.box_airset #childBPax {
	width: 18px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #000;
	-webkit-text-fill-color: #000;
	opacity: 1;
}
.box_airset .minus_plus {
	width: 110px;
	border-radius: 4px;
	display: flex;
	border: 1px solid;
	height: 38px;
	border: #C1C3C5 solid 1px;
	align-items: center;
	margin: 0 0 25px auto;
	box-sizing: border-box;
}
/*.box_airset .minus_plus.center-selectbox {margin: 35px 0;}*/
.box_airset .minus_or_plus_btn,
.box_airset input[type="number"],
.box_airset input[type="number"]::-webkit-outer-spin-button, 
.box_airset input[type="number"]::-webkit-inner-spin-button,
.box_airset .minus_or_plus_btn{
	-webkit-appearance: none;
	-moz-appearance:textfield;
	outline:none;
}
.box_airset .minus_or_plus_btn_input{
	width: 45px;
	text-align: center;
	font-size: 15px!important;
	display: inline-block;
}
.box_airset .minus_or_plus_btn_input small{
	font-size: 12px!important;
	position: relative;
	vertical-align: middle;
}
.box_airset input.customSelect{
	width: 18px!important;
	height: 30px;
	text-align: center!important;
	border: none;
	-webkit-text-fill-color: #000;
	opacity: 1;
	padding-bottom: 2px;
}
.box_airset .box_unit {
	float: left;
	font-size: 14px; 
	font-weight: bold;
}
.box_airset .baby0-2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 11px;
	text-align: right;
}
.box_airset #numberOfRooms {
	width: 110px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: 30%;
}

/*air carendar*/
.box_airset .NTA_air_popup_calendar_contents {
	width: 100%;
	background: #FFF;
	z-index: 9999;
	padding: 10px;
	border: 1px solid #aaa;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1.5;
}
.box_airset .NTA_air_popup_calendar_contents table {width: 100%;}
.box_airset .NTA_air_popup_calendar_contents .title_air {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38px;
	background-color: var(--gadget-accent-color);
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.box_airset .NTA_air_popup_calendar_contents .btnbox{
	margin: -28px 10px 0 0;
	float: right;
}
.box_airset .NTA_air_popup_calendar_contents .btnbox a {
	width: 16px;
	height: 16px;
	padding-top: 12px;
	display: inline-block;
	overflow: hidden;
	background: url(https://www.nta.co.jp/shared2021/common/images/gadget/ico_air_calendar_x.gif) no-repeat;
	background-size: 100%;
}
.box_airset .air-calendar__current {
	display: flex;
	float: left;
	width: 90%;
	margin: auto;
}
.box_airset .air-calendar__current &gt; span{
	width: 25%;
	display: block;
	text-align: center;
	font-size: 12px;
}
.box_airset .monthPager{width: 100%;}
.box_airset .air-calendar__next {
	float: right;
	width: 12px;
	height: 12px;
	margin-right: 2%;
	border-top: 3px solid var(--gadget-accent-color);
	border-right: 3px solid var(--gadget-accent-color);
	transform: rotate(45deg);
}
.box_airset .air-calendar__prev {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 2%;
	border-top: 3px solid var(--gadget-accent-color);
	border-right: 3px solid var(--gadget-accent-color);
	transform: rotate(-135deg);
}
.box_airset .content_air .calendarbox.left,
.box_airset .content_air .calendarbox.right{
	width: 98%;
	float: left;
	margin: 0 1%;
}
.box_airset .content_air .calendarbox div &gt; p{
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	margin: 2% 0;
}
.box_airset .NTA_air_popup_calendar_contents td,
.box_airset .NTA_air_popup_calendar_contents th {
	padding: 5px;
	width: 24px!important;
	text-align: center!important;
	box-sizing: border-box;
}
.box_airset .NTA_air_popup_calendar_contents tr &gt; th:first-child,
.box_airset .NTA_air_popup_calendar_contents tr &gt; td:first-child,
.box_airset .NTA_air_popup_calendar_contents tr &gt; td.holiday {
	font-weight: bold;
	color: #cc0d21;
}
.box_airset .NTA_air_popup_calendar_contents tr &gt; th:last-child,
.box_airset .NTA_air_popup_calendar_contents tr &gt; td:last-child{
	font-weight: bold;
	color: #2051c1;
}
.box_airset .NTA_air_popup_calendar_contents tr &gt; td.current{
	background-color: rgb(61, 145, 255);
	color: #fff;
	border-radius: 15px;
}
.box_airset .NTA_air_popup_calendar_contents tr &gt; td.select-enable:hover{
	background-color: #eee;
	font-weight: bold;
}
.box_airset .NTA_air_popup_calendar_contents tr &gt; td.select-disable{
	color: #ccc;
	background-color: rgb(248, 248, 248);
}
.box_airset .NTA_air_popup_calendar_contents.calendar-hide{display:none;}
.box_airset #outboundDeparture, #outboundDirection, #returnDeparture{position: relative;}
.box_airset #outboundDepartureList, #outboundDirectionList, #returnDepartureList{
    position: absolute;
    display: none;
    z-index: 10;
	overflow-y: scroll;
	height: 350px;
}
.box_airset #outboundDeparture,
.box_airset #outboundDirection,
.box_airset #returnDeparture{
	width: 100%;
	height: 38px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 45px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFF;
    color: #000;
}
.box_airset ul#outboundDepartureList,
.box_airset ul#outboundDirectionList,
.box_airset ul#returnDepartureList{
    width: 100%;
    background-color: #fff;
    border: 1px solid;
}
.box_airset ul#outboundDepartureList li,
.box_airset ul#outboundDirectionList li,
.box_airset ul#returnDepartureList li{
    height: 28px;
    text-indent: 45px;
    font-size: 14px;
    display: grid;
    box-sizing: border-box;
    align-items: center;
}
.box_airset ul#outboundDepartureList li:hover,
.box_airset ul#outboundDirectionList li:hover,
.box_airset ul#returnDepartureList li:hover{background-color: #c4c4c4;}
.box_airset ul li.area__airgdt{color: #c4c4c4;}
.box_airset ul#outboundDepartureList li.area__airgdt:hover,
.box_airset ul#outboundDirectionList li.area__airgdt:hover,
.box_airset ul#returnDepartureList li.area__airgdt:hover{background-color: #fff;}
.box_airset .adult_pax,
.box_airset .childt_pax,
.box_airset .rooms{width: 100%;}
#childCPax, #child2Pax, #infantPax{
    width: 18px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
}
.box_airset .selectday{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box_airset #pax_summary_wrap, #carrier_wrap, #keyword_wrap, #rooms_summary_wrap{
    width: 50%;
    display: flex;
    padding: 0 10px 10px;
}
.box_airset #pax_summary_wrap, #rooms_summary_wrap{
    width: calc((100% - 40px) / 2);
    float: left;
}
.box_airset #pax_summary_wrap, #rooms_summary_wrap, #carrier_wrap, #keyword_wrap{
    width: auto;
    float: none;
}
.box_airset #pax_summary_wrap dt, #carrier_wrap dt, #keyword_wrap dt, #rooms_summary_wrap dt{
    height: 38px;
    display: grid;
    align-items: center;
    font-size: 14px;
    width: 100px;
}
.box_airset #pax_summary_wrap dd, #carrier_wrap dd, #keyword_wrap dd, #rooms_summary_wrap dd{
    height: 38px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}
.box_airset #keyword_wrap input#keyword___airgdt,
.box_airset #pax_summary_wrap p#paxSummary,
.box_airset #rooms_summary_wrap p{
    width: 100%;
	height: 38px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 10px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFF;
    color: #000;
}
.box_airset #pax_summary_wrap{position: relative;}

/*人数選択パネル*/
.box_airset #pax_wrap{
    position: absolute;
    top: 0;
    left: 120px;
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    border: #C1C3C5 solid 1px;
    padding: 20px;
    background-color: #fff;
    z-index: 10;
    width: 60%;
	box-sizing: border-box;
}
@media screen and (max-width: 759.9px) {
    .box_airset #pax_wrap{
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    } 
}
.box_airset #pax_wrap.show{display: flex;}
.box_airset #pax_wrap.hide{display: none;}

/* 人数・部屋数パネルクローズボタン */
.box_airset #pax_wrap .close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
}
.box_airset #pax_wrap .close:before,
.box_airset #pax_wrap .close:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 6px;
    width: 20px;
    height: 2px;
    background-color: #C1C3C5;
    transform: rotate(45deg);
}
.box_airset #pax_wrap .close:after{transform: rotate(135deg);}

/* 人数・部屋数変更パネル内アイテム */
.box_airset #pax_wrap .pax_label,
.box_airset #pax_wrap .rooms_label{
    font-size: 14px;
    border-bottom: 1px solid #C1C3C5;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.box_airset #pax_wrap .childt_pax .childt_pax_label{
    font-size: 14px;
    width: 100%;
    height: 38px;
}
.box_airset #pax_wrap .button_wrap{
    text-align: center;
    width: 100%;
	margin: 5% 0 0;
}
.box_airset #pax_wrap .btn_complete{
    width: 100%;
    height: 44px;
    border-radius: 3px;
    box-shadow: 0 2px 0 #d6d6d6;
    background-color: #e61b61;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}

/* 航空会社選択 */
.box_airset #carrier_wrap label{margin: 0 20px 0 0;}
.box_airset #carrier_wrap label img {
    width: revert-layer;
    height: auto;
}

/* スタイル上書き */
.box_airset #pax_wrap .adult_pax .guidance_p_pax,
.box_airset #pax_wrap .childt_pax .guidance_p_pax,
.box_airset #pax_wrap .rooms .guidance_p_pax{
    text-align: left;
    font-size: 14px;
}
.box_airset #pax_wrap .adult_pax .guidance_p_pax,
.box_airset #pax_wrap .childt_pax .childt_pax_label {font-weight: bold;}
.box_airset #pax_wrap .guidance_p_pax .small{
	width: 100%;
	font-size: 10px;
}
.box_airset #pax_wrap .guidance_p_pax .middle{
	width: 100%;
	font-size: 14px;
}
.box_airset #pax_wrap .guidance_p_pax .gray{color: #C1C3C5;}
.box_airset #pax_wrap .notice{
    font-size: 11px;
    color: #E74444;
}
.box_airset #pax_wrap .asterisk{
    font-size: 11px;
    color: #E74444;
}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px) {
/*reset*/
.search_kokunaiBar * {
	font-size: 100%;
	font-family: inherit!important;
}
.search_kokunaiBar input{
	width: 100%;
	outline:none;
}
.search_kokunaiBar input[type*="radio"]{width: auto;}

/*gadget_kokunai*/
.search_kokunaiBar .serchBox &gt; ul{
	display:flex;
	border-bottom: 2px solid var(--gadget-accent-color);
}
.search_kokunaiBar .serchBox &gt; ul li{
	text-align: center;
	margin: 0 2px;
	padding: 15px 0;
	font-size: 16px;
	background: var(--gadget-noactive-color);
	color: #A6ACAF;
	width: calc(100% / 3);
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	position:relative;
}
.search_kokunaiBar .serchBox &gt; ul li.select{
	color: #FFF;
	background:var(--gadget-accent-color);
}
.search_kokunaiBar .serchBox .tab_jrset:before,
.search_kokunaiBar .serchBox .tab_airset:before {
	font-family: "Material Symbols Rounded";
	position:absolute;
	top: 30%;
	left: 0;
	font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24;
	font-size: 20px;
}
.search_kokunaiBar .serchBox .tab_jrset:before {content: "\e570";}
.search_kokunaiBar .serchBox .tab_airset:before {content: "\e6ca";}
.search_kokunaiBar .serchBox .tab_jrset:after,
.search_kokunaiBar .serchBox .tab_yado:before,
.search_kokunaiBar .serchBox .tab_airset:after {
	font-family: "Material Symbols Rounded";
	content: "\e53a";
	position:absolute;
	top: 30%;
	left: 6%;
	font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24;
	font-size: 20px;
}
@media screen and (min-width: 760px) and (max-width: 840px) {
.search_kokunaiBar .serchBox &gt; ul li:before,
.search_kokunaiBar .serchBox &gt; ul li:after {display:none;}
}
.search_kokunaiBar .serchBox .tab_jrset:before,
.search_kokunaiBar .serchBox .tab_jrset:after,
.search_kokunaiBar .serchBox .tab_yado:before,
.search_kokunaiBar .serchBox .tab_airset:before,
.search_kokunaiBar .serchBox .tab_airset:after {color: #A6ACAF;}
.search_kokunaiBar .serchBox .tab_jrset.select:before,
.search_kokunaiBar .serchBox .tab_jrset.select:after,
.search_kokunaiBar .serchBox .tab_yado.select:before,
.search_kokunaiBar .serchBox .tab_airset.select:before,
.search_kokunaiBar .serchBox .tab_airset.select:after {color: #FFF;}

/*iit air*/
.box_airset {cursor: pointer;}
.box_airset select,
.box_airset #returnDirection {
	width: 100%;
	height: 38px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 50px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFF;
}
.box_airset .select_airport {
	color: #A6ACAF;
	cursor: pointer;
}
.box_airset .select_airport * {color: #3C3D47;}
.box_airset .select_airport &gt; option:first-child {display:none;}
.box_airset #returnDirection {
	text-indent: 31px;
	background: #E1E4E7;
	color: #3C3D47;
}
.box_airset .ico_man .select_issitsuninzuu,
.box_airset .ico_bed .select_hakusuu{
	width: 100%;
	height: 42px;
	padding: 5px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	border-radius: 5px;
	background: #FFF;
}
.box_airset .selectday {
	width: 100%;
	height: 38px;
	float: left;
	margin: 0 1%;
	padding: 2px 5px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	border-radius: 4px;
	font-size: 14px;
	color: #3C3D47;
	background: #FFF;
	cursor: pointer;
	position: relative;
}
.box_airset .selectday p {text-indent: 80px;}
.box_airset .w50p select {text-indent: 50px;}
.box_airset b {
	position: absolute;
	left: 70px;
	top: 12px;
	font-size: 10px;
	color: #E74444;
	pointer-events: none;
}
.box_airset .w50p b {
	position: absolute;
	left: 32px;
	top: 12px;
}

/*アイコン*/
.box_airset .select_wrap,
.box_airset .noselect_wrap,
.box_airset .rooms {
	width: 32%;
	margin: 0 0.5%;
	position: relative;
}
.box_airset .select_wrap:after,
.box_airset .rooms:after {
	content: "▼";
	position: absolute;
	width: 20px;
	height: 34px;
	top: 2px;
	right: 1px;
	color: #555;
	font-size: 10px;
	pointer-events: none;
	text-align: center;
	display: grid;
	align-items: center;
	border-radius: 0 5px 5px 0;
	background: #FFF;
}
.box_airset .noselect_wrap:after{content: "";}
.box_airset .ico_place:before,
.box_airset .ico_calendar:before {
	font-family: "Material Symbols Rounded";
	line-height: 1;
	color: #A6ACAF;
	position: absolute;
	margin-top: -11px;
	font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24;
	font-size: 18px;
	top: 58%;
	left: 5px;
	z-index: 1;
}
.box_airset .ico_place#returnDirection:before{left: -26px;}
.box_airset .ico_place:before{content: "\e0c8";}
.box_airset .ico_calendar:before{content: "\e935";}

/*項目文言*/
.box_airset .select_syuppatsubi:after{content: "出発日";}
.box_airset .select_kityakubi:after{content: "帰着日";}
.box_airset .select_syuppatsubi:after,
.box_airset .select_kityakubi:after{
	position: absolute;
	top: 10px;
	left: 28px;
	color: #A6ACAF;
	font-size: 14px;
	pointer-events: none;
}
.box_airset .w50p {
	width: 32%;
	float: left;
	margin: 0 0.5%;
}
.box_airset #doAirSearch {
	display: grid;
	background: var(--gadget-botton-color);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.142857142;
	width: 300px;
	min-height: 40px;
	border-radius: 30px;
	box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
	margin: auto;
	text-align: center;
	align-items: center;
	position:relative;
}
.box_airset #doAirSearch:before {
	width: 20px;
	height: 24px;
	display: block;
	background-image: url(/sp/shared2015/common/images/icon01.png);
	background-repeat: no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	content: "";
	position: absolute;
	top: 25%;
	left: 72px;
}
.box_airset .fw-top .fwnta-btn-search span {margin-left: -25px;}
.box_airset {position: relative;}
.box_airset #togo_wrap,
.box_airset #return_wrap {clear: both;}
.box_airset #togo_wrap dt,
.box_airset #return_wrap dt {display:none;}

/* +-btn */
.box_airset #pax_wrap .rooms .guidance_p_pax,
.box_airset #pax_wrap .adult_pax .guidance_p_pax,
.box_airset #pax_wrap .childt_pax .guidance_p_pax {
	width: 50%;
	height: 50px;
	float: left;
	display: grid;
	align-items: center;
	font-size: 14px;
	text-align: right;
}
.box_airset .minus_or_plus_btn {
	width: 38px;
	height: 50px;
	float: left;
	font-size: 24px;
	color: #A6ACAF;
	cursor: pointer;
	color: #aaa;
}
.box_airset #numberOfRooms,
.box_airset #adultPax,
.box_airset #childAPax,
.box_airset #childBPax {
	width: 18px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #000;
	-webkit-text-fill-color: #000;
	opacity: 1;
}
.box_airset .minus_plus {
	width: 110px;
	border-radius: 4px;
	display: flex;
	border: 1px solid;
	height: 50px;
	border: #C1C3C5 solid 1px;
	align-items: center;
	margin: 0 0 10px auto;
	box-sizing: border-box;
}
/*.box_airset .minus_plus.center-selectbox {margin: 8px 0 12px auto;}*/
.box_airset .minus_or_plus_btn,
.box_airset input[type="number"],
.box_airset input[type="number"]::-webkit-outer-spin-button, 
.box_airset input[type="number"]::-webkit-inner-spin-button,
.box_airset .minus_or_plus_btn{
	-webkit-appearance: none;
	-moz-appearance:textfield;
	outline:none;
}
.box_airset .minus_or_plus_btn_input{
	width: 45px;
	text-align: center;
	font-size: 15px!important;
	display: inline-block;
}
.box_airset .minus_or_plus_btn_input small{
	font-size: 12px!important;
	position: relative;
	vertical-align: middle;
}
.box_airset input.customSelect{
	width: 18px!important;
	height: 30px;
	text-align: center!important;
	border: none;
	-webkit-text-fill-color: #000;
	opacity: 1;
	padding-bottom: 2px;
}
.box_airset .box_unit {
	float: left;
	font-size: 14px; 
	font-weight: bold;
}
.box_airset .baby0-2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 12px;
	text-align: center;
}
.box_airset #numberOfRooms {
	width: 110px;
	margin: 0 0 0 auto;
	text-align: left;
	text-indent: 30%;
	cursor: pointer;
}
.box_airset .adult_pax {
	width: 31%;
	float: left;
	margin-right: 2%;
	display: flex;
}
.box_airset .childt_pax {
	width: 32%;
	float: left;
	margin-right: 2%;
	display: flex;
	flex-wrap: wrap;
}
.box_airset .rooms {
	width: 31%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

/*air carendar*/
#outboundCalendar .air-search-calendar th,
#outboundCalendar .air-search-calendar td {
	width: 24px;
	height:18px;
	font-size: 12px;
	line-height: 1.5;
}
.calendar-hide{display:none;}
#airSearch{position:relative;}
.NTA_air_popup_calendar_contents {
	width: 480px;
    background: #FFF;
    border: 1px solid #bebebe;
    padding: 5px 5px 15px;
    z-index: 2;
}
.NTA_air_popup_calendar_contents &gt; div:first-child {position: relative;}
#outboundCalendar{
	position: absolute;
    top: 0;
}
#returnCalendar{
	position: absolute;
	top: 63px;
}
.NTA_air_popup_calendar_contents.depday{
	top: 100px;
	left: 218px;
}
.NTA_air_popup_calendar_contents.retday{
	top: 143px;
	left: 218px;
}
.NTA_air_popup_calendar_contents .title_air {
	float: left;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 100%;
    background: var(--gadget-accent-color);
    color: #fff;
    padding: 2px 0;
}
.NTA_air_popup_calendar_contents .btnbox{float: right;}
.NTA_air_popup_calendar_contents .btnbox a {
    display: block;
	width: 20px;
    height: 20px;
    position: absolute;
	top: 2px;
    right: 5px;
}
.NTA_air_popup_calendar_contents .btnbox a::before,
.NTA_air_popup_calendar_contents .btnbox a::after {
	content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: 0;
    left: 15%;
}
.NTA_air_popup_calendar_contents .btnbox a::after {
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 15%;
}
.air-calendar__current {
	display: flex;
	float: left;
	width: 326px;
	margin: -3px auto 3px;
}
.air-calendar__current &gt; span{width:12.5%;display:block;text-align:center;}
.monthPager{
	height: 20px;
	width: 100%;
	padding: 8px 0 0;
}
.calendarbox{
	display: flex;
	justify-content: space-between;
}
.calendarbox &gt; div {
    width: 49%;
	text-align:center;
}
.air-calendar__next {
	float: right;
    width: 8px;
    height: 8px;
    margin-right: 2%;
    border-top: 3px solid var(--gadget-accent-color);
    border-right: 3px solid var(--gadget-accent-color);
    transform: rotate(45deg);
}
.air-calendar__prev {
	float: left;
    width: 8px;
    height: 8px;
	margin-left: 2%;
    border-top: 3px solid var(--gadget-accent-color);
    border-right: 3px solid var(--gadget-accent-color);
    transform: rotate(-135deg);
}
.content_air .calenderBox &gt; p{font-weight:bold;}
.NTA_air_popup_calendar_contents table{
	width:100%;
	margin-top: 15px;
}
.NTA_air_popup_calendar_contents table,
.NTA_air_popup_calendar_contents td,
.NTA_air_popup_calendar_contents th {
	border: none;
	border-collapse: collapse;
}
.NTA_air_popup_calendar_contents td,
.NTA_air_popup_calendar_contents th {
	padding: 2px;
	width: 24px;
	text-align: center;
	box-sizing: border-box;
}
.NTA_air_popup_calendar_contents th {
	color: #595959;
	background-color: #fff;
}
.NTA_air_popup_calendar_contents tr &gt; th:first-child,
.NTA_air_popup_calendar_contents tr &gt; td:first-child,
.NTA_air_popup_calendar_contents tr &gt; td.holiday{
	font-weight: bold;
	color: #cc0d21;
}
.NTA_air_popup_calendar_contents tr &gt; th:last-child,
.NTA_air_popup_calendar_contents tr &gt; td:last-child{
	font-weight: bold;
	color: #2051c1;
}
.NTA_air_popup_calendar_contents tr &gt; td.select-enable{cursor: pointer;}
.NTA_air_popup_calendar_contents tr &gt; td.current{
	background-color: rgb(61, 145, 255);
	color: #fff;
	border-radius: 15px;
}
.NTA_air_popup_calendar_contents tr &gt; td.select-enable:hover{
	background-color: rgb(61, 145, 255);
	color: #fff;
	font-weight: bold;
}
.NTA_air_popup_calendar_contents tr &gt; td.select-disable{
	color: #ccc;
	background-color: rgb(248, 248, 248);
}
.hide-contents__disnone{display:none!important;}
.box_airset #outboundDeparture, #outboundDirection, #returnDeparture{position: relative;}
.box_airset #outboundDepartureList, #outboundDirectionList, #returnDepartureList{
    position: absolute;
    display: none;
    z-index: 10;
	overflow-y: scroll;
	height: 350px;
}
.box_airset #outboundDeparture,
.box_airset #outboundDirection,
.box_airset #returnDeparture{
	width: 100%;
	height: 38px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 45px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFF;
    color: #000;
}
.box_airset ul#outboundDepartureList,
.box_airset ul#outboundDirectionList,
.box_airset ul#returnDepartureList{
    width: 100%;
    background-color: #fff;
    border: 1px solid;
}
.box_airset ul#outboundDepartureList li,
.box_airset ul#outboundDirectionList li,
.box_airset ul#returnDepartureList li{
    height: 28px;
    text-indent: 45px;
    font-size: 14px;
    display: grid;
    box-sizing: border-box;
    align-items: center;
}
.box_airset ul#outboundDepartureList li:hover,
.box_airset ul#outboundDirectionList li:hover,
.box_airset ul#returnDepartureList li:hover{background-color: #c4c4c4;}
.box_airset ul li.area__airgdt{color: #c4c4c4;}
.box_airset ul#outboundDepartureList li.area__airgdt:hover,
.box_airset ul#outboundDirectionList li.area__airgdt:hover,
.box_airset ul#returnDepartureList li.area__airgdt:hover{background-color: #fff;}
.box_airset .adult_pax,
.box_airset .childt_pax,
.box_airset .rooms{width: 100%;}
#childCPax, #child2Pax, #infantPax{
    width: 18px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #000;
    -webkit-text-fill-color: #000;
    opacity: 1;
}
.box_airset .selectday{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box_airset #pax_summary_wrap, #carrier_wrap, #keyword_wrap, #rooms_summary_wrap{
    width: 50%;
    display: flex;
    padding: 0 10px 10px;
}
.box_airset #pax_summary_wrap, #rooms_summary_wrap{
    width: calc((100% - 40px) / 2);
    float: left;
}
@media screen and (max-width: 759.9px) {
    .box_airset #pax_summary_wrap, #rooms_summary_wrap, #carrier_wrap, #keyword_wrap{
        width: auto;
        float: none;
    }
}
.box_airset #pax_summary_wrap dt, #carrier_wrap dt, #keyword_wrap dt, #rooms_summary_wrap dt{
    height: 38px;
    display: grid;
    align-items: center;
    font-size: 14px;
    width: 100px;
}
.box_airset #pax_summary_wrap dd, #carrier_wrap dd, #keyword_wrap dd, #rooms_summary_wrap dd{
    height: 38px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}
.box_airset #keyword_wrap input#keyword___airgdt,
.box_airset #pax_summary_wrap p#paxSummary,
.box_airset #rooms_summary_wrap p{
    width: 100%;
	height: 38px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 10px;
	border-radius: 4px;
	font-size: 14px;
	background: #FFF;
    color: #000;
}
.box_airset #pax_summary_wrap{position: relative;}

/*人数選択パネル*/
.box_airset #pax_wrap{
    position: absolute;
    top: 0;
    left: 120px;
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    border: #C1C3C5 solid 1px;
    padding: 20px;
    background-color: #fff;
    z-index: 10;
    width: 60%;
}
@media screen and (max-width: 759.9px) {
    .box_airset #pax_wrap{
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    } 
}
.box_airset #pax_wrap.show{display: flex;}
.box_airset #pax_wrap.hide{display: none;}

/* 人数・部屋数パネルクローズボタン */
.box_airset #pax_wrap .close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
}
.box_airset #pax_wrap .close:before,
.box_airset #pax_wrap .close:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 6px;
    width: 20px;
    height: 2px;
    background-color: #C1C3C5;
    transform: rotate(45deg);
}
.box_airset #pax_wrap .close:after{transform: rotate(135deg);}

/* 人数・部屋数変更パネル内アイテム */
.box_airset #pax_wrap .pax_label,
.box_airset #pax_wrap .rooms_label{
    font-size: 14px;
    border-bottom: 1px solid #C1C3C5;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.box_airset #pax_wrap .childt_pax .childt_pax_label{
    font-size: 14px;
    width: 100%;
    height: 50px;
}
.box_airset #pax_wrap .button_wrap{
    text-align: center;
    width: 100%;
}
.box_airset #pax_wrap .btn_complete{
    width: 72%;
    height: 44px;
    border-radius: 3px;
    box-shadow: 0 2px 0 #d6d6d6;
    background-color: #e61b61;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
}

/* 航空会社選択 */
.box_airset #carrier_wrap label{margin: 0 20px 0 0;}
.box_airset #carrier_wrap label img {
    width: revert-layer;
    height: auto;
}

/* スタイル上書き */
.box_airset #pax_wrap .adult_pax .guidance_p_pax,
.box_airset #pax_wrap .childt_pax .guidance_p_pax,
.box_airset #pax_wrap .rooms .guidance_p_pax{
    text-align: left;
    font-size: 14px;
}
.box_airset #pax_wrap .adult_pax .guidance_p_pax,
.box_airset #pax_wrap .childt_pax .childt_pax_label {font-weight: bold;}
.box_airset #pax_wrap .guidance_p_pax .small{font-size: 12px;}
.box_airset #pax_wrap .guidance_p_pax .middle{font-size: 14px;}
.box_airset #pax_wrap .guidance_p_pax .gray{color: #C1C3C5;}
.box_airset #pax_wrap .notice{
    font-size: 11px;
    color: #E74444;
}
.box_airset #pax_wrap .asterisk{
    font-size: 11px;
    color: #E74444;
}

}</pre></body></html>