@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");

/* 海外ツアーPCオリジナルCSS */
#Gnav #js-kaigai {background-color: #eff6eb}
#nippon_travel_agency_titletop {
	width: 100%;
	height: 500px;
    background: url(/shared2021/categorytop/kaigai_top/images/im_top_pc.jpg) right center;
    background-size: cover;
    position: relative;
	margin-bottom: 25px;
}
#nippon_travel_agency_titletop #p_sbox_ka {position: relative;}
#nippon_travel_agency_titletop h1{
	color: #FFF;
    font-weight: bold;
    font-size: 36px;
    position: absolute;
    right: -480px;
    top: 180px;
    border: none;
    text-shadow: 1px 1px 10px BLACK;
}
#nippon_travel_agency_titletop .gadget_box {
    width: 450px;
    position: absolute;
    top: 25px;
    left: calc((100% - 900px) / 2);
    z-index: 2;
    background: #FFF;
    border-radius: 3px;
	cursor: pointer;
}
.tab_kaigai_ga li {padding: 10px 0;}
.tab_kaigai_ga li span {
	height: 28px;
	display: grid;
	align-items: center;
}
.tab_kaigai_ga li span:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
}
.tab_kaigai_ga li:nth-of-type(1) span:before{
	background:url(/shared2021/common/images/gadget/ico_ka_tour.png) no-repeat;
	background-size: 100%;
}
.tab_kaigai_ga li:nth-of-type(2) span:before{
	background:url(/shared2021/categorytop/toppage/images/category_tentsuki.gif) no-repeat;
	background-size: 100%;
	left: 24px!important;
}
.tab_kaigai_ga li:nth-of-type(3) span:before{
	background:url(/shared2021/common/images/gadget/ico_ka_planeset.png) no-repeat;
	background-size: 100%;
}

/*gadget*/
#p_sbox_ka .box-contents input.forcia_flight1_day,
#p_sbox_ka .box-contents input.forcia_flight2_day {color: #000;}

/*------------------------------
category
------------------------------*/
.category_icon {
	margin: 0 auto 25px;
    width: 740px;
}
.category_icon ul {display: flex;}
.category_icon li {
	width: calc(100% / 3);
	text-align: center;
	box-sizing: border-box;
	align-items: center;
	display: grid;
	box-shadow: 1px 1px 5px #555;
	margin: 2px;
}
.category_icon li:last-child {border-right: none;}
.category_icon li a {
	display: block;
	color: #333;
	font-size: 11px;
	padding: 45px 0 5px;
	font-size: 16px;
}
.category_icon .category_kaigaitour {
	background: url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kaigaitour.gif) no-repeat center 0;
	background-size: 40px;
}
.category_icon .category_kaigai_dp {
	background: url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kokunai.gif) no-repeat center 0;
	background-size: 40px;
}
.category_icon .category_tentsuki {
	background: url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_tentsuki.gif) no-repeat center 0;
	background-size: 40px;
}
.category_icon .category_kaigai_air {
	background: url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_kaigai_air.gif) no-repeat center 0;
	background-size: 40px;
}
.category_icon .category_kaigai_hotel {
	background: url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_yado.gif) no-repeat center 0;
	background-size: 40px;
}

/*------------------------------
海外ツアー選び方ガイド
------------------------------*/
#guide-to-choosing-overseas-tours__modalbtn {margin: 0 15px 0 0!important;}
.guide-to-choosing-overseas-tours__modal {width: 900px!important;}

/*------------------------------
keyword_box
------------------------------*/
.keyword_box {text-align: center;}
.keyword_box li{
	display: inline-block;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    margin: 0 15px 10px;
    background: #FFF;
}
.keyword_box li a{
	font-size: 16px;
    display: inline-block;
    margin: 8px 15px 7px 30px;
    color: #222;
    position: relative;
}
.keyword_box li small{
	display: inline-block;
    width: 100%;
}
.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 8px 30px;
    color: #222;
	position:relative;
}
.keyword_section li a:before {
	content:"#";
	position:absolute;
	top:0;
	left:-14px;
}
.keyword_section li.kaigai a:before {color:#49ccd4;}

/*------------------------------
行先から探す
------------------------------*/
.rec_dest__wrapper{position:relative;}
.countryList li{
	width: 200px;
    margin: 0 5px;
    position: relative;
}
.countryList h3{
	width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
    color: #FFF;
    box-sizing: border-box;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}	
.scroll_left_btn,
.scroll_right_btn {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #242424;
    position: absolute;
    top: 98px;
    display: block;
    z-index: 1;
    border: none;
}

/*------------------------------
おすすめ情報
------------------------------*/
/*tripa*/
#tripa h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
#tripa .itemList li .thumb {
	width: 100%;
    height: 150px;
    align-items: center;
    display: inline-flex
}

/*instagram*/
#instagram {
	padding: 10px;
	border: 20px solid #EBEBF9;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
#instagram dt {
    width: 40%;
    text-align: center;
}
#instagram dt h3 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 25px;
}
#instagram dt h3 img {
    width: 39px;
    margin-right: 5px;
}
#instagram dt p {
    font-size: 16px;
    display: inline-block;
}
#instagram dt p strong {
    width: 100%;
    display: inline-block;
}
#instagram dd ul {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
}
#instagram dd li {
	width: 200px;
	height: auto;
}
#instagram dd li img {width: 100%;}

/*------------------------------
おすすめプラン
------------------------------*/
.itemList a {
    color: #000 !important;
    padding: 0 !important;
}
.itemList .plan_price {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #fa6464;
}
.itemList .plan_price small {
    width: 100%;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    color: #000;
}

/*------------------------------
おすすめ
------------------------------*/
.imageList{
    display: flex;
    flex-wrap: wrap;
}
.imageList li{
	width: calc(92% / 4);
    margin: 0 1% 2%;
    position: relative;
}

/*------------------------------
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 .kaigai .placeBox .map {
	position: relative;
    background: url(/shared2021/categorytop/kaigai_top/images/bg_map.gif) no-repeat;
    background-size: contain;
    aspect-ratio: 1455 / 742;
}
.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 .europe{
    left: 100px;
    top: 100px;
}
.map_box .afreeca{
    left: 50px;
    top: 250px;
}
.map_box .asia{
	left: 300px;
    top: 150px;
}
.map_box .beech{
	right: 350px;
    top: 220px;
}
.map_box .america{
	right: 100px;
	top: 200px;
}
.map_box .oceania{
    right: 400px;
    bottom: 100px;
}
.map_box .country {
    z-index: 1;
    position: absolute;
    background: #FFF;
    padding: 5px 0;
	border: 1px solid #999;
}
.map_box .country {width: 200px;display: none;}
.map_box dl:hover .country {display: inline;}
.map_box .country * {
	color: #222;
    margin: 0;
    word-break: auto-phrase;
}
.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;
}