@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/*20221216*/
.hotel_plan_wrap .plan_box .plan_image .hoteltype,
.hotel_plan_wrap dl.plan_text dd ul li:nth-of-type(-n+2){display:none!important;}
/*20221216*/

/*PCSP*/
ul.osusume_shisetsu__ulbox{width: fit-content;}
#pc_header {margin-bottom: 0;}
h1, h2, h3, h4 {font-weight: bold;}
main {font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.disnone {display:none;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.spnone{display:none!important;}
input[disabled="disabled"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-text-fill-color: #222;
	opacity: 1;
}

/*setting*/
h2{
	border-left: 2px solid #0092db;
    font-size: 18px;
    padding: 15px 0 15px 10px;
    margin: 2% 2% 5%;
    font-weight: bold;
	color: #333;
}

h2 span{
	display: inline-block;
	font-size: 14px;
}
.width970{
	width:100%;
}

main {
    width: 100%;
}

main article {
	width: 100%;
	background:#efefef;
	padding: 20px 0;
}

/*キャンペーン・クーポン*/
#cp_coupon {margin-bottom: 25px;}
#cp_coupon h2 {
    border: none;
    /*background: #cb0100;*/
    text-align: center;
    margin: 15px 0 0;
    padding: 5px 0 10px;
    color: #555;
    text-shadow: none;
}
#cp_coupon div.osusume_theme_banner{
	background: #FFF;
    width: 48%;
    float: left;
    padding: 5px;
    margin: 1%;
    cursor: pointer;
    box-sizing: border-box;
}
#cp_coupon div.osusume_theme_banner img{
	width:100%;
	height: 100%;
}
#cp_coupon div.osusume_theme_banner h3{
    font-size: 14px;
    text-align: center;
    margin: 5% 0;
}
#cp_coupon div.osusume_theme_banner p {
    height: 72px;
	font-size: 14px;
    line-height: 1.3;
}

/*title*/
#title{
    background: url(../images/title_bg.jpg) no-repeat;
    background-size: cover;
    background-position: 75% 75%;
    padding-bottom: 10px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#title .titleImg {
	margin: 0 auto;
    padding: 10px 20px 10px;
    text-align: left;
}

h1 {
    font-size: 24px;
    color: #FFF;
    margin: 0 0 1% 0;
    text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
}

#title .titleImg p{
    font-size: 16px;
    color: #FFF;
	text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
.gadget_box {
    width: 94%;
    margin: 10px auto;
    padding: 15px;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
}

/*searchBox*/


/*クーポン配布中*/
#air_cpn {
    margin: 25px auto;
}
#air_cpn h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}
#air_cpn > li a{
	margin: 0 auto 5%;
	border: 1px solid #999;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 5px;
    padding: 10px;
	box-sizing: border-box;
    display: block;
}
#air_cpn a {color: #222;background: #FFF;}
#air_cpn li dt {
	width: 100%;
	height: 170px;
	font-size: 20px;
	text-align: center;
	border-bottom: 2px dotted #FFF;
	margin-bottom: 15px;
	padding-top: 25px;
	background: #e50012 url(../images/pb-pixta98381506.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#air_cpn li dt div {
	color: #e50012;
	font-size: 16px;
	margin: 0 auto 5px;
	padding: 2px 0;
	position: relative;
	width: 100px;
	background: #FFF;
	border-radius: 50px;
}
#air_cpn li dt p b {
	font-weight: bold;
    color: #fff;
    font-size: 2em;
}
#air_cpn li dt p small {
    font-size: 0.5em;
}
#air_cpn li dd > p {
	font-size: 18px;
	color: #e50012;
	margin-bottom: 10px;
	text-align: center;
}
#air_cpn li dd li {
	font-size: 13px;
    margin-bottom: 5px;
    color: #555;
    display: flex;
}
#air_cpn li dd li b {width: 90px;}

/*お知らせ*/
.notice {
	margin: 0 2%;
    padding-bottom: 18px;
    font-weight: normal;
    width: 96%;
}
.notice h2 {
	font-size: 16px;
    margin: 3px 5px;
    padding: 0;
    color: #222;
    border: none;
    text-align: center;
}
.notice .ankerLink strong {

}
.backAnker {
	width:100%;
    padding: 10px;
	box-sizing:border-box;
}
.backAnker p {
    border-bottom: 1px dotted #aaa;
	color: #222;
}
.backAnker p:last-child {
    border-bottom: none;
}
.ankerLink {
	font-size: 14px;
    text-align: left;
    padding: 10px;
    overflow: hidden;
    line-height: 1.8;
}
.ankerLink span {
	display: inline-block;
    padding: 0 10px 2px;
    margin: 0 8px;
    width: 58px;
    text-align: center;
    background: #0092db;
    color: #FFF;
}
.ankerLink b {
    display: inline-block;
    font-weight: normal;
}

/*nav*/
main nav ul li {
	width: 50%;
    float: left;
    position: relative;
    margin: 1px auto;
    padding: 12px 0 20px;
    border-right: 2px solid #ddd;
    box-sizing: border-box;
    line-height: 1.5;
    letter-spacing: 0.1em;
    background: #0092db;
}

main nav ul li:nth-of-type(even) {
	border-right: none;
}

main nav ul li:after{
	width: 8px;
    height: 8px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 24%;
    left: 48%;
    content: "";
}

main nav ul li a {
    height: 32px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    color: #FFF!important;
    display: block;
}

main nav ul li a img{
	width: 24px;
    height: 24px;
	/*filter: invert(80%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);*/
}

/*section*/
section{width:100%;padding-bottom: 30px;}
section .inner{
    width: 96%;
    margin: auto;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}

/*ポイント*/
/*#about_air_plan_wrap {
    margin-bottom: 2%;
	position: relative;
}
#pr_air h2 {
	width: 100%;
	border: none;
	margin: 0;
    padding: 20px 0;
	position: absolute;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 5px black;
}

#about_air_plan{
    padding-bottom: 10px;
    font-size: 13px;
    color: #fff;
    background: rgba(0,0,0,0.8);
}
.about_air_plan_choose{
    text-align: center;
}

#about_air_plan p{
	font-size: 12px;
	text-align: center;
	padding: 0 10px
}

#about_air_plan .square{
    width: 38%;
	padding: 5px 0;
	color:#FFF;
	text-align:center;
	display: inline-block;
}

#about_air_plan .circle{
	width: 23px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}*/

#pr_air .inner h2 {
    background: #FFF url(../images/tit_pr_air.jpg) no-repeat right 0;
	background-size: 100%;
    text-shadow: 2px 2px 2px white;
}

#pr_air li {
	font-weight: bold;
    text-align: center;
    line-height: normal;
    padding: 0 10px 10px;
    font-size: 16px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    background: #FFF;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

#pr_air li:nth-of-type(even) {
    border-right: none;
}

#pr_air li:nth-of-type(n+5) {
    border-bottom: none;
}
#pr_air li span {
	width: 100%;
    display: block;
    margin: 5% 0;
}

#pr_air li img {
	display: block;
    margin: 8% auto;
}

#pr_air li b {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

/*STEP*/
#flow_air_boarding .inner h2 {
    background: #FFF url(../images/tit_using_image.png) no-repeat right 0;
	background-size: 100%;
    text-shadow: 2px 2px 2px white;
}

#using_image_box h2 {
    background: #FFF url(../images/tit_using_image_2.png) no-repeat right 0;
	background-size: 100%;
    text-shadow: 2px 2px 2px white;
}

#flow_air_boarding div.inner > ol li{
	width: 25%;
    float: left;
    border: 1px solid #fff;
    border-bottom: none;
    color: #FFF;
    padding: 5px;
    background: #c5c5c5;
    box-sizing: border-box;
	list-style: none;
}

#flow_air_boarding div.inner > ol li.select_step{
	background: #0092db;
	position: relative;
}

#flow_air_boarding div.inner > ol li.select_step:after{
	content: "";
    border-left: 8px solid #0092db;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 20%;
    left: 100%;
}

#flow_air_boarding div.inner > ol li:nth-of-type(4):after,
#flow_air_boarding div.inner > ol li:last-child:after{
    display:none;
}

#flow_air_boarding div.inner > ol li h3{
	font-size: 11px;
	text-align: center;
}

#flow_air_boarding div.inner > ol li h3 span {
	background: #FFF;
    color: #aaa;
    margin: 0 auto 5%;
    padding: 0 5px;
    border-radius: 25px;
    width: 64%;
    display: block;
    text-align: center;
}

#flow_air_boarding div.inner > ol li.select_step h3 span {
    color: #0092db;
}

p.next_tab_link {
    font-size: 16px;
    font-weight: bold;
    color: #0092db;
    text-decoration: underline;
    text-underline-position: under;
	text-align: right;
}
.step_wrap {
    padding: 15px;
    border: 2px solid #0092db;
    margin: 1px;
}
.step_wrap > div > ul li{
    font-size: 14px;
    line-height: 1.5;
	padding-left: 10px;
    text-indent: -14px;
}

#flow_air_boarding div.inner > ol:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

span.ok_icon,
span.ng_icon{
	font-weight: bold;
    margin: 2% 0 1%;
    padding: 2px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}
span.ok_icon{
    color: #45bd13;
    border: 2px solid #45bd13;
}
span.ng_icon{
    color: #e3541d;
    border: 2px solid #e3541d;
}
.using_image{
	width:48%;
	margin:1%;
	float:left;
}
.using_image li{
	font-size: 12px;
    line-height: 2;
    background: #eee;
    margin-bottom: 1%;
    padding: 0 10px 5px;
    color: #020202;
	position: relative;
}
.using_image li.using_image__hovertab__select{
    background: #0092db;
	color: #FFF;
}
.using_image li.using_image__hovertab__select:after {
	content: "";
    border-left: 8px solid #0092db;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 20%;
    right: -5px;
}
.using_image__hoverimage{
	width:48%;
	margin: 8% 1% 1%;
	float:left;
}
.using_image__hoverimage li{
	position: relative;
}
.using_image__hoverimage li .preparing_now {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    padding: 50px 0 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 2px 2px 2px black;
}

/*-------------
plan
---------------*/
.hotel_plan_wrap .inner h2 {
    background: #FFF url(../images/tit_hotel.png) no-repeat right 0;
	background-size: 100%;
    text-shadow: 2px 2px 2px white;
}
.hotel_plan_wrap .travelplan_preparation_now {
    text-align: center;
    padding: 10% 0;
    font-size: 14px;
}

/*scrollbar*/
.sclooll__area::-webkit-scrollbar {height: 10px;}
.sclooll__area::-webkit-scrollbar-track {
	margin: 0 5px;
	background: #eee;
	border-radius: 5px;
}
.sclooll__area::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

/*エリアタブ*/
.hotel_plan_wrap .tab_areahotel_box {
	width: 100%;
    margin: auto;
    overflow-x: scroll;
}
.hotel_plan_wrap .tab_areahotel {
	width:660px;
	display: flex;
	margin-bottom: 2%;
}
.hotel_plan_wrap .tab_areahotel li {
	font-size: 15px;
    background: #FFF;
    text-align: center;
    width: 58px;
    margin: 0 1px 1%;
    line-height: 1.8;
}
.hotel_plan_wrap .tab_areahotel .tab_areahotel_select {
    background: #2184da;
    color: #FFF;
}

/*APIプラン*/
.hotel_plan_wrap .item_name{
	display: flex;
    background: #FFF;
	margin-bottom: 10px;
    padding: 10px;
}
.hotel_plan_wrap .item_name img{
	width:120px;
}
.hotel_plan_wrap .item_name dl{
	margin-left: 15px;
    font-size: 14px;
}
.hotel_plan_wrap .item_name dt{margin-bottom: 5px;}
.hotel_plan_wrap .item_name dd{line-height: 1.4;}
.hotel_plan_wrap .item_name .set-period{font-size: 12px;}
.hotel_plan_wrap .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
.hotel_plan_wrap .sclooll__area{margin-bottom: 28px;}
.hotel_plan_wrap .plan_box {
	width: 300px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin:0 10px 1% 0;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
	border: 1px solid #ddd;
}
.hotel_plan_wrap .plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_image img {
	width:280px;
	height:210px;
}
.hotel_plan_wrap .plan_box .plan_image .plan-kind{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #FFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
.hotel_plan_wrap .plan_box .plan_image .area{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.hotel_plan_wrap .plan_box .plan_image .area a{
	color:#FFF!important;
	text-decoration:none!important;
}
.hotel_plan_wrap .plan_box .plan_image .hoteltype{
    display: block;
    text-align: right;
}
.hotel_plan_wrap .plan_box .plan_text dt{margin-bottom: 5px;}
.hotel_plan_wrap .plan_box .plan_text dt h4{font-size: 15px;}
.hotel_plan_wrap .plan_box .plan_text dd li{
	margin-bottom: 24px;
    height: 72px;
    font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text dd li.pricebox{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address{
	font-size: 11px;
    height: auto;
    margin-bottom: 15px;
    line-height: 1.4;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dt{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dd:nth-of-type(2){height: 30px;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address img {
	width: 16px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
}
.hotel_plan_wrap .plan_box .plan_text dd li .facility-details{
	text-align: right;
    display: inline-block;
    width: 100%;
}
.hotel_plan_wrap .plan_box .plan_text dd li .icon{
	width: 60px;
    background: #F00;
    color: #FFF;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .price {
	font-weight: bold;
    color: red;
    font-size: 17px;
    display: inline-block;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .icon{
	display: inline-block;
    margin-right: 10px;
}
/*.hotel_plan_wrap .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}*/
.hotel_plan_wrap .plan_box .other_btn {
    width: 100%;
    display: flex;
}
.hotel_plan_wrap .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .other_btn a:nth-of-type(2) {text-align: right;}
.hotel_plan_wrap .availability{
	width:100%;
	clear:both;
	display:inline-block;
	text-align:right;
	font-size: 11px;
}
.hotel_plan_wrap .ranking_hotel__all_wrapper{position:relative;}

/*スクロール*/
#osusume_shisetsu .scroll_left_btn,
#osusume_shisetsu .scroll_right_btn {top: 215px;}
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 350px;
    display: block;
    z-index: 1;
	border: none;
}
.scroll_left_btn {left:5px;}
.scroll_right_btn {right:5px;}
.scroll_left_btn:before,
.scroll_right_btn:before {
    content: "";
    display: block;
	width: 0;
	height: 0;
}
.scroll_left_btn:before {
	margin: 0 0 0 6px;
	border-top: 5px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 5px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 8px;
	border-left: 7px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}
.sclooll__area {
	overflow-x: scroll;
    overflow-y: hidden;
}
.sclooll__area > ul{display:flex;}

/*おすすめ特集*/
#osusume_theme div.osusume_theme_banner{
	background: #FFF;
    width: 48%;
    float: left;
    padding: 8px;
    margin: 1%;
    cursor: pointer;
    box-sizing: border-box;
}

#osusume_theme div.osusume_theme_banner img{
	width:100%;
	height: 100%;
}

#osusume_theme div.osusume_theme_banner h3{
    font-size: 14px;
    text-align: center;
    margin: 5% 0;
}

#osusume_theme div.osusume_theme_banner p {
	font-size: 14px;
    line-height: 1.3;
}

/*観光情報*/
.osusume_area_dl h3{
	border-left: 2px solid #0092db;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    margin: 0 0 3%;
    font-weight: bold;
    color: #333;
}
.osusume_area_dl{
    width: 100%;
    background: #FFF;
    padding: 15px 0;
    box-sizing: border-box;
}
.osusume_area_dl:last-child{
    border-bottom: none;
}
.osusume_area_dl dt{
    width: 95%;
    margin: auto;
}
.osusume_area_dl dd{
	width: 92%;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin: 5% auto;
    padding-bottom: 20px;
    border-bottom: 1px dotted #aaa;
    box-sizing: border-box;
}
.osusume_area_dl p:nth-of-type(1){
	font-size: 16px;
	font-weight:bold;
}

/*空港情報*/
#access_airport .inner h2 {
    background: #FFF url(../images/tit_access_airport.png) no-repeat right 0;
	background-size: 100%;
    text-shadow: 2px 2px 2px white;
}
svg.airport_japanmap{display:none;}
#japan_map > img{display:none;}
.disnone_airport{display:block;}/*SPはスライドさせない*/

.airport{
	background: #FFF;
    width: 98%;
    float: left;
    padding: 8px 8px 0px 8px;
    margin: 1%;
    cursor: pointer;
    box-sizing: border-box;
}
.airport h3{
	width: 50%;
	font-size: 18px;
    text-align: center;
    border-bottom: 2px dotted #0092db;
    color: #0092db;
    padding: 5px 0;
}
.airport img{
	width:46%;
	margin: -24px 2% 2% 2%;
	float: left;
}
.airport p {
	width:46%;
	margin: 2%;
	float: left;
	font-size: 14px;
    line-height: 1.3;
}
.airport:nth-of-type(odd) h3 {
    margin: 0 0 0 50%;
}
.airport:nth-of-type(even) h3 {
    margin: 0;
}
.airport:nth-of-type(odd) img,
.airport:nth-of-type(odd) p {
	float: left;
}
.airport:nth-of-type(even) img,
.airport:nth-of-type(even) p {
	float: right;
}

/*Q&A*/
#qanda_box #qa_table_of_contents{
	margin: 0 0 10% 0;
    font-size: 14px;
}
#qanda_box #qa_table_of_contents ul{}
#qanda_box #qa_table_of_contents ul li:first-child{
	font-weight: bold;
    margin-bottom: 2%;
}
#qanda_box #qa_table_of_contents ul li{
	margin-bottom: 2%;
}

#qanda_box #qa_table_of_contents ul li b.qaicon {
    background: #007ab7;
    font-size: 12px;
    margin: 0 2% 1% 0;
    color: #FFF;
    width: 24px;
    height: 20px;
    text-align: center;
    float: left;
}

#qanda_box .inner h2 {
    background: #FFF url(../images/tit_qanda.png) no-repeat right 0;
	background-size: 100%;
    text-shadow: 2px 2px 2px white;
}

section#qanda_box .inner > h3{
    width: 100%;
	background:#007ab7;
	color:#FFF;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 1% 0;
    padding: 0px 10px;
    box-sizing: border-box;
	position: relative;
}

#qanda_box .inner > div {
    background: #FFF;
    width: 94%;
    margin: 0 auto 20px;
    padding: 10px;
}

#qanda_box .inner div > div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*#qanda_box .inner > div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}*/

#qanda_box .inner div > div {
    padding: 10px;
    margin-bottom: 3%;
    background: #fff;
}

#qanda_box b.qaicon {
    background: #007ab7;
    font-size: 14px;
    margin: 0 2% 1% 0;
    color: #FFF;
    width: 24px;
    height: 24px;
    text-align: center;
    float: left;
}

#qanda_box h4 {
    font-size: 16px;
    margin: 0 0 5% 0;
    padding-right: 24px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}

#qanda_box .inner > div p span{
	width:89%;
	float:left;
	display:block;
}

#qanda_box div p {
    font-size: 14px;
    line-height: 1.5;
}

#qanda_box table,
#qanda_box td,
#qanda_box th {
	border: 1px solid #595959;
	border-collapse: collapse;
	text-align: center;
}
table {
	width: 100%;
    font-size: 15px;
    background: #FFF;
	margin: 1% auto 0;
}
#qanda_box td,
#qanda_box th {
	padding: 10px;
}
#qanda_box th {
	background: #f0e6cc;
}

#qanda_box tbody tr th {
	width: 4%;
	vertical-align: middle;
}

#qanda_box tbody tr td {
	width: 48%;
}
.disnone_table{display:none;}
.call_table_btn{
	display: block;
    background: #0092db;
	margin-bottom: 2%;
    padding: 5px 10px;
    color: #fff;
    position: relative;
    width: 86%;
}
.call_table_btn:after{
	width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 25px;
    content: "+";
    color: #0092db;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 5%;
	font-size: 14px;
}
.call_table_btn:hover{
	cursor:pointer;
	opacity:1;
	text-decoration: none!important;
	color: #FFF!important;
}
.call_table_btn.open:after{
    content: "-";
	font-size: 13px;
}

#qanda_box h3:after {
    content: "\025bc";
    position: absolute;
    top: 0%;
    right: 2%;
    color: #fff;
}

#qanda_box h3.noactive:after {
    content: "\025b2";
    position: absolute;
    top: 0%;
    right: 2%;
    color: #fff;
}

/*btn*/
p.orangeBtn{clear:both;}
p.orangeBtn a,
p.blackBtn a{
	width: 100%;
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    color: #FFF;
    background: #ff9326;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    border-radius: 5px;
    box-sizing: border-box;
}
p.orangeBtn a:after,
p.blackBtn 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%;
}
p.blackBtn a {
    color: #000!important;
    border: 1px solid #000;
	background:none;
	font-size: 14px;
}
p.blackBtn a:after {filter: brightness(0.4);}

p.orangeBtn a:link,
p.orangeBtn a:visited,
p.orangeBtn a:active {
    text-decoration: none!important;
    color: #FFF!important;
}
p.blackBtn a:link
p.blackBtn a:link
p.blackBtn a:link {
    text-decoration: none!important;
    color: #000!important;
}

/*tripa*/
#useWrap .inner h2 {
    background: #FFF url(../images/tit_tripa.png) no-repeat right 0;
	background-size: 100%;
    text-shadow: 2px 2px 2px white;
}
#useWrap .inner div {
    overflow: hidden;
    padding: 15px;
    margin: 0 0 0 0;
    background: #FFF;
    float: none !important;
    width: auto !important;
    border-bottom: 1px dashed #CCC;
}

#useWrap .inner div p {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
    height: 100px;
	overflow:hidden;
	position:relative;
}

#useWrap .inner div p img{
	width:100%;
	height:auto;
}

#useWrap .inner div dl {
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
}

#useWrap .inner div dl dt {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
}
#useWrap .inner div dl dd{
	font-size:14px;
}

#useWrap .inner div dl dd > span{
	display:block;
	margin:5px 0 0 0;
	font-size:
}

#useWrap .inner div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}

#useWrap .inner div dl dd > span span{
	color:#F69;
	display:inline;
}

/*その他*/
#wrapper #middleArea, #wrapper #anchorlinks {
	width: 98%;
    margin: 0 1% 3% !important;
    padding: 5px 0!important;
    box-sizing: border-box;
    font-size: 12px;
}
#wrapper #pastlist {
	width: 98%;
    margin: 2% !important;
    padding: 5px 0!important;
    box-sizing: border-box;
    font-size: 12px;
}

/*banner*/
.slick_area2 > div{text-align: center;font-size: 14px;}
.pr_banner, .pr_banner img {
    width: 94%;
	height: auto;
    margin: 3% auto;
    display: block;
}
.slick_area2 .slick-prev,
.slick_area2 .slick-next {
    top: 50%;/*top: 42%;*/
}
/*.slick_area2 .slick-dots {
    display: block;
    margin: 10px auto;
    width: fit-content;
	width: -moz-fit-content;
	height: 12px;
}
.slick_area2 .slick-dots li{
	width: 14px;
    height: 14px;
    float: left;
    margin: 0 5px;
	box-shadow: none;
	box-sizing: content-box!important;
	background:none!important;
}
.slick_area2 .slick-dots li button{
	width: 14px;
    height: 14px;
    text-indent: -5000px;
    border-radius: 12px;
    border: 1px solid #999;
	background: #999;
}
.slick_area2 .slick-dots li[aria-hidden="true"] button {
	background: #FFF;
}*/

/*add 20230417 for_advertising*/
h2.for_advertising_head {
	width: 96%;
    border: none;
    margin: 5px 2% 0;
    padding: 2px 0px 4px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    background: #ff9326;
}
#for_advertising_head {
	width: 96%;
    font-size: 12px;
    color: #222;
    margin: 0 2%;
	display: flex;
}
#for_advertising_head li{
	width: 50%;
    background: #FFF;
    float: left;
    margin: 1px;
    padding: 50px 0 5px;
    border: 1px solid #222;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
#for_advertising_head li:after {
	content: "";
    position: absolute;
    top: 10px;
    left: calc(50% - 14px);
    width: 32px;
    height: 32px;
}
#for_advertising_head li.point1:after {
    background: url(../images/ic_point01.png) no-repeat;
    background-size: 100%;
}
#for_advertising_head li.point2:after {
    background: url(../images/ic_point02.png) no-repeat;
    background-size: 100%;
}

#for_advertising_head_price{
	width: 96%;
	margin: 0 2%;
	padding: 5px 5px 0;
	display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
	border: 2px solid #ff9326;
	background: #FFF;
	box-sizing: border-box;
}
#for_advertising_head_price li{
	width: 100%;
	margin-bottom: 5px;
    padding: 5px 0;
    background: #FFF;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 16px;
}
#for_advertising_head_price li strong{
	width: 100%;
    display: inline-block;
    font-weight: bold;
}
#for_advertising_head_price li b{
	font-size: 20px;
    color: red;
}
#title .price_txt {
	border: none;
    text-align: right;
    width: 98%;
    font-size: 12px;
    background: none;
    margin: 0;
    padding: 0 0 5px;
}

/*quick*/
#quick_search{
	font-size: 16px;
    text-indent: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #22279a;
    text-align: center;
}
#for_advertising_quick li {
	width: calc(94% / 3);
    margin: 0 1% 3%;
    float: left;
}
#for_advertising_quick li a {
    border: 1px solid #999;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
	background: #FFF;
    color: #22279a;
    border-radius: 5px;
    text-align: center;
    display: block;
}
#osusume_shisetsu .plan_box .plan_image .hoteltype,
#osusume_shisetsu dl.plan_text dd ul li:nth-of-type(-n+2) {
     display: block!important; 
}

/*banner*/
.bnr640{
	width: 98%;
    height: auto;
    display: block;
    margin: 0 auto 5px;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
.pcnone{display:none!important;}
.disflex_pc{display:flex;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*setting*/
#Head01 {
    margin-bottom: 0;
}

h2{
	text-shadow: 3px 2px 2px rgb(255 255 255);
    font-size: 24px;
    padding: 28px 28px 28px 48px;
    border-left: 4px solid #0092db;
    color: #222;
    margin-bottom: 3%;
}
.width970{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin:0 auto;
}

main {
    width: 100%;
	letter-spacing: 0.2em;
}

main article {
	width: 100%;
	background:#efefef;
}

/*キャンペーン・クーポン*/
#cp_coupon h2 {
    border: none;
    /*background: #cb0100;*/
    text-align: center;
    margin: 25px 0 0;
    padding: 5px 0 10px;
    color: #555;
    text-shadow: none;
}
#cp_coupon div.osusume_theme_banner{
	background: #FFF;
    width: 23%;
    float: left;
    padding: 8px;
    margin: 1%;
    cursor: pointer;
    box-sizing: border-box;
}
#cp_coupon div.osusume_theme_banner img{
	width:100%;
	height: 100%;
}
#cp_coupon div.osusume_theme_banner h3{
    font-size: 14px;
    text-align: center;
    margin: 5% 0;
}
#cp_coupon div.osusume_theme_banner p {
    height: 60px;
	font-size: 14px;
    line-height: 1.3;
}

/*title*/
#title {
    width: 100%;
    background: url(../images/title_bg.jpg) no-repeat 50% 100%;
    padding-bottom: 10px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-size: cover;
}

#title .titleImg {
	width: 100%;
	max-width:950px;
	min-width:760px;
    margin: 0 auto;
    padding: 25px 0 25px 50px;
    text-align: left;
    box-sizing: border-box;
}

h1 {
	font-size: 32px;
    color: #FFF;
    margin: 0 auto 1%;
    text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
}

#title .titleImg p{
    font-size: 18px;
    color: #FFF;
	text-shadow: 1px 2px 3px rgb(0 0 0);
}

/*searchBox*/
.gadget_box {
	width: 100%;
	max-width: 950px;
	min-width: 760px;
	font-size: 16px;
	margin: 20px auto;
	padding: 15px;
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	cursor: pointer;
}
.gadget_box input{
	width: 100%;
	outline:none;
}
.gadget_box input[type*="radio"]{width: auto;}

/*クーポン配布中*/
#air_cpn {
	width: 80%;
    display: flex;
    margin: 25px auto;
	gap:1%;
}
#air_cpn h3 {
    text-align: center;
    margin-bottom: 25px;
}
#air_cpn > li {margin: auto;}
#air_cpn > li a{
	width: 370px;
	margin: 0 auto 2%;
	border: 1px solid #999;
    box-shadow: 1px 1px 5px #ccc;
    border-radius: 5px;
    padding: 10px;
	box-sizing: border-box;
    display: block;
}
#air_cpn a {color: #222;background: #FFF;}
#air_cpn li dt {
	width: 100%;
	height: 170px;
	font-size: 20px;
	text-align: center;
	border-bottom: 2px dotted #FFF;
	margin-bottom: 15px;
	padding-top: 25px;
	background: #e50012 url(../images/pb-pixta98381506.jpg) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#air_cpn li dt div {
	color: #e50012;
	font-size: 16px;
	margin: 0 auto 5px;
	padding: 2px 0;
	position: relative;
	width: 100px;
	background: #FFF;
	border-radius: 50px;
}
#air_cpn li dt p b {
	font-weight: bold;
    color: #fff;
    font-size: 2em;
}
#air_cpn li dt p small {
    font-size: 0.5em;
}
#air_cpn li dd > p {
    font-size: 18px;
    color: #e50012;
    margin-bottom: 15px;
    height: 52px;
    /*display: grid;*/text-align: center;
    align-items: center;
}
#air_cpn li dd li {
	font-size: 13px;
    margin-bottom: 5px;
    color: #555;
    display: flex;
}
#air_cpn li dd li b {width: 90px;}

/*お知らせ*/
.notice {
    padding: 20px;
	background: #FFF;
}
.notice h2 {
	font-size: 22px;
    margin: 0 0 12px 0;
    padding: 0;
    color: #222;
    border: none;
    text-align: center;
}
.notice .ankerLink strong {
    display: inline-block;
    margin-left: 112px;
}
.backAnker {
	margin: 20px auto;
    padding: 15px;
	width: 100%;
	max-width:980px;
	min-width:760px;
}
.backAnker p {
	color: #222;
	padding: 10px;
    border-bottom: 1px dotted #aaa;
	line-height: 2;
}
.backAnker p:last-child {
    border-bottom: none;
}
.ankerLink {
    font-size: 16px;
    text-align: left;
    padding: 15px;
    overflow: hidden;
}
.ankerLink span {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin: 0 15px;
    width: 76px;
    text-align: center;
	background: #0092db;
    color: #FFF;
}
.ankerLink b {
	margin-left: 200px;
    display: inline-block;
    font-weight: normal;
}

/*nav*/
main nav{
	width: 100%;
	background: #fff;
}

main nav ul li {
	width: 25%;
    float: left;
    position: relative;
    margin: 5px auto;
    padding: 12px 0 20px;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    line-height: 1.5;
    letter-spacing: 0.1em;
    background: #0092db;
}

main nav ul li:last-child {
	border-right: none;
}

main nav ul li:after{
	width: 8px;
    height: 8px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: 24%;
    left: 48%;
    content: "";
}

main nav ul li a {
    height: 32px;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    color: #FFF!important;
    display: block;
}

main nav ul li a img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    filter: invert(88%) sepia(100%) saturate(2929%) hue-rotate(-26deg) brightness(99%) contrast(104%);
}

main nav ul li a:hover {
    text-decoration: none!important;
	opacity:0.6;
}

/*section*/
section{
	width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
	z-index: 2;
}
section .inner{
	width: 100%;
	max-width:1200px;
	min-width:760px;
	margin: auto;
    padding: 50px 25px;
    background: #fff;
    box-sizing: border-box;
	position: sticky;
	z-index: 3;
}

/*ポイント*/
/*#about_air_plan_wrap {
	width: 100%;
    background: #FFF url(../images/pr_air.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 264px;
    position: relative;
    margin-bottom: 2%;
	line-height: 1.2;
}
#pr_air h2 {
	border: none;
    font-size: 40px;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 5px black;
}

#about_air_plan {
	width: 100%;
    padding-bottom: 16px;
    font-size: 20px;
    color: #fff;
    background: rgba(140,58,5,0.2);
    position: absolute;
    bottom: 0;
    text-shadow: 1px 1px 5px black;
}
.about_air_plan_choose{
    width: 100%;
    margin: auto;
    text-align: center;
}

#about_air_plan p{
	font-size: 16px;
	text-align: center;
	letter-spacing: 0;
}

#about_air_plan .square{
	width:47%;
	padding: 10px 0;
	text-align:center;
	display: inline-block;
}

#about_air_plan .circle{
	width:4%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    font-size: 36px;
}*/

#pr_air {
    line-height: 1.5;
}

#pr_air .inner h2 {
	background: #FFF url(../images/tit_pr_air.jpg) no-repeat right 0;
}

#pr_air li {
	font-weight: bold;
    text-align: center;
    margin: 3%;
    padding: 0 10px 10px;
    font-size: 16px;
    width: 27.33333%;
    float: left;
    box-sizing: border-box;
    background: #FFF;
    border: 2px solid #999;
}

#pr_air li span {
	width: 100%;
    display: block;
    margin: 5% 0;
}

#pr_air li img {
	display: block;
    margin: 8% auto;
}

#pr_air li b {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

/*STEP*/
#flow_air_boarding {
    line-height: 1.8;
}

#flow_air_boarding .inner h2 {
    background: #FFF url(../images/tit_using_image.png) no-repeat right 0;
}

#using_image_box h2 {
    background: #FFF url(../images/tit_using_image_2.png) no-repeat right 0;
}

#flow_air_boarding div.inner > ol{
	display: flex;
    border-bottom: 3px solid #0092db;
}

#flow_air_boarding div.inner > ol li{
	width: 15%;
    border: 2px solid #0092db;
    border-bottom: none;
    color: #0092db;
    margin: 0 1px 0;
    padding: 10px;
    /* background: #c5c5c5; */
    box-sizing: border-box;
    cursor: pointer;
}

#flow_air_boarding div.inner > ol li:not(.select_step):hover{
    background: #0092db;
    color: #FFF;
	opacity:0.5;
	transition: 0.5s ;
}

#flow_air_boarding div.inner > ol li:not(.select_step):hover h3{
    color: #FFF!important;
	transition: 0.0.3s ;
}

#flow_air_boarding div.inner > ol li:not(.select_step):hover{
    color:#FFF;
}

#flow_air_boarding div.inner > ol li.select_step{
	background: #0092db;
	color: #FFF;
    position: relative;
}

#flow_air_boarding div.inner > ol li.select_step:after{
    content: "";
    border-left: 12px solid #0092db;
    border-top: 38px solid transparent;
    border-bottom: 38px solid transparent;
    position: absolute;
    top: 0%;
    right: -10px;
}

#flow_air_boarding div.inner > ol li:last-child:after{
    display:none;
}

#flow_air_boarding div.inner > ol li:not(.select_step):hover h3,
#flow_air_boarding div.inner > ol li:not(.select_step):hover h3 span{
	color: #0092db;
}

#flow_air_boarding div.inner > ol li h3{
	font-size: 16px;
	text-align: center;
}

#flow_air_boarding div.inner > ol li h3 span {
	background: #FFF;
    color: #0092db;
    margin: 0 auto 5%;
    padding: 0 5px;
    border-radius: 25px;
    width: 64%;
    display: block;
    text-align: center;
}

#flow_air_boarding div.inner > ol li.select_step h3 span {
	color: #0092db;
}
.step_wrap {
    padding: 25px 15px;
    border: 3px solid #0092db;
    border-top: none;
}
.step_wrap > div > ul li{
    font-size: 16px;
    line-height: 1.5;
	padding-left: 20px;
    text-indent: -20px;
}

p.next_tab_link {
    font-size: 16px;
    font-weight: bold;
    color: #0092db;
    text-decoration: underline;
    text-underline-position: under;
	text-align: right;
	cursor:pointer;
}

p.next_tab_link:hover {
    opacity:0.8;
}

span.ok_icon,
span.ng_icon{
	font-weight: bold;
    margin: 5% 0 2%;
    padding: 3px;
    border-radius: 5px;
    font-size: 24px;
    display: inline-block;
}
span.ok_icon{
    color: #45bd13;
    border: 3px solid #45bd13;
}
span.ng_icon{
    color: #e3541d;
    border: 3px solid #e3541d;
}
.using_image{
	width:550px;
	float:left;
	display:block;
	margin-right:20px;
}
.using_image li{
	font-size: 18px;
    line-height: 2;
    background: #eee;
    margin-bottom: 1%;
    padding: 0 10px 5px;
    color: #020202;
	position: relative;
	cursor:pointer;
}
.using_image li.using_image__hovertab__select{
    background: #0092db;
}
.using_image li.using_image__hovertab__select:after {
    content: "";
	border-left: 18px solid #0092db;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
    position: absolute;
	top: 5%;
    right: -12px;
}
.using_image__hoverimage{
	width:400px;
	float:left;
	display:block;
}
.using_image__hoverimage li{
	position: relative;
}
.using_image__hoverimage li .preparing_now {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    padding: 120px 0 0 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 2px 2px 2px black;
}

/*-------------
plan
---------------*/
.hotel_plan_wrap {line-height: 1.5;}
.hotel_plan_wrap .inner h2 {background: #FFF url(../images/tit_hotel.png) no-repeat right 0;}
.hotel_plan_wrap .travelplan_preparation_now {
    text-align: center;
    padding: 5% 0;
    font-size: 16px;
}

/*scrollbar*/
.sclooll__area::-webkit-scrollbar {height: 10px;}
.sclooll__area::-webkit-scrollbar-track {
	margin: 0 5px;
	background: #eee;
	border-radius: 5px;
}
.sclooll__area::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

/*エリアタブ*/
.hotel_plan_wrap .tab_areahotel {
    display: flex;
    margin-bottom: 2%;
}
.hotel_plan_wrap .tab_areahotel li {
	font-size: 16px;
    background: #FFF;
    text-align: center;
    width: 9.1%;
    margin: 0 1px;
    line-height: 1.8;
}
.hotel_plan_wrap .tab_areahotel li:hover {
    opacity: 0.8;
    cursor: pointer;
}
.hotel_plan_wrap .tab_areahotel .tab_areahotel_select {
    background: #2184da;
    color: #FFF;
}

/*APIプラン*/
.hotel_plan_wrap .item_name{
	display: flex;
    background: #FFF;
	margin-bottom: 10px;
    padding: 15px;
}
.hotel_plan_wrap .item_name img{
	width:120px;
	height:90px;
}
.hotel_plan_wrap .item_name dl{
	margin-left: 28px;
    font-size: 14px;
	padding: 5px 0;
}
.hotel_plan_wrap .item_name dt{margin-bottom: 10px;}
.hotel_plan_wrap .item_name dd{line-height: 1.5;}
.hotel_plan_wrap .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
.hotel_plan_wrap .sclooll__area{margin-bottom: 28px;}
.hotel_plan_wrap .plan_box {
	width: 300px;
	/*box-sizing: border-box;*/
	display: block;
	float: left;
	margin:0 10px 1% 0;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	border: 1px solid #ddd;
}
.hotel_plan_wrap .plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_image img {
	width: 100%;
    height: 210px;
}
.hotel_plan_wrap .plan_box .plan_image .plan-kind{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #FFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
.hotel_plan_wrap .plan_box .plan_image .area{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
.hotel_plan_wrap .plan_box .plan_image .area a,
.hotel_plan_wrap .plan_box .plan_image .area a:hover{
	color:#FFF!important;
	text-decoration:none!important;
}
.hotel_plan_wrap .plan_box .plan_image .hoteltype{
    display: block;
    text-align: right;
}
.hotel_plan_wrap .plan_box .plan_text dt{margin-bottom: 5px;}
.hotel_plan_wrap .plan_box .plan_text dt h4{font-size: 15px;}
.hotel_plan_wrap .plan_box .plan_text dd li{
	margin-bottom: 24px;
    height: 72px;
    font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text dd li.pricebox{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address{
	font-size: 11px;
    height: auto;
    margin-bottom: 15px;
    line-height: 1.4;
	position: relative;
}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dt{margin-bottom: 0;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dd{height: 30px;}
.hotel_plan_wrap .plan_box .plan_text dd li.hotel_address img {
	width: 16px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
	right:0;
}
.hotel_plan_wrap .plan_box .plan_text dd li .facility-details{
	text-align: right;
    display: inline-block;
    width: 100%;
}
.hotel_plan_wrap .plan_box .plan_text dd li .icon{
	width: 60px;
    background: #F00;
    color: #FFF;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .price {
	font-weight: bold;
    color: red;
    font-size: 17px;
    display: inline-block;
}
.hotel_plan_wrap .plan_box .plan_text .pricebox .icon{
	display: inline-block;
    margin-right: 10px;
}
/*.hotel_plan_wrap .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}*/
.hotel_plan_wrap .plan_box .other_btn {
    width: 100%;
    display: flex;
}
.hotel_plan_wrap .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 12px;
}
.hotel_plan_wrap .plan_box .other_btn a:nth-of-type(2) {text-align: right;}
.hotel_plan_wrap .availability{
	width:100%;
	clear:both;
	display:inline-block;
	text-align:right;
}
.hotel_plan_wrap .ranking_hotel__all_wrapper{position:relative;}

/*スクロール*/
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 350px;
    display: block;
    z-index: 1;
	border: none;
}
#osusume_shisetsu .scroll_left_btn,
#osusume_shisetsu .scroll_right_btn {top: 215px;}
.scroll_left_btn {left:5px;}
.scroll_right_btn {right:5px;}
.scroll_left_btn:before,
.scroll_right_btn:before {
    content: "";
    display: block;
	width: 0;
	height: 0;
}
.scroll_left_btn:before {
	margin: 0 0 0 5px;
	border-top: 5px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 5px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 8px;
	border-left: 7px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}
.sclooll__area {
	overflow-x: scroll;
    overflow-y: hidden;
}
.sclooll__area > ul{display:flex;}

/*おすすめ特集*/
#osusume_theme .inner h2 {
    background: #FFF url(../images/tit_01.png) no-repeat right 0;
}

#osusume_theme div.osusume_theme_banner{
	background: #FFF;
    width: 23%;
    float: left;
    padding: 10px;
    margin: 0 1%;
    cursor: pointer;
    box-sizing: border-box;
}

div.osusume_theme_banner:hover{opacity:0.8;}

#osusume_theme div.osusume_theme_banner img{
	width:100%;
	height: 100%;
}

#osusume_theme div.osusume_theme_banner h3{
    font-size: 15px;
    text-align: center;
    margin: 5% 0;
}

/*観光情報*/
.osusume_area_dl .inner h2 {
    background: #FFF url(../images/tit_01.png) no-repeat right 0;
}
.osusume_area_dl{
    width: 100%;
	background:#FFF;
    padding: 24px;
    box-sizing: border-box;
	position:relative;
}
.osusume_area_dl dt{
	border-left: 2px solid #0092db;
    font-size: 22px; 
    padding: 5px 0 5px 10px;
    margin: 0 0 3%;
    font-weight: bold;
    color: #333;
}
.osusume_area_dl dd.osusume_area_dl_left {
	width: 28%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 2%;
}
.osusume_area_dl dd.osusume_area_dl_left h4{
    margin: 1% 0 1% 2%;
    padding: 0;
}
.osusume_area_dl dd.osusume_area_dl_left p{
    margin: 1% 0 1% 2%;
    padding: 0;
}
.osusume_area_dl dd.osusume_area_dl_right {
	width:70%;
	float:left;
	padding:5px;
	box-sizing:border-box;
}
.osusume_area_dl dd.osusume_area_dl_right div{
	clear: both;
    margin-bottom: 8%;
	height:120px;
}
.osusume_area_dl dd.osusume_area_dl_right img{
	width: 25%;
    float: left;
    margin-right: 2%;
}
.osusume_area_dl dd.osusume_area_dl_right h4{
    margin: 0 0 1% 2%;
    padding: 0;
}
.osusume_area_dl dd.osusume_area_dl_right p{
    margin: 1% 0 1% 2%;
    padding: 0;
}
.osusume_area_dl dd img{
	width:100%;
}

/*空港情報*/
#access_airport .inner {
    padding-bottom: 240px;
}

#access_airport .inner h2 {
    background: #FFF url(../images/tit_access_airport.png) no-repeat right 0;
}
svg.airport_japanmap{
	width: 750px;
    margin: auto;
    display: block;
}
.cls-1{isolation:isolate;}.cls-2{fill:#cfdcdc;}.cls-3{fill:#007ab7;}
.japan_airportline {
    position: absolute;
    width: 860px;
    top: 66px;
    left: -45px;
}

#japan_map{
	width: 761px;
    margin: auto;
    position: relative;
}
.disnone_airport{display:none;}
.airport{
	width: 200px;
    position: absolute;
    background: #FFF;
}
.airport.kuh{
	top: 51px;
    right: -200px;
	z-index: 10;
}
.airport.cts{
	top: 92px;
    right: 240px;
	z-index: 10;
}
.airport.sdj{
	top: 360px;
    right: -64px;
    z-index: 9;
}
.airport.nrt{
	top: 480px;
    right: -72px;
    z-index: 8;
}
.airport.hnd{
	top: 578px;
    right: -50px;
	z-index: 7;
}
.airport.ngo{
	top: 398px;
    left: 84px;
    z-index: 8;
}
.airport.itm{
	top: 630px;
    left: 440px;
	z-index: 7;
}
.airport.shm{
	top: 696px;
    left: 360px;
    z-index: 5;
}
.airport.ukb{
	top: 497px;
    left: 0x;
	z-index: 6;
}
.airport.fuk{
    top: 571px;
    left: -100px;
	z-index: 6;
}
.airport.koj{
	top: 675px;
    left: -110px;
    z-index: 5;
}
.airport.oka{
	top: 150px;
    left: -100px;
	z-index: 10;
}
.airport h3{
    padding: 3px 0 5px 10px;
    font-weight: normal;
    color: #222;
    border-bottom: 1px solid #222;
    letter-spacing: 0;
}
.airport h3:after{
	width: 24px;
    height: 24px;
    background: #222;
    border-radius: 25px;
    content: "+";
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 4px;
    right: 5%;
}
.airport h3.open:after{
    content: "-";
	font-size: 17px;
}
.airport h3:hover{
	cursor:pointer;
	opacity:0.5;
}
.airport img{
	width:200px;
}
.airport p {
    padding: 10px;
    line-height: 1.4;
}

/*Q&A*/
#qanda_box #qa_table_of_contents{
	margin: 0 0 5% 0;
    font-size: 16px;
}
#qanda_box #qa_table_of_contents ul{
	width:48%;
	display:block;
	float:left;
	margin: auto 1%;
}
#qanda_box #qa_table_of_contents ul li:first-child{
	font-weight: bold;
    margin-bottom: 5%;
	font-size: 16px;
}
#qanda_box #qa_table_of_contents ul li{
	margin-bottom: 5%;
}

#qanda_box #qa_table_of_contents ul li b.qaicon {
    background: #007ab7;
    font-size: 14px;
    margin: 0 2% 1% 0;
    color: #FFF;
    width: 24px;
    height: 20px;
    text-align: center;
    float: left;
}

#qanda_box .inner h2 {
    background: #FFF url(../images/tit_qanda.png) no-repeat right 0;
}

section#qanda_box .inner > h3{
	font-size: 28px;
    color: #fff;
    background: #007ab7;
    line-height: 1.8;
	margin-bottom: 1%;
    padding: 0px 15px 3px;
	position: relative;
	cursor:pointer;
}

section#qanda_box div > h3:hover{
	opacity:0.8;
}

#qanda_box .inner > div {
	margin: 30px 0;
    padding: 10px;
    background: #fff;
}

#qanda_box .inner div > div {
    padding: 10px;
    margin-bottom: 3%;
    background: #fff;
}

#qanda_box b.qaicon {
    background: #007ab7;
    font-size: 18px;
    margin: 0 10px 1% 0;
    color: #FFF;
    width: 38px;
    height: 38px;
    text-align: center;
    float: left;
}

#qanda_box h4 {
    font-size: 18px;
    margin: 0 0 2% 0;
    padding-right: 24px;
    /*color: #007ab7;*/
    line-height: 1.8;
    width: 100%;
    text-align: left;
    position: relative;
    box-sizing: border-box;
	letter-spacing: 0.05em;
}

#qanda_box .inner > div p span{
	/*width: 100%;*/
    display: block;
    margin-left: 50px;
}

#qanda_box div p {
    font-size: 16px;
    line-height: 1.8;
}

#qanda_box table,
#qanda_box td,
#qanda_box th {
	border: 1px solid #595959;
	border-collapse: collapse;
	text-align: center;
}
table {
	width: 100%;
    font-size: 16px;
    background: #FFF;
	margin-top: 2%;
}
#qanda_box td,
#qanda_box th {
	padding: 10px;
}
#qanda_box th {
	background: #f0e6cc;
}

#qanda_box tbody tr th {
	width: 4%;
}

#qanda_box tbody tr td {
	width: 48%;
}
.disnone_table{display:none;}
.call_table_btn{
	background: #0092db;
    padding: 5px 48px 5px 10px;
    color: #fff;
    position: relative;
    width: 160px;
    vertical-align: top;
    text-decoration: none;
	display: inline-block;
}
.call_table_btn:after{
	width: 25px;
    height: 26px;
    background: #FFF;
    border-radius: 25px;
    content: "+";
    color: #0092db;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 19%;
    right: 5%;
    font-size: 14px;
    padding: 0 0 0 2px;
}
.call_table_btn.open:after{
    content: "-";
	font-size: 13px;
}
.call_table_btn:hover{
	cursor:pointer;
	opacity:0.5;
	text-decoration: none!important;
	color: #222!important;
}

#qanda_box h3:after {
    content: "\025bc";
    position: absolute;
    top: 0%;
    right: 2%;
    color: #fff;
}

#qanda_box h3.noactive:after {
    content: "\025b2";
    position: absolute;
    top: 0%;
    right: 2%;
    color: #fff;
}

/*btn*/
p.orangeBtn,p.blackBtn{
	width:100%;
	clear:both;
}
p.orangeBtn a,
p.blackBtn a{
	width: 90%;
    display: block;
    margin: 20px auto;
    padding: 15px 5px;
    color: #FFF;
    background: #ff9326;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
}
p.orangeBtn a:after,
p.blackBtn a:after{
	content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    top: 42%;
    right: 3%;
    background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
}
p.blackBtn a{
	color: #000!important;
    background: none;
    border: 1px solid #000;
}
p.blackBtn a:after {filter: brightness(0.4);}
p.orangeBtn a:hover,p.blackBtn a:hover{opacity:0.8;}
p.orangeBtn a:link,
p.orangeBtn a:visited,
p.orangeBtn a:hover,
p.orangeBtn a:active, {
    text-decoration: none!important;
    color: #FFF!important;
}
p.blackBtn a:link
p.blackBtn a:visited
p.blackBtn a:hover
p.blackBtn a:active {
    text-decoration: none!important;
    color: #000!important;
}

/*tripa*/
#useWrap {
    line-height: 1.5;
}

#useWrap .inner h2 {
    background: #FFF url(../images/tit_tripa.png) no-repeat right 0;
}

#useWrap {
    margin-bottom: 30px;
}

#useWrap .inner div {
	width: 100%;
    overflow: hidden;
    padding: 15px;
    margin: 0 0 0 0;
    background: #FFF;
    float: none !important;
    border-bottom: 1px dashed #CCC;
    box-sizing: border-box;
}

#useWrap .inner div p {
	float: left;
    margin: 0 2% 0 0;
    width: 20%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

#useWrap .inner div p img{
	width:100%;
	height:auto;
}

#useWrap .inner div dl {
    overflow: hidden;
    display: block;
    padding: 0;
	float: left;
    width: 78%;
}

#useWrap .inner div dl dt {
	font-size: 18px;

    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 0.05em;
}
#useWrap .inner div dl dd{
	font-size:14px;
}

#useWrap .inner div dl dd > span{
	display:block;
	margin:5px 0 0 0;
	font-size:
}

#useWrap .inner div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}

#useWrap .inner div dl dd > span span{
	color:#F69;
	display:inline;
}

/*その他*/
#wrapper #middleArea, #wrapper #anchorlinks {
    padding: 15px 0 0;
}

#wrapper #pastlist {
	width: 96%!important;
    max-width: 1200px;
    min-width: 760px;
	margin: 2% auto 0!important;
    padding: 0;
}

#Foot.kokunai_footer {
    position: sticky!important;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto;
    z-index: 1;
}

/*banner*/
.slick_area2 > div{text-align: center;font-size: 18px;}
.slick_area2 .pr_banner,
.slick_area2 .pr_banner img {
	width: 640px;
	height: auto;
    margin: 0 auto;
    display: block;
}
.slick_area2 .slick-prev,
.slick_area2 .slick-next {
    top: 50%;
}

p.cp_btn{display: flex;}
p.cp_btn a{
    width: 23%;
    margin: 1%;
}

/*.slick_area2 .slick-dots {
    display: block;
    margin: 10px auto;
    width: fit-content;
	width: -moz-fit-content;
	height: 12px;
}
.slick_area2 .slick-dots li{
	width: 12px;
    height: 12px;
    float: left;
    margin: 0 5px;
	box-shadow: none;
	box-sizing: content-box!important;
	background:none!important;
}
.slick_area2 .slick-dots li button{
	width: 12px;
    height: 12px;
    text-indent: -5000px;
    border-radius: 12px;
    border: 1px solid #999;
	background: #999;
}
.slick_area2 .slick-dots li[aria-hidden="true"] button {
	background: #FFF;
}*/

/*add 20230417 for_advertising*/
h2.for_advertising_head {
	width: 100%;
	max-width:970px;
	min-width:760px;
    border: none;
    margin: 5px auto 0;
    padding: 0px 0px 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
	text-shadow: none;
	background: #ff9326;
}
#for_advertising_head {
	width: 100%;
	max-width:972px;
	min-width:760px;
    font-size: 16px;
    color: #222;
    margin: 0 auto;
	display: flex;
}
#for_advertising_head li{
	width: calc((100% / 2) - 2px);
    background: #FFF;
    float: left;
    margin: 1px;
    padding: 55px 0 15px;
    border: 1px solid #222;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
#for_advertising_head li:after {
    content: "";
	position: absolute;
	top: 10px;
    left: calc(50% - 24px);
    width: 32px;
    height: 32px;
}
#for_advertising_head li.point1:after {
    background: url(../images/ic_point01.png) no-repeat;
    background-size: 100%;
}
#for_advertising_head li.point2:after {
    background: url(../images/ic_point02.png) no-repeat;
    background-size: 100%;
}

#for_advertising_head_price{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    border: 2px solid #ff9326;
    border-top: none;
    background: #FFF;
    box-sizing: border-box;
}
#for_advertising_head_price li{
	width: calc((100% - 6px) / 3 );
    margin: 1px;
    padding: 40px 0;
    background: #FFF;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 18px;
}
#for_advertising_head_price li strong{
	width: 100%;
    display: inline-block;
    font-weight: bold;
}
#for_advertising_head_price li b{
	font-size: 24px;
    color: red;
}
#title .price_txt {
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
	border: none;
    text-align: right;
    font-size: 12px;
    background: none;
    padding: 5px 0;
}

/*quick*/
#quick_search{
	font-size: 18px;
    text-indent: 5px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #22279a;
}
#for_advertising_quick li {
	width: 130px;
    height: 40px;
	float:left;
    margin: 0 5px 2%;
}
#for_advertising_quick li a {
    border: 1px solid #999;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
	background: #FFF;
    color: #22279a;
    border-radius: 5px;
    text-align: center;
    display: block;
}
#osusume_shisetsu .plan_box .plan_image .hoteltype,
#osusume_shisetsu dl.plan_text dd ul li:nth-of-type(-n+2) {display: block!important;}

/*banner*/
.bnr640{
	width: 640px;
    height: auto;
    display: block;
    margin: 0px auto 15px;
}
.bnr640:hover{opacity:0.95;}