@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main img{
    width: 100% !important;
    height: auto !important;
}
main input{outline:none;}
.dis_flex {
    flex-wrap: wrap;
    display: flex;
}
.slick-prev, .slick-next {z-index: 1;}
.historyContentAC {
position: relative;
width: 25em;
margin: 0 auto 30px;
padding: 20px 0;
background: #CC0000;
border-radius: 10px;
font-size: 16px;
text-align: center;
font-weight: bold;
color: #fff;
cursor: pointer;
}
.historyContentAC::before,
.historyContentAC::after{
position: absolute;
content:'';
width: 15px;
height: 2px;
background-color: #fff;
}
.historyContentAC::before{
top:48%;
left: 15px;
transform: rotate(0deg);
}
.historyContentAC::after{
top:48%;
left: 15px;
transform: rotate(90deg);
}
.historyContentAC.is-open {
margin-bottom: 0;
background: #ccc;
}
.historyContentAC.is-open::before{transform: rotate(45deg);}
.historyContentAC.is-open::after {transform: rotate(-45deg);}

.historyContent_open {
opacity: 0;
height: 0;
transition: .3s ease-in-out;
pointer-events: none;
transform: translateY(-30px);
overflow: hidden;
}
.historyContent_open.is-open {
opacity: 1;
height: auto;
pointer-events: auto;
transform: translateY(0);
padding-top: 20px;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {

/*2023サンリオキャラクター大賞*/
#sanrio_character .inner{
	padding: 0!important;
    margin: 0!important;
}
#sanrio_character .sanrio_01{
	width: 350px !important;
    height: 175px !important;
	background: url(../images/im_sanrio_01.jpg) no-repeat;
	background-size: cover!important;
	margin: 0 auto 5px!important;
	position:relative!important;
}
#sanrio_character .sanrio_01 b{
	position: absolute!important;
    top: 119px!important;
    left: 92px!important;
    font-size: 14px!important;
    font-weight: bold!important;
}
#sanrio_character .sanrio_01 a {
	width: 72px !important;
    height: 72px !important;
    position: absolute !important;
    top: 80px !important;
    right: 20px !important;
    display: block !important;
    opacity: 0 !important;
}
#sanrio_character .sanrio_02{
	width:350px!important;
	height:453px!important;
	background: url(../images/im_sanrio_02.jpg) no-repeat;
	background-size: cover!important;
	margin: auto!important;
	position:relative!important;
}
#sanrio_character .sanrio_02 a {
	width: 235px !important;
    height: 28px !important;
    position: absolute !important;
    bottom: 45px !important;
    left: 55px !important;
    display: block !important;
    opacity: 0 !important;
}
/*----------------------------*/
.spnone{display:none!important;}
#wrapper{
	width:100%!important;
	margin:0;
	padding:0;
	overflow:hidden;
}
main,article{width:100%;}
h1{
    font-size: 12px;
    margin: 0;
    padding: 5px;
    font-weight: bold;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}
b{font-weight:normal;}

/*ぱんくず*/
div#pastlist{
	display:block;
	line-height:1.34em;
	height:auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* CSS初期設定 */
.clear {clear: both;}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
}

/* for macIE \*/ 
* html .clearFloat {height: 1%;}
.clearFloat {display: block;}

/* end of for macIE */
.clearFloat {overflow:hidden;}
a.OpaChange:hover *{
	filter:alpha(opacity=70); /*IE*/
	-moz-opacity:0.70; /*FF*/
	opacity:0.70;
}

/* ●●●タイトル●●● */
#title { position: relative;}
#title img{
	width:100%;
	height:auto;
}
#title h1 {display:none;}

#title img.logo120{
    position: absolute;
    right: 10px;
    top: -30px;
    width: 15vw !important;
    height: auto !important;
}

/*------------------------------
Important news
------------------------------*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}
/*Important news----------------*/


/*●●●特集バナー●●●*/
#box_banner{
	padding: 0px 0px 6px 0px;
    margin: 0 0 10px 0;
    background: #F2F1EC;
}

#topMainArea {
    margin-bottom: 0;
    padding-bottom: 1px;
    background: rgba(255, 255, 255, 0.8);
    /*overflow: hidden;*/
}

.sliderBox{
	padding:0 30px 0;
	overflow: hidden;
}
.sliderBox li{
	width:100%;
	margin:0 0 0;
	overflow:hidden;
	cursor:pointer
}
.sliderBox li p{
	width: 48%;
    margin:0 1% 12px;
	float: left;
	display: inline-block;
	text-align: center;
}
.sliderBox li img{
	width:95%;
	display: inline-block;
	height:auto;
}
.sliderBox li p:hover{
	transition: 0.2s;
	opacity: 0.5 ;
}
.sliderBox p{
	margin-bottom: 10px;
}


/*-----------------------------------------------------
kokunai gadget
------------------------------------------------------*/
.domestic_contents {
    width: auto;
    margin: 0 10px 10px;
    padding: 10px 0 0 0;
	background:#FFF;
}
.cFix {min-height: 1px;}
#gadget_box__section .inner {
	width: 100%;
    margin: 0;
    padding: 0;
}
.tab_kokunai_ga {
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 15px;
}
.tab_kokunai_ga li{
	width: calc((100% - 16px) / 4);
	margin: 0 2px;
	padding: 15px 0;
	font-size: 13px;
	border-bottom: 3px solid #eee;
	cursor: pointer;
	text-align: center;
	text-indent: 22px;
	background: #FFF;
}
.tab_kokunai_ga li.select{
	border-bottom: 3px solid #20208c;
    color: #20208c;
	position:relative;
}
.tab_kokunai_ga li.select:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #20208c;
    border-bottom: 0;
    position: absolute;
    display: block;
    bottom: -7px;
    left: calc(50% - 5px);
}
.tab_kokunai_ga li span{position:relative;}
.tab_kokunai_ga li span:before{
	content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
	top: -5px;
    left: -28px;
}
.tab_kokunai_ga li:nth-of-type(1) span:before{
	background: url(/shared2021/common/images/gadget/ico_jr.png) no-repeat;
	background-size: 100%;
}
.tab_kokunai_ga li:nth-of-type(2) span:before{
	background:url(/shared2021/common/images/gadget/ico_plane.png) no-repeat;
	background-size: 100%;
}
.tab_kokunai_ga li:nth-of-type(4) span:before{
	background:url(/shared2021/common/images/gadget/ico_bed.png) no-repeat;
	background-size: 100%;
}
#pax_wrap, #carrier_wrap,#keyword_wrap, #pax_summary_wrap, #rooms_summary_wrap {display: none !important;}/*人数・部屋数など非表示*/
#air_s_box select,
#air_s_box #returnDirection {
	width: 100%;
	height: 42px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 90px;
	border-radius: 5px;
	font-size: 14px;
	background: #FFF;
}
#air_s_box .select_airport,
#p_sbox_ka .select_airport {color: #A6ACAF;}
#air_s_box .select_airport *,
#p_sbox_ka .select_airport * {color: #3C3D47;}
#air_s_box .select_airport > option:first-child,
#p_sbox_ka .select_airport > option:first-child {display:none;}
#p_sbox .box-contents #returnDirection {
	text-indent: 31px;
	background: #E1E4E7;
	color: #3C3D47;
}
#p_sbox .box-contents .ico_man.select_issitsuninzuu,
#p_sbox .box-contents .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;
}
.selectday {
	width: 100%;
	height: 42px;
	padding: 2px 5px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	border-radius: 5px;
	font-size: 14px;
	color: inherit;
	background: #FFF;
}
.selectday p {text-indent: 105px;}
#p_sbox .box-contents .w198 select{
	border-right:none;
	border-radius: 5px 0 0 5px;
	text-align: right;
	text-align-last: right;
	padding: 2px 0 2px 5px;
}
#p_sbox .box-contents .wc100p-198 select {
	text-indent: 0;
	border-left:none;
	border-radius: 0 5px 5px 0;
	padding: 2px 5px 2px 0;
}
#p_sbox .box-contents .w40p select {text-indent: 10px;}
#p_sbox .box-contents .w50p select {text-indent: 31px;}
#p_sbox .box-contents b {
	position: absolute;
	left: 80px;
	top: 14px;
	font-size: 10px;
	color: #E74444;
	pointer-events: none;
}
#p_sbox .box-contents .w50p b {
	position: absolute;
	left: unset;
	right: 20px;
	top: 14px;
}
#gadget_box__section #p_sbox #NTA_JR2_KodawariBasic input[type="checkbox" i]:disabled {
	background: #ddd;
    border-color: #ccc;
}
.box-contents select option.na {color:#ccc;}

/*アイコン*/
.select_wrap,
.noselect_wrap {position: relative;}
.select_wrap:after{
	content: "▼";
    position: absolute;
    width: 20px;
    height: 40px;
    top: 1px;
    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;
}

.noselect_wrap:after{content: "";}
.ico_place:before,
.ico_calendar:before,
.ico_bed:before,
.ico_man:before,
.ico_glass:before,
.ico_plane:before,
.ico_trank: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;
}
.ico_place#returnDirection:before{left: -26px;}
.ico_place:before{content: "\e0c8";}
.ico_calendar:before{content: "\e935";}
.ico_bed:before{content: "\efdf";}
.ico_man:before{content: "e7ef";}
.ico_plane:before{content: "\e6ca";}
.ico_trank:before{content: "\efc3";}

/*項目文言*/
.select_syuppatsuchi:after{content: "出発地";}
.select_mokutekichi:after{content: "目的地";}
.select_syuppatsubi:after{content: "出発日";}
.select_issitsuninzuu:after{content: "1室人数";}
.select_toutyakuchi:after{content: "到着地";}
.select_kityakubi:after{content: "帰着日";}
.select_checkin:after{content: "宿泊日";}
.select_hakusuu:after{content: "泊数";}
.select_syukuhakuchi:after{content: "宿泊地";}
.select_ryokounissuu:after{content: "旅行日数";}
.select_area:after {content: "エリア";}/*/sp/yado/のみ*/
.select_district:after {content: "地区";}/*/sp/yado/のみ*/
.select_syuppatsuchi:after,
.select_mokutekichi:after,
.select_syuppatsubi:after,
.select_issitsuninzuu:after,
.select_toutyakuchi:after,
.select_kityakubi:after,
.select_checkin:after,
.select_hakusuu:after,
.select_syukuhakuchi:after,
.select_ryokounissuu:after,
.select_area:after,
.select_district:after{
	position: absolute;
	top: 13px;
	left: 36px;
	color: #A6ACAF;
	font-size: 12px;
	pointer-events: none;
}

.dis_flex {
	flex-wrap: wrap;
	display: flex;
}
.w40p {
	width: 39%;
	margin-right:1%;
}
.w50p {
	width: 49%;
	margin-right:1%;
}
.w60p {
	width: 59%;
	margin-right:1%;
}
.w40p:last-child,
.w50p:last-child,
.w60p:last-child {margin:0 0 0 1%;}
#p_sbox .box-contents .w198 {width: 180px;}
#p_sbox .box-contents .wc100p-198 {width: calc(100% - 180px);}
#p_sbox .box-contents .con1btn input[type="button"],
#doAirSearch {
	display: grid;
    background: #F29A16;
    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;
}
#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;
}
.fw-top .fwnta-btn-search span {margin-left: -25px;}
#air_s_box {position: relative;}
#togo_wrap dt,
#return_wrap dt,
#pax_wrap dt:nth-of-type(1),
#number_of_rooms dt {
	font-size: 12px;
	margin-bottom:5px;
	color:#3C3D47;
}

/* +-btn */
.minus_or_plus_btn,
input[type="number"],
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button,
.minus_or_plus_btn{
	-webkit-appearance: none;
	-moz-appearance:textfield;
	outline:none;
}
.minus_or_plus_btn_input{
	width: 45px;
    text-align: center;
    font-size: 15px!important;
    display: inline-block;
}
.minus_or_plus_btn_input small{
	font-size: 12px!important;
	position: relative;
    vertical-align: middle;
}
input.customSelect{
	width: 18px!important;
    height: 30px;
    text-align: center!important;
    border: none;
    -webkit-text-fill-color: #000;
    opacity: 1;
	padding-bottom: 2px;
}
.minus_or_plus_btn {
	width: 30px;
	height: 30px;
	margin-right: 0;
	padding: 0;
	border-radius: 2px;
	font-size: 14px;
	background:#eee;
	touch-action: manipulation;
	color: #4d4d4d;
}

/*新IIT*/
#air_s_box input{width:100%;}
#air_s_box #outboundDeparture, #outboundDirection, #returnDeparture{position: relative;}
#air_s_box #outboundDepartureList, #outboundDirectionList, #returnDepartureList{
    position: absolute;
    display: none;
    z-index: 10;
	overflow-y: scroll;
	height: 300px;
}
#air_s_box #outboundDeparture,
#air_s_box #outboundDirection,
#air_s_box #returnDeparture{
	width: 100%;
	height: 42px;
	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;
}
#air_s_box ul#outboundDepartureList,
#air_s_box ul#outboundDirectionList,
#air_s_box ul#returnDepartureList{
    width: 100%;
    background-color: #fff;
    border: 1px solid;
}
#air_s_box ul#outboundDepartureList li,
#air_s_box ul#outboundDirectionList li,
#air_s_box ul#returnDepartureList li{
    height: 28px;
    text-indent: 45px;
    font-size: 14px;
    display: grid;
    box-sizing: border-box;
    align-items: center;
}
#air_s_box ul#outboundDepartureList li:hover,
#air_s_box ul#outboundDirectionList li:hover,
#air_s_box ul#returnDepartureList li:hover{background-color: #c4c4c4;}
#air_s_box ul li.area__airgdt{color: #c4c4c4;}
#air_s_box ul#outboundDepartureList li.area__airgdt:hover,
#air_s_box ul#outboundDirectionList li.area__airgdt:hover,
#air_s_box ul#returnDepartureList li.area__airgdt:hover{background-color: #fff;}
#air_s_box .adult_pax,
#air_s_box .childt_pax,
#air_s_box .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;
}
#air_s_box .selectday{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#air_s_box #pax_summary_wrap, #carrier_wrap, #keyword_wrap, #rooms_summary_wrap{
    width: 50%;
    display: flex;
    padding: 0 10px 10px;
}
#air_s_box #pax_summary_wrap, #rooms_summary_wrap{
    width: calc((100% - 40px) / 2);
    float: left;
}
#air_s_box #pax_summary_wrap, #rooms_summary_wrap, #carrier_wrap, #keyword_wrap{
    width: auto;
    float: none;
}
#air_s_box #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;
}
#air_s_box #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;
}
#air_s_box #keyword_wrap input#keyword___airgdt,
#air_s_box #pax_summary_wrap p#paxSummary,
#air_s_box #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;
}
#air_s_box #pax_summary_wrap{position: relative;}

/*人数選択パネル*/
#air_s_box #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) {
    #air_s_box #pax_wrap{
        left: 50%;
        transform: translateX(-50%);
        width: 95%;
    } 
}
#air_s_box #pax_wrap.show{display: flex;}
#air_s_box #pax_wrap.hide{display: none;}

/* 人数・部屋数パネルクローズボタン */
#air_s_box #pax_wrap .close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
}
#air_s_box #pax_wrap .close:before,
#air_s_box #pax_wrap .close:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 6px;
    width: 20px;
    height: 2px;
    background-color: #C1C3C5;
    transform: rotate(45deg);
}
#air_s_box #pax_wrap .close:after{transform: rotate(135deg);}

/* 人数・部屋数変更パネル内アイテム */
#air_s_box #pax_wrap .pax_label,
#air_s_box #pax_wrap .rooms_label{
    font-size: 14px;
    border-bottom: 1px solid #C1C3C5;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}
#air_s_box #pax_wrap .childt_pax .childt_pax_label{
    font-size: 14px;
    width: 100%;
    height: 38px;
}
#air_s_box #pax_wrap .button_wrap{
    text-align: center;
    width: 100%;
	margin: 5% 0 0;
}
#air_s_box #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;
}

/* 航空会社選択 */
#air_s_box #carrier_wrap label{margin: 0 20px 0 0;}
#air_s_box #carrier_wrap label img {
    width: revert-layer;
    height: auto;
}

/* スタイル上書き */
#air_s_box #pax_wrap .adult_pax .guidance_p_pax,
#air_s_box #pax_wrap .childt_pax .guidance_p_pax,
#air_s_box #pax_wrap .rooms .guidance_p_pax{
    text-align: left;
    font-size: 14px;
}
#air_s_box #pax_wrap .adult_pax .guidance_p_pax,
#air_s_box #pax_wrap .childt_pax .childt_pax_label {font-weight: bold;}
#air_s_box #pax_wrap .guidance_p_pax .small{
	width: 100%;
	font-size: 12px;
}
#air_s_box #pax_wrap .guidance_p_pax .middle{
	width: 100%;
	font-size: 14px;
}
#air_s_box #pax_wrap .guidance_p_pax .gray{color: #C1C3C5;}
#air_s_box #pax_wrap .notice{
    font-size: 11px;
    color: #E74444;
}
#air_s_box #pax_wrap .asterisk{
    font-size: 11px;
    color: #E74444;
}

/*DT JR/yado調整*/
html:has(.fw-modal-portal),
body:has(.fw-modal-portal) {overflow: hidden;}
#jr_s_box .fwnta-search-condition-clear,
#yado_s_box .fwnta-search-condition-clear {display:none!important;}
#jr_s_box .fwnta-search-group,
#yado_s_box .fwnta-search-group {width: 98%;}
#jr_s_box .fwnta-input-label,
#yado_s_box .fwnta-input-label,
#jr_s_box .fwnta-search-group__sub-label,
#yado_s_box .fwnta-search-group__sub-label {font-weight: normal;}
#jr_s_box .fwnta-input-icon--train::before,
#jr_s_box .fwnta-input-icon--search::before,
#jr_s_box .fwnta-input-icon--calendar::before,
#jr_s_box .fwnta-input-icon--bed::before,
#yado_s_box .fwnta-input-icon--train::before,
#yado_s_box .fwnta-input-icon--search::before,
#yado_s_box .fwnta-input-icon--calendar::before,
#yado_s_box .fwnta-input-icon--bed::before {
    font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24;
    font-size: 18px;
    top: 58%;
    left: 5px;
}
#jr_s_box .fwnta-input-icon--train input,
#jr_s_box .fwnta-input-icon--train select,
#jr_s_box .fwnta-input-icon--search input,
#jr_s_box .fwnta-input-icon--search select,
#jr_s_box .fwnta-input-icon--calendar input,
#jr_s_box .fwnta-input-icon--calendar select,
#jr_s_box .fwnta-input-icon--bed input,
#jr_s_box .fwnta-input-icon--bed select,
#yado_s_box .fwnta-input-icon--train input,
#yado_s_box .fwnta-input-icon--train select,
#yado_s_box .fwnta-input-icon--search input,
#yado_s_box .fwnta-input-icon--search select,
#yado_s_box .fwnta-input-icon--calendar input,
#yado_s_box .fwnta-input-icon--calendar select,
#yado_s_box .fwnta-input-icon--bed input,
#yado_s_box .fwnta-input-icon--bed select {padding-left: 28px;}
#jr_s_box .fw-select select,
#jr_s_box .fw-select--days select,
#jr_s_box .fw-select--room select,
#jr_s_box .fw-select--price-min select,
#jr_s_box .fw-select--price-max select,
#jr_s_box .fw-select--guest select,
#jr_s_box .fw-select--area select,
#jr_s_box .fw-select--area-set select,
#jr_s_box .fw-text input,
#yado_s_box .fw-select select,
#yado_s_box .fw-select--days select,
#yado_s_box .fw-select--room select,
#yado_s_box .fw-select--price-min select,
#yado_s_box .fw-select--price-max select,
#yado_s_box .fw-select--guest select,
#yado_s_box .fw-select--area select,
#yado_s_box .fw-select--area-set select,
#yado_s_box .fw-text input {
    font-size: 14px;
    font-weight: normal;
}
#jr_s_box .fwnta-search-action {margin-top: 5px;}
#jr_s_box .fw-top .fwnta-modal-search-condition,
#yado_s_box .fw-top .fwnta-modal-search-condition {z-index: 9500;}

/*loading*/
#webconnect-tour-hotels-gadget,
#webconnect-gadget-1 {min-height:290px;}
#webconnect-tour-hotels-gadget > span,
#webconnect-gadget-1 > 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 > span:nth-child(1),
#webconnect-gadget-1 > 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 > span:nth-child(2),
#webconnect-gadget-1 > span:nth-child(2){
	background:#C1C3C5;
	z-index:100;
}
#webconnect-tour-hotels-gadget > span:nth-child(3),
#webconnect-gadget-1 > 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);
}
}

/*kw*/
#kw_serch {
	text-align: right;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ccc;
    display: flex;
}
#kw_serch input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
}
#NTA_keyword{
	width: 74%;
	height: 42px;
	margin: 0 1% 0 0;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	background:#FFF;
}
#NTA_search{
	width: 25%;
	background: #20208c;
	border: none;
	font-weight: normal;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 0 #d6d6d6;
}
.linkUl li:first-child {margin-right: 4%;}
.linkUl li{float: left;margin: 0;}

/*こだわり条件*/
#p_sbox input[type="checkbox"]:checked {background: #FFF;}
#p_sbox input[type="checkbox"]:checked:before {
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	content: "";
	width: 8px;
	height: 2px;
	background: #20208c;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
#p_sbox  input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 7px;
	top: 13px;
	content: "";
	width: 14px;
	height: 2px;
	background: #20208c;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
#p_sbox #NTA_JR2_KodawariBasic label {
	margin: 5px 0;
	display: inline-block;
	width: 50%;
}
#p_sbox #NTA_JR2_KodawariBasic input,
#p_sbox #NTA_kodawari input {
	border: 1px solid #aaa;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #FFF;
}
#NTA_JR2_KodawariBasic label:nth-of-type(2),
#NTA_JR2_KodawariBasic label:nth-of-type(3),
#NTA_JR2_KodawariBasic label:nth-of-type(4),
#NTA_JR2_KodawariBasic label:nth-of-type(6){display:none!important;}

/*carendar*/
#NTA_JR2_popup_calendar_button select,
#NTA_calendar select{pointer-events: none;}

/*jr/yado calendar*/
#NTA_JR2_popup_calendar_contents,
#NTA_calendarContainer {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
	display: flex;
	flex-flow: column;
	z-index: 9501!important;
	height: 31px;
	background: #FFF;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
}
#NTA_calendarContainer .titlebox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #20208C;
	box-sizing: border-box;
	backface-visibility: hidden;
	overflow: hidden;
	z-index: 9502;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
#NTA_calendarContainer #NTA_closeCalendar{
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 20px;
	right: 25px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#NTA_calendarContainer #NTA_closeCalendar::before,
#NTA_calendarContainer #NTA_closeCalendar::after {
	content: "";
	display: block;
	width: 28px;
	height: 4px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: 0% 50%;
	position: absolute;
	top: calc(15% - 2px);
	left: 15%;
}
#NTA_calendarContainer #NTA_closeCalendar::after {
	transform: rotate(-45deg);
	transform-origin: 100% 50%;
	left: auto;
	right: 14%;
}
#NTA_calendarContainer div.cleared {
	display: block;
	clear: both;
	width: auto;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#NTA_JR2_popup_calendar_contents .content,
#NTA_calendarContainer .content{
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-top:72px!important;
}
#NTA_monthContainer {position: relative;}
#NTA_monthContainer span:not(.icon),
#NTA_rightCalendar {display:none;}
#NTA_calendarContainer .no-prev,
#NTA_calendarContainer .no-next {display:none;}
#NTA_calendarContainer .prev,
#NTA_calendarContainer .next {
	width: 15px;
	height: 15px;
	border-top: 5px solid #20208c;
	border-right: 5px solid #20208c;
	z-index: 9501;
	display: block;
	overflow: hidden;
	color: #FFF;
	font-size: 10px;
}
#NTA_calendarContainer .prev {
	margin-left: 7%;
	transform: rotate(225deg);
	position: absolute;
	top: 18px;
	left: 0;
}
#NTA_calendarContainer .next {
	margin-right: 7%;
	transform: rotate(45deg);
	position: absolute;
	top: 18px;
	right: 0;
}
#NTA_calendarContainer .calender_month {
	font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}
#NTA_leftCalendar table {
	width: 100%;
	font-size: 18px;
	text-align: center;
}
#NTA_leftCalendar th,
#NTA_leftCalendar td {
	font-family: Hiragino Sans;
	position: relative;
	width: 8%;
	height: auto;
	font-size: 18px;
	text-align: center;
	border-right: none;
	border-bottom: none;
	background-color: #fff;
	background-clip: padding-box;
	box-sizing: border-box;
	color: grey;
}
#NTA_leftCalendar td > div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#NTA_leftCalendar td::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#NTA_leftCalendar td a{
	font-weight: 700;
	color: black;
}
#NTA_leftCalendar td.saturday a{
	font-weight: 700;
	color: #21A4Ea;
}
#NTA_leftCalendar td.sunday a{
	font-weight: 700;
	color: #cc0d21;
}
#NTA_leftCalendar td.sel{
	background-color: #E61B61;
	border-radius: 50%;
}
#NTA_leftCalendar td.sel a{
	color: #fff;
	font-weight: 700;
}
#NTA_leftCalendar td.ob a{
	color: darkgray;
	cursor: text;
}

/*air carendar*/
.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;
	transform: scale(0.85, 0.85);
}
.NTA_air_popup_calendar_contents table {width: 100%;}
.NTA_air_popup_calendar_contents .title_air {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: #20208C;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.NTA_air_popup_calendar_contents .btnbox{
	margin: -36px 10px 0 0;
	float: right;
}
.NTA_air_popup_calendar_contents .btnbox a {
	width: 24px;
	height: 24px;
	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;
}
.air-calendar__current {
	display: flex;
	float: left;
	width: 90%;
	margin: auto;
}
.air-calendar__current > span{
	width: 25%;
	display: block;
	text-align: center;
	font-size: 12px;
}
.monthPager{width: 100%;}
.air-calendar__next,
.air-calendar__prev {
	width: 18px;
	height: 28px;
	padding-top: 12px;
}
.air-calendar__next {
	float: right;
	background: url(https://www.nta.co.jp/shared2021/common/images/gadget/ico_air_calendar_right.gif) no-repeat;
}
.air-calendar__prev {
	float: left;
	background: url(https://www.nta.co.jp/shared2021/common/images/gadget/ico_air_calendar_left.gif) no-repeat;
}
.content_air .calendarbox.left,
.content_air .calendarbox.right{
	width: 98%;
	float: left;
	margin: 0 1%;
}
.content_air .calendarbox div > p{
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin: 2% 0;
}
.NTA_air_popup_calendar_contents table,
.NTA_air_popup_calendar_contents td,
.NTA_air_popup_calendar_contents th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.NTA_air_popup_calendar_contents td,
.NTA_air_popup_calendar_contents th {
	padding: 5px;
	width: 24px!important;
	text-align: center!important;
	box-sizing: border-box;
}
.NTA_air_popup_calendar_contents th {
	color: #595959;
	background-color: #ededed;
}
.NTA_air_popup_calendar_contents tr > th:first-child,
.NTA_air_popup_calendar_contents tr > td:first-child,
.NTA_air_popup_calendar_contents tr > td.holiday {
	font-weight: bold;
	color: #cc0d21;
}
.NTA_air_popup_calendar_contents tr > th:last-child,
.NTA_air_popup_calendar_contents tr > td:last-child{
	font-weight: bold;
	color: #00005a;
}
.NTA_air_popup_calendar_contents tr > td.select-enable{cursor: pointer;}
.NTA_air_popup_calendar_contents tr > td.current{
	background-color: rgb(32, 32, 140);
	color: #fff;
}
.NTA_air_popup_calendar_contents tr > td.select-enable:hover{
	background-color: #eee;
	font-weight: bold;
}
.NTA_air_popup_calendar_contents tr > td.select-disable{color: #ccc;}
.NTA_air_popup_calendar_contents.calendar-hide{display:none;}

/*ツアー*/
#tour_s_box h2 {
	font-size: 16px;
	padding: 0!important;
	margin:0 0 5px 0!important;
	font-weight: bold;
}
#tour_s_box .airBox{
	overflow:hidden;
}
#tour_s_box .airBox dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:5px;
	display:block;
	overflow:hidden;
}
#tour_s_box .airBox dt{
	width: 64px;
	height: 32px;
	display: block;
	display: grid;
	align-items: center;
	margin: 0;
	float: left;
}
#tour_s_box .airBox dd{
	overflow:hidden;
	display:block;
	padding:0;
	margin:0;
}
#tour_s_box .airBox dl select{
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #aaa;
	font-size: 14px;
	padding: 0 5px;
	height: 32px;
}
#tour_s_box .wi100{width:100%!important;}
#tour_s_box select#NTA_TOUR_Pax,
#tour_s_box select#NTA_TOUR_Pax2{width:156px!important;}
#tour_s_box div.box{
	position: absolute;
	display: inline-block;
	padding: 0px 3px 2px 3px;
	font-size: 10px;
	border: solid 1px #229de7;
	background: #fff;
	text-align: center;
}
#tour_s_box .mapText div.box {
	color:#000;
	cursor:pointer
}
#map_title_direction_10{
	top: 178px; left:  22px;
}
#map_title_direction_11{
	top:  27px; left:  25px;
}
#map_title_direction_01{
	top:  20px; left: 163px;
}
#map_title_direction_02{
	top:  85px; left: 218px;
}
#map_title_direction_03{
	top: 135px; left: 211px;
}
#map_title_direction_04{
	top:  99px; left: 133px;
}
#map_title_direction_05{
	top: 161px; left: 185px;
}
#map_title_direction_06{
	top: 117px; left: 106px;
}
#map_title_direction_07{
	top: 176px; left: 148px;
}
#map_title_direction_08{
	top: 137px; left:  56px;
}
#map_title_direction_09{
  left:110px;  top:191px;
}
#tour_s_box .item{line-height:24px;}
#tour_s_box #NTA_PLAN_Map {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 211px;
	margin: 0;
	padding: 0;
}
#tour_s_box .btnSeach01 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 -1px 0 #e88a00 inset;
	-moz-box-shadow: 0 -1px 0 #e88a00 inset;
	box-shadow: 0 -1px 0 #e88a00 inset;
	border: 1px solid #e88a00;
	background-color: #ff9800;
	color: #fff !important;
	position: relative;
	padding: 10px;
	font-size: 18px;
	width: 100%;
}
#tour_s_box .btnSeach01:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #ffbc61;
}
#tour_s_box .btnSeach01 span {
	background: url(//www.nta.co.jp/shared2015/common/images/ic_search_01.png) left center no-repeat;
	padding-left: 15px;
	display: block;
	width: 90%;
}

/*--ここから改修------------------------------------------------------------------------------------------------*/
/*reset*/
ul{margin:0;padding:0;}
li{list-style: none;}
h2.section_title {
	font-size: 20px;
    text-align: center;
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.catch {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0 0 10px;
}

/*section*/
section{width:100%;padding-bottom: 20px;}
section .inner{width:100%;margin:auto;padding: 10px;box-sizing:border-box;}
section:nth-of-type(even){ background:#eee;}
section:nth-of-type(odd){ background:#FFF;}

/*news*/
#boxnews ul {
    line-height: 1.4;
}
#boxnews li {
	font-size:14px;
	margin-bottom: 10px;
}
#boxnews li span.newsIco {
	width: 72px;
    display: inline-block;
    background: #e62d2d;
    color: #fff;
    padding: 2px 2px 1px;
    line-height: 1.5;
    vertical-align: middle;
    margin-right: 12px;
    text-align: center;
    font-size: 12px;
}

/*2×2並びバナー*/
ul.banner_area li {
    width: 48%;
    margin: 1%;
    float: left;
}
ul.banner_area li img{width: 100%;}
.linkList li a:before, .linkList span a:before {
    content: "#";
}

/*4×2並びスライドバナー*/
ul.slide_banner_area {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1%;
}
ul.slide_banner_area li {
    width: 48%;
    margin-bottom: 3%;
}

/*各地プラン&パンフnav*/
#hotel_plan_wrap_nav{
    margin: 0;
    padding: 0;
}
#localarea_plan_wrap_nav li,
#hotel_plan_wrap_nav li,
#dpanf_wrap_nav li	{
	text-align: center;
    font-size: 14px;
    color: #FFF;
    background: #aaa;
    margin: 0.5%;
    padding: 5px 0 4px;
    box-sizing: border-box;
    position: relative;
}
#hotel_plan_wrap_nav li,
#dpanf_wrap_nav li{
    width: 24%;
    float: left;
}
#localarea_plan_wrap_nav{
    display: flex;
}
#localarea_plan_wrap_nav li{
    width: 25%;
}
#localarea_plan_wrap_nav li:last-child {
    width: 47%;
}
#localarea_plan_wrap_nav li:last-child,
#hotel_plan_wrap_nav li:last-child,
#dpanf_wrap_nav li:last-child{margin-right: 0;}
#dpanf_wrap_nav li.select_dpanfarea:after{
    position: absolute;
    bottom: -25%;
    left: 32%;
}
#localarea_plan_wrap_nav li.select_localarea,
#hotel_plan_wrap_nav li.select_hotelarea,
#dpanf_wrap_nav li.select_dpanfarea{background: #ef0019;}

/*localarea*/
.localareawrap {
    display: flex;
    flex-wrap: wrap;
}
.localareawrap dl {
    display:flex;
    flex-direction:column;
    width: 48%;
	/*float: left;*/
    background: #FFFFFF;
    margin: 0 1% 3%;
    border: 2px solid rgba(0,0,0,0.1);
    padding: 5px;
    box-sizing: border-box;
}
.localareawrap dl dt {
    color: #000083;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.localareawrap dl dd  {
    margin: 0;
	padding: 0;
	line-height: 1.4;
}
.localareawrap dl dd:nth-of-type(2)  {
    flex-grow:1;
}
.localareawrap dl dt.area_name {
	background: #000071;
    font-size: 12px;
    color: #FFF;
    padding: 5px 0 3px;
    margin: 0;
    text-align: center;
}
.localareawrap dl dd img {
    padding-bottom: 10px;
}
.localareawrap dl dd p {
    margin: 0 0 10px 0;
	height:120px
}
.localareawrap dl dd span {
    display: block;
    font-size: 12px;
}
.localareawrap dl dd strong {
    font-size: 13px;
    font-weight: bold;
    color: rgba(255,0,4,1.00);
}
.localareawrap dl dd.localarea_plan_link {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.localareawrap dl dd.localarea_plan_link div a {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 10px 0;
    background: #ef0019;
    color: #fff;
}
.localareawrap dl dd.localarea_plan_link div a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 8%;
}
p.localarea_plan_catch {
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}


/*hotel*/
.area_wrap{margin: 3% 0;}
.hotelwrap dl {
    width: 48%;
	float: left;
    background: #FFFFFF;
    margin: 0 1% 3%;
    border: 2px solid rgba(0,0,0,0.1);
    padding: 5px;
    box-sizing: border-box;
}
.hotelwrap dl dt {
    color: #000083;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.hotelwrap dl dd  {
    margin: 0;
	padding: 0;
	line-height: 1.4;
}
.hotelwrap dl dd.area_name {
	height: 42px;
	background: #000071;
    font-size: 12px;
    color: #FFF;
    padding: 5px 0 3px;
    text-align: center;
}
.hotelwrap dl dd p {
    margin: 0 0 10px 0;
	height:120px
}
.hotelwrap dd:nth-of-type(2){
	max-width: 200px;
    height: 150px;
	margin: auto;
}
.hotelwrap dd:nth-of-type(2) img{
	width:100%;
	height:100%;
}
.hotelwrap dl dd span {
    display: block;
    font-size: 12px;
}
.hotelwrap dl dd strong {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: rgba(255,0,4,1.00);
    text-align: center;
}
.hotelwrap .hotel_bottom_links {
    clear: both;
    width: 100%;
}
.hotelwrap .hotel_bottom_links div {
    display: flex;
    margin-top: 15px;
}
.hotelwrap .hotel_bottom_links div a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 0;
    background: #f79400;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.hotelwrap .hotel_bottom_links div.reco_link a{
    background: #1260CC;
}
.hotelwrap .hotel_bottom_links div a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 8%;
}




/*d-panf*/
#dpanf_wrap .area_wrap ul li {
    width: 48%;
	height: 150px;
    margin: 1%;
	float: left;
	position:relative;
}
#dpanf_wrap .area_wrap ul li img {width: 100%;}
#dpanf_wrap li a {
	display: block;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
#dpanf_wrap li a span{
	width: 100%;
     position: absolute; 
     top: 28%;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}
#dpanf_wrap li.for_hokkaido{background:url(../images/d_panf/for_hokkaido.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_tohoku_kanto_koshinetsu{background:url(../images/d_panf/for_tohoku_kanto_koshinetsu.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_syutoken{background:url(../images/d_panf/for_syutoken.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_tokai_hokuriku{background:url(../images/d_panf/for_tokai_hokuriku.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kansai_saninsanyo_shikoku{background:url(../images/d_panf/for_kansai_saninsanyo_shikoku.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kyushu_okinawa{background:url(../images/d_panf/for_kyushu_okinawa.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_tohoku{background:url(../images/d_panf/for_tohoku.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kanto_koshinetsu{background:url(../images/d_panf/for_kanto_koshinetsu.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kansai_usj{background:url(../images/d_panf/for_kansai_usj.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_sanin_sanyo_shikoku{background:url(../images/d_panf/for_sanin_sanyo_shikoku.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kyushu{background:url(../images/d_panf/for_kyushu.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_okinawa{background:url(../images/d_panf/for_okinawa.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_izu_hakone{background:url(../images/d_panf/for_izu_hakone.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_hokuriku_chubu{background:url(../images/d_panf/for_hokuriku_chubu.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_keihanshin_usj{background:url(../images/d_panf/for_keihanshin_usj.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.with_cruise{background:url(../images/d_panf/with_cruise.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.near_inn{background:url(../images/d_panf/near_inn.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.area_plan{background:url(../images/d_panf/area_plan.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kanto_koshinetsu_syutoken{background:url(../images/d_panf/for_kanto_koshinetsu_syutoken.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_otonavi{background:url(../images/d_panf/for_otonavi.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.higaeriplan{background:url(../images/d_panf/higaeriplan.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_hokkaido_tohoku_niigata{background:url(../images/d_panf/for_hokkaido_tohoku_niigata.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kanto_izu_hakone{background:url(../images/d_panf/for_kanto_izu_hakone.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_tokai_shinsyu{background:url(../images/d_panf/for_tokai_shinsyu.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_hokuriku{background:url(../images/d_panf/for_hokuriku.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_ise_nanki{background:url(../images/d_panf/for_ise_nanki.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_keihanshin_nara_shiga_usj{background:url(../images/d_panf/for_keihanshin_nara_shiga_usj.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kitakinki_sanyo{background:url(../images/d_panf/for_kitakinki_sanyo.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_sanin{background:url(../images/d_panf/for_sanin.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_shikoku{background:url(../images/d_panf/for_shikoku.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_ekityo{background:url(../images/d_panf/for_ekityo.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kanto_syutoken{background:url(../images/d_panf/for_kanto_syutoken.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_hokuriku_shinsyu_tokai{background:url(../images/d_panf/for_hokuriku_shinsyu_tokai.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_kitakinki_sanin_sanyo_shikoku{background:url(../images/d_panf/for_kitakinki_sanin_sanyo_shikoku.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_tdr{background:url(../images/d_panf/for_tdr.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_chubu_hokuriku_shinsyu{background:url(../images/d_panf/for_chubu_hokuriku_shinsyu.jpg) no-repeat;background-size: cover;}
#dpanf_wrap li.for_girls{background:url(../images/d_panf/for_girls.jpg) no-repeat;background-size: cover;}

/* ----------------------------------------------------
 赤い風船45周年の歩み
-------------------------------------------------------*/
.history_txt {
    float:left;
    width:64%;
    font-size: 0.9rem;
    font-weight: 600;
    padding-right: 2%;
    padding-left: 4%;
    margin-top:10px;
    overflow: hidden;
    margin-bottom:10px;
}
p.icon_50th {
    float:left;
    width:30%;
    padding-bottom:15px;
    overflow: hidden;
    margin-top:10px;
}
p.icon_50th img {
    width:100%;
}
/*トップリード*/
.historyContent {
	width:100%;
	border-top:1px #333 solid;
	margin:0 0 20px;
}
.historyContent#showa .nengou{
	width:100%;
	margin:10px 10px 0 0;
	background: #cc0000;
    color: #fff;
    padding:5px;
    text-align: center;
}
.historyContent#heisei .nengou{
	width:100%;
	margin:10px 10px 0 0;
	background: #cc0000;
    color: #fff;
    padding:5px;
    text-align: center;
}
.historyContent#reiwa .nengou{
	width:100%;
	margin:10px 10px 0 0;
	background: #cc0000;
    color: #fff;
    padding:5px;
    text-align: center;
}
.historyContent .rightbox{
	width:100%;
	margin-top:10px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap; 
	-webkit-justify-content:space-between; /* Safari */
	justify-content:space-between;
}
.historyContent .kioku{
	width:100%;
	border-top:1px #999 solid;
}
.historyContent .kioku h3{
	font-size:12px;
	width:25%;
	float:left;
}
.historyContent .kioku dl{
	font-size:11px;
	border-left:1px #999 dotted;
	width:75%;
	float:right;
	padding-left:5px;
}
.historyContent .kioku dl dt{
	float:left;
	clear:both;
	width:10%;
}
.historyContent .kioku dl dd{
	float:left;
	width:90%;
}
.historyContent .kioku:after {
	content:" ";
	clear:both;
	display:table;
}
.historyContent#showa .topics_half,
.historyContent#showa .topics {
	width:100%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent#reiwa .topics_half,
.historyContent#reiwa .topics {
	width:100%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent#heisei .topics_half,
.historyContent#heisei .topics {
	width:100%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent#reiwa .topics_half,
.historyContent#reiwa .topics {
	width:100%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent dl.year,
.historyContent dl.year2 {
	width:100%;
}
.historyContent dl.year dt,
.historyContent dl.year2 dt{
	color:#FFF;
	font-size:11px;
	width:120px;
}
.historyContent dl.year dt span,
.historyContent dl.year2 dt span{
	background-color:#cc0000;
	border-radius:10px;
	padding:0 10px;
}
.historyContent dl.year dd,
.historyContent dl.year2 dd{
	font-weight: bold;
	font-size:12px;
	padding-top:5px;
}
.historyContent dl.year dd p,
.historyContent dl.year2 dd p{
	color:#333;
}
.historyContent .gallery{
	clear:both;
	width:100%;
	margin:0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap; 
}
.historyContent .topics .gallery > a,
.historyContent .topics_half .gallery > a,
.historyContent .topics .gallery > li,
.historyContent .topics_half .gallery > li{
	width:23%;
	margin:1%;
}
.historyContent .gallery p{
	font-size:12px;
}
.historyContent .gallery .grow2{
	flex-grow: 1.5;
}
.historyContent .gallery .grow3{
	flex-grow: 3;
}
.historyContent .gallery .grow4{
	flex-grow: 4;
}
.historyContent .gallery .grow5{
	flex-grow: 5;
}
.historyContent .gallery li img{
	width:100%;
}
.historyContent .gallery li img{
	width:100%;
}

.historyContentAC {
width: 100%;
}


/*qa*/
#faq_wrap .inner > div {
    margin: 5% 2%;
}
#faq_wrap .inner > div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#faq_wrap .inner div > div {
    padding: 10px;
    margin-bottom: 2%;
    background: #fff;
}
#faq_wrap b.qaicon {
    background: #ef0019;;
    font-size: 14px;
    margin: 0 2% 1% 0;
    color: #FFF;
    width: 15%;
    text-align: center;
    float: left;
}
#faq_wrap h3 {
    font-size: 14px;
    margin: 0 0 2% 0;
    color: #ef0019;;
    line-height: 1.6;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}
#faq_wrap .inner > div p span{
	width: 83%;
	float:left;
	display:block;
}
#faq_wrap div p {
    font-size: 14px;
    line-height: 1.6;
}

/*kw*/
.kensaku_area{
	width: 100%;
    background: #FFF;
	margin-top: 20px;
    padding: 12px 12px 2px;
    box-sizing: border-box;
}
.kensaku_area h3{
	color: #dd335d;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.kensaku_area ul li{
	display: inline-block;
	line-height: 2.5;
	margin-right: 5px;
}

/*PR bnr*/
.pr_under_gadget__bnr {
    text-align: center;
    margin: 2% 0;
    display: block;
}

/*その他*/
#anchorlinks{
	width:970px;
	height: 12px;
	margin:2% auto;
}
.disnone{display:none!important;}

/*add 20230404 luxury plan*/
.plan_luxury {
    background: #fff;
    overflow: hidden;
	padding-bottom: 25px;
}
.plan_luxury p.txt_main {
	padding: 2% 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.plan_luxury ul {
	width: 96%;
    margin: auto;
}
.plan_luxury ul li {
	width: 100%;
    margin-bottom: 25px;
    background: #fff;
    padding: 0 10px;
    position: relative;
    box-sizing: border-box;
}
.plan_luxury ul li img {
    width: 100%;
    height: auto;
}
.plan_luxury li dl {
    overflow: hidden;
    margin-bottom:0.5rem;
}
.plan_luxury li dl dt {
	font-size: 14px;
	font-weight: 600;
    padding: 10px 0;
    text-align: center;
}
.plan_luxury li dl dd {font-size: 14px;}

/*BTN*/
.plan_btn {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 0 #d6d6d6;
    background-color: #e61b61;
    position: relative;
    margin: auto;
    padding: 10px;
    font-size: 16px;
    width: 90%;
    clear: both;
    box-sizing: border-box;
}
.plan_btn a {
	display: block;
    text-align: center;
    color: #FFF;
}
.plan_btn a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 40%;
    right: 1%;
}

/* ----------------------------------------------------
 赤い風船120周年
-------------------------------------------------------*/

#anniversary120 {
    padding: 10px 0 30px;
    background: #fff0f0;
}
#anniversary120 .anniversary120_box{
    background: #fff;
    padding: 0 0 30px;
}
#anniversary120 h2 {
    margin: 0 0 20px;
    padding: 0;
}
#anniversary120 h2 img {
    display: block;
    width: 15vw !important;
    margin: 10px auto 5px;
}
#anniversary120 h3 {
    background: #DF062F;
    color: #fff;
    padding: 8px 0;
    font-size: 20px;
}
#anniversary120 h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 30px;
    line-height: 1.6;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

#anniversary120 h4::before,
#anniversary120 h4::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 0px 4px 4px;
}
#anniversary120 h4::before {
    transform: rotate(45deg);
}
#anniversary120 h4::after {
    transform: rotate(-45deg);
}

#anniversary120 h5 {
    color: #f60;
    font-size: 18px;
    font-weight: 700;
    margin: 1em auto;
    text-align: center;
    width: 17em;
    position: relative;
    z-index: 1;
}
#anniversary120 h5::before, #anniversary120 h5::after {
    background-color: #f60;
    content: '';
    display: block;
    height: 1px;
    width: 2.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
#anniversary120 h5::after {
    right: 0;
}
#anniversary120 p {
    margin: 15px 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
#anniversary120 ul.Img120slider {
    width: 100%;
    margin: 0 auto;
}
#anniversary120 .slick-next,
#anniversary120 .slick-prev { display: none !important;}

#anniversary120 ol {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px auto;
}
#anniversary120 ol li {
    /*border-left: 4px solid #f60;
    padding-left: 1em;*/
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}
#anniversary120 ol li > strong {
    background-image: repeating-linear-gradient(-45deg, rgb(255, 247, 0) 0, rgb(255, 247, 0) 4px, transparent 4px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    font-size: 1.1em;
    font-weight: 700;
}
#anniversary120 div.anniversary120_btn{
    width: 70%;
    margin: 0 auto;
}
#anniversary120 div.anniversary120_btn a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #f79400;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#anniversary120 div.anniversary120_btn a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 8%;
}
#anniversary120 #area_miniCP.Img120slider_minicp .slick-next,
#anniversary120 #area_miniCP.Img120slider_minicp .slick-prev {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 30px 30px !important;
}
#anniversary120 #area_miniCP.Img120slider_minicp .Img120slider2 .slick-next,
#anniversary120 #area_miniCP.Img120slider_minicp .Img120slider2 .slick-prev { display: none !important;}

#anniversary120 #area_miniCP.Img120slider_minicp .slick-next { right: -8.5vw !important;}
#anniversary120 #area_miniCP.Img120slider_minicp .slick-prev { left: -8.5vw !important;}

/*
#anniversary120 #area_miniCP.Img120slider_minicp .miniCPbox {
    margin: 0 5px;
    opacity: 0.4;
}
#anniversary120 #area_miniCP.Img120slider_minicp .slick-track {
    display: flex;
}
#anniversary120 #area_miniCP.Img120slider_minicp .slick-track::before,
#anniversary120 #area_miniCP.Img120slider_minicp .slick-track::after {
    display: none;
}
#anniversary120 #area_miniCP.Img120slider_minicp .slick-track .slick-slide {
    float: none;
    height: auto;
}
#anniversary120 #area_miniCP.Img120slider_minicp .slick-track .slick-slide > div {
    height: 100%;
}
#anniversary120 #area_miniCP.Img120slider_minicp .slick-track .slick-slide img {
    object-fit: cover;
}
#anniversary120 #area_miniCP.Img120slider_minicp .miniCPbox.slick-center {
    opacity: 1;
}
*/


/*  slick 画像が全部出る対策 */
.Img120slider_minicp {
  opacity: 0;
  transition: opacity .25s ease;
  width: 80% !important;
  margin: 0 auto;
}
.Img120slider_minicp.slick-initialized {
  opacity: 1;
}

#anniversary120 #area_miniCP .miniCPbox {
    width: 100%;
    margin: 0 auto;
}
#anniversary120 #area_miniCP .miniCPbox .Img120slider2 {
    width: 100% !important;
    margin: 0 auto;
}
/*
#anniversary120 #area_miniCP .miniCPbox .Img120slider2 .slick-slide {
    width: 100% !important;
}
#anniversary120 #area_miniCP .miniCPbox .Img120slider2 .slick-slide img {
    width: 100% !important;
}
*/

#anniversary120 #area_miniCP .miniCPbox h4 {
    margin: 10px 0 0; /*30*/
    padding: 5px 0;
    background: #000071;
    font-size: 15px;
    color: #fff;
}
#anniversary120 #area_miniCP .miniCPbox h4::before,
#anniversary120 #area_miniCP .miniCPbox h4::after{
    display: none;
}
/*
#anniversary120 #area_miniCP .miniCPbox:first-child h4 {
    margin: 10px 0 0;
}
*/
#anniversary120 #area_miniCP .miniCPbox ol {
    margin-bottom: -15px;
}
#anniversary120 #area_miniCP .miniCPbox ol li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6;
    text-align: left;
}
#anniversary120 #area_miniCP .miniCPbox p {
    padding: 0;
    text-align: left;
}

/* ----------------------------------------------------
 キティ投票
-------------------------------------------------------*/
#kitty_nakayoshi {
    margin: 25px 0;
}
#kitty_nakayoshi a{
    display: block;
    margin-bottom: 10px;
}



}

/*760px以上*/
@media screen and (min-width: 760px),print {

/*2023サンリオキャラクター大賞*/
#sanrio_character .sanrio_01{
	width: 760px !important;
    height: 400px !important;
    background: url(../images/im_sanrio_01.jpg) no-repeat;
    background-size: contain;
    margin: auto !important;
    position: relative !important;
}
#sanrio_character .sanrio_01 b{
	position: absolute!important;
    top: 244px!important;
    left: 190px!important;
    font-size: 24px!important;
    font-weight: bold!important;
    color: #222!important;
}
#sanrio_character .sanrio_01 a {
	width: 150px !important;
    height: 150px !important;
    position: absolute !important;
    top: 178px !important;
    right: 50px !important;
    display: block !important;
    opacity: 0 !important;
}
#sanrio_character .sanrio_02{
	width: 760px !important;
    height: 1000px !important;
    background: url(../images/im_sanrio_02.jpg) no-repeat;
    background-size: contain;
    margin: auto !important;
    position: relative !important;
}
#sanrio_character .sanrio_02 a {
    width: 500px !important;
    height: 58px !important;
    position: absolute !important;
    bottom: 112px !important;
    left: 122px !important;
    display: block !important;
    opacity: 0 !important;
}
/*----------------------------*/

/* CSS初期設定 */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.clear {clear: both;}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
}

/* for macIE \*/ 
html{background:none;}
* html .clearFloat {height: 1%;}
.clearFloat {display: block;}
/* end of for macIE */
.clearFloat {overflow:hidden;}
a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}
b{font-weight:normal;}
.pcnone{display:none!important;}

/*------------------------------
Important news
------------------------------*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}
/*Important news----------------*/

/* ●●●タイトル●●● */
#photo_bg{height:620px;}
#title {
    position: relative;
	background-image: url(../images/ti_top.png);
	background-repeat: no-repeat;
	height: 135px;
	width: 950px;
	margin-bottom: 30px;
}
#title img.logo120{
    position: absolute;
    right: 26px;
    top: -32px;
    width: 118px !important;
    height: 142px !important;
}
h1 {
	text-align: center;
	font-size: 14px;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	margin: 0 0 12px 0;
	padding: 0;
    font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#topMainArea {
    /*overflow: hidden;*/
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
}
.sliderBox {
    padding: 0 30px 0;
    overflow: hidden;
}
.sliderBox p {margin-bottom: 10px;}

/*-----------------------------------------------------
kokunai gadget
------------------------------------------------------*/
#webconnect-tour-hotels-gadget {position: relative;}
.domestic_contents {
	width: 580px;
	float: left;
	margin-right: 20px;
	background: #FFF;
}
.cFix {min-height: 1px;}
#gadget_box__section .inner {
	width: 100%;
    margin: 0;
    padding: 0;
}
.tab_kokunai_ga {
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 15px;
}
.tab_kokunai_ga li{
	width: calc((100% - 16px) / 4);
	margin: 0 2px;
	padding: 15px 0;
	font-size: 13px;
	border-bottom: 3px solid #eee;
	cursor: pointer;
	text-align: center;
	text-indent: 22px;
	background: #FFF;
    display: grid;
    align-items: center;
}
.tab_kokunai_ga li.select {
	border-bottom: 3px solid #20208c;
    color: #20208c;
	position:relative;
}
.tab_kokunai_ga li.select:after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #20208c;
    border-bottom: 0;
    position: absolute;
    display: block;
    bottom: -7px;
    left: calc(50% - 5px);
}
.tab_kokunai_ga li span{position:relative;}
.tab_kokunai_ga li span:before{
	content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
}
.tab_kokunai_ga li:nth-of-type(1) span:before{
	background: url(/shared2021/common/images/gadget/ico_jr.png) no-repeat;
	background-size: 100%;
}
.tab_kokunai_ga li:nth-of-type(2) span:before{
	background:url(/shared2021/common/images/gadget/ico_plane.png) no-repeat;
	background-size: 100%;
}
.tab_kokunai_ga li:nth-of-type(4) span:before{
	background:url(/shared2021/common/images/gadget/ico_bed.png) no-repeat;
	background-size: 100%;
}
#pax_wrap, #carrier_wrap,#keyword_wrap, #pax_summary_wrap, #rooms_summary_wrap {display: none !important;}/*人数・部屋数など非表示*/
#air_s_box select,
#air_s_box #returnDirection {
	width: 100%;
	height: 42px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	text-indent: 90px;
	border-radius: 5px;
	font-size: 14px;
	background: #FFF;
}
#air_s_box .select_airport,
#p_sbox_ka .select_airport {color: #A6ACAF;}
#air_s_box .select_airport *,
#p_sbox_ka .select_airport * {color: #3C3D47;}
#air_s_box .select_airport > option:first-child,
#p_sbox_ka .select_airport > option:first-child {display:none;}
#p_sbox .box-contents #returnDirection {
	text-indent: 31px;
	background: #E1E4E7;
	color: #3C3D47;
}
#p_sbox .box-contents .ico_man.select_issitsuninzuu,
#p_sbox .box-contents .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;
}
.selectday {
	width: 100%;
	height: 42px;
	padding: 2px 5px;
	border: #C1C3C5 solid 1px;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	border-radius: 5px;
	font-size: 14px;
	color: inherit;
	background: #FFF;
}
.selectday p {text-indent: 105px;}
#p_sbox .box-contents .w198 select{
	border-right:none;
	border-radius: 5px 0 0 5px;
	text-align: right;
	text-align-last: right;
	padding: 2px 0 2px 5px;
}
#p_sbox .box-contents .wc100p-198 select {
	text-indent: 0;
	border-left:none;
	border-radius: 0 5px 5px 0;
	padding: 2px 5px 2px 0;
}
#p_sbox .box-contents .w40p select {text-indent: 10px;}
#p_sbox .box-contents .w50p select {text-indent: 31px;}
#p_sbox .box-contents b {
	position: absolute;
	left: 80px;
	top: 14px;
	font-size: 10px;
	color: #E74444;
	pointer-events: none;
}
#p_sbox .box-contents .w50p b {
	position: absolute;
	left: unset;
	right: 20px;
	top: 14px;
}
#gadget_box__section #p_sbox #NTA_JR2_KodawariBasic input[type="checkbox" i]:disabled {
	background: #ddd;
    border-color: #ccc;
}
.box-contents select option.na {color:#ccc;}

/*アイコン*/
.select_wrap,
.noselect_wrap {position: relative;}
.select_wrap:after{
	content: "▼";
    position: absolute;
    width: 20px;
    height: 40px;
    top: 1px;
    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;
}

.noselect_wrap:after{content: "";}
.ico_place:before,
.ico_calendar:before,
.ico_bed:before,
.ico_man:before,
.ico_glass:before,
.ico_plane:before,
.ico_trank: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;
}
.ico_place#returnDirection:before{left: -26px;}
.ico_place:before{content: "\e0c8";}
.ico_calendar:before{content: "\e935";}
.ico_bed:before{content: "\efdf";}
.ico_man:before{content: "e7ef";}
.ico_plane:before{content: "\e6ca";}
.ico_trank:before{content: "\efc3";}

/*項目文言*/
.select_syuppatsuchi:after{content: "出発地";}
.select_mokutekichi:after{content: "目的地";}
.select_syuppatsubi:after{content: "出発日";}
.select_issitsuninzuu:after{content: "1室人数";}
.select_toutyakuchi:after{content: "到着地";}
.select_kityakubi:after{content: "帰着日";}
.select_checkin:after{content: "宿泊日";}
.select_hakusuu:after{content: "泊数";}
.select_syukuhakuchi:after{content: "宿泊地";}
.select_ryokounissuu:after{content: "旅行日数";}
.select_area:after {content: "エリア";}/*/sp/yado/のみ*/
.select_district:after {content: "地区";}/*/sp/yado/のみ*/
.select_syuppatsuchi:after,
.select_mokutekichi:after,
.select_syuppatsubi:after,
.select_issitsuninzuu:after,
.select_toutyakuchi:after,
.select_kityakubi:after,
.select_checkin:after,
.select_hakusuu:after,
.select_syukuhakuchi:after,
.select_ryokounissuu:after,
.select_area:after,
.select_district:after{
	position: absolute;
	top: 13px;
	left: 36px;
	color: #A6ACAF;
	font-size: 12px;
	pointer-events: none;
}

.dis_flex {
	flex-wrap: wrap;
	display: flex;
}
.w40p {
	width: 39%;
	margin-right:1%;
}
.w50p {
	width: 49%;
	margin-right:1%;
}
.w60p {
	width: 59%;
	margin-right:1%;
}
.w40p:last-child,
.w50p:last-child,
.w60p:last-child {margin:0 0 0 1%;}
#p_sbox .box-contents .w198 {width: 180px;}
#p_sbox .box-contents .wc100p-198 {width: calc(100% - 180px);}
#p_sbox .box-contents .con1btn input[type="button"],
#doAirSearch {
	display: grid;
    background: #F29A16;
    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;
}
#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;
}
.fw-top .fwnta-btn-search span {margin-left: -25px;}
#air_s_box {position: relative;}
#togo_wrap dt,
#return_wrap dt,
#pax_wrap dt:nth-of-type(1),
#number_of_rooms dt {
	font-size: 12px;
	margin-bottom:5px;
	color:#3C3D47;
}

/* +-btn */
.minus_or_plus_btn,
input[type="number"],
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button,
.minus_or_plus_btn{
	-webkit-appearance: none;
	-moz-appearance:textfield;
	outline:none;
}
.minus_or_plus_btn_input{
	width: 45px;
    text-align: center;
    font-size: 15px!important;
    display: inline-block;
}
.minus_or_plus_btn_input small{
	font-size: 12px!important;
	position: relative;
    vertical-align: middle;
}
input.customSelect{
	width: 18px!important;
    height: 30px;
    text-align: center!important;
    border: none;
    -webkit-text-fill-color: #000;
    opacity: 1;
	padding-bottom: 2px;
}
.minus_or_plus_btn {
	width: 30px;
	height: 30px;
	margin-right: 0;
	padding: 0;
	border-radius: 2px;
	font-size: 14px;
	background:#eee;
	touch-action: manipulation;
	color: #4d4d4d;
}

/*新IIT*/
#air_s_box {cursor: pointer;}
#air_s_box input{width:100%;}
#air_s_box #outboundDeparture, #outboundDirection, #returnDeparture{position: relative;}
#air_s_box #outboundDepartureList, #outboundDirectionList, #returnDepartureList{
    position: absolute;
    display: none;
    z-index: 10;
	overflow-y: scroll;
	height: 300px;
}
#air_s_box #outboundDeparture,
#air_s_box #outboundDirection,
#air_s_box #returnDeparture{
	width: 100%;
	height: 42px;
	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;
}
#air_s_box ul#outboundDepartureList,
#air_s_box ul#outboundDirectionList,
#air_s_box ul#returnDepartureList{
    width: 100%;
    background-color: #fff;
    border: 1px solid;
}
#air_s_box ul#outboundDepartureList li,
#air_s_box ul#outboundDirectionList li,
#air_s_box ul#returnDepartureList li{
    height: 28px;
    text-indent: 45px;
    font-size: 14px;
    display: grid;
    box-sizing: border-box;
    align-items: center;
}
#air_s_box ul#outboundDepartureList li:hover,
#air_s_box ul#outboundDirectionList li:hover,
#air_s_box ul#returnDepartureList li:hover{background-color: #c4c4c4;}
#air_s_box ul li.area__airgdt{color: #c4c4c4;}
#air_s_box ul#outboundDepartureList li.area__airgdt:hover,
#air_s_box ul#outboundDirectionList li.area__airgdt:hover,
#air_s_box ul#returnDepartureList li.area__airgdt:hover{background-color: #fff;}
#air_s_box .adult_pax,
#air_s_box .childt_pax,
#air_s_box .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;
}
#air_s_box .selectday{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#air_s_box #pax_summary_wrap, #carrier_wrap, #keyword_wrap, #rooms_summary_wrap{
    width: 50%;
    display: flex;
    padding: 0 10px 10px;
}
#air_s_box #pax_summary_wrap, #rooms_summary_wrap{
    width: calc((100% - 40px) / 2);
    float: left;
}
@media screen and (max-width: 759.9px) {
    #air_s_box #pax_summary_wrap, #rooms_summary_wrap, #carrier_wrap, #keyword_wrap{
        width: auto;
        float: none;
    }
}
#air_s_box #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;
}
#air_s_box #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;
}
#air_s_box #keyword_wrap input#keyword___airgdt,
#air_s_box #pax_summary_wrap p#paxSummary,
#air_s_box #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;
}
#air_s_box #pax_summary_wrap{position: relative;}

/*人数選択パネル*/
#air_s_box #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) {
    #air_s_box #pax_wrap{
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    } 
}
#air_s_box #pax_wrap.show{display: flex;}
#air_s_box #pax_wrap.hide{display: none;}

/* 人数・部屋数パネルクローズボタン */
#air_s_box #pax_wrap .close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    width: 30px;
    height: 30px;
    right: 20px;
}
#air_s_box #pax_wrap .close:before,
#air_s_box #pax_wrap .close:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 6px;
    width: 20px;
    height: 2px;
    background-color: #C1C3C5;
    transform: rotate(45deg);
}
#air_s_box #pax_wrap .close:after{transform: rotate(135deg);}

/* 人数・部屋数変更パネル内アイテム */
#air_s_box #pax_wrap .pax_label,
#air_s_box #pax_wrap .rooms_label{
    font-size: 14px;
    border-bottom: 1px solid #C1C3C5;
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}
#air_s_box #pax_wrap .childt_pax .childt_pax_label{
    font-size: 14px;
    width: 100%;
    height: 50px;
}
#air_s_box #pax_wrap .button_wrap{
    text-align: center;
    width: 100%;
}
#air_s_box #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;
}

/* 航空会社選択 */
#air_s_box #carrier_wrap label{margin: 0 20px 0 0;}
#air_s_box #carrier_wrap label img {
    width: revert-layer;
    height: auto;
}

/* スタイル上書き */
#air_s_box #pax_wrap .adult_pax .guidance_p_pax,
#air_s_box #pax_wrap .childt_pax .guidance_p_pax,
#air_s_box #pax_wrap .rooms .guidance_p_pax{
    text-align: left;
    font-size: 14px;
}
#air_s_box #pax_wrap .adult_pax .guidance_p_pax,
#air_s_box #pax_wrap .childt_pax .childt_pax_label {font-weight: bold;}
#air_s_box #pax_wrap .guidance_p_pax .small{font-size: 12px;}
#air_s_box #pax_wrap .guidance_p_pax .middle{font-size: 14px;}
#air_s_box #pax_wrap .guidance_p_pax .gray{color: #C1C3C5;}
#air_s_box #pax_wrap .notice{
    font-size: 11px;
    color: #E74444;
}
#air_s_box #pax_wrap .asterisk{
    font-size: 11px;
    color: #E74444;
}

/*DT JR/yado調整*/
html:has(.fw-modal-portal),
body:has(.fw-modal-portal) {overflow: hidden;}
#jr_s_box .fwnta-search-condition-clear,
#yado_s_box .fwnta-search-condition-clear {display:none!important;}
#jr_s_box .fwnta-search-group,
#yado_s_box .fwnta-search-group {width: 98%;}
#jr_s_box .fwnta-input-label,
#yado_s_box .fwnta-input-label,
#jr_s_box .fwnta-search-group__sub-label,
#yado_s_box .fwnta-search-group__sub-label {font-weight: normal;}
#jr_s_box .fwnta-input-icon--train::before,
#jr_s_box .fwnta-input-icon--search::before,
#jr_s_box .fwnta-input-icon--calendar::before,
#jr_s_box .fwnta-input-icon--bed::before,
#yado_s_box .fwnta-input-icon--train::before,
#yado_s_box .fwnta-input-icon--search::before,
#yado_s_box .fwnta-input-icon--calendar::before,
#yado_s_box .fwnta-input-icon--bed::before {
    font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24;
    font-size: 18px;
    top: 58%;
    left: 5px;
}
#jr_s_box .fwnta-input-icon--train input,
#jr_s_box .fwnta-input-icon--train select,
#jr_s_box .fwnta-input-icon--search input,
#jr_s_box .fwnta-input-icon--search select,
#jr_s_box .fwnta-input-icon--calendar input,
#jr_s_box .fwnta-input-icon--calendar select,
#jr_s_box .fwnta-input-icon--bed input,
#jr_s_box .fwnta-input-icon--bed select,
#yado_s_box .fwnta-input-icon--train input,
#yado_s_box .fwnta-input-icon--train select,
#yado_s_box .fwnta-input-icon--search input,
#yado_s_box .fwnta-input-icon--search select,
#yado_s_box .fwnta-input-icon--calendar input,
#yado_s_box .fwnta-input-icon--calendar select,
#yado_s_box .fwnta-input-icon--bed input,
#yado_s_box .fwnta-input-icon--bed select {padding-left: 28px;}
#jr_s_box .fw-select select,
#jr_s_box .fw-select--days select,
#jr_s_box .fw-select--room select,
#jr_s_box .fw-select--price-min select,
#jr_s_box .fw-select--price-max select,
#jr_s_box .fw-select--guest select,
#jr_s_box .fw-select--area select,
#jr_s_box .fw-select--area-set select,
#jr_s_box .fw-text input,
#yado_s_box .fw-select select,
#yado_s_box .fw-select--days select,
#yado_s_box .fw-select--room select,
#yado_s_box .fw-select--price-min select,
#yado_s_box .fw-select--price-max select,
#yado_s_box .fw-select--guest select,
#yado_s_box .fw-select--area select,
#yado_s_box .fw-select--area-set select,
#yado_s_box .fw-text input {
    font-size: 14px;
    font-weight: normal;
}
#jr_s_box .fwnta-search-action {margin-top: 5px;}
#jr_s_box .fw-top .fwnta-modal-search-condition,
#yado_s_box .fw-top .fwnta-modal-search-condition {z-index: 9500;}

/*loading*/
#webconnect-tour-hotels-gadget,
#webconnect-gadget-1 {min-height:290px;}
#webconnect-tour-hotels-gadget > span,
#webconnect-gadget-1 > 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 > span:nth-child(1),
#webconnect-gadget-1 > 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 > span:nth-child(2),
#webconnect-gadget-1 > span:nth-child(2){
	background:#C1C3C5;
	z-index:100;
}
#webconnect-tour-hotels-gadget > span:nth-child(3),
#webconnect-gadget-1 > 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);
}
}

/*kw*/
#kw_serch {
	text-align: right;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ccc;
    display: flex;
}
#kw_serch input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
}
#NTA_keyword{
	width: 74%;
	height: 42px;
	margin: 0 1% 0 0;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	background:#FFF;
}
#NTA_search{
	width: 25%;
	background: #20208c;
	border: none;
	font-weight: normal;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 0 2px 0 #d6d6d6;
}
.linkUl li:first-child {margin-right: 4%;}
.linkUl li{float: left;margin: 0;}

/*こだわり条件*/
#p_sbox input[type="checkbox"]:checked {background: #FFF;}
#p_sbox input[type="checkbox"]:checked:before {
	position: absolute;
	left: 0;
	top: 13px;
	display: block;
	content: "";
	width: 8px;
	height: 2px;
	background: #20208c;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
#p_sbox  input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 7px;
	top: 13px;
	content: "";
	width: 14px;
	height: 2px;
	background: #20208c;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
#p_sbox #NTA_JR2_KodawariBasic label {
	margin: 5px 0;
	display: inline-block;
	width: 50%;
}
#p_sbox #NTA_JR2_KodawariBasic input,
#p_sbox #NTA_kodawari input {
	border: 1px solid #aaa;
	-webkit-appearance: none;
	position: relative;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	width: 20px;
	height: 20px;
	background: #FFF;
}
#NTA_JR2_KodawariBasic label:nth-of-type(2),
#NTA_JR2_KodawariBasic label:nth-of-type(3),
#NTA_JR2_KodawariBasic label:nth-of-type(4),
#NTA_JR2_KodawariBasic label:nth-of-type(6){display:none!important;}

/*carendar*/
#NTA_JR2_popup_calendar_button select,
#NTA_calendar select{pointer-events: none;}

/*jr/yado calendar*/
#NTA_JR2_popup_calendar_contents,
#NTA_calendarContainer {
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
	display: flex;
	flex-flow: column;
	z-index: 9501!important;
	height: 31px;
	background: #FFF;
	position: -webkit-sticky; /* safari対応 */
	position: sticky;
}
#NTA_calendarContainer .titlebox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #20208C;
	box-sizing: border-box;
	backface-visibility: hidden;
	overflow: hidden;
	z-index: 9502;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
#NTA_calendarContainer #NTA_closeCalendar{
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 20px;
	right: 25px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#NTA_calendarContainer #NTA_closeCalendar::before,
#NTA_calendarContainer #NTA_closeCalendar::after {
	content: "";
	display: block;
	width: 28px;
	height: 4px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: 0% 50%;
	position: absolute;
	top: calc(15% - 2px);
	left: 15%;
}
#NTA_calendarContainer #NTA_closeCalendar::after {
	transform: rotate(-45deg);
	transform-origin: 100% 50%;
	left: auto;
	right: 14%;
}
#NTA_calendarContainer div.cleared {
	display: block;
	clear: both;
	width: auto;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#NTA_JR2_popup_calendar_contents .content,
#NTA_calendarContainer .content{
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-top:72px!important;
}
#NTA_monthContainer {position: relative;}
#NTA_monthContainer span:not(.icon),
#NTA_rightCalendar {display:none;}
#NTA_calendarContainer .no-prev,
#NTA_calendarContainer .no-next {display:none;}
#NTA_calendarContainer .prev,
#NTA_calendarContainer .next {
	width: 15px;
	height: 15px;
	border-top: 5px solid #20208c;
	border-right: 5px solid #20208c;
	z-index: 9501;
	display: block;
	overflow: hidden;
	color: #FFF;
	font-size: 10px;
}
#NTA_calendarContainer .prev {
	margin-left: 7%;
	transform: rotate(225deg);
	position: absolute;
	top: 18px;
	left: 0;
}
#NTA_calendarContainer .next {
	margin-right: 7%;
	transform: rotate(45deg);
	position: absolute;
	top: 18px;
	right: 0;
}
#NTA_calendarContainer .calender_month {
	font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
}
#NTA_leftCalendar table {
	width: 100%;
	font-size: 18px;
	text-align: center;
}
#NTA_leftCalendar th,
#NTA_leftCalendar td {
	font-family: Hiragino Sans;
	position: relative;
	width: 8%;
	height: auto;
	font-size: 18px;
	text-align: center;
	border-right: none;
	border-bottom: none;
	background-color: #fff;
	background-clip: padding-box;
	box-sizing: border-box;
	color: grey;
}
#NTA_leftCalendar td > div {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#NTA_leftCalendar td::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#NTA_leftCalendar td a{
	font-weight: 700;
	color: black;
}
#NTA_leftCalendar td.saturday a{
	font-weight: 700;
	color: #21A4Ea;
}
#NTA_leftCalendar td.sunday a{
	font-weight: 700;
	color: #cc0d21;
}
#NTA_leftCalendar td.sel{
	background-color: #E61B61;
	border-radius: 50%;
}
#NTA_leftCalendar td.sel a{
	color: #fff;
	font-weight: 700;
}
#NTA_leftCalendar td.ob a{
	color: darkgray;
	cursor: text;
}

/*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 > 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: #20208c;
    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 > 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 > div {
    width: 49%;
	text-align:center;
}
.air-calendar__next {
	float: right;
    width: 8px;
    height: 8px;
    margin-right: 2%;
    border-top: 3px solid #20208c;
    border-right: 3px solid #20208c;
    transform: rotate(45deg);
}
.air-calendar__prev {
	float: left;
    width: 8px;
    height: 8px;
	margin-left: 2%;
    border-top: 3px solid #20208c;
    border-right: 3px solid #20208c;
    transform: rotate(-135deg);
}
.content_air .calenderBox > 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 > th:first-child,
.NTA_air_popup_calendar_contents tr > td:first-child,
.NTA_air_popup_calendar_contents tr > td.holiday{
  font-weight: bold;
  color: #cc0d21;
}
.NTA_air_popup_calendar_contents tr > th:last-child,
.NTA_air_popup_calendar_contents tr > td:last-child{
  font-weight: bold;
  color: #2051c1;
}
.NTA_air_popup_calendar_contents tr > td.select-enable{cursor: pointer;}
.NTA_air_popup_calendar_contents tr > td.current{
  background-color: rgb(32, 32, 140);
  color: #fff;
}
.NTA_air_popup_calendar_contents tr > td.select-enable:hover{
  background-color: #eee;
  font-weight: bold;
}
.NTA_air_popup_calendar_contents tr > td.select-disable{color: #ccc;}
.hide-contents__disnone{display:none!important;}

/*ツアー*/
#tour_s_box h2 {
	font-size: 16px;
	padding: 0!important;
	margin:0 0 5px 0!important;
	font-weight: bold;
}
#tour_s_box .map {
    float: left;
    width: 300px;
}
#tour_s_box .map2 {
    width: 300px !important;
    margin: 0 10px 0 0 !important;
}
#tour_s_box .airBox{
	overflow:hidden;
}
#tour_s_box .airBox dl{
	margin-bottom:5px;
	display:block;
	overflow:hidden;
}
#tour_s_box .airBox dt{
	width: 64px;
	height: 32px;
	display: block;
	display: grid;
	align-items: center;
	margin: 0;
	float: left;
}
#tour_s_box .deptDt{
	clear:both!important;
	float:none!important;
	width:100%!important;
}
#tour_s_box .airBox dd{
	overflow:hidden;
	display:block;
	padding:0;
	margin:0;
}
#tour_s_box .airBox dl select{
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #aaa;
	font-size: 14px;
	padding: 0 5px;
	height: 32px;
}
#tour_s_box .wi100{width:100%!important;}
#tour_s_box select#NTA_TOUR_Pax,
#tour_s_box select#NTA_TOUR_Pax2{width:156px!important;}
#tour_s_box div.box{
	position: absolute;
	display: inline-block;
	padding: 0px 3px 2px 3px;
	font-size: 10px;
	border: solid 1px #229de7;
	background: #fff;
	text-align: center;
}
#tour_s_box .mapText div.box {
	color:#000;
	cursor:pointer
}
#map_title_direction_10{
	top: 178px; left:  22px;
}
#map_title_direction_11{
	top:  27px; left:  25px;
}
#map_title_direction_01{
	top:  20px; left: 163px;
}
#map_title_direction_02{
	top:  85px; left: 218px;
}
#map_title_direction_03{
	top: 135px; left: 211px;
}
#map_title_direction_04{
	top:  99px; left: 133px;
}
#map_title_direction_05{
	top: 161px; left: 185px;
}
#map_title_direction_06{
	top: 117px; left: 106px;
}
#map_title_direction_07{
	top: 176px; left: 148px;
}
#map_title_direction_08{
	top: 137px; left:  56px;
}
#map_title_direction_09{
  left:110px;  top:191px;
}
#tour_s_box .item{line-height:24px;}
#tour_s_box #NTA_PLAN_Map {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 211px;
	margin: 0;
	padding: 0;
}
#tour_s_box .btnSeach01 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 -1px 0 #e88a00 inset;
	-moz-box-shadow: 0 -1px 0 #e88a00 inset;
	box-shadow: 0 -1px 0 #e88a00 inset;
	border: 1px solid #e88a00;
	background-color: #ff9800;
	color: #fff !important;
	position: relative;
	padding: 10px;
	font-size: 18px;
	width: 100%;
}
#tour_s_box .btnSeach01:after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #ffbc61;
}
#tour_s_box .btnSeach01 span {
	background: url(//www.nta.co.jp/shared2015/common/images/ic_search_01.png) left center no-repeat;
	padding-left: 15px;
	display: block;
	width: 90%;
}

/*--ここから改修------------------------------------------------------------------------------------------------*/
/*reset*/
ul{margin:0;padding:0;}
li{list-style: none;}
h2.section_title {
	font-size: 26px;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 25px 0;
	font-weight: bold;
}
.catch {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 0 0 25px;
}

/*section*/
section{width:100%;padding-bottom: 50px;}
section .inner{width:970px;margin:auto;padding-top: 24px;}
section:nth-of-type(even){ background:#eee;}
section:nth-of-type(odd){ background:#FFF;}

/*title*/
#title{width:940px;margin:auto;}

/*news*/
#boxnews ul {line-height: 2.5;}
#boxnews li span.newsIco {
	width: 64px;
	display: inline-block;
	background: #e62d2d;
	color: #fff;
	padding: 4px 9px 3px;
	line-height: 1.5;
	vertical-align: middle;
	margin-right: 12px;
	text-align: center;
}

/*4×2並びバナー*/
ul.banner_area li {
	width: calc(94% / 3);
	margin: 1%;
	float: left;
}
ul.banner_area.otherbanner li {
	width: 200px;
	margin: 21px;
	float: left;
}
ul.banner_area li img{width: 100%;}
ul.banner_area li img:hover{
	opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;
}
.linkList li a:before, .linkList span a:before {
    content: "#";
}

/*4×2並びスライドバナー*/
ul.slide_banner_area {
    display: flex !important;
    padding: 0 25px;
    justify-content: space-between;
}
ul.slide_banner_area li {
    width: 200px;
}



/*各地プラン&パンフnav*/
#localarea_plan_wrap_nav,
#hotel_plan_wrap_nav,
#dpanf_wrap_nav{
	display: flex;
	margin: 0;
	padding: 0;
}
#localarea_plan_wrap_nav li,
#hotel_plan_wrap_nav li,
#dpanf_wrap_nav li	{
	text-align: center;
	color: #FFF;
	background: #aaa;
	margin: 1px;
	padding: 12px 0 10px;
	box-sizing: border-box;
	position:relative;
}
#hotel_plan_wrap_nav li	{
	font-size: 14px;
}
#localarea_plan_wrap_nav li,
#dpanf_wrap_nav li	{
	font-size: 18px;
}
#localarea_plan_wrap_nav li {
    width: 33%;
}
#hotel_plan_wrap_nav li	{
	width: 10%;
}
#dpanf_wrap_nav li	{
	width: 11.11111%;
}

#localarea_plan_wrap_nav li:hover,
#hotel_plan_wrap_nav li:hover,
#dpanf_wrap_nav li:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;
	cursor:pointer;
}
#localarea_plan_wrap_nav li:last-child,
#hotel_plan_wrap_nav li:last-child,
#dpanf_wrap_nav li:last-child{
	margin-right: 0;
}
#localarea_plan_wrap_nav li.select_localarea:after,
#hotel_plan_wrap_nav li.select_hotelarea:after,
#dpanf_wrap_nav li.select_dpanfarea:after{
	content: "";
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 12px solid #ef0019;
}
#localarea_plan_wrap_nav li.select_localarea:after{
	position: absolute;
	bottom: -25%;
	left: 44%;
}
#hotel_plan_wrap_nav li.select_hotelarea:after{
	position: absolute;
	bottom: -25%;
	left: 30%;
}
#dpanf_wrap_nav li.select_dpanfarea:after{
	position: absolute;
	bottom: -25%;
	left: 32%;
}
#localarea_plan_wrap_nav li.select_localarea,
#hotel_plan_wrap_nav li.select_hotelarea,
#dpanf_wrap_nav li.select_dpanfarea{
	background: #ef0019;
}

/*localarea*/
.localareawrap {
    display: flex;
    flex-wrap: wrap;
}
.localareawrap dl {
    display:flex;
    flex-direction:column;
	width: 224px;
/*	float: left;*/
	background: #FFFFFF;
	margin: 0 9px 30px;
	border: 2px solid rgba(0,0,0,0.1);
	padding: 10px;
	box-sizing: border-box;
}
.localareawrap dl dt {
	color: #000083;
	font-size: 15px;
	margin: 5px 0 10px;
	font-weight: bold;
}
.localareawrap dl dd  {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.localareawrap dl dd:nth-of-type(2)  {
    flex-grow:1;
}
.localareawrap dl dd a {
	width: 200px;
	height: 150px;
	margin: 0 0 10px 0;
}
.localareawrap dl dd span {
	display: block;
	font-size: 12px;
}
.localareawrap dl dt.area_name {
	width: 200px;
	background: #000071;
	font-size: 12px;
	color: #FFF;
	padding: 5px 0 3px;
    margin: 0;
    text-align: center;
}
.localareawrap dl dd strong {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 5px;
	color: rgba(255,0,4,1.00);
}
.localareawrap dl dd a:hover {
	opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;
	transition-duration:0.2s;
}
.localareawrap dl dd.localarea_plan_link {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.localareawrap dl dd.localarea_plan_link div a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #ef0019;
    color: #fff;
}
.localareawrap dl dd.localarea_plan_link div a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 8%;
}

p.localarea_plan_catch {
    margin: 0 0 15px;
    font-size: 16px;
    text-align: center;
}


/*hotel*/
.area_wrap{margin: 3% 0;}
.hotelwrap dl {
	width: 224px;
	float: left;
	background: #FFFFFF;
	margin: 0 9px 30px;
	border: 2px solid rgba(0,0,0,0.1);
	padding: 10px;
	box-sizing: border-box;
}
.hotelwrap dl:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8; cursor:pointer;
	cursor:pointer;
}
.hotelwrap dl dt {
	color: #000083;
	font-size: 15px;
	margin: 5px 0;
	font-weight: bold;
}
.hotelwrap dl dd  {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.hotelwrap dl dd a {
	width: 200px;
	height: 150px;
	margin: 0 0 10px 0;
}
.hotelwrap dd:nth-of-type(2),
.hotelwrap dd:nth-of-type(2) img{
	width:100%;
	height:150px;
}
.hotelwrap dl dd span {
	display: block;
	font-size: 12px;
}
.hotelwrap dl dd.area_name {
	width: 200px;
	background: #000071;
	font-size: 12px;
	color: #FFF;
	padding: 5px 0 3px;
    text-align: center;
}
.hotelwrap dl dd strong {
    display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 5px;
	color: rgba(255,0,4,1.00);
    text-align: center;
}
.hotelwrap dl dd a:hover {
	opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;
	transition-duration:0.2s;
}
.hotelwrap .hotel_bottom_links {
    clear: both;
    display: flex;
    justify-content: space-between;
}
.hotelwrap .hotel_bottom_links div {
    display: flex;
    width: 48%;
}
.hotelwrap .hotel_bottom_links div a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #f79400;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
.hotelwrap .hotel_bottom_links div.reco_link a{
    background: #1260CC;
}
.hotelwrap .hotel_bottom_links div a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 8%;
}



/*d-panf*/
#dpanf_wrap .area_wrap ul li {
	width: 23%;
	height: 150px;
	margin: 1%;
	float: left;
	position:relative;
}
#dpanf_wrap .area_wrap ul li img {
	width: 100%;
}
#dpanf_wrap li a {
	display: block;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
#dpanf_wrap li a span{
	width: 100%;
	 position: absolute; 
	 top: 38%;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#dpanf_wrap li a:hover{
	opacity:0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);		/* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;
}
#dpanf_wrap li.for_hokkaido{background:url(../images/d_panf/for_hokkaido.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_tohoku_kanto_koshinetsu{background:url(../images/d_panf/for_tohoku_kanto_koshinetsu.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_syutoken{background:url(../images/d_panf/for_syutoken.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_tokai_hokuriku{background:url(../images/d_panf/for_tokai_hokuriku.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kansai_saninsanyo_shikoku{background:url(../images/d_panf/for_kansai_saninsanyo_shikoku.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kyushu_okinawa{background:url(../images/d_panf/for_kyushu_okinawa.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_tohoku{background:url(../images/d_panf/for_tohoku.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kanto_koshinetsu{background:url(../images/d_panf/for_kanto_koshinetsu.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kansai_usj{background:url(../images/d_panf/for_kansai_usj.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_sanin_sanyo_shikoku{background:url(../images/d_panf/for_sanin_sanyo_shikoku.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kyushu{background:url(../images/d_panf/for_kyushu.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_okinawa{background:url(../images/d_panf/for_okinawa.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_izu_hakone{background:url(../images/d_panf/for_izu_hakone.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_hokuriku_chubu{background:url(../images/d_panf/for_hokuriku_chubu.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_keihanshin_usj{background:url(../images/d_panf/for_keihanshin_usj.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.with_cruise{background:url(../images/d_panf/with_cruise.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.near_inn{background:url(../images/d_panf/near_inn.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.area_plan{background:url(../images/d_panf/area_plan.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kanto_koshinetsu_syutoken{background:url(../images/d_panf/for_kanto_koshinetsu_syutoken.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_otonavi{background:url(../images/d_panf/for_otonavi.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.higaeriplan{background:url(../images/d_panf/higaeriplan.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_hokkaido_tohoku_niigata{background:url(../images/d_panf/for_hokkaido_tohoku_niigata.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kanto_izu_hakone{background:url(../images/d_panf/for_kanto_izu_hakone.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_tokai_shinsyu{background:url(../images/d_panf/for_tokai_shinsyu.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_hokuriku{background:url(../images/d_panf/for_hokuriku.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_ise_nanki{background:url(../images/d_panf/for_ise_nanki.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_keihanshin_nara_shiga_usj{background:url(../images/d_panf/for_keihanshin_nara_shiga_usj.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kitakinki_sanyo{background:url(../images/d_panf/for_kitakinki_sanyo.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_sanin{background:url(../images/d_panf/for_sanin.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_shikoku{background:url(../images/d_panf/for_shikoku.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_ekityo{background:url(../images/d_panf/for_ekityo.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kanto_syutoken{background:url(../images/d_panf/for_kanto_syutoken.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_hokuriku_shinsyu_tokai{background:url(../images/d_panf/for_hokuriku_shinsyu_tokai.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_kitakinki_sanin_sanyo_shikoku{background:url(../images/d_panf/for_kitakinki_sanin_sanyo_shikoku.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_tdr{background:url(../images/d_panf/for_tdr.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_chubu_hokuriku_shinsyu{background:url(../images/d_panf/for_chubu_hokuriku_shinsyu.jpg) no-repeat;background-size: 100%;}
#dpanf_wrap li.for_girls{background:url(../images/d_panf/for_girls.jpg) no-repeat;background-size: 100%;}

/* ----------------------------------------------------
 赤い風船45周年の歩み
-------------------------------------------------------*/
p.history_txt {
    float:left;
    width:780px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    margin-top:15px;
}
p.icon_50th {
    float:left;
    width:150px;
    padding-bottom:15px
}
p.icon_50th img {
    width:100%;
}
/*トップリード*/
.historyContent {
	width:100%;
	border-top:1px #333 solid;
	margin:10px 0 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap; 
}
.historyContent#showa .nengou{
	width:100px;
	margin:10px 10px 0 0;
	background: #cc0000;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}
.historyContent#heisei .nengou{
	width:100px;
	margin:10px 10px 0 0;
	background: #cc0000;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}
.historyContent#reiwa .nengou{
	width:100px;
	margin:10px 10px 0 0;
	background: #cc0000;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
}
.historyContent .rightbox{
	width:840px;
	margin-top:10px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap; 
	-webkit-justify-content:space-between; /* Safari */
	justify-content:space-between;
}
.historyContent .kioku{
	width:100%;
	border-top:1px #999 solid;
	padding: 5px;
}
.historyContent .kioku h3{
	font-size:12px;
	width:10%;
	float:left;
}
.historyContent .kioku dl{
	font-size:11px;
	border-left:1px #999 dotted;
	width:21.5%;
	float:left;
	padding-left:5px;
}
.historyContent .kioku dl dt{
	float:left;
	clear:both;
	width:10%;
}
.historyContent .kioku dl dd{
	float:left;
	width:90%;
}
.historyContent .kioku:after {
	content:" ";
	clear:both;
	display:table;
}
.historyContent#showa .topics {
	width:100%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent#heisei .topics {
	width:100%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent#reiwa .topics {
	width:100%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent dl.year {
	width:100%;
	display:table;
	margin-bottom: 5px;
}
.historyContent dl.year dt{
	display:table-cell;
	color:#FFF;
	font-size:11px;
	width:120px;
}
.historyContent dl.year dt span{
	background-color:#cc0000;
	border-radius:10px;
	padding:0 10px;
}
.historyContent dl.year dd{
	display:table-cell;
	font-weight: bold;
	padding-left:10px;
}
.historyContent dl.year:after{
	content:" ";
	clear:both;
	display:table;
}
.historyContent dl.year2 {
	width:100%;
}
.historyContent dl.year2 dt{
	color:#FFF;
	font-size:11px;
	width:120px;
}
.historyContent dl.year2 dt span{
	background-color:#cc0000;
	border-radius:10px;
	padding:0 10px;
}
.historyContent dl.year2 dd{
	font-weight: bold;
	padding: 5px 0;
}
.historyContent dl.year dd p,
.historyContent dl.year2 dd p{
	color:#333;
}
.historyContent .gallery{
	clear:both;
	width:100%;
	margin:0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap; 
}
.historyContent .topics .gallery > a,
.historyContent .topics .gallery > li{
	width:14.5%;
	margin:1%;
}
.historyContent .gallery p{
	font-size:12px;
}
.historyContent .gallery .grow2{
	flex-grow: 1.5;
}
.historyContent .gallery .grow3{
	flex-grow: 3;
}
.historyContent .gallery .grow4{
	flex-grow: 4;
}
.historyContent .gallery .grow5{
	flex-grow: 5;
}
.historyContent .gallery li img{
	width:100%;
}
.historyContent .gallery li img{
	width:100%;
}
.historyContent#showa .topics_half {
	width:47%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent#heisei .topics_half {
	width:47%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent#reiwa .topics_half {
	width:47%;
	margin-top:10px;
	background-color:#faf7e8;
	padding:10px;
}
.historyContent .topics_half .gallery > a,
.historyContent .topics_half .gallery > li{
	width:30%;
	margin:1.5%;
}
.historyContent .topics .gallery > a.carbon {
    width: 4.5%;
    margin: 1%;
}

/*qa*/
#faq_wrap .inner > div {margin: 4% 0;}
#faq_wrap .inner > div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#faq_wrap .inner div > div {
	padding: 10px;
	margin-bottom: 3%;
	background: #fff;
}
#faq_wrap b.qaicon {
	background: #ef0019;
	font-size: 18px;
	margin: 0 10px 1% 0;
	color: #FFF;
	width: 28px;
	height: 28px;
	text-align: center;
	float: left;
}
#faq_wrap h3 {
	font-size: 18px;
	margin: 0 0 2% 0;
	padding-right: 24px;
	color: #ef0019;
	line-height: 1.6;
	width: 100%;
	text-align: left;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
}
#faq_wrap .inner > div p span{
	width:912px;
	float:left;
	display:block;
}
#faq_wrap div p {
	font-size: 16px;
	line-height: 1.6;
}

/*kw*/
.kensaku_area{
	width: 100%;
	background: #FFF;
	margin-top: 24px;
	padding: 12px 12px 2px;
	box-sizing: border-box;
}
.kensaku_area h3{
	color: #dd335d;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.kensaku_area ul li{
	display: inline-block;
	margin: 10px 5px;
}

/*PR bnr*/
.pr_under_gadget__bnr {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 0 2%;
}

/*その他*/
#anchorlinks{
	width:970px;
	height: 12px;
	margin:2% auto;
}
.disnone{display:none!important;}

/*add 20230404 luxury plan*/
.plan_luxury {
	width: 950px;
	margin: auto;
	padding-bottom: 50px;
    background: #fff;
}
.plan_luxury p.txt_main {
	padding: 30px 30px 10px;
	font-weight: bold;
	font-size: 16px;
}
.plan_luxury ul {
	position: relative;
	width:890px;
	box-sizing: border-box;
	margin:0px 30px 0;
}
.plan_luxury p.icon{
	position: absolute;
	top:-20px;
	left:100px;
}
.plan_luxury p.icon img {
	width:86px;
	height: auto;
}
.plan_luxury ul li {
	width: 49%;
	float: left;
	margin: 0 0 30px 2%;
	background: #fff;
	padding: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-blend-mode:lighten;
}
.plan_luxury ul li:nth-child(1),
.plan_luxury ul li:nth-child(4){margin:0 0 30px 0;}
.plan_luxury ul li img {
	width: 100%;
	height: auto;
}
.plan_luxury li dl dt {
	padding: 20px 0 0;
	font-size: 16px;
	color: #000;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 406px;
	font-weight: 600;
}
.plan_luxury li dl dd {
	font-size: 14px;
	font-size: 14px;
	margin-top: 10px;
	line-height: 170%;
	padding-top: 0px;
}
.plan_luxury ul li img {
	width: 100%;
	height: auto;
}

/*BTN*/
.plan_btn {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 0 #d6d6d6;
    background-color: #e61b61;
    position: relative;
    margin: auto;
    padding: 15px 0;
    font-size: 16px;
    width: 80%;
    clear: both;
    box-sizing: border-box;
}
.plan_btn a {
	display: block;
    text-align: center;
    color: #FFF;
}
.plan_btn a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 40%;
    right: 1%;
}

/* ----------------------------------------------------
 赤い風船120周年
-------------------------------------------------------*/

#anniversary120 {
    padding: 30px 0;
    background: #fff0f0;
}
#anniversary120 .anniversary120_box{
    background: #fff;
    padding: 0 0 30px;
}
#anniversary120 h2 {
    margin-top: 0;
    padding: 0;
}
#anniversary120 h2 img {
    display: block;
    width: 70px !important;
    margin: 0 auto 10px;
}
#anniversary120 h3 {
    background: #DF062F;
    color: #fff;
    padding: 15px 0;
    font-size: 26px;
}
#anniversary120 h3 span{
    font-size: 20px;
}
#anniversary120 h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 15px;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
#anniversary120 h4::before,
#anniversary120 h4::after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #000;
    margin: 0px 4px 4px;
}
#anniversary120 h4::before {
    transform: rotate(45deg);
}
#anniversary120 h4::after {
    transform: rotate(-45deg);
}
#anniversary120 h5 {
    color: #f60;
    font-size: 18px;
    font-weight: 700;
    margin: 1em auto 0;
    text-align: center;
    width: 17em;
    position: relative;
    z-index: 1;
}
#anniversary120 h5::before, #anniversary120 h5::after {
    background-color: #f60;
    content: '';
    display: block;
    height: 1px;
    width: 2.5em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
#anniversary120 h5::after {
    right: 0;
}
#anniversary120 p {
    margin: 15px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}
#anniversary120 ul.Img120slider {
    width: 500px;
    margin: 0 auto;
}
#anniversary120 .slick-next,
#anniversary120 .slick-prev { display: none !important;}

#anniversary120 ol {
    display: flex;
    flex-direction: column;
    width: 530px;
    margin: 15px auto;
}
#anniversary120 ol li {
    /*border-left: 4px solid #f60;
    padding-left: 1em;*/
    font-size: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}
#anniversary120 ol li > strong {
    background-image: repeating-linear-gradient(-45deg, rgb(255, 247, 0) 0, rgb(255, 247, 0) 4px, transparent 4px, transparent 6px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
    font-size: 1.1em;
    font-weight: 700;
}
#anniversary120 div.anniversary120_btn{
    width: 50%;
    margin: 0 auto;
}
#anniversary120 div.anniversary120_btn a{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #f79400;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#anniversary120 div.anniversary120_btn a::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    right: 8%;
}

#anniversary120 #area_miniCP {
    display: flex;
    justify-content: space-around;
}
#anniversary120 #area_miniCP .miniCPbox {
    /* width: 60%;  1つの時 */
    width: 30%;/*  2つ以上の時 */
    width: 23%;/*  3つ以上の時 */
}
/* ↓2つ以上の時は以下のimg消す */
/*#anniversary120 #area_miniCP .miniCPbox img{
    text-align: center;
    display: block;
    width: 400px !important;
    margin: 0 auto;
}*/
/* ↑2つ以上の時は以上のimg消す */
#anniversary120 #area_miniCP .miniCPbox .Img120slider2 {
    width: 100%;
    margin: 0 auto;
}

#anniversary120 #area_miniCP .miniCPbox h4 {
    margin: 15px 0 0;
    padding: 5px 0;
    background: #000071;
    font-size: 16px;
    color: #fff;
}
#anniversary120 #area_miniCP .miniCPbox h4::before,
#anniversary120 #area_miniCP .miniCPbox h4::after{
    display: none;
}
#anniversary120 #area_miniCP .miniCPbox ol {
    width: 100%;
    margin-bottom: -15px;
}
#anniversary120 #area_miniCP .miniCPbox ol li {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
}
#anniversary120 #area_miniCP .miniCPbox p {
    font-size: 14px;
    text-align: left;
}

/* ----------------------------------------------------
 キティ投票
-------------------------------------------------------*/
#kitty_nakayoshi {
    width: 780px;
    margin: 80px auto 0;
}
#kitty_nakayoshi a{
    display: block;
    margin-bottom: 20px;
}
#kitty_nakayoshi img{
    width: 100%;
}


}


/*  slick 画像が全部出る対策 */
.sliderBox,
.Bannerslider,
.Img120slider,
.Img120slider2 {
  opacity: 0;
  transition: opacity .25s ease;
}
.sliderBox.slick-initialized,
.Bannerslider.slick-initialized,
.Img120slider.slick-initialized,
.Img120slider2.slick-initialized {
  opacity: 1;
}


@media screen and (min-width:500px) and ( max-width:759px) {
#title img.logo120{
    right: 10px;
    top: -30px;
    width: 12vw !important;
    height: auto !important;
}
}



