@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main {font-family: "Noto Sans JP", sans-serif;}
main a,
main a:link,
main a:visited,
main a:active {color:#000;}
main img {
	width: 100%;
	height: auto;
}
section {background: #f2ede5;}
.disnone {display: none;}

/*MV animation*/
#title_mv_wrap #title_mv {
	animation: brightnessdark 3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 3s;
}
#title_mv_wrap #title_mv:before,
#title_mv_wrap #title_mv:after {
	animation: wreath-dfadein 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
	animation-delay: 5s;
}
@keyframes brightnessdark {
  0% {
    filter: brightness(100%);
  }
  100% {
    filter: brightness(70%);
  }
}
@keyframes wreath-dfadein {
  0% {
    filter: opacity(0%);
  }
  100% {
    filter: opacity(100%);
  }
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}
.PathBlock {
	width: 100%;
	background: #333;
	padding: 2px;
	box-sizing: border-box;
}
.PathBlock > div {
	overflow-x: scroll;
	overflow-y: hidden;
}
.PathBlock > div p, h1 {width: max-content;}
.PathBlock p, .PathBlock a, h1 {font-size: 10px;color:#FFF;}

/*main contents*/
article {font-size: 14px}/*基準のフォントサイズ*/
h2 {
    font-size: 1.4em;
    text-align: center;
	font-weight: bold;
}
hgroup h2 small,
hgroup h2 strong {
	width: 100%;
	display: inline-block;
}
hgroup h2 small {font-size: 0.5em;}
hgroup > p.tx_C:before,
hgroup > p.tx_C:after {content:"－";}
hgroup h2~p {
	margin: 0 auto 3%;
	font-size: 0.9em;
}
.inner {
	width: 96%;
	margin: 0 auto;
	padding:25px 0;
	display: block;
}

/*title*/
#title_mv_wrap {
	margin-bottom: 2%;
	position: relative;
}
#title_mv_wrap #title_mv {
	width: 100%;
	height: 200px;
	background: url(../images/pb-pixta47585258.jpg) no-repeat;
	background-size: cover;
	filter: brightness(100%); /*100%→75%*/
}
#title_mv_wrap p {
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 4px #333;
	letter-spacing: 2px;
	width: 100%;
	position: absolute;
	top: 20%;
	left: 0;
	font-size: 18px;
	text-shadow: 2px 2px 4px #333;
}
#title_mv_wrap p strong {
    width: fit-content;
    display: flex;
    transform: scale(1, 1.2);
    margin: auto;
	font-size: 32px;
}
#title_mv_wrap p small {
	width: 100%;
	display: inline-block;
	margin-bottom: 5%;
}
p.under_txt {
	font-size: 12px;
	margin: 0 2%;
}

/*ナビ*/
main nav {font-size: 0.85em;}
#g-nav_area,
#g-nav_country,
#g-nav_city {overflow-x: scroll;}
#g-nav_area {background: #FFF;}
#g-nav_country,
#g-nav_city {background: #EEE;}
#g-nav_area ul,
#g-nav_country ul,
#g-nav_city ul {
	margin: 0 10px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	text-align: center;
	width: max-content;
}
#g-nav_country ul,
#g-nav_city ul {gap: 10px;}
#g-nav_area li {
    width: 125px;
    height: 45px;
}
#g-nav_area li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5%;
    padding: 5px 0;
    color: #333;
    padding: 8px;
    box-sizing: border-box;
}
#g-nav_area li.select a {
    background: #644d49;
    color: #FFF;
}
#g-nav_country li,
#g-nav_city li {
	display: block;
	line-height: 1.8;
}
#g-nav_country li a,
#g-nav_city li a {
	padding: 0 25px;
	background: #FFF;
	border-radius: 25px;
	display: block;
	color: #333;
}
#g-nav_country li.select a,
#g-nav_city li.select a {
	background: #644d49;
	color: #FFF;
}

/*ranking*/
#ranking > li {
    width: 100%;
    margin-bottom: 10%;
    padding: 10px;
    background: #fefefe;
    box-sizing: border-box;
}
#ranking > li dt {
	display: flex;
	flex-wrap: wrap;
    margin: 2% 0 5%;
}
#ranking > li dt > p {
	width: 18%;
	margin-right: 2%;
	/*background: url(../images/rank.png) no-repeat;
	background-size: contain;*/
	position: relative;
}
#ranking > li dt > p span{
	width:100%;
	text-align:center;
	font-weight: bold;
	font-size: 1.5em;
	position: absolute;
	top: 25%;
	left: 0%;
	text-shadow: 0px 0px 2px #FFF, -1px -1px 3px #FFF, 1px 1px 3px #FFF, -2px -2px 5px #FFF, 2px 2px 5px #FFF;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#dfb712;
}
#ranking > li:nth-of-type(2) dt > p {filter: grayscale(1);}
#ranking > li:nth-of-type(2) dt > p span{}
#ranking > li:nth-of-type(3) dt > p {filter: grayscale(0.4);}
#ranking > li:nth-of-type(3) dt > p span{color:#ad7200;}
#ranking > li:nth-of-type(n+4) dt > p {filter: hue-rotate(180deg);}
#ranking > li:nth-of-type(n+4) dt > p span{color:#ad7200;}
#ranking > li dt > div {width: 80%;}
#ranking > li dt > div hgroup p {
	color: #777;
	font-size: 0.75em;
}
#ranking > li dt > div hgroup h3 {
	font-size: 1.2em;
	line-height: 1.1;
	padding: 2px 0;
	font-weight: bold;
}
#ranking > li dt > div > p {font-size: 0.75em;}
#ranking .hotel_images > ul {margin-bottom: 4%;}
#ranking .hotel_images .hotel_img li {
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	background: #eee;
}
#ranking .hotel_images p {
	margin-bottom: 4%;
	font-size: 0.9em;
}
#ranking ul.hotel_boast_icon {
    display: flex;
    flex-wrap: wrap;
    margin: 3% 0 1%;
}
#ranking .hotel_boast_icon li {
	width: calc((100% - 30px) / 3);
	height: auto;
	font-weight: bold;
	margin: 0 5px 5px;
	align-items: center;
	text-align: center;
	text-shadow: 0px 0px 2px #FFF, 0px 1px 2px #FFF, 1px 0px 2px #FFF,0px 0px 5px #FFF;
	line-height: 3.5;
	box-sizing: border-box;
}
#ranking .hotel_boast_icon li.i-target[data-target="family"] {
	background: #eaffe1
}
#ranking .hotel_boast_icon li.i-target[data-target="friends"] {
	background: #e1e5ff
}
#ranking .hotel_boast_icon li.i-target[data-target="senior_couple"],
#ranking .hotel_boast_icon li.i-target[data-target="couple"] {
	background: #fff1e1
}
#ranking .hotel_boast_icon li.i-target[data-target="honeymoon"] {
	background: #e1fffb
}
#ranking .hotel_boast_icon li.i-target[data-target="girls_trip"] {
	background: #ffe1e3
}
#ranking .hotel_boast_icon li.i-target[data-target="group_travel"] {
	background: #fff6e1
}
#ranking .hotel_boast_icon li.i-boast {
    border: 1px solid #a5862b;
    color: #a5862b;
}
#ranking .hotel_point {
	margin-bottom: 4%;
	padding: 10px;
    background: #eee;
}
#ranking .hotel_point h4 {
	margin-bottom: 2%;
	color: #800;
	font-weight: bold;
}
#ranking .hotel_point p {
	margin-bottom: 5%;
	font-size: 0.9em;
}
#ranking .hotel_price {text-align: center;}
#ranking .hotel_price p strong {
    color: #800;
    font-size: 1.8em;
    font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#ranking .hotel_btn > div > h4 a {
    display: block;
    text-align: center;
    background: #000;
    color: #FFF;
    font-size: 1.2em;
    line-height: 3.25;
    margin: 4% 0;
	position: relative;
	border-radius: 50px;
}
#ranking .hotel_btn > div > h4 a:before {
	content: "";
	position: absolute;
	top: calc((100% - 32px) / 2);
	left: 10px;
	width: 32px;
	height: 32px;
	filter: brightness(10);
	background:url(https://www.nta.co.jp/shared2021/common/images/gadget/ico_ka_tour.png) no-repeat;
	background-size: cover;
}
#ranking .hotel_btn > div > h4 a:after {
	content: "\025b6";
	position: absolute;
	top: 0;
	right: 10px;
	display: block;
}
#ranking .hotel_btn > div > h4 a span:before {
	content: "航空券+ホテル+サポートでお得";
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	display: block;
	font-size: 0.6em;
}
#ranking .hotel_btn div.other_plan {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 5% auto 2%;
    font-size: 1.1em;
    text-align: center;
}
#ranking .hotel_btn div.other_plan p {
	width: 48%;
	margin: 1%;
}
#ranking .hotel_btn div.other_plan a {
	display: block;
    line-height: 2;
    position: relative;
}
#ranking .hotel_btn div.other_plan a:after {
	content: "\025b6";
	font-size: 0.5em;
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
}

/*faq*/
.accordion {background-color: #fff;}
.accordion:not([open]) {margin-bottom: 2px;}
.accordion summary {
    display: flex;
    align-items: center;
    position: relative;
    padding:1em 4em 1em 1em;
	background: var(--action-color);
	color: #000;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {display: none;}
.accordion summary::before {
	content: 'Q';
	color: #000;
	font-size: 20px;
	margin-right: 20px;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: '';
    transition: transform .3s;
    position: absolute;
    right:2em;
}
.accordion[open] summary::after {transform: rotate(225deg);}
.accordion div {
	display: flex;
	align-items: center;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1.4em 1em ;
    color: #414540;
    transition: transform .5s, opacity .5s;
}
.accordion div::before {
	content: 'A';
	color: var(--accent-color);
	font-size: 20px;
	margin-right: 20px;
}
.accordion[open] div {
    transform: none;
    opacity: 1;
}

/*scrollbox contents*/
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	padding: 0 calc(calc(100% - calc(1080px / 4)) / 2);
}
.scrollbox_wraper .scrollbox > ul > li {
	width: 260px!important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}
.scrollbox_wraper .scrollbox > ul > li dt {
	font-weight:bold;
	flex-direction: column;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
}
.scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}

/*------------------------------
海外ツアー選び方ガイド
------------------------------*/
/*modal*/
.guide-to-choosing-overseas-tours__modalbtn {
    color: #0065d6;
    font-weight: normal;
    text-align: right;
    margin-right: 15px;
	font-size: 12px;
}
.guide-to-choosing-overseas-tours__modalbtn svg {margin: 0 0 -6px 5px;}
#guide-to-choosing-overseas-tours__modalSP {
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0%;
	left: 0;
	font-size: 14px;
}
#guide-to-choosing-overseas-tours__modalSP.disnone {display:none;}
#guide-to-choosing-overseas-tours__modalSP__close {
	background: #20208c;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding: 5px 0;
}

/*table*/
#how-to-choose__table tr th,
#how-to-choose__table tr td {
	width:calc(100% / 4);
	user-select: none;
}
#how-to-choose__table , #how-to-choose__table td, #how-to-choose__table th {
	border: 1px solid #FFF;
	border-collapse: collapse;
}
#how-to-choose__table {
	font-size: 10px;
    text-align: center;
    margin: 15px 0 0!important;
}
#how-to-choose__table tr td:nth-of-type(odd) {background: #F5F5FF}
#how-to-choose__table tr td:nth-of-type(even) {background: #FFF;}
#how-to-choose__table tr th:nth-of-type(1) {background: #DBDBFF;}
#how-to-choose__table tr:nth-of-type(1) th {
	text-align: center;
	padding:3px;
	position:relative;
}
#how-to-choose__table tr:nth-of-type(1) th:nth-of-type(odd) {background: #fff}
#how-to-choose__table tr:nth-of-type(1) th:nth-of-type(even) {background: #F5F5FF;}
#how-to-choose__table tr:nth-of-type(1) th:nth-of-type(1) {background: #DBDBFF;}
#how-to-choose__table tr:nth-of-type(1) th div strong {
	color: #C00;
    background: #FFF718;
    text-align: center;
    display: block;
}
#how-to-choose__table tr:nth-of-type(1) th div{
	padding: 5px;
	background: #FFF;
	display: grid;
	justify-content: center;
	border: 1px solid #20208c;
	border-radius: 10px;
}
#how-to-choose__table tr:nth-of-type(1) th div::after {
	content: "";
	position: absolute;
	top: 45%;
	right: 7px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #20208c;
	border-right: 0;
}
#how-to-choose__table tr:nth-of-type(n+2) th {
	text-align: center;
	padding: 10px 5px;
}
#how-to-choose__table tr:nth-of-type(n+2) th div{
	font-size: 10px;
	padding: 5px;
	background: #FFF;
	position: relative;
	border-radius: 3px;
}
#how-to-choose__table tr:nth-of-type(n+2) th div:after {
	content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #DBDBFF;
}
#how-to-choose__table td {
	padding: 10px 0;
	text-align: center;
}
#how-to-choose__table td strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
	color:#A6ACAF;
}
#how-to-choose__table td strong.good {color:red;}

}

/*760px以上*//*-------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.4;}
#pc_header {margin-bottom: 0;}
.pcnone{display:none;}
.PathBlock {
	width: 100%;
	background: #333;
	padding: 5px;
	box-sizing: border-box;
}
.PathBlock > div {
	width: 100%;
	max-width: 1080px;
	min-width:760px;
	margin: 0 auto;
}
.PathBlock p, .PathBlock a, h1 {font-size: 10px;color:#FFF;}

/*main contents*/
article {font-size: 18px}/*基準のフォントサイズ*/
h2 {
    font-size: 1.8em;
    text-align: center;
	font-weight: bold;
	line-height: 1.8;
}
hgroup h2 small {
	width: 100%;
	display: block;
	font-size: 0.5em;
}
hgroup h2 strong {font-size: 1.2em;}
hgroup h2~p.tx_C:before,
hgroup h2~p.tx_C:after {content:"－";}
hgroup h2~p {margin: 0 auto 3%;}
.inner {
	width: 100%;
	max-width: 1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/*title*/
#title_mv_wrap {
	margin-bottom: 1%;
	position: relative;
}
#title_mv_wrap #title_mv {
	width: 100%;
	height: 350px;
	background: url(../images/pb-pixta47585258.jpg) no-repeat 0 48%;
	background-size: cover;
	filter: brightness(100%); /*100%→75%*/
}
#title_mv_wrap p {
	color: #FFF;
	text-align: center;
	text-shadow: 2px 2px 4px #333;
	letter-spacing: 2px;
	width: 100%;
	position: absolute;
	top: 24%;
	left: 0;
	font-size: 24px;
	text-shadow: 2px 2px 4px #333;
}
#title_mv_wrap p strong {
    width: fit-content;
    display: flex;
    transform: scale(1, 1.2);
    margin: auto;
	font-size: 48px;
}
#title_mv_wrap p small {
	width: 100%;
	display: inline-block;
	margin-bottom: 5%;
}
p.under_txt {
	width: 100%;
	max-width: 1080px;
	min-width:760px;
	margin: 0 auto;
	font-size: 16px;
}

/*ナビ*/
main nav {
	margin: 1% auto 0;
	font-size: 0.85em;
    background: #eee
}
#g-nav_area {background: #FFF;}
#g-nav_country,
#g-nav_city {background: #EEE;}
#g-nav_area ul,
#g-nav_country ul,
#g-nav_city ul {
	width: 100%;
	max-width: 1080px;
	min-width:760px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
	text-align: center;
}
#g-nav_country ul,
#g-nav_city ul {gap: 10px;}
#g-nav_area li {
    width: 140px;
    height: 52px;
}
#g-nav_area li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5%;
    padding: 5px 0;
    color: #333;
    padding: 8px;
    box-sizing: border-box;
}
#g-nav_area li.select a {
    background: #644d49;
    color: #FFF;
}
#g-nav_country li,
#g-nav_city li {
	display: block;
	line-height: 1.8;
}
#g-nav_country li a,
#g-nav_city li a {
	padding: 0 25px;
	background: #FFF;
	border-radius: 25px;
	display: block;
	color: #333;
}
#g-nav_country li.select a,
#g-nav_city li.select a {
	background: #644d49;
	color: #FFF;
}

/*ranking*/
#ranking > li {
    width: 100%;
    margin-bottom: 2%;
    padding: 2%;
    background: #fefefe;
    box-sizing: border-box;
}
#ranking > li dt {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 2%;
}
#ranking > li dt > p {
	width: 13%;
	margin-right: 2%;
	/*background: url(../images/rank.png) no-repeat 50% 0;
	background-size: contain;*/
	position: relative;
}
#ranking > li dt > p span{
	font-weight: bold;
	font-size: 2.4em;
	position: absolute;
	top: 18%;
	left: 15%;
	text-shadow: 0px 0px 3px #FFF, 0px 0px 5px #FFF, -1px -1px 5px #FFF, 1px 1px 5px #FFF, -2px -2px 8px #FFF, 2px 2px 8px #FFF;
	color: #e19400;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color:#dfb712;
}
#ranking > li:nth-of-type(2) dt > p {filter: grayscale(1);}
#ranking > li:nth-of-type(3) dt > p {filter: grayscale(0.4);}
#ranking > li:nth-of-type(3) dt > p span{color:#ad7200;}
#ranking > li:nth-of-type(n+4) dt > p {filter: hue-rotate(180deg);}
#ranking > li:nth-of-type(n+4) dt > p span{color:#ad7200;}
#ranking > li dt > div {
	width: 85%;
	line-height: 2.4;
}
#ranking > li dt > div hgroup p {
	color: #777;
	font-size: 0.75em;
}
#ranking > li dt > div hgroup h3 {
	font-size: 1.4em;
	line-height: 1.1;
	padding: 2px 0;
	font-weight: bold;
}
#ranking > li dt > div > p {font-size: 0.75em;}
#ranking .hotel_images {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2%;
}
#ranking .hotel_images > div:nth-of-type(1) {
	width: 32%;
	margin: 0 3% 0 0;
}
#ranking .hotel_images .hotel_img li {
	aspect-ratio: 4 / 3;
	display: flex;
	align-items: center;
	background: #eee;
}
#ranking .hotel_images > div:nth-of-type(2) {
	width: 65%;
	font-size: 0.9em;
}
#ranking .hotel_images > div p {margin-bottom: 2%;}
#ranking ul.hotel_boast_icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1%;
}
#ranking .hotel_boast_icon li {
	width:140px;
	height: auto;
	font-weight: bold;
	margin: 0 5px 5px;
	align-items: center;
	text-align: center;
	text-shadow: 0px 0px 2px #FFF, 0px 1px 2px #FFF, 1px 0px 2px #FFF,0px 0px 5px #FFF;
	line-height: 3.5;
}
#ranking .hotel_boast_icon li.i-target[data-target="family"] {
	background: #eaffe1
}
#ranking .hotel_boast_icon li.i-target[data-target="friends"] {
	background: #e1e5ff
}
#ranking .hotel_boast_icon li.i-target[data-target="senior_couple"],
#ranking .hotel_boast_icon li.i-target[data-target="couple"] {
	background: #fff1e1
}
#ranking .hotel_boast_icon li.i-target[data-target="honeymoon"] {
	background: #e1fffb
}
#ranking .hotel_boast_icon li.i-target[data-target="girls_trip"] {
	background: #ffe1e3
}
#ranking .hotel_boast_icon li.i-target[data-target="group_travel"] {
	background: #fff6e1
}
#ranking .hotel_boast_icon li.i-boast {
    border: 1px solid #a5862b;
    color: #a5862b;
}
#ranking .hotel_point {
	margin-bottom: 2%;
	padding: 1%;
    background: #eee;
}
#ranking .hotel_point h4 {
	margin: 1%;
	color: #800;
	font-weight: bold;
}
#ranking .hotel_point p {font-size: 0.9em;}
#ranking .hotel_price {text-align: center;}
#ranking .hotel_price p strong {
    color: #800;
    font-size: 1.6em;
    font-weight: bold;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
#ranking .hotel_btn > div > h4 a {
	width: 60%;
	display: block;
	text-align: center;
	background: #000;
	color: #FFF;
	font-size: 1.2em;
	line-height: 3.5;
	margin: 2% auto;
	position: relative;
	border-radius: 50px;
}
#ranking .hotel_btn > div > h4 a:before {
	content: "";
	position: absolute;
	top: calc((100% - 32px) / 2);
	left: 25px;
	width: 32px;
	height: 32px;
	filter: brightness(10);
	background:url(https://www.nta.co.jp/shared2021/common/images/gadget/ico_ka_tour.png) no-repeat;
	background-size: cover;
}
#ranking .hotel_btn > div > h4 a:after {
	content: "\025b6";
	position: absolute;
	top: 10px;
	right: 25px;
	display: block;
	font-size: 0.75em;
}
#ranking .hotel_btn > div > h4 a span:before {
	content: "航空券+ホテル+サポートでお得";
	position: absolute;
	top: -8px;
	right: 0;
	left: 0;
	display: block;
	font-size: 0.6em;
}
#ranking .hotel_btn div.other_plan {
	width: 42%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align: center;
}
#ranking .hotel_btn div.other_plan p {
	width: 46%;
	margin: 2%;
}
#ranking .hotel_btn div.other_plan a {
	display: block;
    line-height: 2;
    position: relative;
}
#ranking .hotel_btn div.other_plan a:after {
	content: "\025b6";
	font-size: 0.5em;
	position: absolute;
	top: 9px;
	right: 15px;
	display: block;
}

/*faq*/
.accordion {
    max-width:1080px;
    background-color: #fff;
}
.accordion:not([open]) {margin-bottom: 2px;}
.accordion summary {
	display: flex;
	align-items: center;
	position: relative;
	padding: 15px 2em;
	background: var(--action-color);
	color: #000;
	cursor: pointer;
}
.accordion summary::-webkit-details-marker {display: none;}
.accordion summary::before {
	content: 'Q';
	color: #000;
	font-size: 28px;
	margin-right: 25px;
}
.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    content: '';
    transition: transform .3s;
    position: absolute;
    right:2em;
}
.accordion[open] summary::after {transform: rotate(225deg);}
.accordion div {
	display: flex;
	align-items: center;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 2em 2em 2em 2em;
    color: #414540;
    transition: transform .5s, opacity .5s;
}
.accordion div::before {
	content: 'A';
	color: #000;
	font-size: 28px;
	margin-right: 25px;
}
.accordion[open] div {
    transform: none;
    opacity: 1;
}

/*scrollbox contents*/
.scrollbox_wraper {
	margin-bottom: 50px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: -40px;}
.scrollbox_wraper .scroll_right_btn {right: -40px;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox_wraper .scrollbox > ul > li {
	width: calc((100% - 40px) / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}
.scrollbox_wraper .scrollbox > ul > li dt {
	font-weight: bold;
	flex-direction: column;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
}
.scrollbox_wraper .scrollbox > ul > li dd {font-size: 14px;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}
@media (min-width: 760px) and (max-width: 900px){
	/*------------------------------
	for Tablet
	------------------------------*/
	.scrollbox_wraper .scrollbox {
		overflow-x: scroll!important;
		padding: 0;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
		margin: 0 5px!important;
		background: #eee!important;
		border-radius: 5px!important;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
		border-radius: 5px!important;
		background: #999!important;
	}
}

/*スクロールなし*/
.scrollbox_wraper.pc_no_slider {
	margin-bottom: 15px;
	position: relative;
}
.scrollbox_wraper.pc_no_slider .scroll_left_btn,
.scrollbox_wraper.pc_no_slider .scroll_right_btn,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
.scrollbox_wraper.pc_no_slider .scrollbox > ul{flex-wrap: wrap;}
.scrollbox_wraper.pc_no_slider .scrollbox > ul li{margin-bottom: 10px !important;}

/*------------------------------
海外ツアー選び方ガイド
------------------------------*/
/*modal*/
.guide-to-choosing-overseas-tours__modalbtn {
    color: #0065d6;
    font-weight: normal;
    text-align: right;
    margin-right: 15px;
	font-size: 14px;
	cursor:pointer;
}
.guide-to-choosing-overseas-tours__modalbtn svg {margin: 0 0 -6px 5px;}
#guide-to-choosing-overseas-tours__modalPC {
	position: fixed;
	z-index: 999;
	top: 20%;
	width: 80%;
	left: 10%;
	font-size: 14px;
}
#guide-to-choosing-overseas-tours__modalPC * {cursor: auto;}
#guide-to-choosing-overseas-tours__modalPC * a,
#guide-to-choosing-overseas-tours__modalPC #guide-to-choosing-overseas-tours__modalPC__close {cursor: pointer;}
#guide-to-choosing-overseas-tours__modalPC th a:hover {
	background: #20208c!important;
	transition-duration: 0.3s;
}
#guide-to-choosing-overseas-tours__modalPC th a:hover {
    color: #FFF!important;
    opacity: 1;
	transition-duration: 0.3s;
}
#guide-to-choosing-overseas-tours__modalPC__close:hover {
	background: #0065d6;
	transition-duration: 0.3s;
}
.guide-to-choosing-overseas-tours__modalPC.disnone {display:none;}
#guide-to-choosing-overseas-tours__modalPC__close {
	background: #20208c;
    text-align: center;
    color: #FFF;
    font-size: 16px;
	height: 42px;
	display: grid;
	align-items: center;
}

/*table*/
#how-to-choose__table tr th,
#how-to-choose__table tr td {
	width:calc(100% / 7);
	user-select: none;
}
#how-to-choose__table , #how-to-choose__table td, #how-to-choose__table th {
	border: 1px solid #FFF;
	border-collapse: collapse;
}
#how-to-choose__table {
	width: 100%;
	text-align: center;
	box-shadow: 1px 1px 10px #999;
}
#how-to-choose__table tr:nth-of-type(odd) {background: #F5F5FF}
#how-to-choose__table tr:nth-of-type(even) {background: #FFF;}
#how-to-choose__table tr:nth-of-type(1) {background: #DBDBFF;}
#how-to-choose__table tr:nth-of-type(1) th {
	padding:10px;
	position:relative;
	text-align: center;
}
#how-to-choose__table tr:nth-of-type(1) th:nth-of-type(n+2):after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: calc(50% - 8px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #DBDBFF;
}
#how-to-choose__table tr:nth-of-type(1) th a{
	padding: 5px;
	background: #FFF;
	border-radius:3px;
	justify-content: center;
}
#how-to-choose__table tr:nth-of-type(n+2) th {
	text-align: center;
	padding: 15px 10px;
}
#how-to-choose__table tr:nth-of-type(n+2) th a{
	width: 100px;
	padding: 5px;
	background: #FFF;
	display: inline-block;
	position:relative;
	border-radius: 25px;
	border: 1px solid #D6D6D6;
}
#how-to-choose__table tr:nth-of-type(n+2) th a strong {
	color: #C00;
    position: absolute;
    background: #FFF718;
    top: -10px;
    left: 22px;
    width: 65px;
    font-size: 10px;
    text-align: center;
}
#how-to-choose__table tr:nth-of-type(n+2) th a p:after{
	content: ">";
    position: absolute;
    top: 30%;
    right: 5px;
    transform: scale(0.75, 1.8);
    color: #20208c;
}
#how-to-choose__table td {
	padding: 12px 10px;
	text-align: center;
}
#how-to-choose__table td strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
	color:#A6ACAF;
}
#how-to-choose__table td strong.good {color:red;}

}

/*tripa*/
#tripa_box > li{
	overflow:hidden;
	padding:15px;
	margin: 0;
	border-bottom:1px solid #e2e2e2;
	background:#FFF
}
#tripa_box > li p{
    float: left;
    margin: 0 20px 0 0;
    aspect-ratio: 4 / 3;
    width: 160px;
    background: #e2e2e2;
    align-items: center;
    display: flex
}
#tripa_box > li:last-child{border-bottom:none}
#tripa_box > li dt{
	font-size:1em;
	margin:0 0 10px
}
#tripa_box > li dd{
	font-size:0.8em;
	color:#999
}
#tripa_box > li dd > span{
	display:block;
	margin:5px 0 0
}
#tripa_box > li dd > span a{color:#CCC}
#tripa_box > li dd > span span{color:#F69}