@charset "utf-8";

/* JRPCオリジナルCSS */
#Gnav #js-kokunai {background-color: #fff2f5;}
#nippon_travel_agency_titletop {
	width: 100%;
	height: 475px;
    background: url(/shared2021/categorytop/kokunai_top/images/im_top_pc.jpg) right center;
    background-size: cover;
    position: relative;
	margin-bottom: 25px;
}
#nippon_travel_agency_titletop h1{
	color: #FFF;
    font-weight: bold;
    font-size: 36px;
    position: absolute;
    right: -480px;
    top: 150px;
    border: none;
    text-shadow: 1px 1px 10px BLACK;
}
#nippon_travel_agency_titletop .gadget_box {
    width: 540px;
    position: absolute;
	top: 30px;
    left: calc((100% - 1080px) / 2);
    z-index: 2;
    background: #FFF;
    border-radius: 3px;
	cursor: pointer;
}

/*------------------------------
パッケージツアーgagget
------------------------------*/
.tab_kokunai_ga li:nth-of-type(1) span:before {
	background: url(/shared2021/common/images/gadget/ico_plane.png) no-repeat;
    background-size: 100%;
}
.tab_kokunai_ga li:nth-of-type(2) span:before {
    background: url(/shared2021/categorytop/toppage/images/category_tentsuki.gif) no-repeat;
    background-size: 100%;
}
.tab_kokunai_ga li:nth-of-type(3) span:before {
    background: url(/shared2021/common/images/gadget/ico_jr.png) no-repeat;
    background-size: 100%;
}
#tour_s_box .column2Wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:15px
}
#tour_s_box .map2{margin:0 10px 0 0}
#tour_s_box .wi100{width:100%}
#tour_s_box select#NTA_TOUR_Pax,
#tour_s_box select#NTA_TOUR_Pax2{width:156px}
#tour_s_box #NTA_PLAN_Map {
    position: relative;
    overflow: hidden;
	width: 250px;
	height: 176px;
    margin: 0;
    padding: 0;
}
#tour_s_box .mapText a.box{
	position: absolute;
	display: inline-block;
	padding: 0px 3px 2px 3px;
	font-size: 10px;
	border: solid 1px #229de7;
	background: #fff;
	text-align: center;
	color:#000;
	cursor:pointer
}
#tour_s_box #map_title_direction_11{
	top:  27px;
	left:  25px;
}
#tour_s_box #map_title_direction_01{
	top:  20px;
	left: 140px;
}
#tour_s_box #map_title_direction_02{
	top: 70px;
	left: 180px;
}
#tour_s_box #map_title_direction_03{
	top: 110px;
    left: 170px;
}
#tour_s_box #map_title_direction_04{
	top: 80px;
    left: 110px;
}
#tour_s_box #map_title_direction_05{
	top: 130px;
    left: 140px;
}
#tour_s_box #map_title_direction_06{
	top: 100px;
    left: 100px;
}
#tour_s_box #map_title_direction_07{
	top: 140px;
    left: 110px;
}
#tour_s_box #map_title_direction_08{
	top: 110px;
    left: 65px;
}
#tour_s_box #map_title_direction_09{
	top: 150px;
    left: 80px;
}
#tour_s_box #map_title_direction_10{
	top: 140px;
    left: 30px;
}
#tour_s_box .selectBlock_wrap {width:calc(100% - 260px);}
#tour_s_box .item{line-height:24px;}
#tour_s_box dl {
    align-items: center;
	margin-bottom: 3%;
}
#tour_s_box dl.selectBlock {
	display: flex;
	gap: 4%;
}
#tour_s_box dt {width:80px;}
#tour_s_box #NTA_TOUR_KodawariBasic li input {margin-right: 5px;}
#tour_s_box dl.item.kodawari dt {width:100%;}
#tour_s_box dd {
	width: 100%;
	display: flex;
	gap: 4%;
}
#tour_s_box dd select{
	width: 100%;
    height: 28px;
    border: #C1C3C5 solid 1px;
    box-sizing: border-box;
    align-items: center;
    display: grid;
    border-radius: 5px;
	font-size: 12px;
	text-indent: 5px;
    color: inherit;
    background: #FFF;
}
#tour_s_box #NTA_TOUR_go {
	border: none;
    display: block;
    background: #F29A16;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.142857142;
	min-width: 300px;
	min-height: 40px;
	margin: 0 auto 15px;
    padding: 6px 10px;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
}
#tour_s_box #NTA_TOUR_go span {
	margin-left: -25px;
	display: inline-flex;
	align-items: center;
}
#tour_s_box #NTA_TOUR_go span::before {
    font-family: "Material Symbols Rounded";
    font-weight: 300;
    font-style: normal;
    font-size: 1em;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
    content: "\e8b6";
    font-size: 24px;
    margin-right: 4px;
}

/*------------------------------
keyword_box
------------------------------*/
.keyword_section {text-align: center;}
.keyword_section li {
	display: inline-block;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    margin: 0 0 10px;
	background: #FFF;
}
.keyword_section li a {
	font-size: 16px;
    display: inline-block;
    margin: 8px 15px 7px 30px;
    color: #222;
    position: relative;
}
.keyword_section li a:before {
	content:"#";
	position:absolute;
	top:0;
	left:-14px;
}
.keyword_section li.kokunai a:before {color:#F97777;}

/*------------------------------
おすすめ
------------------------------*/
.imageList{
    display: flex;
    flex-wrap: wrap;
}
.imageList li{
	width: calc(92% / 4);
    margin: 0 1% 2%;
    position: relative;
}

/*------------------------------
ランキング
------------------------------*/
.itemList > li {
	width: calc(100% / 3);
	position:relative
}
.itemList > li .ranking_medal {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 36px;
    height: 48px;
    z-index: 1;
}
.itemList > li:nth-of-type(1) .ranking_medal {background:url(/shared2021/categorytop/kokunai_top/images/r1.webp) no-repeat;background-size: cover;}
.itemList > li:nth-of-type(2) .ranking_medal {background:url(/shared2021/categorytop/kokunai_top/images/r2.webp) no-repeat;background-size: cover;}
.itemList > li:nth-of-type(3) .ranking_medal {background:url(/shared2021/categorytop/kokunai_top/images/r3.webp) no-repeat;background-size: cover;}
.itemList > li .ranking_medal p {
	color: #FFF;
    font-size: 18px;
    align-items: center;
    height: 26px;
    display: grid
}

/*------------------------------
FAQ
------------------------------*/
#qanda_box .inner > a {
    text-align: right;
    width: 100%;
    display: inline-block;
    margin: 25px 0;
    font-size: 16px;
}

/*------------------------------
map
------------------------------*/
#search-by-destination .inner > h3 {
    text-align: center;
    font-size: 18px;
    color: #20208C;
	margin: 25px 0;
}
.map_box .section {width: 100%;}
.map_box .placeBox {margin-bottom: 0;}
.map_box .kokunai .placeBox .map {
	width: 600px;
    height: 500px;
    margin: auto;
	position: relative;
    background: url(/shared2021/categorytop/kokunai_top/images/bg_map.gif) no-repeat;
    background-size: contain;
    /*aspect-ratio: 600 / 500;*/
}
.map_box .placeBox .map dl {
	position: absolute;
	cursor: pointer;
	font-size: 16px;
}
.map_box .placeBox .map dt {
	background: #FFF;
    padding: 5px 20px;
    position: relative;
    border-radius: 50em;
    border: 1px solid #aaa;
}
.map_box .placeBox .map dt:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #222;
    border-right: 0;
    display: block;
    position: absolute;
    top: 34%;
    left: 10px;
}
.map_box .hokkaido {
	right: 180px;
    top: 45px;
}
.map_box .tohoku {
	right: 150px;
    bottom: 300px;
}
.map_box .kanto {
	right: 175px;
    bottom: 150px;
}
.map_box .hokuriku {
	left: 195px;
	bottom: 195px;
}
.map_box .koshinetsu {
	left: 260px;
    bottom: 230px;
}
.map_box .tokai {
	left: 280px;
    top: 350px;
}
.map_box .kansai {
	left: 225px;
    bottom: 80px;
}
.map_box .shikoku {
	left: 150px;
    bottom: 70px;
}
.map_box .chugoku {
	left: 120px;
    bottom: 160px;
}
.map_box .kyushu {
	left: 50px;
    bottom: 100px;
}
.map_box .okinawa {
    left: 120px;
    top: 120px;
}
.map_box .placeBox .map dt a {color: #222;}
.mapTable {
	width: 100%;
	padding-bottom:15px;
}
.mapTable th,
.mapTable td {
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	padding: 10px;
}
.mapTable th {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 25%;
	border-right: 1px solid #fff;
}
.mapTable th a{color:#333;}
.mapTable th {background: #DBDBFF;}
.mapTable tr:nth-child(odd) td {background: #F5F5FF;}
.mapTable .linkListNoIco {letter-spacing: -0.4em;}
.mapTable .linkListNoIco li {
	font-size: 14px;
	letter-spacing: normal;
	margin-right: 0;
	margin-left: 0;
	vertical-align: top;
    display: inline-block;
    margin: 12px;
}