@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

/*PCSP共通設定*/
html {/*smooth scroll*/
	scroll-behavior: smooth;
	scroll-padding-top: 50px
}
main {color: #333}
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}
section img {
	width: 100%;
	height: auto
}
main article {
    background: #444;
    color: #000
}
.fc_B79913 {color:#B79913!important}
.fc_FFF {color:#fff!important}
.fc_cd0414 {color:#cd0414!important}
.disnone {display:none}
.tx_R {text-align: right!important}
main .select:hover,
main .select a:hover {
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
    -ms-filter: "alpha(opacity=100)"!important;
    -moz-opacity: 1!important;
    cursor:auto !important
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4}
.spnone{display:none!important}

/* CSS */
#dirPathBlock {margin: 1% 1% 0 1%}
#anchorLinkBlock {margin: 3% 1%}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px}
h1 {
	font-size: 12px;
	margin: 0 1%
}
hgroup {
    position: absolute;
    top: -35px;
    left: calc((100% - 260px) / 2)
}
hgroup .ponpon {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/im_ponpon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -64px;
    left: calc((100% - 60px) / 2);
    color: #FFF;
    text-align: center;
    align-content: space-evenly;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000
}
hgroup .ponpon p {
    width: 150px;
    font-size: 20px;
    margin-left: -45px
}
h2 {
    width: 260px;
    background: #B79913;
    margin: 0 auto 3%;
    padding: 5px 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative
}
h2::before {
    content: "";
    width: 84px;
    height: 64px;
    display: block;
    background: url(../images/im_gribon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    left: -44px
}
h2::after {
    content: "";
    width: 84px;
    height: 64px;
    display: block;
    background: url(../images/im_gribon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 13px;
    right: -44px;
    transform: scaleX(-1)
}
h3,
h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    margin: 0 auto 3%
}
#link01 h3,#link01 h4,
#link02 h3,#link02 h4,
#link03 h3,#link03 h4 {
    color: #000;
    position: relative
}
.other h4{
    width:100%;
    color: #000;
    text-align: center
}
.star:before {
    content: "";
    width: 42px;
    height: 34px;
    display: block;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10%;
    left: 2%
}
.star:after {
    content: "";
    width: 42px;
    height: 34px;
    display: block;
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10%;
    right: 2%
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
    position: relative
}
#link01 .inner,
#link02 .inner,
#link03 .inner {
    background: #FFF;
    border-radius: 10px;
    margin: 100px auto 150px;
    padding: 50px 0 0
}
#index #link02 .inner,
#kaigai #link03 .inner {margin: 150px auto 75px;}

/*title*/
.mv {
    background: #222;
    padding-bottom: 3px;
}
.mv > p {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    padding: 3px 0 5px;
    background: #cd0414
}
.mv,
figure#mainphoto img{width: 100%}
figure#mainphoto {
	margin: 0;
	padding: 0
}
.mv .select_wrap {
    margin: 12px auto;
    text-align: center;
    font-size: 16px;
    display: flex
}
.mv .select_wrap {
    font-size: 18px
}
.mv .select_wrap li {
    width: 48%;
    height: 40px;
    margin: 0 10px;
}
.mv .select_wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
    background: #FFF;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #BEA223;
    letter-spacing: 15px;
    text-indent: 15px;
    box-sizing: border-box
}
.mv .select_wrap li a.select {
    color: #FFF;
    background: #BEA223
}

/*news*/
/*#news {margin: 10px}
#news dt {
    font-size: 15px;
    text-align: center;
	font-weight:700;
	margin-bottom: 10px
}
#news dd > div {
	display: flex;
	margin-bottom: 5px
}
#news dd > div span{
	display: inline-block;
    width: 64px;
    height: 18px;
    background: #013990;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
    padding: 1px 0 2px;
    border-radius: 2px
}
#news dd > div p {width:calc(100% - 64px)}*/

/* nav */
ul.nav {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap
}
ul.nav li {
    width: 99%;
    text-align: center;
    color: #000;
    margin: 0 0.5% 1%;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    background: url(../images/pb-pixta99341600.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    border: 1px solid #000
}
ul.nav li > span{
    width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    font-size: 24px;
    border-radius: 5px;
    font-weight: bold
}
ul.nav a {
    width: 65%;
    margin: 10px auto;
    padding: 8px;
    display: block;
    background: linear-gradient(0deg, #bfa326 0%, #ffefa4 100%);
    color: #FFF;
    border-radius: 8px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 3px #aaa;
    position: relative
}
ul.nav a svg {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px
}
ul.nav a svg.otherlink {transform: rotate(-90deg)}
ul.nav a::before {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: -55px
}
ul.nav a::after {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -55px
}

/*Howto*/
#Howto {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    height: 150px;
    overflow: hidden;
    transition: bottom 0.2s;
    position: relative
}
#Howto.more {height: auto}
#click__more_list {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    padding-top: 45px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(68 68 68) 50%)
}
#click__more_list p {
    width: 180px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #FFF;
    margin: auto;
    padding: 5px 0;
    border-radius: 5px;
    border: 2px solid #bea223
}
#click__more_list p svg {vertical-align: text-bottom}
#Howto.more~#click__more_list p svg {
    vertical-align: sub;
    transform: rotate(180deg)
}
#Howto.more~#click__more_list {background: none}
#Howto li {
    width: 99%;
    display: inline-block;
    text-align: center;
    align-content: center;
    color: #000;
    margin: 0 0.5%;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #000
}
#Howto li dt {font-size: 18px}
#Howto li img {
    width: 100px;
    margin: 15px auto
}
#Howto li > dl dd:last-child {
    height: 45px;
    align-content: center
}
#Howto li > dl::before {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 3px
}
#Howto li > dl::after {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 3px;
    transform: scaleX(-1)
}
#Howto li > div::before {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 3px;
    left: 3px;
    transform: scaleY(-1)
}
#Howto li > div::after {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 3px;
    right: 3px;
    transform: scale(-1,-1)
}
.sub_btn {
    margin: 0 5px;
    padding: 5px 12px;
    background: #BEA223;
    color: #FFF!important;
    border-radius: 10px;
	display: inline-block
}

/*detailDay*/
.detailDay li{font-size: 14px}
.detailDay dl{
    display: flex;
    background: #FFF;
    border-bottom: 1px solid #767676
}
.detailDay dl dt{
    width: 25%;
    display: grid;
    align-items: center;
    color: #FFF;
    font-weight: bold;
    background: #b79913;
    padding: 0 5px;
    box-sizing: border-box;
}
.detailDay dl dd{
	width: 75%;
    padding: 10px;
	color: #000
}

/* notice */
.notice {
	place-content: center;
	margin-bottom: 10px;
    padding: 0 12px;
	font-size: 14px;
    text-align: center
}
.notice li {
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.3em
}
.notice li::before {content: "※"}
.notice li em.red {color: #DF0000}
.notice li em {font-weight: 700}

/*Tabiwa*/
div.tabiwa_cp {
	background: #ebebf9;
	margin: 25px 0;
	padding: 0;
	text-indent: 0;
	position: relative
}
div.tabiwa_cp::before {content: ""}
div.tabiwa_cp a {color:#333!important}
div.tabiwa_cp  a dl {padding: 10px 10px 25px}
div.tabiwa_cp  a dt {
	background: #FFF;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 5%
}
div.tabiwa_cp  a dd {font-size: 14px}
div.tabiwa_cp  a dd p b {color: #00499f}
div.tabiwa_cp  a dd:last-child {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    background: #00499f;
    text-indent: 0;
    text-align: center
}

/*waribiki*/
.waribiki_wrap {margin-bottom: 5%}
.waribiki_wrap li {
    width: 96%;
    background: #FFF;
    border: 1px solid #B79913;
    margin: 2%;
    padding: 10px 20px 10px 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    box-sizing: border-box
}
.waribiki_wrap li dd {
    background: #B79913;
    color: #FFF;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 5px
}
.waribiki_wrap li dt p:first-child{
    font-size: 16px;
    color:#444;
    padding: 15px 0 5px
}
.waribiki_wrap li dt p:nth-of-type(2){
    font-size: 32px;
    color:#cd0414
}
.waribiki_wrap li dt p:nth-of-type(2) .small{font-size: 0.5em}

/*target_plan*/
.target_plan {padding: 25px 0}

/*btn*/
.btn_wrap {margin-bottom: 2%}
.btn {
    width: 90%;
    margin: 0 auto 3%
}
.btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background: #cd0414;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    text-align: center;
    padding: 10px 0 12px;
    font-weight: 700;
    border-radius: 10px
}

/*おすすめプラン*/
.recommended_plan {
    background: url(../images/pb-pixta99341600.jpg) no-repeat;
    background-size: cover;
    margin: 0 1% 3%;
    padding: 15px;
    border-radius: 10px
}
#kaigai #link02 .recommended_plan,
#kaigai #link03 .recommended_plan {background: none}

/*エリア選択*/
.recommended_plan .big_area_select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%
}
.recommended_plan .big_area_select li {
    width: fit-content;
    font-size: 14px;
    margin: 0 1% 2%;
    padding: 5px 8px;
    background: #FFF;
    border: 1px solid #B79913;
    border-radius: 5px;
    cursor: pointer
}
.recommended_plan .big_area_select li:hover {opacity:0.8}
.recommended_plan .big_area_select li.select {
    background: linear-gradient(0deg, rgba(191, 164, 39, 1) 0%, rgba(255, 255, 255, 1) 100%)
}

/* scrollbox */
.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((100% - 250px) / 2)
}
.scrollbox_wraper .scrollbox > ul > li {
	width: calc(960px / 4) !important;
	margin: 0 5px !important;
	box-sizing: border-box
}
#index .scrollbox_wraper .scrollbox > ul > li a {color:#FFF!important;}
#kaigai .scrollbox_wraper .scrollbox > ul > li a {color:#000!important;}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px
}
.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
}

/*tripa*/
#osusume_trip.other dt img {
    width: auto;
    height: 200px
}

/* クーポン対象のおすすめホテル・旅館 */
.hotel_plan_section {font-size: 18px}
.hotel_plan_section .scrollbox_wraper li {
    width: calc(96% / 4);
    margin: 0 0.5% 2% !important;
	text-align: center;
    color:#333;
	border: none;
	background: none;
	background: #FFF;
	box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dt {
    margin-bottom: 3%;
	position:relative;
    overflow: hidden
}
.hotel_plan_section .scrollbox_wraper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
.hotel_plan_section .scrollbox_wraper li dt .cr {
	position: absolute;
	bottom: 77px;
	left: 1%;
	font-size: 12px
}
.hotel_plan_section .scrollbox_wraper li dt p{
    font-size: 0.65em;
    color: #B79913;
    text-align: right;
    margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li dt p.dep {
    font-size: 1em;
    color: #333;
    text-align: center;
    padding: 10px
}
.hotel_plan_section .scrollbox_wraper li dt h4,
.hotel_plan_section .scrollbox_wraper li dt h5{
    font-size: 0.85em;
    font-weight: 700;
    margin: 5% 0;
    padding: 0 10px;
    box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dd.plan_txt {
    font-size: 0.75em;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left
}
.other .hotel_plan_section .scrollbox_wraper li dd.plan_txt {color: #333;}
.hotel_plan_section .scrollbox_wraper li dd.plan_price {margin-bottom: 4%;line-height: 1}
.hotel_plan_section .scrollbox_wraper li dd.plan_price p {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px
}	
.hotel_plan_section .scrollbox_wraper li dd.plan_price small {
    font-size: 0.5em;
    height: 32px;
    display: inline-flex;
    line-height: 1.5
}
.hotel_plan_section .scrollbox_wraper li .dis_flex {
    display: flex;
	margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li .btn {width: 100%}
.hotel_plan_section .scrollbox_wraper li .btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background: #222;
    border: 1px solid #B79913;
    box-shadow: none;
    font-size: 0.75em;
    text-align: center;
    padding: 10px 0 12px;
    font-weight: 700;
    border-radius: 5px
}

.hotel_plan_section .scrollbox_wraper li .btn a::after {display:none}
.hotel_plan_section p.comment_txt {
    font-size: 14px;
    margin-bottom: 5%
}
p.priceinfo {
    font-size: 12px;
    margin-bottom: 2%
}

/* coupon */
.coupon_heading {
	margin: 50px 0 25px;
	font-size: 18px;
	text-align: center
}
.coupon_anc {
	display: grid;
	gap: 5px
}
.coupon_wrap {
	display: grid;
	gap: 15px;
	margin-bottom: 25px
}
.coupon_wrap > li {
	/*width: 82%;*/width: 94%;
	margin: 0 auto;
	position: relative;
	background: #FFF
}
.coupon_wrap h4 {margin: 0 0 15px}
.coupon_wrap > li .cpn_get {
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	position: relative
}
.coupon_wrap > li .cpn_get>a {display: block}
.coupon_wrap > li .cpn_get dl {
	height: 176px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}
.coupon_wrap.ka_tour>li .cpn_get dl {border: 5px solid #51b028}
.coupon_wrap.ka_airset>li .cpn_get dl {border: 5px solid #0093da}
.coupon_wrap dl {
	padding: 0;
	cursor: pointer
}
.coupon_wrap.ka_tour dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_kaigai_tour.png) no-repeat center 15px;
	background-size: 95px;
	color: #51b028
}
.coupon_wrap.ka_airset dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_airset.png) no-repeat center 15px;
	background-size: 95px;
	color: #0093da
}
.coupon_wrap dl:hover {opacity: 0.95}
.coupon_wrap li a>dl * {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}
.coupon_wrap dt {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700
}
.coupon_wrap dt small {
	width: 24%;
	margin: 0 0 0 1%;
	font-size: 11px;
	letter-spacing: -1px
}
.coupon_wrap dt strong {
	width: 75%;
	font-size: 36px
}
.coupon_wrap dt strong span {
	font-size: 0.5em;
	letter-spacing: 0;
	margin: 0 5px
}
.coupon_wrap dd.about_mycoupon {
	width: 100%;
	display: flex;
	text-align: center;
	margin: 0 8px
}
.coupon_wrap .fcf {
    background: #343474;
    width: 60px;
    height: 60px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 12px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.coupon_wrap .mycoupon {
	font-weight: 700;
	font-size: 25px;
	display: grid;
	align-items: center
}
.coupon_wrap .cpnget {
	width: 100%;
	display: grid;
	align-items: center;
	grid-template: auto / 122px 1fr;
	padding: 10px 0 5px
}
.coupon_wrap.ka_tour .cpnget {background: #51b028}
.coupon_wrap.ka_airset .cpnget {background: #0093da}
.coupon_wrap .cpnget .ico {
	background: #FFF;
	padding: 2px 5px 0;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	display: block
}
.coupon_wrap .cpnget h5 {
	text-align: right;
	padding: 2px 10px 2px 0;
	margin: 0 0 0 8px;
	display: block;
	font-weight: 700;
	color: #FFF;
	font-size: 13px;
	position: relative
}
.coupon_wrap .cpnget h5:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 1px;
	right: 128px
}
.coupon_wrap .cpnget h5:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	position: absolute;
	top: 4px;
	right: 132px
}
.coupon_wrap.ka_tour .cpnget h5:after {border-color: transparent transparent transparent #51b028}
.coupon_wrap.ka_airset .cpnget h5:after {border-color: transparent transparent transparent #0093da}
.coupon_wrap .conditions {
    padding: 10px;
    border-bottom: 1px dashed #ccc
}
.coupon_wrap .conditions li {
	font-size: 12px;
	display:flex
}
.coupon_wrap .conditions li+li {margin-top: 10px}
.coupon_wrap .conditions li strong {
	display: inline-block;
	font-weight: 700;
	width: 80px
}
.coupon_wrap .conditions li span {
	display: block;
	width: calc(100% - 80px)
}
.coupon_wrap .cpndetai {
	padding: 5px;
    font-size: 10px;
    text-align: center;
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/im_mycopon.png) no-repeat 5px;
    background-size: 28px auto
}
.coupon_wrap .cpndetai:hover {color: #bd0109;}
.coupon_wrap .cpndetai span {position:relative;}
.coupon_wrap .cpndetai span:after {
	font-size: 24px;
	font-family: "Material Symbols Rounded";
	content: "\e89e";
	position: absolute;
	top: -10%;
	right: -50%;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20
}
.coupon_wrap .end {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
	font-size: 24px
}

/*cp*/
.cp_Wrap {
    font-size: 14px;
    margin-bottom: 25px
}
.cp_Wrap > li{
	display: flex;
    border-bottom: 1px solid #767676;
    background: #FFF;
    color: #000
}
.cp_Wrap li h4 {
    width: 90px;
    background: #E1E1E1;
    padding: 5px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    margin: 0
}
.cp_Wrap li p {
    width: calc(100% - 90px);
    align-content: center;
    padding: 5px
}

/*PRbanner*/
.pr_banner {
	width: 100%;
    margin-bottom: 1%;
    text-align: center
}
.pr_banner img {
    width: 320px;
	height: 60px;
	display: block;
    margin: 0 auto 10px
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231}
.pcnone{display:none!important}

/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px
}
#anchorLinkBlock {margin: 1% auto}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px}
h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px
}
hgroup {
    position: absolute;
    top: -35px;
    left: calc((100% - 640px) / 2)
}
hgroup .ponpon {
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/im_ponpon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -110px;
    left: calc((100% - 100px) / 2);
    color: #FFF;
    text-align: center;
    align-content: space-evenly;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000
}
hgroup .ponpon p {
    width: 250px;
    font-size: 32px;
    margin-left: -72px
}
h2 {
    width: 640px;
    background: #B79913;
    margin: 0 auto 3%;
    padding: 10px 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative
}
h2::before {
    content: "";
    width: 84px;
    height: 64px;
    display: block;
    background: url(../images/im_gribon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: -44px
}
h2::after {
    content: "";
    width: 84px;
    height: 64px;
    display: block;
    background: url(../images/im_gribon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: -44px;
    transform: scaleX(-1)
}
h3,
h4 {
    width: fit-content;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    margin: 0 auto 3%
}
#link01 h3,#link01 h4,
#link02 h3,#link02 h4,
#link03 h3,#link03 h4 {
    color: #000;
    position: relative
}
.other h4{
    width:100%;
    color: #000;
    text-align: center;
    align-content: center
}
#otoku.other h4,
#osusume.other h4 {height:38px}
.star:before {
    content: "";
    width: 60px;
    height: 48px;
    display: block;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -100px
}
.star:after {
    content: "";
    width: 60px;
    height: 48px;
    display: block;
    background: url(../images/right.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    right: -100px
}
.inner{
    width: 100%;
    max-width: 1080px;
    min-width: 760px;
    margin: 0 auto;
    padding: 25px 15px;
    display: block;
    position: relative;
    box-sizing: border-box
}
#link01 .inner,
#link02 .inner,
#link03 .inner {
    background: #FFF;
    border-radius: 40px;
    margin: 150px auto 200px;
    padding: 75px 0 0
}
#index #link02 .inner,
#kaigai #link03 .inner {margin: 150px auto 75px}
.bballoon:before {
    content: "";
    width: 150px;
    height: 197px;
    display: block;
    background: url(../images/im_bballoon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: -20px;
    transform: scaleX(-1)
}
.bballoon:after {
    content: "";
    width: 150px;
    height: 197px;
    display: block;
    background: url(../images/im_bballoon.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -100px;
    right: -20px
}

/*title*/
.mv {
    background: #222;
    padding-bottom: 3px
}
.mv > p {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    background: #cd0414
}
.mv,
figure#mainphoto img{width: 100%}
figure#mainphoto {
	margin: 0;
	padding: 0
}
.mv .select_wrap {
    width: 440px;
    margin: 25px auto;
    text-align: center;
    font-size: 20px;
    display: flex
}
.mv .select_wrap li {
    width: 220px;
    height: 50px;
    margin: 0 10px
}
.mv .select_wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    align-content: center;
    background: #FFF;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    border: 2px solid #BEA223;
    letter-spacing: 15px;
    text-indent: 15px;
    box-sizing: border-box
}
.mv .select_wrap li a.select {
    color: #FFF;
    background: #BEA223
}

/*news*/
/*#news {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1080px;
	min-width: 760px;
	margin: 25px auto;
	font-size: 14px
}
#news dt {
	width: 150px;
     font-size: 16px;
     text-align: center;
	font-weight:700
}
#news dd {
	width: calc(100% - 150px);
	height: fit-content;
	border-left: 1px dotted;
	margin-left: 25px;
	padding-left: 25px;
	line-height: 1.3
}
#news dd > div {
	display: flex;
	margin-bottom: 5px
}
#news dd > div span{
	display: inline-block;
    width: 72px;
    height: 18px;
    background: #013990;
    color: #FFF;
    text-align: center;
    margin-right: 10px;
    padding: 1px 0 2px;
    border-radius: 2px
}
#news dd > div p {width:calc(100% - 82px)}*/

/* nav */
ul.nav {
    margin-bottom: 2%;
    display: flex
}
ul.nav li {
    width: 99%;
    display: inline-block;
    text-align: center;
    align-content: center;
    color: #000;
    margin: 0 0.5% 1%;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    background: url(../images/pb-pixta99341600.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    border: 1px solid #000
}
ul.nav li > span{
    width: 100%;
    height: 100%;
    position: absolute;
    color: #FFF;
    top: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    font-size: 24px;
    border-radius: 5px;
    font-weight: bold
}
ul.nav a {
    width: 65%;
    margin: 10px auto;
    padding: 8px;
    display: block;
    background: linear-gradient(0deg, #bfa326 0%, #ffefa4 100%);
    color: #FFF;
    border-radius: 8px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 1px 3px #aaa;
    position: relative
}
ul.nav a svg {
    position: absolute;
    top: calc(50% - 10px);
    right: 10px
}
ul.nav a svg.otherlink {transform: rotate(-90deg)}
ul.nav a::before {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: -55px
}
ul.nav a::after {
    content: "";
    width: 48px;
    height: 40px;
    display: block;
    background: url(../images/left.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -55px
}

/*Howto*/
#Howto {
	height: 120px;
	overflow: hidden;
	display: flex
}
#Howto.more {height: auto}
#click__more_list {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    padding-top: 45px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(68 68 68) 50%);
	cursor: pointer
}
#click__more_list p {
    width: 180px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #FFF;
    margin: auto;
    padding: 5px 0;
    border-radius: 5px;
    border: 2px solid #bea223
}
#click__more_list p svg {vertical-align: text-bottom}
#Howto.more~#click__more_list p svg {
    vertical-align: sub;
    transform: rotate(180deg)
}
#Howto.more~#click__more_list {background: none}
#Howto li {
    width: 99%;
    display: inline-block;
    text-align: center;
    align-content: center;
    color: #000;
    margin: 0 0.5%;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #000
}
#Howto li dt {font-size: 20px}
#Howto li img {
    width: 100px;
    margin: 10px auto
}
#Howto li > dl dd:last-child {
    height: 45px;
    align-content: center;
    margin-bottom: 10px
}
#Howto li > dl::before {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    left: 3px
}
#Howto li > dl::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 3px;
    transform: scaleX(-1)
}
#Howto li > div::before {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 3px;
    left: 3px;
    transform: scaleY(-1)
}
#Howto li > div::after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    background: url(../images/corner.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 3px;
    right: 3px;
    transform: scale(-1,-1)
}
.sub_btn {
    margin: 0 5px;
    padding: 5px 15px;
    background: #BEA223;
    color: #FFF!important;
    border-radius: 10px;
	display: inline-block
}

/*detailDay*/
.detailDay{
    width: 100%;
    max-width: 870px;
    margin: 10px auto;
    /*padding: 25px;*/
    border-radius: 10px;
    box-sizing: border-box
}
.detailDay li{font-size: 18px}
.detailDay dl{
    display: flex;
    background: #FFF;
    border-bottom: 1px solid #767676
}
.detailDay dl dt{
    width: 25%;
    display: grid;
    align-items: center;
    color: #FFF;
    font-weight: bold;
    background: #b79913;
    text-align: center
}
.detailDay dl dd{
	width: 75%;
    padding: 10px;
	color: #000
}

/* notice */
.notice {
	place-content: center;
	margin-bottom: 25px;
	font-size: 20px;
    text-align: center
}
.notice li {
    display: inline-block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 0.3em
}
.notice li::before {content: "※"}
.notice li em.red {color: #DF0000}
.notice li em {font-weight: 700}

/*Tabiwa*/
div.tabiwa_cp {
    background: #ebebf9;
    margin: 20px 0;
    padding: 15px 15px 40px;
    text-indent: 0;
    position: relative
}
div.tabiwa_cp a {color: #333 !important}
div.tabiwa_cp a dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
div.tabiwa_cp a dt {
    width: 30%;
    margin-right: 3%;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box
}
div.tabiwa_cp a dd {
    width: 67%;
    font-size: 16px;
    line-height: 1.4
}
div.tabiwa_cp a dd p b {color: #00499f}
div.tabiwa_cp a dd:last-child {
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    background: #00499f;
    text-indent: 0;
    text-align: center
}

/*waribiki*/
.waribiki_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%
}
.waribiki_wrap li {
    width: 48%;
    background: #FFF;
    border:1px solid #B79913;
    margin: 1%;
    padding: 15px 25px 15px 25px;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    box-sizing: border-box
}
.waribiki_wrap li dd {
    background: #B79913;
    color: #FFF;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 5px
}
.waribiki_wrap li dt p:first-child{
    font-size: 20px;
    color:#444;
    padding: 25px 0 5px
}
.waribiki_wrap li dt p:nth-of-type(2){
    font-size: 45px;
    color:#cd0414
}
.waribiki_wrap li dt p:nth-of-type(2) .small{font-size: 0.4em}

/*target_plan*/
.target_plan {padding: 25px}

/*btn*/
.btn_wrap {
    display: flex;
    gap: 2%;
    margin-bottom: 2%
}
.btn {
    width: 80%;
    margin: auto
}
.btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background: #cd0414;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    text-align: center;
    padding: 15px 0 18px;
    font-weight: 700;
    border-radius: 10px
}

/*おすすめプラン*/
.recommended_plan {
    background: url(../images/pb-pixta99341600.jpg) no-repeat;
    background-size: cover;
    margin: 0 1% 3%;
    padding: 25px;
    border-radius: 10px
}
#kaigai #link02 .recommended_plan,
#kaigai #link03 .recommended_plan {background: none}

/*エリア選択*/
.recommended_plan .big_area_select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3%
}
.recommended_plan .big_area_select li {
    width: fit-content;
    font-size: 18px;
    margin: 0 0.5% 1%;
    padding: 8px 10px;
    background: #FFF;
    border: 1px solid #B79913;
    border-radius: 10px;
    cursor: pointer
}
.recommended_plan .big_area_select li:hover {opacity:0.8}
.recommended_plan .big_area_select li.select {
    background: linear-gradient(0deg, rgba(191, 164, 39, 1) 0%, rgba(255, 255, 255, 1) 100%)
}

/* scrollbox */
.scrollbox_wraper {	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(1040px / 4) !important;
	margin: 0 5px !important;
	box-sizing: border-box
}*/
#index .scrollbox_wraper .scrollbox > ul > li a {color:#FFF!important;}
#kaigai .scrollbox_wraper .scrollbox > ul > li a {color:#000!important;}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
	font-weight: bold;
	font-size: 18px
}
.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
}

/*tripa*/
#osusume_trip.other dt img {
    width: 100%;
    height: 180px
}

/* クーポン対象のおすすめホテル・旅館 */
.hotel_plan_section {font-size: 18px}
.hotel_plan_section ul {display: flex}
.hotel_plan_section .scrollbox_wraper li {
    width: calc(96% / 4);
    margin: 0 0.5% 2% !important;
	text-align: center;
    color:#333;
	border: none;
	background: none;
	background: #FFF;
	box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dt {
    margin-bottom: 3%;
	position:relative;
    overflow: hidden
}
.hotel_plan_section .scrollbox_wraper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
.hotel_plan_section .scrollbox_wraper li dt .cr {
	position: absolute;
	bottom: 77px;
	left: 1%;
	font-size: 12px
}
.hotel_plan_section .scrollbox_wraper li dt p{
    font-size: 0.65em;
    color: #B79913;
    text-align: right;
    margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li dt p.dep {
    font-size: 1em;
    color: #333;
    text-align: center;
    padding: 10px
}
.hotel_plan_section .scrollbox_wraper li dt h4,
.hotel_plan_section .scrollbox_wraper li dt h5{
    font-size: 0.85em;
    font-weight: 700;
    margin: 5% 0;
    padding: 0 10px;
    box-sizing: border-box
}
.hotel_plan_section .scrollbox_wraper li dd.plan_txt {
    font-size: 0.75em;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: left
}
.other .hotel_plan_section .scrollbox_wraper li dd.plan_txt {color: #333;}
.hotel_plan_section .scrollbox_wraper li dd.plan_price {margin-bottom: 4%;line-height: 1}
.hotel_plan_section .scrollbox_wraper li dd.plan_price p {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 10px
}	
.hotel_plan_section .scrollbox_wraper li dd.plan_price small {
    font-size: 0.6em;
    height: 32px;
    display: inline-flex;
    line-height: 1.5
}
.hotel_plan_section .scrollbox_wraper li .dis_flex {
    display: flex;
	margin-bottom: 3%;
    padding: 0 10px
}
.hotel_plan_section .scrollbox_wraper li .btn {width: 100%}
.hotel_plan_section .scrollbox_wraper li .btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background: #222;
    border: 1px solid #B79913;
    box-shadow: none;
    font-size: 0.75em;
    text-align: center;
    padding: 15px 0 18px;
    font-weight: 700;
    border-radius: 10px
}

.hotel_plan_section .scrollbox_wraper li .btn a::after {display:none}
.hotel_plan_section p.comment_txt {
    font-size: 14px;
    margin-bottom: 5%
}
p.priceinfo {
	font-size: 12px;
    margin-bottom: 20px;
	text-align: right
}

/*------------------------------
scroll item
------------------------------*/
/*PCスクロールなし*/
.scrollbox_wraper.pc_no_slider .scrollbox > ul {width: 99% !important}
.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}

/* coupon */
.coupon_heading {
	margin: 95px 0 24px;
	font-size: 20px;
	text-align: center
}
.coupon_anc {
	display: grid;
	grid-template: auto /repeat(2, 1fr);
	gap: 5px
}
.coupon_wrap {
    width: 740px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 35px;
}
.coupon_wrap > li {
    width: 48%;
    margin: 1% auto 3%;
	background: #FFF;
	position: relative
}
.coupon_wrap h4 {margin: 0 0 15px}
.coupon_wrap > li .cpn_get {
	width: 100%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	position: relative
}
.coupon_wrap > li .cpn_get>a {display: block}
.coupon_wrap.ka_tour>li .cpn_get dl {border: 5px solid #51b028}
.coupon_wrap.ka_airset>li .cpn_get dl {border: 5px solid #0093da}
.coupon_wrap dl {
	padding: 10px 0 0;
	cursor: pointer
}
.coupon_wrap.ka_tour dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_kaigai_tour.png) no-repeat center 33%;
	background-size: 95px;
	color: #51b028
}
.coupon_wrap.ka_airset dl {
	background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_airset.png) no-repeat center 33%;
	background-size: 95px;
	color: #0093da
}
.coupon_wrap dl:hover {opacity: 0.95}
.coupon_wrap li a > dl * {font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}
.coupon_wrap dt {
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px
}
.coupon_wrap dt small {
	width: 32%;
	font-size: 16px
}
.coupon_wrap dt strong {
	width: 68%;
	font-size: 40px
}
.coupon_wrap dt strong span {
	font-size: 0.45em;
	letter-spacing: 0;
	margin: 0 5px
}
.coupon_wrap dd.about_mycoupon {
	display: flex;
	text-align: center;
	margin: 0 5% 10px
}
.coupon_wrap .fcf {
    background: #343474;
    width: 64px;
    height: 64px;
    border-radius: 36px;
    color: #FFF;
    line-height: 1.1;
    font-size: 14px;
    display: grid;
    align-items: center;
    margin-right: 20px;
}
.coupon_wrap .mycoupon {
    font-weight: 700;
    font-size: 32px;
    display: grid;
    align-items: center
}
.coupon_wrap .cpnget {
	display: grid;
	align-items: end;
	grid-template: auto / 150px 1fr;
	padding: 10px 5px 5px
}
.coupon_wrap.ka_tour .cpnget {background: #51b028}
.coupon_wrap.ka_airset .cpnget {background: #0093da}
.coupon_wrap .cpnget .ico {
	background: #FFF;
	padding: 2px 5px 0;
	border-radius: 5px;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	display: block
}
.coupon_wrap .cpnget h5 {
	text-align: right;
	padding: 2px 0 2px 22px;
	margin: 0 0 0 8px;
	display: block;
	font-weight: 700;
	color: #FFF;
	font-size: 18px;
	position: relative
}
.coupon_wrap .cpnget h5:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 1px;
	left: 0
}
.coupon_wrap .cpnget h5:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	position: absolute;
	top: 4px;
	left: 7px
}
.coupon_wrap.ka_tour .cpnget h5:after {border-color: transparent transparent transparent #51b028}
.coupon_wrap.ka_airset .cpnget h5:after {border-color: transparent transparent transparent #0093da}
.coupon_wrap .conditions {
    padding: 10px;
    border-bottom: 1px dashed #ccc
}
.coupon_wrap .conditions li {
	font-size: 12.5px;
	margin-bottom: 5px;
	display: flex
}
.coupon_wrap .conditions li+li {margin-top: 15px}
.coupon_wrap .conditions li strong {
	display: block;
	font-weight: 700;
	width: 6em
}
.coupon_wrap .conditions li span {
	display: block;
	width: calc(100% - 6em)
}
.coupon_wrap .cpndetai {
	padding: 10px;
    font-size: 13px;
    text-align: center;
    background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/im_mycopon.png) no-repeat 8px;
    background-size: 40px auto;
	cursor:pointer
}
.coupon_wrap .cpndetai:hover {color: #bd0109;}
.coupon_wrap .cpndetai span {position:relative;}
.coupon_wrap .cpndetai span:after {
	font-size: 24px;
	font-family: "Material Symbols Rounded";
	content: "\e89e";
	position: absolute;
	top: 0;
	right: -45%;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20
}
.coupon_wrap .end {
	width: 100%;
	height: 100%;
	position: absolute;
	color: #FFF;
	top: 0;
	left: 0;
	display: grid;
	align-items: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
	font-size: 24px
}

/*cp*/
.cp_Wrap {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px
}
.cp_Wrap > li{
	display: flex;
    border-bottom: 1px solid #767676;
    background: #FFF;
    color: #000
}
.cp_Wrap li h4 {
    width: 120px;
    background: #E1E1E1;
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #000;
    margin: 0
}
.cp_Wrap li p {
    width: calc(100% - 120px);
    align-content: center;
    padding: 8px 10px
}

/*PRbanner*/
.pr_banner {
    font-size:16px;
    margin-bottom: 1%;
    text-align: center
}
.pr_banner img {
    width: 640px;
	height: 120px;
    display: block;
    margin: 0 auto 10px
}

}

/*海外DP*/
#kaigaidp_nta {
	width:98%;
	max-width: 740px;
    display: flex;
    margin: 0 auto 25px;
}
#kaigaidp_nta li {
	width: calc(96% / 2);
    background: #e7f6f8;
    margin: 0 1%;
    padding: 10px 0;
    font-size: 14px;
	box-shadow: 2px 2px 5px #555;
}
#kaigaidp_nta dl {
	display: flex;
    align-items: center;
    font-weight: bold;
    text-align: center;
}
#kaigaidp_nta dt {
	width: 36px;
    padding: 0 2%;
}
#kaigaidp_nta dd {width: 80%;}
@media screen and (max-width: 759.9px) {
#kaigaidp_nta dd {width: 70%;}
}
.kaigaidp_itembox .scrollbox > ul > li.sliderBox {
    width: calc(1040px / 4);
    margin: 0 5px;
    position: relative;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
}
.kaigaidp_itembox .scrollbox > ul > li.sliderBox * {box-sizing: border-box;}
.kaigaidp_itembox .sliderBox:hover {
  opacity: 1!important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25);
}
.kaigaidp_itembox .sliderBox a {color: #333;}
.kaigaidp_itembox .sliderBox a:hover {
  opacity: 1!important;
  transition: all 0.3s ease-in-out;
}
.kaigaidp_itembox .sliderBox a .ItemTitleWrap {
  position: relative;
  background-color: #eee;
  overflow: visible;
  z-index: 2;
  min-height: 88px;
}
.kaigaidp_itembox .sliderBox a .ItemTitle {
    height: 100px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  background-color: #eee;
  border-radius: 0.5rem 0.5rem 0 0;
}
.kaigaidp_itembox .sliderBox a .ItemSubTitle {
	display: inline-block;
	background-color: #781A23;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 0.75rem;
	font-weight: 700;
    position: absolute;
    top: 1.95rem;
    right: 1rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.75rem;
  border-bottom: 1px solid #ddd;
}
.kaigaidp_itembox .sliderBox a .ItemSet:last-child {border-bottom: none;}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner {
  display: flex;
  width: 100%;
}
.kaigaidp_itembox .sliderBox .ItemCardImage > div {
    max-height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.kaigaidp_itembox .sliderBox .ItemCardText .ItemCardSubText {
/*	height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;*/
	padding: 0 10px;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 1.231;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetIcon {
  width: 48px;
  padding: 0.75rem 0;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetIcon svg {
  width: 32px;
  height: 32px;
  background-color: #93c47d;
  padding: 0.375rem;
  border-radius: 250%;
  color: #FFF;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.125rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardName {
	font-size: 0.875rem;
	font-weight: bold;
	display: block;
	width: 100%;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardSubTitlte {
  font-size: 0.75rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 100%;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating .starIcon {
  background-image: url("https://www.nta.co.jp/kaigai/assets/svg/star.svg");
  background-size: cover;
  display: inline-block;
  width: 1em;
  height: 1em;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating .starIcon--active {
  background-image: url("https://www.nta.co.jp/kaigai/assets/svg/star-active.svg");
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemSetInner .ItemSetBody .ItemSetCardRating .starIcon--half {
  background-image: url("https://www.nta.co.jp/kaigai/assets/images/star_half.png");
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardImage {
  width: 100%;
  max-height: 196px;
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardImage img {
  display: block;
  max-height: 198px;
  border-radius: 0.25rem;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardText {
  text-align: center;
  margin-bottom: 0.5rem;
}
.kaigaidp_itembox .sliderBox.いらない a .ItemSet .ItemCard .ItemCardText {
  padding: 0.5rem;
  margin:8px;
  background-color: #FBF4E4;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardText .ItemCardTitle {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.25rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet .ItemCard .ItemCardText .ItemCardSubText {
  font-size: 0.875rem;
  text-align: left;
  min-height: 4rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetTerm .ItemTermText {
  width: 100%;
  padding: 0.25rem 0;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice {padding: 0.5rem;}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPrice {
  width: 100%;
  padding: 0.25rem 0.25rem 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #c22a39;
  letter-spacing: -0.005rem;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPrice .ItemPriceCurrency {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPriceSubText {
  width: 100%;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.kaigaidp_itembox .sliderBox a .ItemSet.ItemSetPrice .ItemPriceText {
  width: 100%;
  padding: 0 0.5rem 0;
  font-size: 0.7rem;
  font-weight: 400;
  text-align: center;
  color: #333;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleWrap {margin-bottom: 0.75rem;}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSubTitle {
    display: inline-block;
    background-color: #781a23;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    color: #FFF;
    font-size: 0.875rem;
    position: absolute;
    top: auto;
    bottom: -0.5rem;
    right: 1rem;
    font-weight: 700;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleSubLine {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0.25rem 1rem 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleSubLine .ItemTitleSubLineIcon.tentsuki-from-japan {
    background-color: #BB6253;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 250%;
    padding: 0.125rem;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemTitleSubLine .ItemTitleSubLineIcon svg {
    width: 14px;
    height: 14px;
    color: #FFF;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet .ItemCard .ItemCardText {
    padding: 0.5rem 0 0;
    margin: 8px 0;
    background-color: #FBF4E4;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeText {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 800;
    text-align: center;
    color: #333;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon li.is-disabled {
    position: relative;
    opacity: 0.5;
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon li.is-disabled::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    transform: rotate(45deg);
}
.kaigaidp_itembox .sliderBox.is-tentsuki a .ItemSet.ItemSetUpgrade .ItemUpgradeIcon li svg {
    width: 24px;
    height: 24px;
}

/*GU*/
.ItemBoxItemFooter{
  padding: 1rem 0.75rem;
  background-color: #FEF2E2;
  width: calc(100% - 1.5rem);
  max-width: 970px;
  margin: 1.25rem auto;
  border-radius: 0.5rem;
}
.ItemBoxItemFooter h4 {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.25rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.ItemBoxUpgradeWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ItemBoxUpgrade{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 0.5rem 1rem;
  background-color: #FFF;
}
.ItemBoxUpgradeHeading{
  width: 100%;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.ItemBoxUpgradeTitleWrap{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ItemBoxUpgradeTitle{
  font-size: 0.875rem;
  font-weight: bold;
}
.ItemBoxUpgradeTitle span{
  font-size: 0.675rem;
  font-weight: normal;
}
.ItemBoxUpgradeText{
  display: none;
}
.ItemBoxUpgradeImage{
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ItemBoxUpgradeImage img{
  display: block;
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 760px), print {
	.ItemBoxUpgradeWrap {
        flex-wrap: nowrap;
        align-items: unset;
    }
    .ItemBoxUpgradeText {
        display: block;
    }
	.ItemBoxUpgradeImage img {
        width: 96px;
        height: 96px;
    }
}
.ItemBoxUpgradeWrap .PlanPlusLink{
  width: 3rem;
}
.ModalWrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  transition: all 0.3s ease-in;
}
.ModalWrap.is-open{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.ModalOverlay{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in;
}
.ModalOverlay.is-open{
  transition: all 0.3s ease-in;
  background-color: rgba(0, 0, 0, 0.25);
}
.ModalBottom{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: auto;
  max-height: 70%;
  overflow-y: auto;
  background-color: #FFF;
  z-index: 10000;
  border-radius: 0.5rem 0.5rem 0 0 ;
  box-shadow: 0px 0px 6px #ccc;
}
.ModalClose{
  position: absolute;
  top:0.25rem;
  right: 0.25rem;
  padding: 0.125rem;
  background-color: #FFF;
  border-radius: 50%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
}
.ModalClose svg{
  width: 1.25rem;
  height: 1.25rem;
  fill: #333;
}
.ModalHeader{
  width: 100%;
  display: flex;
  padding: 0.5rem;
  gap: 0.5rem;
  background-color: #F5D3A370;
  background-color: #FDF5E9;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.ModalInner{
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-y: auto;
}
.ModalBody{
  padding: 1rem;
  width: 100%;
}
.UpgradeModalWrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  transition: all 0.3s ease-in;
}
.UpgradeModalWrap.is-open{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
.UpgradeModalOverlay{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.1s ease-in;
}
.UpgradeModalOverlay.is-open{
  transition: all 0.3s ease-in;
  background-color: rgba(0, 0, 0, 0.25);
}
.UpgradeModalBottom{
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 0.25rem;
  width: calc(100% - 0.5rem);
  height: auto;
  max-height: 70%;
  overflow-y: auto;
  background-color: #FFF;
  z-index: 10000;
  border-radius: 0.5rem 0.5rem 0 0 ;
  box-shadow: 0px 0px 6px #ccc;
}
.UpgradeModalWrap .ModalBody{
  display: flex;
  gap: 1rem;
}
.UpgradeModalWrap .PlanPlusImage{
  width: 96px;
  min-width: 96px;
  height: 96px;
}
.UpgradeModalWrap .PlanPlusImage img{
  width: 96px;
  height: 96px;
}


/*モーダル*/
#overlay2 {
	width:100%;
	height:150%;
	position:fixed;
	background:rgba(0,0,0,.7);
	display:none;
	left: 0;
	overflow: hidden;
	top: -1px;
	background:rgba(0,0,0,.7);
	z-index: 999
}
@media screen and (max-width: 759.9px) {
#mycoupon_note {
	width: 94%;
	padding: 10px;
	background: #FFF;
	font-size: 12px;
    line-height: 1.6;
	box-sizing: border-box;
	position: fixed;
	z-index: 1000;
	height: 580px;
	top: calc((100% - 580px) / 2);
	left: 3%;
	overflow-y: scroll
}
span.pop_close {
	background: #333;
	color: #FFF;
	font-weight: bold;
	width: 28px;
	height: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	place-content: center;
	position: absolute;
	top: 0;
	right: 0
}
p.pop_close {
	color: #888;
	text-align: center;
	margin: 10px 0
}
}

@media screen and (min-width: 760px),print {
#mycoupon_note {
	width: 750px;
	padding: 25px;
	background: #FFF;
	font-size: 14px;
	box-sizing: border-box;
	position: fixed;
	z-index: 1000;
    line-height: 1.5;
    height: 90vh;
    top: calc((100% - 90vh) / 2);
    left: calc((100% - 750px) / 2);
    overflow-y: auto
}
span.pop_close {
	background: #333;
	color: #FFF;
	font-weight: bold;
	width: 32px;
	height: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	place-content: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}
p.pop_close {
	color: #888;
	cursor: pointer;
	text-align: center;
	margin: 15px 0 0
}
}

/*coupon_notice*/
main p.coupon_notice {
	content: "";
	color: #FFF;
	background: #333;
	display: block;
	padding:5px 0;
	position: fixed;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
	transition: .5s;
	opacity: 0;
	z-index: 51
}
main#coupon_notice .coupon_notice {
	position: fixed;
	bottom: 0;
	left: 0;
	transition: .5s;
	opacity: 1
}
main p.coupon_notice {font-size: 12px;}
@media screen and (min-width: 760px),print {main p.coupon_notice {font-size: 16px;}}