@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}
.disblock {display: block;}
.txtdeco_line-through{
	text-decoration: line-through;
	text-decoration-color: #cc0d21;
}
.f-deepred {color: #cc0d21!important;}
.underline {text-decoration:underline;}

main * { font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;}
section:nth-of-type(odd){background: #f6fcff;}
section:nth-of-type(even){background: #fff;}
.disnone,.disnon{display:none;}

#other_pr {background: #ebebf9;margin-top: 20px;}
#other_pr .inner{border-bottom: 1px solid #8e8eb6;}
#other_pr img {display: block;margin: 0 auto 30px;}
#pc_footer,#smp_footer {margin: 0;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.pr_banner{
	width: 96%;
    margin: 0 auto 50px;
}
.pr_banner p {
    text-align: center;
    margin-bottom: 10px;
}
.pr_banner img{width:100%;}

#newsbox_i .news > h2 {
    color: #cc0d21;
    text-align: center;
    margin-bottom: 10px;
	font-size: 16px;
}

/*併用OK*/
#usedtogether{margin-top: 2%;}
#usedtogether > ul {
    border: 1px solid #aaa;
    padding: 14px;
}
#usedtogether h4{font-weight: bold;margin-bottom: 10px;}
#usedtogether li {
	border-bottom: 1px dotted #aaa;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#usedtogether li:last-child {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#usedtogether li dt{
    padding: 0;
    border: none;
}
#usedtogether li dd{
	font-size: 14px;
	margin: 0;
}
#usedtogether li dd h5 {margin-bottom: 5px;}
#usedtogether li dd strong {
	width: 100px;
    padding: 0 0 2px 0;
    margin: 2% 0;
    background: #5996da;
    color: #FFF;
    text-align: center;
    display: block;
}
#usedtogether li dd p a {
    display: block;
    text-align: right;
    margin: 5px 0 0 0;
}

#comingsoon {
	width: fit-content;
    display: block;
    font-weight: bold;
    color: #FFF;
    background: #ff9e81;
    margin: auto;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 16px;
}
#jrwest #comingsoon {background: #0d72b8;}

div#wrap{
	width:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}
div#wrapper{
	width:100%;
	margin:0;
	padding:0;
}

/*ぱんくず*/
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追加*/
div#dirPathBlock{
	display:block;
	margin:5px 0 5px 0!important;
}
div#dirPathBlock a{
	display:inline!important;
	font-size:10px;
}

/* 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;}
.clearfix:after {
content: "";
clear: both;
display: block;
}

h1{
	background: #5bb2e0;
	font-size:10px!important;
}
h1 span{
	font-size:10px;
	color:#FFF;
}
#title{
	width:100%;
	background:url(../images/bg.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}
#jrwest #title{
	background:url(../images/bg_jrwest.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}
#title img {
	width:100%;
	margin: 5px 0;
}

/*new or existing*/
#new-or-existing{
	margin-top: 10px;
    display: flex;
	border-bottom: 5px solid #5bb2e0;
}
#new-or-existing div {
	width: 50%;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    border: 1px solid #5bb2e0;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
	display: grid;
    align-content: center;
	transition: 0.2s;
}
#new-or-existing div.now-selecting{
	background: #5bb2e0;
	color:#FFF;
}
#new-or-existing a{color: #5bb2e0!important;}
#new-or-existing a span {
	color: #222;
    font-size: 10px;
    display: inline-block;
    line-height: 1.2;
}

/*----------------------------------
ここからコンテンツ部分
----------------------------------*/
section {padding: 10px 0;}
section div.inner{
    margin: 0 auto 2em;
    width: 96%;
}
.inner > h2 {
	font-size: 20px;
    margin-bottom: 15px;
    margin: 10px 0 18px 0;
    color: #5bb2e0;
    padding: 5px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px dotted #5bb2e0;
    border-top: 2px solid #5bb2e0;
}
.inner > h3 {
	font-size: 18px;
    margin-bottom: 15px;
    margin: 10px 0 18px 0;
    color: #5bb2e0;
    padding: 5px 0;
    display: block;
    text-align: center;
    border-bottom: 2px dotted #5bb2e0;
}
section div.inner > p {margin: 0 0 2%;}

/*nav*/
#follow-up_nav-box {background: #5bb2e0;}
#follow-up_nav.fixed {
	width: 100%;
	position: fixed!important;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: center;
	background: #FFF;
	margin: 0;
}
#follow-up_nav.fixed ul{
	width: 98%;
    margin: 0 1%;
}
#follow-up_nav {margin: 0 1%;}
#follow-up_nav ul {display:flex;}
#follow-up_nav li {
	width: 23%;
	text-align: center;
	background: #5bb2e0;
	margin: 1%;
}
#follow-up_nav.fixed li {background: #111184;}
#follow-up_nav li a {
	width: 100%;
	display: block;
	line-height: 2;
	color: #FFF!important;
	padding: 8px 0;
}

/*お知らせ*/
#newslink h2 {
    border: none;
    font-size: 16px;
}
#newsbox {
	width: 95%;
    height: 200px;
    margin: 0 auto 3%;
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid #ccc;
}
.news {
    background: #FFF;
    padding: 5px;
}
.news dl{
	margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 14px;
    border-bottom: 1px dotted #aaa;
	position: relative;
}
#newsbox_i .news dl{
    display: block;
    border-bottom: none;
    margin: 0 auto;
    padding: 0;
}
.news dt{
	background: #5bb2e0;
    color: #FFF;
    width: 80px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin: 0 10px 3px 0;
    line-height: 2;
    letter-spacing: 1px;
}
.news dt.important{
	width: 100%;
	font-size: 15px;
    color: #cc0d21;
    background: none;
	margin: -3px 0 0;
}
.news dd {display: inline;}
#newsbox_i .news dd {display: block;}
#newsbox_i .newsclick:after,
#newsbox .newsclick:after {
    background: url(../images/ic_+.png) no-repeat;
    background-size: cover;
}
#newsbox_i .newsclick.newsopen:after,
#newsbox .newsclick.newsopen:after {
    background: url(../images/ic_-.png) no-repeat;
    background-size: cover;
}
#newsbox_i .newsclick:after,
#newsbox .newsclick:after {
    content: "";
    position: absolute;
	top: 1px;
	right: 5px;
    width: 20px;
    height: 20px;
    transition-duration: 0.2s;
}
#newsbox_i dd div {text-align: left;}

/*観光支援*/
.tourism-support_box {
	width: 98%;
    float: left;
	font-size: 16px;
    background: #FFF;
    padding: 10px;
    margin: 0 1% 10%!important;
    box-sizing: border-box;
	position: relative;
}
.tourism-support_box > div {
	margin: 0 auto 2%;
    display: block;
    width: 100%;
    height: auto;
}
.tourism-support_box > div img {width:100%;height: auto;}
.tourism-support_box dt {
	text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px dotted #aaa;
}
.tourism-support_box dt span.icon {
	background: #de1e46;
    padding: 0 10px;
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}
.tourism-support_box dd span.icon{
	background: #5bb2e0;
    margin: 10px 0 5px;
    padding: 2px 0;
    text-align: center;
    color: #FFF;
    display: block;
}

.tourism-support_box .tourism-support_nta p {padding: 10px;}
.tourism-support_box dd:nth-of-type(2) span.tx_C {
	width: 100%;
	display: block;
    text-align: center;
}
.tourism-support_box .tourism-support_nta p span.sp_tx_C,
.tourism-support_box .tourism-support_nta p > a {
	width: 100%;
	display: inline-block;
    text-align: center;
}
.tourism-support_box .tourism-support_nta p span.tx15{
	padding: 0 10px;
    display: inline-block;
    font-size: 14px;
}

.tourism-support_box dd b {
    text-align: center;
    display: block;
    margin: 0 auto 10px;
}
.tourism-support_box dd span.sp_tx_C {
    text-align: center;
    display: block;
}

#im_about_ryokoushien {
    background: #d4ecf6;
    padding: 10px;
}
#im_about_ryokoushien img {width: 100%;}
#im_about_ryokoushien img:nth-of-type(2) {
    width: 48px;
    height: 48px;
    margin: auto;
    display: block;
}

/*初めにお読みください*/
#about-zenkoku_ryokou_shien .tourism-support_box dd h3 {
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 20px;
}

/*STEP*/
.ryokou_shien__step {
	width: 98%;
    margin: 0 1% 5%;
    /* border-bottom: 1px dotted #555; */
    position: relative;
    background: #FFF;
}
.ryokou_shien__step > span {
	background: #111184;
    color: #FFF;
    width: 40px;
    height: 40px;
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
}
.ryokou_shien__step dl {padding: 10px;}
.ryokou_shien__step dt {
	text-align: center;
    color: #3b3838;
    font-size: 18px;
}
.ryokou_shien__step dd img {
	width: 72%;
    display: block;
    margin: 10px auto;
}
.ryokou_shien__step dd p {font-size: 12px;}

.ryokou_shien__step__box__nodiscount{
	font-size: 14px;
    background: #FFF;
    padding: 5px;
    text-align: center;
}

span.f-pr_icon_01 {
    display: inline-block;
    border: 1px solid #ea616e;
    list-style: none;
    text-align: center;
    padding: 3px 9px;
    color: #ea616e;
    font-weight: bold;
	font-size: 14px;
}

.tourism-support_nta img{
    width: 100%;
    height: auto;
}

/*エリアタブ*/
.tab_area {margin-bottom: 2%;}
.tab_area li a {
	font-size: 14px;
    background: #FFF;
    text-align: center;
    width: 31.33333%;
    float: left;
    margin: 0 1% 2%;
    padding: 5px 0;
    border: 1px solid #0065D6;
    box-sizing: border-box;
}
.tab_area .tab_area_select {
    background: #2184da;
    color: #FFF;
}

/*pref_block*/
.prefblock__all_wrapper{margin-bottom:15px;}

.cp_detail__box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #FFF;
    padding: 10px;
    margin: 0 1% 15px!important;
	font-size: 14px;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgb(89 46 0 / 30%);
    box-sizing: border-box;
	position: relative;
}
.cp_detail__box dl > .endcontents {
	position: absolute;
	top: -30px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.75);
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    display: grid;
    align-items: center;
	z-index: 1;
}
.cp_detail__box h4{
    font-size: 20px;
    background: #d2edf6;
    color: #58372c;
    text-align: center;
    padding: 0 0 3px;
    font-weight: bold;
    padding: 10px;
}
.cp_detail__box .cp_detail {margin: 20px 0;}
.cp_detail__box .cp_detail li {
	margin-bottom: 5px;
	display: flex;
}
.cp_detail__box .cp_detail li .icon {
	width: 30%;
    padding: 0 0 2px 0;
    margin-right: 2%;
    background: #5996da;
    color: #FFF;
    text-align: center;
    display: grid;
    align-items: center;
}
.cp_detail__box .cp_detail li > p {width: 100%;}
.cp_detail__box .restart{
    font-size: 12px;
}
.cp_detail__box .restart .tx15{font-size: 11px;}
a.orangebtn2 {
	background: #fff url(../images/im_arrow2.png) no-repeat scroll 5% center;
    font-size: 16px;
    display: block;
    width: 98%;
    margin: 1%;
    padding: 5px 0 5px 5px;
    color: #0065D6;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #0065D6;
    box-sizing: border-box;
}
.graybtn {
    background: #fff!important;
    border: 1px solid #999999!important;
    color: #999999!important;
}
.cp_detail__box dd.tx_C {
	color: #cc0d21;
    font-weight: bold;
    height: 20px;
    clear: both;
}

.cp_detail__box dd.planbtnflex {
	position: relative;
}
.cp_detail__box .endcontents {
	position: absolute;
    top: -28px;
    left: 0;
    width: 100%;
    height: calc(100% + 40px);
    background: rgba(0,0,0,0.75);
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding-top: 0!important;
    display: grid;
    align-items: center;
	z-index: 1;
}

/*-------------
API
---------------*/
/*nav*/
#tab_areahotel {
	width: 320px;
    float: right;
	margin-right: 20px;
	padding: 10px 18px;
    display: flex;
    background: #eeeeee;
}
#tab_areahotel > p {
    width: 23%;
    font-size: 18px;
	align-items: center;
    display: flex;
    color: #222;
}
#tab_areahotel > div {width: 77%;}
#tab_areahotel > div select {
	padding: 2px 5px;
    width: 100%;
	height: 36px;
	font-size: 18px;
    -webkit-appearance: none;
    background: #FFF url(https://www.nta.co.jp/shared2021/common/images/smp/select_arrow.png) no-repeat;
    background-position: right;
    background-size: 19px;
    border: #A4ACB1 solid 1px;
}
#ranking_hotel__all_wrapper {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	padding:0;
	box-sizing: border-box;
	position:relative;
	clear: both;
}
.scroll_left_btn,
.scroll_right_btn {
	width: 40px;
	height: 40px;
	border-radius:20px;
	background: #242424;
	position: absolute;
    top: 36%;
    display: block;
    z-index: 1;
}
.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 12px;
	border-top: 10px solid transparent;
	border-right: 12px solid #fff;
	border-bottom: 10px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 16px;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}
.sclooll__area {overflow-x: scroll;}
.sclooll__area > div{display:flex;}

#api_plan_box .item_name{
	display: flex;
    background: #FFF;
	margin-bottom: 10px;
    padding: 15px;
}
#api_plan_box .item_name img{
	width:120px;
	height:90px;
}
#api_plan_box .item_name dl{
	margin-left: 28px;
    font-size: 14px;
	padding: 5px 0;
}
#api_plan_box .item_name dt h4{
    margin: 0 0 10px;
    font-size: 18px;
    text-align: left;
}
#api_plan_box .item_name dd{line-height: 1.5;}

/*APIホテル*/
#api_plan_box .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
#api_plan_box .sclooll__area{margin-bottom: 28px;}
#api_plan_box .plan_box {
	width: 300px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin:0 5px 1%;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
}
#api_plan_box .plan_box .plan_image {
	width: 280px;
    height: 210px;
    margin-bottom: 12px;
    position: relative;
}
#api_plan_box .plan_box .plan_image img {
	width:100%;
	height:auto;
}
#api_plan_box .plan_box .plan_image .plan-kind{
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
#api_plan_box .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;
}
#api_plan_box .plan_box .plan_image .area a,
#api_plan_box .plan_box .plan_image .area a:hover{
	color:#FFF!important;
	text-decoration:none!important;
}
#api_plan_box .plan_box .plan_image .hoteltype{
    display: block;
    text-align: right;
}
#api_plan_box .plan_box .plan_text dt{margin-bottom: 5px;}
#api_plan_box .plan_box .plan_text dt h5{font-size: 15px;}
#api_plan_box .plan_box .plan_text dd li{
	margin-bottom: 24px;
    height: 52px;
    font-size: 12px;
}
#api_plan_box .plan_box .plan_text dd li.pricebox{margin-bottom: 0;}
#api_plan_box .plan_box .plan_text dd li.hotel_address{
	font-size: 11px;
    height: auto;
    margin-bottom: 15px;
    line-height: 1.4;
	position: relative;
}
#api_plan_box .plan_box .plan_text dd li.hotel_address dt{margin-bottom: 0;}
#api_plan_box .plan_box .plan_text dd li.hotel_address dd:nth-of-type(2){height: 30px;}
#api_plan_box .plan_box .plan_text dd li.hotel_address img {
	width: 16px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
}
#api_plan_box .plan_box .plan_text dd li .facility-details{
	text-align: right;
    display: inline-block;
    width: 100%;
}
#api_plan_box .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;
}
#api_plan_box .plan_box .plan_text .pricebox .price {
	text-align: center;
    width: 100%;
	font-weight: bold;
    color: red;
    font-size: 18px;
    display: inline-block;
}
#api_plan_box .plan_box .plan_text .pricebox .icon{
	display: inline-block;
    margin-right: 10px;
}
#api_plan_box .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}
#api_plan_box .plan_box .other_btn {
    width: 100%;
    display: flex;
}
#api_plan_box .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 14px;
}
#api_plan_box .plan_box .other_btn a:nth-of-type(2) {text-align: right;}
#api_plan_box .ranking_hotel__all_wrapper{
	clear: both;
	position:relative;
}

/*0件*/
#api_plan_box .travelplan_preparation_now {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}

/*-------------
特集
---------------*/
.kodawari_plan{
	background:#FFF;
	width:48%;
	float:left;
	overflow:hidden;
	margin: 0 1% 30px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
    text-align: center;
}
.kodawari_plan p.hotel_area{
	font-size: 12px;
    text-align: right;
    margin-bottom: 2%;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #2184da;
    color: #FFF;
    padding: 3px 5px;
}
.kodawari_plan img{
	width: 100%;
    height: auto;
}
.kodawari_plan h3{
	height: 44px;
    font-size: 14px;
}
.kodawari_plan span{
    font-size: 10px;
	display:inline-block;
	width:100%;
	text-align: right;
}

/* おすすめ旅行情報 */
#useWrap {
	padding: 0;
	margin-bottom: 30px;
}
#useWrap div {
	overflow: hidden;
	padding: 5px;
    margin: 0;
	background: #FFF;
	float: none !important;
	width: auto !important;
	border-bottom: 1px dashed #CCC;
}
#useWrap div p {
	float: left;
	margin: 0 3% 0 0;
    width: 27%;
	height: auto;
}
#useWrap div p img {
	width: 100%;
	height: auto;
}
#useWrap div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div dt {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
#useWrap div dd > span a {color: #CCC;}
#useWrap div dd > span span {color: #F69;}

/*qa*/
#qanda_box .inner > div {
	margin-bottom: 20px;
    padding: 10px 0;
    border: 1px solid #aaa;
    border-radius: 5px;
	background: #FFF;
}
#qanda_box > div h3 {
	display: flex;
    font-size: 14px;
	margin: 0;
    padding: 0 25px 0px 0;
    line-height: 1.6;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
	align-items: center;
	cursor:pointer;
    border: none;
    color: #222;
}
#qanda_box > div h3:after {
	content: "";
	position: absolute;
    right: 15px;
    width: 25px;
    height: 25px;
	transition-duration: 0.2s;
}
#qanda_box > div h3:after {
	background:url(../images/ic_+.png) no-repeat;
	background-size: cover;
}
#qanda_box > div h3.faqopen:after {
	background:url(../images/ic_-.png) no-repeat;
	background-size: cover;
}
#qanda_box > div b.qaicon {
	font-size: 16px;
    width: 50px;
    text-align: center;
    float: left;

}
#qanda_box > div h3 b.qaicon {color: #20208c;}
#qanda_box > div div.answer b.qaicon {color: #e61b61;}
#qanda_box > div h3 span,
#qanda_box > div div.answer div {
	width: calc(100% - 74px);
    float: left;
}
#qanda_box > div div.answer {
	/*display: flex;*/
    font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
    padding: 10px 10px 0 0;
    border-top: 1px dotted #ccc;
}
.answer.disnon:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.pr_under_gadget__bnr img{
	width:100%;
	height:auto;
}

/*btn*/
.btnflex{
	width: 80%;
    display: block;
    margin: 0 auto 15px;
}
a.orangebtn {
    background: #ff9326 url(https://www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	font-size: 18px;
    display: block;
    width: 96%;
    margin: 2%;
    padding: 8px 0 10px;
    color: #FFF;
    text-align: center;
	cursor:pointer;
}
a.orangebtn4 {
    background: #ff9326 url(https://www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	font-size: 16px;
    display: block;
    width: 96%;
    margin: 0 2% 2%;
    padding: 8px 0 10px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
	position:relative;
}
a.graybtn4 {
    background: #999;
	font-size: 16px;
    display: block;
    width: 96%;
    margin: 2%;
    padding: 8px 0 10px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}

/*cpbtn*/
a.orangebtn4 small {
	background: #FFF;
    color: red;
    font-size: 13px;
    display: inline-block;
    width: 100px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 1.8;
    padding-bottom: 2px;
}
a.orangebtn4 b {
	font-weight:normal;
}

/*add20221026 reservation-reception*/
#reservation-reception {
    background: #FFF;
    padding: 10px;
}
#reservation-reception h3 {
    width: 100%;
    text-align: center;
    background: #EA616E;
    margin: 0 0 25px;
    padding-bottom: 4px;
    color: #FFF;
    font-size: 20px;
    line-height: 1.5;
	position:relative;
}
#reservation-reception h3:after {
    content: "";
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0;
    border-color: #EA616E transparent transparent transparent;
    position: absolute;
    left: 45.5%;
    display: block;
}
#reservation-reception h4 {
	text-align: center;
    margin: 0 0 5px 0;
    color: #cc0d21;
    font-size: 18px;
}
#reservation-reception span.icon {
	width: 120px;
	background: #5bb2e0;
    margin: 10px 0 5px;
    padding: 2px 0;
    text-align: center;
    color: #FFF;
    display: block;
}
#reservation-reception p {font-size: 16px;}

#reservation-reception ul.mb10 li{
	font-size: 16px;
	display: inline-block;
}
#reservation-reception ul.mb10 li:after{content:"、";}
#reservation-reception ul.mb10 li:last-child:after{content:"";}

#notreception dt{
    width: 300px;
    text-align: center;
    border: 1px solid #5bb2e0;
    margin: 20px auto;
    padding-bottom: 2px;
    color: #5bb2e0;
    font-size: 14px;
    line-height: 2;
    cursor: pointer;
}
#notreception dt:before,
#notreception dt.notprefopen:before {margin-right: 3%;}
#notreception dt:before {
	content: "＋";
}
#notreception dt.notprefopen:before {
	content: "−";
}
#notreception dd {
	font-size: 15px;
    background: #FFF;
    padding: 0 15px;
}

/*add20221026 prefblock__all_wrapper*/
.prefblock__all_wrapper h3 {
    height: 40px;
    text-align: center;
    background: #ea616e;
    color: #FFF;
    font-size: 24px;
    clear: both;
    margin-bottom: 20px;
}

/*cansel*/
.ouenlink.itemList4 {padding: 0 10px;}
.ouenlink.itemList4 li {
	clear: both;
    margin-bottom: 8%;
	background: #FFF;
	position: relative;
}
.ouenlink.itemList4 li:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.ouenlink.itemList4 li .thumb {
    width: 45%;
    float: left;
    margin: 0 3% 0 0;
}
.ouenlink.itemList4 li .thumb a {
    display: inline-block;
    color: #333 !important;
}
.ouenlink.itemList4 li dl {
    width: 50%;
    float: left;
	margin: 2% 0;
}
.ouenlink.itemList4 li dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    padding: 0 0 0 0;
}
}

/*760px以上(PC)*/
@media screen and (min-width: 760px),print {
.pr_banner {
	width: 640px;
    margin: 0 auto 50px;
}
.pr_banner p {
    text-align: center;
    margin-bottom: 10px;
}

#newsbox_i .news > h2 {
    color: #cc0d21;
    text-align: center;
    margin-bottom: 25px;
	font-size: 20px;
}

/*併用OK*/
#usedtogether{margin-top: 2%;}
#usedtogether > ul {
    border: 1px solid #aaa;
    padding: 14px;
}
#usedtogether h4{font-weight: bold;margin-bottom: 20px;}
#usedtogether li {
	border-bottom: 1px dotted #aaa;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
#usedtogether li:last-child {
	border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#usedtogether li dl{
	display: flex;
}
#usedtogether li dt{
	width: 120px;
    margin: 0 30px 0 0;
    padding: 0;
    border: none;
}
#usedtogether li dt img{width:100%;}
#usedtogether li dd{
	width: calc(100% - 150px);
	margin: 0;
}
#usedtogether li dd h5 {
    margin-bottom: 10px;
}
#usedtogether li dd strong {
	width: 100px;
    padding: 0 0 3px 0;
    margin-right: 2%;
    background: #5996da;
    color: #FFF;
    text-align: center;
    display: inline-block;
}

#comingsoon {
    font-weight: bold;
    color: #FFF;
    background: #ff9e81;
    padding: 0 20px 5px;
    border-radius: 10px;
    font-size: 32px;
}
#jrwest #comingsoon {
    background: #0d72b8;
}

/* 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;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

h1{background: #5bb2e0;}
h1 span{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	font-size:12px;
	color:#FFF;
	display: block;
}
#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
}
#title{
	margin: 0;
	padding: 20px 0;
	/*height:348px;*/
	overflow:hidden;
	position:relative;
	text-align:center;
	background:url(../images/bg.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}
#title img {
    width: 100%;
    max-width: 1010px;
    max-height: 348px;
    margin: auto;
    display: block;
}
#jrwest #title{
	background:url(../images/bg_jrwest.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}

/*new or existing*/
#new-or-existing{
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 20px auto 0;
    display: flex;
    border-bottom: 8px solid #5bb2e0;
}
#new-or-existing div {
	width: 50%;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 22px;
    border: 1px solid #5bb2e0;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
	display: grid;
    align-items: center;
	line-height: 24px;
	cursor: pointer;
	transition: 0.2s;
}
#new-or-existing div.now-selecting{
	background: #5bb2e0;
	color:#FFF;
}
#new-or-existing div:not(.now-selecting):hover {opacity:0.5;}
#new-or-existing a{color: #5bb2e0!important;}
#new-or-existing a span {
	width: 100%;
    display: inline-block;
    color: #222;
    font-size: 13px;
}

/*----------------------------------
ここからコンテンツ部分
----------------------------------*/
section {padding: 30px 0;}
section div.inner {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	font-size: 18px;
}
.inner > h2 {
	font-size: 32px;
    margin: 0 0 2%;
    color: #5bb2e0;
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px dotted #5bb2e0;
    border-top: 3px solid #5bb2e0;
}
.inner > h3 {
	font-size: 30px;
    margin: 0 0 5%;
    color: #5bb2e0;
    padding: 10px 0 10px 0;
    display: block;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px dotted #5bb2e0;
}
section div.inner > p {margin: 0 0 2%;}

/*nav*/
#follow-up_nav-box {background: #5bb2e0;}
#follow-up_nav{
	width: 100%;
    max-width: 970px;
	margin: 0 auto;
}
#follow-up_nav.fixed {
	position: fixed!important;
	top: 0;
	left: 0;
	width: 100%;
	max-width: inherit;
	z-index: 9999;
	margin: 0;
	text-align: center;
	background: #FFF;
}
#follow-up_nav.fixed ul{
	width: 100%;
	max-width:970px;
	margin: 0 auto;
}
#follow-up_nav ul {display:flex;}
#follow-up_nav li {
	width: 23%;
	text-align: center;
	background: #5bb2e0;
	margin: 1%;
}
#follow-up_nav li a {
	width: 100%;
	display: block;
	line-height: 1.2;
	font-size: 16px;
	color: #FFF!important;
	padding: 8px 0;
}
#follow-up_nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}

/*お知らせ*/
#newslink h2 {
    border: none;
    font-size: 20px;
}
#newsbox {
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5%;
    height: 280px;
    overflow-y: scroll;
    overflow-x: auto;
    border: 1px solid #ccc;
}
.news {
	background: #FFF;
    padding: 10px;
    font-size: 16px;
}
.news dl{
	display: flex;
	position: relative;
	margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #aaa;
}
#newsbox_i .news dl{
	width: 700px;
    display: block;
    border-bottom: none;
    margin: 0 auto;
    padding: 0;
}
.news dt{
    width: 120px;
	height: 30px;
	background: #5bb2e0;
    color: #FFF;
    display: inline-block;
    text-align: center;
    margin: 0 10px 5px 0;
    line-height: 1.8;
    letter-spacing: 1px;
}
.news dt.important{
	width: 200px;
    color: #cc0d21;
    background: none;
}
.news dd {
	width: calc(100% - 120px);
	display: inline;
}
#newsbox_i .news dd {text-align: left;}
#newsbox_i .newsclick,
#newsbox .newsclick{
	position: relative;
	cursor: pointer;
}
#newsbox_i .newsclick:after,
#newsbox .newsclick:after {
    background: url(../images/ic_+.png) no-repeat;
    background-size: cover;
}
#newsbox_i .newsclick.newsopen:after,
#newsbox .newsclick.newsopen:after {
    background: url(../images/ic_-.png) no-repeat;
    background-size: cover;
}
#newsbox_i .newsclick:after,
#newsbox .newsclick:after {
    content: "";
    position: absolute;
	top: -1px;
	right: -40px;
    width: 25px;
    height: 25px;
    transition-duration: 0.2s;
}
#newsbox_i dd div {padding-left: 20px;}

/*観光支援*/
.tourism-support_box {
	width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #FFF;
    margin: 30px 0;
}
.tourism-support_box > div {margin-right:20px;}
.tourism-support_box > div img {width:200px;height: 150px;}
.tourism-support_box dt {
	text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px dotted #aaa;
}
.tourism-support_box dd{margin-bottom: 30px;}
.tourism-support_box .tourism-support_nta li{
	display:flex;
	margin-bottom: 15px;
}
.tourism-support_box .tourism-support_nta li:last-child{margin-bottom: 0;}
.tourism-support_box .tourism-support_nta span.icon{
    width: 140px;
	height: 30px;
	background: #5bb2e0;
    margin: 0 12px 5px 0;
    text-align: center;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tourism-support_box .tourism-support_nta p{
	width: calc(100% - 152px);
    display: inline-block;
}
.tourism-support_box dd b {

    text-align: center;
    display: block;
    margin: 0 auto 10px;
}
.tourism-support_box dd:nth-of-type(2) span.tx_C {
    text-align: center;
    display: block;
}

#im_about_ryokoushien {
	background: #d4ecf6;
}
#im_about_ryokoushien .waribiki_box {
	padding: 10px 20px 5px;
	display:flex;
	align-items: center;
}
#im_about_ryokoushien img {width: 48%;}
#im_about_ryokoushien img:nth-of-type(2) {
    width: 48px;
    height: 48px;
}
#im_about_ryokoushien p {
	font-size: 12px;
    text-align: right;
    padding: 0 20px 10px 0;
}

/*初めにお読みください*/
#about-zenkoku_ryokou_shien .tourism-support_box dd h3 {
	text-align: center;
    font-size: 24px;
    padding: 0 0 15px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 20px;
}

/*STEP*/
#ryokou_shien__step__box {margin-top: 50px;}
.ryokou_shien__step {
	width: 30%;
	height: 280px;
    float: left;
    margin: 0 5% 4% 0;
    border: 2px solid #222;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 12px;
    position: relative;
}
.ryokou_shien__step:nth-of-type(n+4) {height: 280px;}
.ryokou_shien__step:nth-of-type(3n){margin-right:0;}
.ryokou_shien__step > span {
	background: #111184;
    color: #FFF;
    width: 50px;
    height: 50px;
    display: grid;
    text-align: center;
    align-items: center;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    top: -25px;
    left: -25px;
}
.ryokou_shien__step dl {padding: 10px;}
.ryokou_shien__step dt {
	height: 52px;
    text-align: center;
    color: #3b3838;
    font-size: 18px;
    align-items: center;
    display: grid;
}
.ryokou_shien__step dd img {
	width: 180px;
    display: block;
    margin: 10px auto;
}
.ryokou_shien__step dd p {font-size: 12px;}

.ryokou_shien__step__box__nodiscount{
	font-size: 15px;
    background: #FFF;
    padding: 10px;
    text-align: center;
}
.icon_txt{
	font-size: 12px;
}
span.f-pr_icon_01 {
	width: 150px;
    height: 25px;
    border: 1px solid #ea616e;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0 5px 2px;
    color: #ea616e;
    font-weight: bold;
     align-items: center; 
    font-size: 16px;
}
.icon_txt span {
    font-size: 14px;
	display: grid;
}
.tourism-support_nta img{
    width: 100%;
    height: auto;
}

/*エリアタブ*/
.tab_area {
	width: 100%;
    max-width: 970px;
    min-width: 760px;
    /* display: flex; */
    margin: 0 auto 30px;
}
.tab_area li a {
	font-size: 18px;
    background: #FFF;
    text-align: center;
    width: 128px;
    float: left;
    margin: 0 5px 10px;
    padding: 10px 0;
    border: 1px solid #0065D6;
    box-sizing: border-box;
	cursor: pointer;
}
.tab_area li a:hover {
	background: #2184da;
	color: #FFF;
	opacity:1.0;
}

/*pref_block*/
.prefblock__all_wrapper{margin-bottom:15px;}

.cp_detail__box {
    width: calc(100% / 2 - 40px);
    float: left;
    overflow: hidden;
    background: #FFF;
    padding: 10px;
    margin: 0 1% 15px!important;
	font-size: 16px;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgb(89 46 0 / 30%);
	position: relative;
}
.cp_detail__box dl > .endcontents {
	position: absolute;
	top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    display: grid;
    align-items: center;
	z-index: 1;
}
.cp_detail__box h4{
	font-size: 22px;
    color: #58372c;
    text-align: center;
    padding: 0 0 3px;
	background: #d2edf6;
}
.cp_detail__box .cp_detail {margin: 20px 5px;}
.cp_detail__box .cp_detail li {
	margin-bottom: 5px;
	display: flex;
}
.cp_detail__box .cp_detail li .icon {
	width: 23%;
    padding: 0 0 3px 0;
    margin-right: 2%;
    background: #5996da;
    color: #FFF;
    text-align: center;
    display: grid;
    align-items: center;
}
.cp_detail__box .cp_detail li > p {width: 100%;}
a.orangebtn2 {
    background: #fff url(../images/im_arrow2.png) no-repeat scroll 5% center;
	font-size: 16px;
    display: block;
    width: calc((100% - 16px) /2);
    margin: 2px auto;
    padding: 5px 0 8px;
    color: #0065D6;
    text-align: center;
	cursor:pointer;
	font-weight: bold;
	border: 1px solid #0065D6;
}

.graybtn {
	background: #fff!important;
	border: 1px solid #999999!important;
	color: #999999!important;
}
.cp_detail__box dd.tx_C {
	height: 24px;
    color: #cc0d21;
    font-weight: bold;
}
.cp_detail__box .endcontents {
	position: absolute;
	top: -30px;
    left: 0;
    width: 100%;
    height: 72px;
    background: rgba(0,0,0,0.75);
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    display: grid;
    align-items: center;
	z-index: 1;
}
.cp_detail__box .restart{

}

/*-------------
API
---------------*/
/*nav*/
#tab_areahotel {
	width: 320px;
    float: right;
	margin-right: 20px;
	padding: 10px 18px;
    display: flex;
    background: #eeeeee;
}
#tab_areahotel > p {
    width: 23%;
    font-size: 18px;
	align-items: center;
    display: flex;
    color: #222;
}
#tab_areahotel > div {width: 77%;}
#tab_areahotel > div select {
	padding: 2px 5px;
    width: 100%;
	height: 36px;
	font-size: 18px;
    -webkit-appearance: none;
    background: #FFF url(https://www.nta.co.jp/shared2021/common/images/smp/select_arrow.png) no-repeat;
    background-position: right;
    background-size: 19px;
    border: #A4ACB1 solid 1px;
}

#ranking_hotel__all_wrapper {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
	padding:0;
	box-sizing: border-box;
	position:relative;
	clear: both;
}
.scroll_left_btn,
.scroll_right_btn {
	width: 40px;
	height: 40px;
	border-radius:20px;
	background: #242424;
	position: absolute;
    top: 36%;
    display: block;
    z-index: 1;
}
.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 12px;
	border-top: 10px solid transparent;
	border-right: 12px solid #fff;
	border-bottom: 10px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 16px;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}

.sclooll__area {
	overflow-x: scroll;
}
.sclooll__area > div{
	display:flex;
}

#api_plan_box .item_name{
	display: flex;
    background: #FFF;
	margin-bottom: 10px;
    padding: 15px;
}
#api_plan_box .item_name img{
	width:120px;
	height:90px;
}
#api_plan_box .item_name dl{
	margin-left: 28px;
    font-size: 14px;
	padding: 5px 0;
}
#api_plan_box .item_name dt h4{
    margin: 0 0 10px;
    font-size: 18px;
    text-align: left;
}
#api_plan_box .item_name dd{line-height: 1.5;}

/*APIホテル*/
#api_plan_box .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
#api_plan_box .sclooll__area{margin-bottom: 28px;}
#api_plan_box .plan_box {
	width: 300px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin:0 5px 1%;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
}
#api_plan_box .plan_box .plan_image {
	width: 280px;
    height: 210px;
    margin-bottom: 12px;
    position: relative;
}
#api_plan_box .plan_box .plan_image img {
	width:100%;
	height:auto;
}
#api_plan_box .plan_box .plan_image .plan-kind{
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
#api_plan_box .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;
}
#api_plan_box .plan_box .plan_image .area a,
#api_plan_box .plan_box .plan_image .area a:hover{
	color:#FFF!important;
	text-decoration:none!important;
}
#api_plan_box .plan_box .plan_image .hoteltype{
    display: block;
    text-align: right;
}
#api_plan_box .plan_box .plan_text dt{margin-bottom: 5px;}
#api_plan_box .plan_box .plan_text dt h5{font-size: 15px;}
#api_plan_box .plan_box .plan_text dd li{
	margin-bottom: 24px;
    height: 52px;
    font-size: 12px;
}
#api_plan_box .plan_box .plan_text dd li.pricebox{margin-bottom: 0;}
#api_plan_box .plan_box .plan_text dd li.hotel_address{
	font-size: 11px;
    height: auto;
    margin-bottom: 15px;
    line-height: 1.4;
	position: relative;
}
#api_plan_box .plan_box .plan_text dd li.hotel_address dt{margin-bottom: 0;}
#api_plan_box .plan_box .plan_text dd li.hotel_address dd:nth-of-type(2){height: 30px;}
#api_plan_box .plan_box .plan_text dd li.hotel_address img {
	width: 16px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
}
#api_plan_box .plan_box .plan_text dd li .facility-details{
	text-align: right;
    display: inline-block;
    width: 100%;
}
#api_plan_box .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;
}
#api_plan_box .plan_box .plan_text .pricebox .price {
	text-align: center;
    width: 100%;
	font-weight: bold;
    color: red;
    font-size: 18px;
    display: inline-block;
}
#api_plan_box .plan_box .plan_text .pricebox .icon{
	display: inline-block;
    margin-right: 10px;
}
#api_plan_box .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}
#api_plan_box .plan_box .other_btn {
    width: 100%;
    display: flex;
}
#api_plan_box .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 14px;
}
#api_plan_box .plan_box .other_btn a:nth-of-type(2) {text-align: right;}

#api_plan_box .ranking_hotel__all_wrapper{
	clear: both;
	position:relative;
}

/*0件*/
#api_plan_box .travelplan_preparation_now {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}

/*-------------
特集
---------------*/
#kodawari_plan_box{display:flex;}
.kodawari_plan{
	background:#FFF;
	width:23%;
	float:left;
	overflow:hidden;
	margin:0 1%;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
    text-align: center;
}
.kodawari_plan:hover{opacity:0.8;}
.kodawari_plan p.hotel_area{
	font-size: 12px;
    text-align: right;
    margin-bottom: 2%;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #2184da;
    color: #FFF;
    padding: 3px 5px;
}
.kodawari_plan img{
	width: 100%;
    height: auto;
}
.kodawari_plan h3{font-size: 16px;}
.kodawari_plan span{
    font-size: 10px;
	display:inline-block;
	width:100%;
	text-align: right;
}

/* おすすめ旅行情報 */
#useWrap {
	padding: 0;
	margin-bottom: 30px;
}
#useWrap div {
	overflow: hidden;
	padding: 15px;
	margin: 0 0 0 0;
	background: #FFF;
	float: none !important;
	width: auto !important;
	border-bottom: 1px dashed #CCC;
}
#useWrap div p {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	height: auto;
}
#useWrap div p img {
	width: 100%;
	height: auto;
}
#useWrap div dl {
	overflow: hidden;
	display: block;
	padding: 0;
}
#useWrap div dt {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
#useWrap div dd {
	font-size: 16px;
}
#useWrap div dd > span {
	display: block;
	margin: 5px 0 0;
 font-size:
}
#useWrap div 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 div dd > span span {
	color: #F69;
	display: inline;
	font-size: 14px;
}

/*qa*/
#qanda_box .inner > div {
	margin-bottom: 25px;
    padding: 10px 0;
    border: 1px solid #aaa;
    border-radius: 5px;
	background: #FFF;
}
#qanda_box > div h3 {
	display: flex;
    font-size: 18px;
	color: #222;
	margin: 0;
    padding: 0 25px 0px 0;
    line-height: 1.6;
    text-align: left;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
	align-items: center;
	cursor:pointer;
    border: none;
}
#qanda_box > div h3:after {
	content: "";
	position: absolute;
    right: 20px;
    width: 25px;
    height: 25px;
	transition-duration: 0.2s;
}
#qanda_box > div h3:after {
	background:url(../images/ic_+.png) no-repeat;
	background-size: cover;
}
#qanda_box > div h3.faqopen:after {
	background:url(../images/ic_-.png) no-repeat;
	background-size: cover;
}
#qanda_box > div b.qaicon {
	font-size: 16px;
    width: 50px;
    text-align: center;
    float: left;
}
#qanda_box > div h3 b.qaicon {color: #20208c;}
#qanda_box > div div.answer b.qaicon {color: #e61b61;}
#qanda_box > div h3 span,
#qanda_box > div div.answer div {
	width: calc(100% - 74px);
    float: left;
}
#qanda_box > div div.answer {
	/*display: flex;*/
    font-size: 16px;
    line-height: 1.6;
    margin-top: 5px;
    padding: 10px 10px 0 0;
    border-top: 1px dotted #ccc;
}
.answer.disnon:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

/*btn*/
.btnflex{
	width: 80%;
    display: flex;
    margin: 0 auto 15px;
}
.planbtnflex{
    display: flex;
	position: relative;
}
a.orangebtn {
    background: #ff9326 url(https://www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	font-size: 18px;
    display: block;
    width: 80%;
    margin: 1% auto;
    padding: 8px 0 10px;
    color: #FFF;
    text-align: center;
	cursor:pointer;
}
a.orangebtn4 {
    background: #ff9326 url(https://www.nta.co.jp/shared2021/common/images/im_arrow.png) no-repeat scroll 5% center;
	font-size: 16px;
    display: block;
    width: 100%;
    margin: 2px 2px 20px;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    cursor: pointer;
	position:relative;
}
a.graybtn4 {
    background: #999;
	font-size: 12px;
    display: block;
    width: 100%;
    margin: 2px 2px 20px;
    padding: 8px 0 10px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
a.graybtn4:hover{opacity: 1;}

/*cpbtn*/
a.orangebtn4 small {
	background: #FFF;
    color: red;
    font-size: 11px;
    display: inline-block;
    width: 80%;
    position: absolute;
    top: 3px;
    left: 10%;
    border-radius: 5px;
}
a.orangebtn4 b {
width: 100%;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 0;
	font-weight:normal;
}

/*add20221026 reservation-reception*/
#reservation-reception {
    background: #FFF;
    padding: 10px;
}
#reservation-reception h3 {
    width: 100%;
    text-align: center;
    background: #EA616E;
    margin: 25px 0 30px;
    padding-bottom: 4px;
    color: #FFF;
    font-size: 28px;
    line-height: 1.5;
	position:relative;
}
#reservation-reception h3:after {
    content: "";
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0;
    border-color: #EA616E transparent transparent transparent;
    position: absolute;
    left: 48.5%;
    display: block;
}
#reservation-reception h4 {
	text-align: center;
    margin: 0 0 5px 0;
    color: #cc0d21;
    font-size: 24px;
}
#reservation-reception span.icon {
    width: 140px;
    height: 30px;
    background: #5bb2e0;
    margin: 0 12px 5px 0;
    text-align: center;
    color: #FFF;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#notreception{margin: 25px 0 30px;}
#notreception dt{
	width: 50%;
    text-align: center;
    border: 1px solid #5bb2e0;
    margin: 25px auto;
    padding-bottom: 3px;
    color: #5bb2e0;
    font-size: 20px;
    line-height: 1.5;
	cursor: pointer;
}
#notreception dt:before,
#notreception dt.notprefopen:before {margin-right: 3%;}
#notreception dt:before {
	content: "＋";
}
#notreception dt.notprefopen:before {
	content: "−";
}
#reservation-reception ul.mb10 li{display: inline-block;}
#reservation-reception ul.mb10 li:after{content:"、";}
#reservation-reception ul.mb10 li:last-child:after{content:"";}

/*add20221026 prefblock__all_wrapper*/
.prefblock__all_wrapper h3 {
    height: 40px;
    text-align: center;
    background: #ea616e;
    color: #FFF;
    font-size: 24px;
    clear: both;
    margin-bottom: 20px;
}

/*cansel*/
.ouenlink.itemList4{
	width: 100%;
	max-width:960px;
	min-width:760px;
	margin:0 auto;
	display:block;
}
.ouenlink.itemList4 li {
	width: 48%;
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0.99999;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
	background: #FFF;
    padding: 10px;
    margin: 0 1% 15px!important;
    -moz-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(89,46,0,0.3);
    /* box-shadow: 0px 1px 3px rgba(89,46,0,0.3); */
	height: 150px;
	cursor:pointer;
	box-sizing: border-box;
}
.boxlink.ouenlink.itemList4 li:hover {
    opacity: 0.8!important;
    filter: alpha(opacity=80)!important;
    -ms-filter: "alpha( opacity=80 )"!important;
}
.ouenlink.itemList4 li .thumb {
    zoom: 1;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    overflow: hidden;
    width: 40%;
    float: left;
    margin: 0 10px 10px 0;
    font-size: 11px;
}
.ouenlink.itemList4 li .thumb img {
    width: 100%;
    height: auto;
}
.ouenlink.itemList4 li dl {
    padding: 5px 0;
    overflow: hidden;
    display: block;
    margin: 0 0 2% 0;
    font-size: 14px;
	height: 150px;
}
.ouenlink.itemList4 li dl dt {
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    padding: 0 0 0 0;
}
.ouenlink.itemList4 li dl dd {margin-inline-start: auto;}
.ouenlink.itemList4 li dl dd p {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 26px;
}
.ouenlink.itemList4 li dl dd span {
    display: block;
    font-size: 12px;
}

}

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