@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*/
/*------------------------------
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;}

/*------------------------------
Lineup
------------------------------*/
.Lineup_section ul {
	display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.Lineup_section li {
width: calc(96% / 3);
    text-align: center;
    margin-bottom: 2%;
    box-sizing: border-box;
    background: #F9F9F9;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #ccc;
}
.Lineup_section li a {
	width: 100%;
    height: 100%;
    display: block;
	font-size: 16px;
	color: #333!important;
	padding: 15px 0;
}
.Lineup_section li dt {
	width: fit-content;
	margin: auto;
	display: flex;
}
.Lineup_section li dt > div {
	width: 48px;
    height: 48px;
	margin: 0 5px;
    padding: 5px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 25px;
}
.Lineup_section li dd {
    height: 45px;
	align-content: center;
}
.Lineup_section li:nth-of-type(n+4) {width: 48.5%;}
.Lineup_section li:nth-of-type(n+4) dl {
	width: fit-content;
	margin: auto;
	display: flex;
    gap: 2%;
	align-items: center;
}
.Lineup_section li:nth-of-type(n+4) a {padding: 5px 0;}
.Lineup_section li:nth-of-type(n+4) dt {margin: 0;}
.Lineup_section li:nth-of-type(n+4) dd {
	width: 120px;
	text-align: center;
}

/*------------------------------
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;}

/*------------------------------
行先から探す
------------------------------*/
.countryList.disnone{display:none!important;}
.countryList .ItemSetWrap {
	width: 250px;
	margin: 0 10px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	box-shadow: 1px 1px 3px #aaa;
	position: relative;
	box-sizing: border-box;
}
.countryList .ItemSetWrap a {color: #222;}
.countryList .ItemSetWrap h3 {
	width: 100%;
    text-align: center;
    position: absolute;
    top: 10%;
    font-size: 24px;
    font-weight: bold;
    line-height: 3;
    text-shadow: 1px 1px 3px black;
    color: #FFF;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
}
.countryList .ItemSetWrap .ItemTitle {
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
    background-color: #eee;
}
.countryList .ItemSetWrap .ItemSubTitle {
	display: inline-block;
	background-color: #a00;
	padding: 0.125rem 0.375rem;
	border-radius: 0.25rem;
	color: #FFF;
	font-size: 0.75rem;
	position: absolute;
	top: -3.75rem;
	right: 0.3em;
}
.countryList .ItemSetWrap a .ItemSet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0.5rem;
    border-bottom: 1px solid #ddd;
	position: relative;
}
.countryList .ItemSetWrap a .ItemSet .ItemSetInner {
    display: flex;
    width: 100%;
}
.countryList .ItemSetWrap a .ItemSet .ItemSetInner .ItemSetIcon {
    width: 48px;
    padding: 0.5rem 0;
}
.countryList .ItemSetWrap a .ItemSet .ItemSetInner .ItemSetIcon svg {
    width: 20px;
    height: 20px;
    background-color: #93c47d;
    padding: 0.375rem;
    border-radius: 250%;
    color: #FFF;
}
.countryList .ItemSetWrap a .ItemSet .ItemSetInner .ItemSetBody {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.125rem;
}
.countryList .ItemSetWrap a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardName {
	font-size: 0.875rem;
	font-weight: bold;
}
.countryList .ItemSetWrap a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardSubTitlte {
    width: 100%;
    line-height: 1.2;
}
.countryList .ItemSetWrap a .ItemSet.ItemSetPrice {padding: 0.5rem;}
.countryList .ItemSetWrap a .ItemSet.ItemSetPrice .ItemPrice {
    width: 100%;
    padding: 0.25rem 0.25rem 0;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    color: #fa6464;
    letter-spacing: -0.005rem;
}
.countryList .ItemSetWrap a .ItemSet.ItemSetPrice .ItemPriceSubText {
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
}
.countryList .ItemSetWrap a .ItemSet.ItemSetPrice .ItemPriceText {
    width: 100%;
    padding: 0 0.5rem 0;
    font-size: 0.75rem;
    font-weight: 400;
    text-align: center;
}
.countryList .ItemSetWrap .plan_linkbtn {
    display: flex;
	margin: 5% 2%;
}
.countryList .ItemSetWrap .plan_linkbtn a {
    width: 98%;
	background: #aa0000;
	color: #FFF !important;
    display: block;
    margin: 0 1%;
    padding: 5px 0;
    text-align: center;
    color: #333;
    font-size: 15px;
    box-shadow: 1px 1px 1px #d6d6d6;
    border-radius: 3px;
}
.rec_dest__wrapper {position: relative;}
.scroll_left_btn,
.scroll_right_btn {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    background: #242424;
    position: absolute;
    top: 45%;
    display: block;
    z-index: 1;
    border: none;
}
.no_slider .scroll_left_btn,
.no_slider .scroll_right_btn,
.no_slider .scrollbox::-webkit-scrollbar,
.no_slider .scrollbox::-webkit-scrollbar-track,
.no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}

/*------------------------------
おすすめ情報
------------------------------*/
/*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;
}