@charset "utf-8";

/*PCSP共通設定*/
html {
	scroll-behavior: smooth;
}
/*smooth scroll*/

main {
	color: #333333;
}
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: #333333;
	text-decoration: underline;
}

/* accordion */
.accordion__title {
	position: relative;
	display: block;
	width: 100%;
	color: #FC9908;
	border: 1px solid #FC9908;
	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: #FC9908;
		margin-bottom: 25px;
		font-size: 20px;
		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 {}
	.mv figure {
		margin: 0;
		padding: 0;
	}

	figure#mainphoto img {
		width: 100%;		
	}

	/* nav */
	ul.nav {
		background-color: #fff;
		display: grid;
		grid-template: auto /repeat(5, 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: #FC9908;
		color: #FFF;
		font-weight: 700;
		text-align: center;
		padding: 11px 0 10px;
		font-size: 11px;
	}

	/* period */
	.period {
		text-align: center;
	}

	.period dt,
	.period dd {
		font-size: 16px;
	}

	.period dt {
		margin-top: 24px;
		font-weight: 700;
	}

	.period dd {
		margin-top: 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;
	}

	/* btn */
	.btn a {
		position: relative;
		display: block;
		color: #333333;
		border: 1px solid #FC9908;
		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);
	}

	/* coupon */
	.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;
		/*padding: 10px 7px 0;*/
	}

	.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 {
		border: 5px solid #0093da;
	}

	.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 {
		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: 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 / 122px 1fr;
		padding: 10px 0 5px;
	}

	.coupon_wrap.ko_yado .cpnget {
		background: #002060;
	}

	.coupon_wrap.ko_jrset .cpnget {
		background: #e03560;
	}

	.coupon_wrap.ko_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.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 {
		border-color: transparent transparent transparent #0093da;
	}

	.coupon_wrap .conditions {
		/*margin-top: 13px;*/
		padding: 10px;
		/*border-top: 1px dashed #ccc;*/
	}

	.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: 20px;
	}

	.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);
	}
}

/*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: #FC9908;
		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 {}
	.mv figure {
		margin: 0;
		padding: 0;
		height: 550px;
		background: url("../images/main_bg.jpg") no-repeat center top;
	}

	figure#mainphoto img {
		width: 936px;
		margin: 0 auto;
		display: block;
	}

	/* nav */
	ul.nav {
		background-color: #fff;
		display: grid;
		grid-template: auto /repeat(5, 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: #FC9908;
		color: #FFF;
		font-weight: 700;
		text-align: center;
		padding: 15px 0;
		font-size: 15px;
	}

	/* period */
	.period {
		text-align: center;
	}

	.period dt,
	.period dd {
		font-size: 20px;
	}

	.period dt {
		margin-top: 30px;
		font-weight: 700;
	}

	.period dd {
		margin-top: 20px;
	}

	/* 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;
	}

	/* btn */
	.btn a {
		position: relative;
		display: block;
		color: #333333;
		border: 1px solid #FC9908;
		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);
	}

	/* coupon */
	.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;
		/*padding: 10px 10px 0;*/
	}

	.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 {
		border: 5px solid #0093da;
	}

	.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 {
		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 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 / 122px 1fr;
		padding: 10px 5px 5px;
	}

	.coupon_wrap.ko_yado .cpnget {
		background: #002060;
	}

	.coupon_wrap.ko_jrset .cpnget {
		background: #e03560;
	}

	.coupon_wrap.ko_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 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: 50px;
	}

	.coupon_wrap .cpnget h5:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 0 7px 8px;
		position: absolute;
		top: 4px;
		left: 57px;
	}

	.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 {
		border-color: transparent transparent transparent #0093da;
	}

	.coupon_wrap .conditions {
		/*margin-top: 12px;*/
		padding: 10px;
		/*border-top: 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: 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: 20px;
	}

	.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;
	}
}

/*-----//add 20250626-----*/
/*#hotel_plan_section .hotel__wrapper {display: none}*/
#hotel_plan_section .hotel__wrapper.areahotel_select {display: block!important}
/*759px以下*/
@media screen and (max-width: 759.9px) {
/*海外クーポン*/
.kaigai_coupon {
	text-align: center;
	margin: 15px 0 0;
	font-size: 14px;
}
.kaigai_coupon a {
	color:#0071B9;
	position: relative;
}
.kaigai_coupon a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: -32px;
	border: 1px solid #0071b9;
}
.kaigai_coupon a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	position: absolute;
	top: 4px;
	right: -26px;
	border-color: transparent transparent transparent #0071b9;
}

/*夏旅25・2025年夏のイチオシ宿*/
#hotel_plan_section {
    color:#333;
	background: #FFFDF2;
	font-size: 16px;
}
#hotel_plan_section h2 {font-size:25px;}
#special .notice,
#hotel_plan_section .notice {
	font-size:13px;
	text-align: center;
}

/*エリア選択*/
#hotel_plan_section nav {
    overflow-x: scroll;
    overflow-y: hidden;
}
#hotel_plan_section nav .tab_areahotel {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
    display: flex;
    margin: 5% 0;
    font-size: 18px;
    align-items: center
}
#hotel_plan_section nav .tab_areahotel li {
	text-align: center;
	color: #777;
	font-size: 0.75em;
	cursor: pointer;
	background: #FFF;
	margin:0 1% 2%;
	padding: 10px 0;
	border: 1px solid #fc9908;
	box-sizing: border-box
}
#hotel_plan_section nav .tab_areahotel li.tab_areahotel_select {
	background: #FC9908;
	font-weight: bold;
	color: #FFF
}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(1) {width: calc(94% / 3)}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(2) {width: calc(94% / 3)}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(3) {width: calc(94% / 3)}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(4) {width: 48%}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(5) {width: 48%}

/* クーポン対象のおすすめホテル・旅館 */
#hotel_plan_section h3 {
    text-align: center;
    margin-bottom: 10%
}
#hotel_plan_section .hotel__wrapper h4 {
    /*width:310px;*/width: 110px;
    text-align: center;
    margin: 0 auto 5%;
    font-size: 1.2em;
    position: relative
}
#hotel_plan_section .hotel__wrapper h4:after {
    content: "";
    /*width:310px;*/width: 110px;
    height:4px;
    background: #FC9908;
    position: absolute;
    bottom:-5px;
    left:0;
    border-radius: 2px
}
#hotel_plan_section .hotel__wrapper:nth-of-type(5) h4 {width: 280px;font-size: 1em}
#hotel_plan_section .hotel__wrapper:nth-of-type(5) h4:after {width: 280px}
#hotel_plan_section .hotel__wrapper li {
    width: calc(1038px / 4) !important;
    margin: 0 5px;
    text-align: center;
	border: none;
    padding: 8px;
    background: #FFF;
    box-sizing: border-box;
}
#hotel_plan_section .hotel__wrapper li dt {
    margin-bottom: 3%;
	position: relative
}
#hotel_plan_section .hotel__wrapper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
#hotel_plan_section .hotel__wrapper li dt .cr {
	position: absolute;
	bottom: 82px;
	left: 1%;
	font-size: 10px
}
#hotel_plan_section .hotel__wrapper li dt p{
    font-size: 0.75em;
    text-align: right;
    margin-bottom: 3%
}
#hotel_plan_section .hotel__wrapper li dt h5{margin-bottom: 5%}
#hotel_plan_section .hotel__wrapper li dd.plan_price {margin-bottom: 3%;}
#hotel_plan_section .hotel__wrapper li dd.plan_price p {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold
}
#hotel_plan_section .hotel__wrapper li dd.plan_price small {font-size: 0.6em}
#hotel_plan_section .hotel__wrapper li .dis_flex {
	display:flex;
	margin-bottom: 15px
}
#hotel_plan_section .hotel__wrapper li .dis_flex .btn {width:100%;}
#hotel_plan_section .hotel__wrapper li .dis_flex a {display: block}
#hotel_plan_section .hotel__wrapper li .btn a::after {display:none;}
#hotel_plan_section p.comment_txt {
    font-size: 12px;
    margin-bottom: 5%
}

/*------------------------------
scroll item
------------------------------*/
#hotel_plan_section .scrollbox_wraper {
	margin-bottom: 10%;
	position: relative;
}
#hotel_plan_section .scrollbox_wraper .scroll_left_btn,
#hotel_plan_section .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;
}
#hotel_plan_section .scrollbox_wraper .scroll_left_btn {left: 0;}
#hotel_plan_section .scrollbox_wraper .scroll_right_btn {right: 0;}
#hotel_plan_section .scrollbox_wraper .scroll_left_btn:after,
#hotel_plan_section .scrollbox_wraper .scroll_right_btn:after,
#hotel_plan_section .scrollbox_wraper .scroll_left_btn:before,
#hotel_plan_section .scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
#hotel_plan_section .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;
}
#hotel_plan_section .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;
}
#hotel_plan_section .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;
}
#hotel_plan_section .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;
}
#hotel_plan_section .scrollbox_wraper .scroll_left_btn.non_scloll,
#hotel_plan_section .scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
#hotel_plan_section .scrollbox_wraper .scrollbox {
    overflow-x: scroll!important;
    margin-bottom: 5%;
}
#hotel_plan_section .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);
}
#hotel_plan_section .scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(1038px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
}
#hotel_plan_section .scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
	flex-direction: column;
	text-align: center;
	line-height: 1.2;
	padding: 10px 0;
	align-items: center;
}
#hotel_plan_section .scrollbox_wraper .scrollbox > ul > li .txt {font-size: 14px;}
#hotel_plan_section .scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
#hotel_plan_section .scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
#hotel_plan_section .scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/*notice*/
#special .notice {font-size:16px;}

/*海外クーポン*/
.kaigai_coupon {
	text-align: center;
	margin: 25px 0 0;
	font-size: 18px;
}
.kaigai_coupon a {
	color:#0071B9;
	position: relative;
}
.kaigai_coupon a:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 10px;
	position: absolute;
	top: 4px;
	right: -32px;
	border: 1px solid #0071b9;
}
.kaigai_coupon a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	position: absolute;
	top: 8px;
	right: -26px;
	border-color: transparent transparent transparent #0071b9;
}

/*夏旅25・2025年夏のイチオシ宿*/
#hotel_plan_section {
    font-size: 18px;
    color:#333;
	background: #FFFDF2;
}
#hotel_plan_section h2 {font-size:40px;}

/*エリア選択*/
#hotel_plan_section nav .tab_areahotel {
    display: flex;
    margin: 5% 0;
    gap: 0.5%;
    align-items: center;
	font-size: 18px;
}
#hotel_plan_section nav .tab_areahotel li {
	text-align: center;
	color: #777;
	font-size: 0.9em;
	cursor: pointer;
	background: #FFF;
	padding: 10px 0;
	border: 1px solid #fc9908
}
#hotel_plan_section nav .tab_areahotel li.tab_areahotel_select {
	background: #FC9908;
	font-weight: bold;
	color: #FFF
}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(1) {width: 16%}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(2) {width: 16%}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(3) {width: 16%}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(4) {width: 27%}
#hotel_plan_section nav .tab_areahotel li:nth-of-type(5) {width: 25%}

/* クーポン対象のおすすめホテル・旅館 */
#hotel_plan_section h3 {
    text-align: center;
    margin-bottom: 3%;
}
#hotel_plan_section .hotel__wrapper h4 {
    /*width: 360px;*/width: 110px;
    text-align: center;
    margin: 0 auto 4%;
    font-size: 1.2em;
    position: relative
}
#hotel_plan_section .hotel__wrapper h4:after {
    content: "";
    /*width:360px;*/width: 110px;
    height:4px;
    background: #FC9908;
    position: absolute;
    bottom:-5px;
    left:0;
    border-radius: 2px
}
#hotel_plan_section .hotel__wrapper:nth-of-type(5) h4 {width: 360px}
#hotel_plan_section .hotel__wrapper:nth-of-type(5) h4:after {width: 360px}
#hotel_plan_section .hotel__wrapper ul {
    display: flex;
    flex-wrap: wrap
}
#hotel_plan_section .hotel__wrapper li {
	width: calc(94% / 3);
	margin: 0 1% 5% !important;
	padding: 12px;
	text-align: center;
	border: none;
	background: none;
	background: #FFF;
	box-sizing: border-box
}
#hotel_plan_section .hotel__wrapper li dt {
    margin-bottom: 3%;
	position:relative
}
#hotel_plan_section .hotel__wrapper li dt img {
    width: 100%;
    height: auto;
    margin-bottom: 3%
}
#hotel_plan_section .hotel__wrapper li dt .cr {
	position: absolute;
	bottom: 80px;
	left: 1%;
	font-size: 12px
}
#hotel_plan_section .hotel__wrapper li dt p{
    font-size: 0.65em;
    text-align: right;
    margin-bottom: 3%;
}
#hotel_plan_section .hotel__wrapper li dt h5{margin-bottom: 10%}
#hotel_plan_section .hotel__wrapper li dd.plan_price {margin-bottom: 3%;}
#hotel_plan_section .hotel__wrapper li dd.plan_price p {
    color: #C22A39;
    font-size: 1.2em;
    font-weight: bold
}
#hotel_plan_section .hotel__wrapper li dd.plan_price small {font-size: 0.6em}
#hotel_plan_section .hotel__wrapper li .dis_flex {
    display: flex;
	margin-bottom: 3%
}
#hotel_plan_section .hotel__wrapper li .btn {width: 100%}
#hotel_plan_section .hotel__wrapper li .btn a {font-size: 0.85em}
#hotel_plan_section .hotel__wrapper li .btn a::after {display:none;}
#hotel_plan_section p.comment_txt {
    font-size: 14px;
    margin-bottom: 5%
}

/*------------------------------
scroll item
------------------------------*/
/*PCスクロールなし*/
#hotel_plan_section .scrollbox_wraper.pc_no_slider .scrollbox > ul {width: 100% !important;}
#hotel_plan_section .scrollbox_wraper.pc_no_slider {margin-bottom: 10%}
#hotel_plan_section .scrollbox_wraper.pc_no_slider .scroll_left_btn,
#hotel_plan_section .scrollbox_wraper.pc_no_slider .scroll_right_btn,
#hotel_plan_section .scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
#hotel_plan_section .scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
#hotel_plan_section .scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
}
/*-----add 20250626//-----*/