@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth} /*smooth scroll*/

main {color: #333}
main * {font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif}
section img {
	width: 100%;
	height: auto
}
.fc_004AA0 {color: #004AA0}

/* link underline */
main a.underline {
	color: #333;
	text-decoration: underline
}

/* accordion */
.accordion__title {
	position: relative;
	display: block;
	width: 100%;
	color: #ee6f3a;
	border: 1px solid #ee6f3a;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	text-align: left;
	padding: 15px 0 16px 20px
}
.accordion__title::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 39px;
	height: 27px;
	right: 20px;
	background: url('../images/icon_under.svg') no-repeat center / contain;
	transition: transform .3s ease-in-out
}
.accordion__content {
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
	background: #fff
}
.accordion__item.is-open .accordion__content {
	transition: max-height .3s ease-in-out;
	max-height: var(--max-height);
	margin-bottom: 62px
}
.accordion__item.is-open .accordion__title::after {
	transform: translateY(-50%) rotate(180deg)
}

/* scrollbox */
.sliderBox a {
	color: #414540
}
section .scrollbox>ul>li {
	background-color: #FFF;
	border: solid 1px #e0f6f9
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
	#wrapper {
		line-height: 1.4
	}
	.spnone {
		display: none
	}

	/* CSS */
	#dirPathBlock {
		overflow-x: scroll;
		overflow-y: hidden
	}

	#dirPathBlock,
	#anchorLinkBlock {
		margin: 0 1%
	}

	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px
	}

	#dirPathBlock p {
		width: max-content
	}

	h1 {
		font-size: 12px;
		margin: 0 1% 1%
	}

	h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		color: #e91b3f;
		margin-bottom: 25px;
		font-size: 19px;
		font-weight: 700;
		text-align: center
	}

	h2::before,
	h2::after {
		content: "";
		display: inline-block;
		width: 25px;
		height: 5px;
		background: url(../images/icon_headline.svg) no-repeat center / contain
	}
	.inner {
		width: 94%;
		margin: 0 3%;
		padding: 24px 0;
		box-sizing: border-box
	}

	/*title*/
	.mv figure {
		margin: 0;
		padding: 0
	}

	figure#mainphoto img {
		width: 100%;		
	}

	/* nav */
	ul.nav {
		background-color: #fff;
		display: grid;
		grid-template: auto /repeat(4, 1fr);
		gap: 1px;
		margin-top: 15px
	}
	ul.nav.fixed {
	margin: 0 auto;
	width: 100%;
	position: fixed;
	top:0;
	left:50%;
	transform: translateX(-50%);
	z-index: 9
	}

	ul.nav a {
		display: block;
		background: #ee6f3a;
		color: #FFF;
		font-weight: 700;
		text-align: center;
		padding: 11px 0 10px;
		font-size: 11px
	}

	/* period */
	.period {
		/*text-align: center;*/
		display:flex;
		flex-wrap:wrap;
		align-items: baseline
	}
	.period dt,
	.period dd {
		font-size: 15px
	}
	.period dt {
		width: 105px;
		font-weight: 700
	}
	.period dd {
		width:calc(100% - 105px);
		margin-top: 15px;
		font-size: 15px
	}

	/* notice */
	.notice {
		display: grid;
		place-content: center;
		margin-bottom: 25px
	}
	.notice li {
		display: inline-block;
		font-size: 16px;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em
	}
	.notice li::before {
		content: "※"
	}
	.notice li em {
		font-weight: 700
	}
	.notice li em.red {
		color: #DF0000
	}
.notice .tabiwa_cp {
	background: #ebebf9;
	margin: 20px 0 0;
	padding: 0;
	text-indent: 0;
	position: relative
}
.notice .tabiwa_cp::before {content: ""}
.notice .tabiwa_cp a {color:#333!important}
.notice .tabiwa_cp  a dl {padding: 10px}
.notice .tabiwa_cp  a dt {
	background: #FFF;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 5%
}
.notice .tabiwa_cp  a dd {font-size: 0.9em;}
.notice .tabiwa_cp  a dd p b {color: #00499f}
.notice .tabiwa_cp  a dd:last-child {
    width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    background: #00499f;
    text-indent: 0;
    text-align: center;
    font-size: 0.85em
}

	/* btn */
	.btn a {
		position: relative;
		display: block;
		color: #333;
		border: 1px solid #ee6f3a;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		font-size: 13px;
		text-align: center;
		padding: 10px 0;
		background: #FFF
	}
	.btn a::after {
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		width: 39px;
		height: 27px;
		right: 20px;
		background: url('../images/icon_under.svg') no-repeat center / contain
	}
	.btn a.long {
		max-width: 619px;
		margin: 0 auto 2%;
		padding: 8px 0;
		font-size: 14px
	}
	.btn a.right::after {
		right: 0;
		transform: translateY(-50%) rotate(-90deg)
	}

/*discount*/
.discount_Wrap > li{
	width: 100%;
	box-sizing: border-box;
	background: #FFF
}
.discount_Wrap h3{
	text-align: center;
    font-size: 16px;
    font-weight: bold;
	margin:15px 0
}

/*information*/
.information {
	color: #333;
    margin: 0 5px 15px;
    padding: 20px 10px 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
	font-size: 14px;
	line-height: 1.6
}
.information dt h4 {
	font-size: 22px;
    text-align: center;
    font-family: "Limelight", sans-serif !important;
    color: #595757;
    line-height: 0.9;
    margin-bottom: 15px
}
.information dt h4 svg{fill:#F0677F;}
.information dt h4 small{
	font-size: 14px;
	letter-spacing: 0
}
.information dd li h5 {
	background: #E1E1E1;
    margin-bottom: 5px;
    padding: 3px 10px 5px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px
}
.information dd li p {
	line-height: 1.4;
	margin-bottom: 15px
}
.information dd img {margin: 0 auto 10px;}

	/* coupon */
.osusume_txt {
	width: 80%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #e91b3f;
    margin: 0 auto 15px;
    position: relative
}
/*.osusume_txt:before,
.osusume_txt:after {
    content: "|";
    display: inline-block;
	font-size: 24px;
	font-weight: normal
}
.osusume_txt:before {
    transform: rotate(-25deg);
    position:absolute;
    bottom: 2px;
    left: -24px
}
.osusume_txt:after {
    transform: rotate(25deg);
    position:absolute;
    bottom: 2px;
    right: -24px  
}*/
	.coupon_heading {
		margin: 59px 0 26px;
		font-size: 20px;
		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
	}
	.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.ko_yado >li .cpn_get dl {border: 5px solid #002060;}
	.coupon_wrap.ko_jrset >li .cpn_get dl {border: 5px solid #e03560;}
	.coupon_wrap.ko_airset >li .cpn_get dl,.coupon_wrap.ka_airset >li .cpn_get dl {border: 5px solid #0093da;}
	.coupon_wrap.ka_tour > li .cpn_get dl{border: 5px solid #51b028;}
	.coupon_wrap dl {
		padding: 0;
		cursor: pointer
	}
	.coupon_wrap.ko_yado dl {
		background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_yado.png) no-repeat center 15px;
		background-size: 95px;
		color: #002060
	}
	.coupon_wrap.ko_jrset dl {
		background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_jrset.png) no-repeat center 15px;
		background-size: 95px;
		color: #e03560
	}
	.coupon_wrap.ko_airset dl,.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.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 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: 38px
	}
	.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 .mycoupon {
		width: 100%;
		font-weight: 700;
		font-size: 24px;
		display: grid;
		align-items: end
	}
	.coupon_wrap .cpnget {
		width: 100%;
		display: grid;
		align-items: center;
		grid-template: auto / 140px 1fr;
		padding: 10px 0 5px
	}
	.coupon_wrap.ko_yado .cpnget {background: #002060;}
	.coupon_wrap.ko_jrset .cpnget {background: #e03560;}
	.coupon_wrap.ko_airset .cpnget,.coupon_wrap.ka_airset .cpnget {background: #0093da;}
	.coupon_wrap.ka_tour .cpnget{background: #51b028;}
	.coupon_wrap .cpnget .ico {
		background: #FFF;
		padding: 2px 5px 0;
		border-radius: 5px;
		font-size: 14px;
		text-align: center;
		font-weight: 700;
		display: block
	}
	.coupon_wrap .cpnget .ico.small {font-size: 13px;}
	.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.ko_yado .cpnget h5:after {border-color: transparent transparent transparent #002060;}
	.coupon_wrap.ko_jrset .cpnget h5:after {border-color: transparent transparent transparent #e03560;}
	.coupon_wrap.ko_airset .cpnget h5:after,.coupon_wrap.ka_airset .cpnget h5:after {border-color: transparent transparent transparent #0093da;}
	.coupon_wrap.ka_tour .cpnget h5:after{border-color: transparent transparent transparent #51b028;}
	.coupon_wrap .conditions {
		padding: 10px
	}
	.coupon_wrap .conditions li {
		font-size: 14px;
		margin-bottom: 2px;
		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: 0 8px;
		font-size: 10px;
		text-align: center
	}
	.coupon_wrap .cpndetai a {
		display: block;
		padding: 0 0 15px;
		font-size: 10px
	}
	.coupon_wrap .cpndetai a::after {
		content: "";
		display: inline-block;
		width: 4px;
		height: 3px;
		margin-left: 4px;
		vertical-align: middle;
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230065D6%22%20d%3D%22M2%203%20.268%200h3.464L2%203Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain
	}
	.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
	}

	/* accordion */
	.accordion__title {
		font-size: 18px;
		margin-bottom: 15px
	}
	.accordion__content ul li {
		font-size: 14px;
		line-height: 1.67;
		text-indent: -1em;
		padding-left: 1em
	}
	.accordion__content ul li::before {
		content: "・"
	}

	/* 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(calc(100% - calc(1040px / 4)) / 2)
	}
	.scrollbox_wraper .scrollbox>ul>li.sliderBox {
		width: calc(1038px / 4) !important;
		margin: 0 5px !important;
		padding: 15px;
		box-sizing: border-box
	}
	.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
	}

	#tripaBOX h3 {
		font-size: 16px;
		text-align: left
	}

	#tripaBOX .link_rowbox a {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 10px auto 0 auto;
		max-width: 320px;
		padding: 5px 2em 15px 0;
		font-size: 14px
	}

	#tripaBOX .link_rowbox a::after {
		content: '';
		position: absolute;
		top: 10px;
		right: 12px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #5dbdc9;
		border-right: 2px solid #5dbdc9;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

#search h3 {
    color: #ee6f3a;
    margin: 25px 0;
    font-size: 16px;
    text-align: center;
}

}

/*760px以上*/
@media screen and (min-width: 760px), print {
	#wrapper {
		line-height: 1.231
	}
	.pcnone {
		display: none
	}

	/* CSS */
	#dirPathBlock,
	.iframe_end-content_gadget,
	#anchorLinkBlock {
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: auto
	}

	#dirPathBlock,
	#anchorLinkBlock {
		width: 100%;
		margin: 0 auto;
		display: block;
		font-size: 12px
	}

	#dirPathBlock p,
	#anchorLinkBlock a {
		font-size: 12px
	}

	h1 {
		font-size: 12px;
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: 0 auto 5px
	}

	h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 18px;
		color: #e91b3f;
		margin-bottom: 27px;
		font-size: 25px;
		font-weight: 700;
		text-align: center
	}

	h2::before,
	h2::after {
		content: "";
		display: inline-block;
		width: 25px;
		height: 5px;
		background: url(../images/icon_headline.svg) no-repeat center / contain
	}
	.inner {
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: 0 auto;
		padding: 50px 0;
		display: block
	}

	/*title*/
	.mv figure {
		margin: 0;
		padding: 0;
		height: 440px;
		background: url("../images/main_bg.jpg") no-repeat center top
	}

	figure#mainphoto img {
		width: 620px;
		margin: 0 auto;
		display: block
	}

	/* nav */
	ul.nav {
		background-color: #fff;
		display: grid;
		grid-template: auto /repeat(4, 1fr);
		gap: 1px;
		max-width: 1080px;
		margin-top: 25px
	}
	ul.nav.fixed {
		margin: 0 auto;
		max-width: 1080px;
		width: 100%;
		position: fixed;
		top:0;
		left:50%;
		transform: translateX(-50%);
		z-index: 9
	}

	ul.nav a {
		display: block;
		background: #ee6f3a;
		color: #FFF;
		font-weight: 700;
		text-align: center;
		padding: 15px 0;
		font-size: 15px
	}

	/* period */
	.period {
		/*text-align: center;*/
		display:flex;
		flex-wrap:wrap;
		align-items: baseline;
		width: 750px;
        margin: auto;
	}
	.period dt,
	.period dd {
		font-size: 18px
	}
	.period dt {
		width:140px;
		font-weight: 700
	}
	.period dd {
		width:calc(100% - 140px);
		margin-top: 15px
	}

	/* notice */
	.notice {
		display: grid;
		place-content: center;
		margin-bottom: 35px
	}
	.notice li {
		display: inline-block;
		font-size: 16px;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 0.3em
	}
	.notice li::before {
		content: "※"
	}
	.notice li em {
		font-weight: 700
	}
	.notice li em.red {
		color: #DF0000
	}
.notice .tabiwa_cp {
	background: #ebebf9;
	margin: 20px 0;
	padding: 15px;
	text-indent: 0;
	position: relative
}
.notice .tabiwa_cp::before {content: ""}
.notice .tabiwa_cp a {color:#333!important}
.notice .tabiwa_cp  a dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.notice .tabiwa_cp  a dt {
	width: 30%;
	margin-right: 3%;
	background: #FFF;
	padding: 10px;
	box-sizing: border-box
}
.notice .tabiwa_cp  a dd {
	width: 67%;
	line-height: 1.4
}
.notice .tabiwa_cp  a dd p b {color: #00499f}
.notice .tabiwa_cp  a dd:last-child {
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #FFF;
    background: #00499f;
    text-indent: 0;
    text-align: center;
    font-size: 0.85em
}

	/* btn */
	.btn a {
		position: relative;
		display: block;
		color: #333;
		border: 1px solid #ee6f3a;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		font-size: 16px;
		text-align: center;
		padding: 11px 0 12px;
		background: #FFF
	}
	.btn a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 17px;
		transform: translateY(-50%);
		display: block;
		width: 39px;
		height: 27px;
		background: url('../images/icon_under.svg') no-repeat center / contain
	}
	.btn a.long {
		max-width: 619px;
		margin: 0 auto 1%
	}
	.btn a.right::after {
		right: 13px;
		transform: translateY(-50%) rotate(-90deg)
	}
    .search_btn {
	display: flex;
	margin: 10px;
    }
	.search_btn .btn {
		width: 98%;
		margin: 0 1% 10px;
    }

/*discount*/
.discount_Wrap > li{
	width: 100%;
    box-sizing: border-box;
    background: #FFF
}
.discount_Wrap h3{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
	margin:15px 0
}

/*information*/
.information {
	color: #333;
    margin: 25px;
    padding: 25px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
	font-size: 16px;
	line-height: 1.6
}
.information dt h4 {
	font-size: 24px;
    text-align: center;
    font-family: "Limelight", sans-serif !important;
    letter-spacing: 2px;
    color: #595757;
    line-height: 0.9;
    margin-bottom: 25px
}
.information dt h4 svg{fill:#F0677F;}
.information dt h4 small{
	font-size: 16px;
	letter-spacing: 0
}
.information dd li h5 {
	background: #E1E1E1;
    margin-bottom: 10px;
    padding: 8px 10px 5px;
    font-size: 16px;
    font-weight: bold;
	border-radius: 3px
}
.information dd li p {
	line-height: 1.4;
	margin-bottom: 15px
}
.information dd img {
	width:640px;
	height:auto;
	display:block;
	margin: 0 auto 10px
}

	/* coupon */
.osusume_txt {
	width: fit-content;
	font-size: 18px;
	font-weight: bold;
	color: #e91b3f;
	margin: 0 auto 25px;
	position: relative
}
/*.osusume_txt:before,
.osusume_txt:after {
    content: "|";
    display: inline-block;
	font-size: 20px;
	font-weight: normal
}
.osusume_txt:before {
    transform: rotate(-25deg);
    position:absolute;
    bottom: 2px;
    left: -24px
}
.osusume_txt:after {
    transform: rotate(25deg);
    position:absolute;
    bottom: 2px;
    right: -24px  
}*/
	.coupon_heading {
		margin: 95px 0 24px;
		font-size: 20px;
		text-align: center
	}
	.coupon_anc {
		display: grid;
		grid-template: auto /repeat(3, 1fr);
		gap: 8px
	}
	.coupon_wrap {
		display: grid;
		grid-template: auto / repeat(3, 1fr);
		gap: 20px;
		margin-bottom: 35px
	}
	.coupon_wrap>li {
		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.ko_yado >li .cpn_get dl {border: 5px solid #002060;}
	.coupon_wrap.ko_jrset >li .cpn_get dl {border: 5px solid #e03560;}
	.coupon_wrap.ko_airset >li .cpn_get dl,.coupon_wrap.ka_airset >li .cpn_get dl {border: 5px solid #0093da;}
	.coupon_wrap.ka_tour > li .cpn_get dl{border: 5px solid #51b028;}
	.coupon_wrap dl {
		padding: 10px 0 0;
		cursor: pointer
	}
	.coupon_wrap.ko_yado dl {
		background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_yado.png) no-repeat center 10px;
		background-size: 95px;
		color: #002060
	}
	.coupon_wrap.ko_jrset dl {
		background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_jrset.png) no-repeat center 10px;
		background-size: 95px;
		color: #e03560
	}
	.coupon_wrap.ko_airset dl,.coupon_wrap.ka_airset dl {
		background: #FFF url(https://www.nta.co.jp/mycoupon/cpn/images/bg_airset.png) no-repeat center 10px;
		background-size: 95px;
		color: #0093da
	}
	.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 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: 14px
	}
	.coupon_wrap dt strong {
		width: 68%;
		font-size: 36px
	}
	.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 .mycoupon {
		width: 100%;
		font-weight: 700;
		font-size: 30px;
		display: grid;
		align-items: end
	}
	.coupon_wrap .cpnget {
		display: grid;
		align-items: center;
		grid-template: auto / 150px 1fr;
		padding: 10px 5px 5px
	}
	.coupon_wrap.ko_yado .cpnget {background: #002060;}
	.coupon_wrap.ko_jrset .cpnget {background: #e03560;}
	.coupon_wrap.ko_airset .cpnget,.coupon_wrap.ka_airset .cpnget {background: #0093da;}
	.coupon_wrap.ka_tour .cpnget{background: #51b028;}
	.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 .ico.small {font-size: 13px;}
	.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: 13px;
		position: relative
	}
	.coupon_wrap .cpnget h5:before {
		content: "";
		width: 20px;
		height: 20px;
		background: #FFF;
		border-radius: 10px;
		position: absolute;
		top: 1px;
		left: 20px
	}
	.coupon_wrap .cpnget h5:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 8px;
		position: absolute;
		top: 4px;
		left: 27px
	}
	.coupon_wrap.ko_yado .cpnget h5:after {border-color: transparent transparent transparent #002060;}
	.coupon_wrap.ko_jrset .cpnget h5:after {border-color: transparent transparent transparent #e03560;}
	.coupon_wrap.ko_airset .cpnget h5:after,.coupon_wrap.ka_airset .cpnget h5:after {border-color: transparent transparent transparent #0093da;}
	.coupon_wrap.ka_tour .cpnget h5:after{border-color: transparent transparent transparent #51b028;}
	.coupon_wrap .conditions {
		padding: 10px
	}
	.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: 0 15px;
		font-size: 13px;
		text-align: center
	}
	.coupon_wrap .cpndetai a {
		display: block;
		padding: 0 0 15px;
		font-size: 10px
	}
	.coupon_wrap .cpndetai a::after {
		content: "";
		display: inline-block;
		width: 4px;
		height: 3px;
		margin-left: 4px;
		vertical-align: middle;
		background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%223%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%230065D6%22%20d%3D%22M2%203%20.268%200h3.464L2%203Z%22%2F%3E%3C%2Fsvg%3E') no-repeat center / contain
	}
	.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
	}

	/* accordion */
	.accordion__title {
		font-size: 20px;
		margin-bottom: 33px
	}
	.accordion__content ul li {
		font-size: 18px;
		line-height: 1.67;
		text-indent: -1em;
		padding-left: 1em
	}
	.accordion__content ul li::before {
		content: "・"
	}

	/* scrollbox */
	.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.sliderBox {
		width: calc(1040px / 4) !important; /* 930px */
		margin: 0 5px !important;
		padding: 15px;
		box-sizing: border-box
	}
	.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
	}

	#tripaBOX h3 {
		font-size: 16px;
		text-align: left
	}

	#tripaBOX .link_rowbox a {
		position: relative;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 10px auto 0 auto;
		max-width: 320px;
		padding: 5px 2em 15px 0;
		font-size: 14px
	}

	#tripaBOX .link_rowbox a::after {
		content: '';
		position: absolute;
		top: 10px;
		right: 12px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #5dbdc9;
		border-right: 2px solid #5dbdc9;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	/*スクロールなし*/
	.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
	}

#search h3 {
    color: #ee6f3a;
    margin: 25px 0;
    font-size: 22px;
    text-align: center;
}

}

/*759px以下*/
@media screen and (max-width: 759.9px) {
/*海外クーポン*/
.wester_coupon {
	text-align: center;
	margin: 15px 0 0;
	font-size: 14px
}
.wester_coupon a {
	color:#0071B9;
	position: relative
}
.wester_coupon a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	position: absolute;
	top: 6px;
	right: -26px;
	border-color: transparent transparent transparent #0071b9;
	/*transform: rotate(90deg)*/
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*notice*/
#special .notice {font-size:16px;}

/*海外クーポン*/
.wester_coupon {
	text-align: center;
	margin: 25px 0 0;
	font-size: 18px
}
.wester_coupon a {
	color:#0071B9;
	position: relative
}
.wester_coupon a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	position: absolute;
	top: 10px;
	right: -26px;
	border-color: transparent transparent transparent #0071b9;
	/*transform: rotate(90deg)*/
}

}

/*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}}

/*----------終了対応----------*/
#endcontents {
	width: 98%;
	display: flex;
	font-size: 12px;
	border: 1px solid #e30034;
	margin: 0 auto 2%;
	align-items: center;
	box-sizing: border-box
}
#endcontents dt {
	width: 18%;
	background: #e30034;
	text-align: center;
	line-height: 3;
	color: #FFF;
	margin-right: 2%
}
#endcontents dd {width: 80%}
@media screen and (min-width: 760px),print {
	#endcontents {
		width: 100%;
		max-width: 1080px;
		min-width: 760px;
		margin: 0 auto 10px;
		font-size: 14px
	}
	#endcontents dd {line-height: 1.3}
}
/*----------終了対応----------*/