@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@700&family=Playfair+Display&family=Roboto&display=swap');

/* デフォルトコンテンツreset */

.breadcrumbs,
.menu-footer-desktop-container,
.menu-footer-mobile-container{
	display:none;
}
.footer__container{
	background-color:#596728;
}
.site-logo--footer{
	margin-bottom:0;
}

#colophon{
	margin-top:10em;
}

body{
	font-size:15px;
	line-height:1.6;
}

body,h3,h4,h5,p{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:"wdth" 100;
}

*{
	box-sizing:border-box;
}

p{
	margin-top:0;
}

img{
	max-width:100%;
	vertical-align:middle;
}

picture{
	display:block;
}

.btn-to-top{
	display:none;
}

@media only screen and (max-width: 800px) {
	body,p{
		font-size: clamp(1px, 3.4vw, 14px);
	}
}


/* LP パーツ */
.btn{
	text-align:center;
	margin-top:2.5em;
}
.btn a{
	display:inline-block;
	min-width:216px;
	font-size:15px;
	color:#fff;
	text-align:center;
	border-radius:10px;
	background:#703177;
	padding:15px 50px;
}

.serif-title{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.serif,
.highlights ol li::before{
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

section{
	margin-bottom:6em;
}

.block-title-wrap{
	width: 85%;
	max-width:750px;
	text-align:center;
	margin:0 auto 2.5em;
}
.block-title-wrap .block-title{
	font-size:45px;
	line-height:1.2;
	margin-bottom:0.25em;
}
.block-title-wrap .block-title-sub{
	font-size:24px;
	margin-bottom:0.5em;
}
.block-title-wrap .block-title-sub{
	font-size:24px;
	margin-bottom:0.5em;
}

@media only screen and (max-width: 800px) {
	.btn a{
		padding: 10px 30px;
	}
	
	.block-title-wrap{
		margin-bottom: 1.5em;
	}
	.block-title-wrap .block-title {
		font-size: clamp(1px, 6.2vw, 30px);
	}
	.block-title-wrap .block-title-sub{
		font-size: clamp(1px, 3.5vw, 18px);
	}
	
	.sp-scroll{
		width:100%;
		padding-bottom: 1em;
		overflow-x:scroll;
	}
	.sp-scroll > *{
		width: 170vw !important;
	    display: flex;
	    flex-wrap: unset !important;
	    gap:1em;
	    padding: 0 5vw;
	}
	.sp-scroll > * > *{
		width:100%;
	}
	
}

/* LP */
#mv-wrapper,
.mv-slider,
.mv-slider .slick-list,
.mv-slider .slick-list *{
	height:95svh;
	margin:0 !important;
}

#mv-wrapper{
	padding:0;
	position:relative;
	overflow:hidden;
}
#mv-wrapper::after{
	content:"";
	display:block;
	width:102%;
	height:100%;
	background:url(img/mv_bottom_mask.svg) center bottom no-repeat;
	background-size:auto auto;
	position:absolute;
	left:-1%;
	bottom:-1px;
	z-index:2;
}

.mv-slider{
	opacity: 0;
	animation: fadeIn 2s forwards;
}
.mv-slider picture{
	display:block;
}
.mv-slider picture img{
	display:block;
	width:100%;
	max-width: unset;
	object-fit: cover;
}

.lp-title-block{
	width: 100%;
	padding:0 10%;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	z-index: 1;
}
.lp-title-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width:550px;
	width:100%;
	height:317px;
	background:url(img/lp-title_bg.svg) center center no-repeat;
	background-size:100% 100%;
	padding: 0 45px 30px 55px;
	position:relative;
	
	opacity: 0;
	animation: fadeIn 2.5s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.lp-title-wrap .lp-title{
	font-size:58px;
	line-height: 1;
	margin-bottom: 0.2em;
}
.lp-title-wrap p{
	font-size:26px;
	line-height: 1.2;
	margin:0;
}

.lp-title-wrap .lp-title-illust{
	min-width: 670px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-46%,-45%);
}

#lp-lead{
	margin-top:-90px;
	padding-bottom: 2em;
	margin-bottom: 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
#lp-lead .lead-text-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width:970px;
	margin:auto;
	position:relative;
	aspect-ratio:1 / 1;
}
#lp-lead .lead-text{
	max-width:400px;
	text-align:center;
	margin: -11% auto 0;
	
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp-lead .lead-text .lead_illust01{
	max-width: 82px;
	margin: 0 auto 2em;
}
#lp-lead .lead-text h2.serif{
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 0.5em;
}
#lp-lead .lead-text h2.serif strong{
	font-size: 1.4em;
}
#lp-lead .lead-text .btn{
	margin-top: 1.5em;
}
#lp-lead .lead_img{
	width:50%;
	border-radius:50%;
	aspect-ratio:1 / 1;
	position:absolute;
	overflow: hidden;
	pointer-events: none;
}
#lp-lead .lead_img01{
	width: 0%;
	max-width:230px;
	top:0;
	left:50%;
	transform: translate(-50%,0%);
	
	opacity: 0;
	animation: fadeIn01 1.5s forwards;
}
@keyframes fadeIn01 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		width: 23.7%;
		opacity: 1;
	}
}
#lp-lead .lead_img02{
	width: 0%;
	max-width:367px;
	top:8%;
	left:1.5%;
	transform: translate(0%,0%);
	
	opacity: 0;
	animation: fadeIn02 1.5s forwards;
}
@keyframes fadeIn02 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		width: 38%;
		opacity: 1;
	}
}
#lp-lead .lead_img03{
	width: 0%;
	max-width:355px;
	top:6%;
	right:1.5%;
	z-index: 1;
	transform: translate(0%,0%);
	
	opacity: 0;
	animation: fadeIn03 1.5s forwards;
}
@keyframes fadeIn03 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		width: 37%;
		opacity: 1;
	}
}
#lp-lead .lead_img04{
	width: 0%;
	max-width:230px;
	top:46.5%;
	left:0;
	transform: translate(0%,0%);
	
	opacity: 0;
	animation: fadeIn04 1.5s forwards;
}
@keyframes fadeIn04 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		width: 24%;
		opacity: 1;
	}
}
#lp-lead .lead_img05{
	width: 0%;
	max-width:340px;
	bottom:0%;
	left:14%;
	transform: translate(0%,0%);
	
	opacity: 0;
	animation: fadeIn05 1.5s forwards;
}
@keyframes fadeIn05 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		width: 36%;
		opacity: 1;
	}
}
#lp-lead .lead_img06{
	width: 0%;
	max-width:340px;
	bottom:0%;
	left:14%;
	transform: translate(0%,0%);
	
	opacity: 0;
	animation: fadeIn06 1.5s forwards;
}
@keyframes fadeIn06 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		width: 36%;
		opacity: 1;
	}
}
#lp-lead .lead_map{
	width:65%;
	position:absolute;
	right:-5%;
	bottom:0;
	z-index: 2;
	pointer-events: none;
	
	opacity: 0;
	animation: fadeIn 2s forwards;
}

#lp-lead .lead_illust02{
	width:40%;
	position:absolute;
	right:-28%;
	top:1%;
	pointer-events: none;
	
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp-lead .lead_illust03{
	width:40%;
	position:absolute;
	left:-30%;
	bottom:5%;
	pointer-events: none;
	
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp-lead .lead_illust04{
	width:40%;
	position:absolute;
	right:-10%;
	bottom:-2em;
	pointer-events: none;
	
	opacity: 0;
	animation: fadeIn 2s forwards;
}
#lp-lead .lead_illust05{
	width:45%;
	position:absolute;
	left:-22%;
	top:30%;
	pointer-events: none;
	
	opacity: 0;
	animation: fadeIn 2s forwards;
}


@media only screen and (max-width: 800px) {
	#mv-wrapper,
	.mv-slider,
	.mv-slider .slick-list,
	.mv-slider .slick-list *{
		height:auto;
	}
	.lp-title-block{
		top: 50%;
		padding:0 2%;
	}
	.lp-title-wrap{
		width:100%;
		background-image: url(img/lp-title_bg_sp.svg);
		padding: 0 5% 0 10%;
		margin-bottom: 50%;
	}
	.lp-title-wrap .lp-title{
		font-size: clamp(1px, 10vw, 45px);
	}
	.lp-title-wrap p{
		font-size: clamp(1px, 4.8vw, 18px);
	}
	
	#lp-lead{
		margin-top: -25vw;
	}
	#lp-lead .lead-text-wrap{
		display:block;
		padding-top: 38vw;
	}
	.lp-title-wrap .lp-title-illust{
		min-width: auto;
		width: 100vw;
		top: 60%;
		transform: translate(-50%,-50%);
	}
	#lp-lead .lead_img01{
		position: static;
		transform: translate(0,0);
		margin: 0 auto 3%;
	}
	#lp-lead .lead_img02{
		left: 53%;
		top: 0%;
		z-index: 1;
	}
	#lp-lead .lead_img03{
		top: 17%;
		right: -18%;
	}
	#lp-lead .lead_img04{
		top: 14%;
		left: -24%;
	}
	#lp-lead .lead_img05{
		bottom: auto;
		top: 56%;
		left: 18%;
	}
	#lp-lead .lead_img06{
		bottom: auto;
		left: -9%;
		top: 66%;
	}
	#lp-lead .lead-text{
		width: 75%;
		margin-top:3%;
	}
	#lp-lead .lead-text .lead_illust01{
		width: 23%;
		margin: 0 auto 0.5em;
	}
	#lp-lead .lead-text h2.serif{
		font-size: clamp(1px, 6.4vw, 24px);
	}
	#lp-lead .lead_map{
		display: block;
		position: static;
		width: 100%;
		margin-top: -20vw;
	}
	#lp-lead .lead_illust02{
		right: auto;
		left: -18%;
		top: 57%;
	}
	#lp-lead .lead_illust04{
		width: 55%;
		right: 1%;
		bottom: -2em;
	}
	#lp-lead .lead_illust06{
		width: 65%;
		position: absolute;
		left: 0;
		top: 6%;
		pointer-events: none;
		opacity: 0;
		animation: fadeIn 2s forwards;
	}
	@keyframes fadeIn01 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		100% {
			width: 28%;
			opacity: 1;
		}
	}
	@keyframes fadeIn02 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		100% {
			width: 44%;
			opacity: 1;
		}
	}
	@keyframes fadeIn03 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		100% {
			width: 49%;
			opacity: 1;
		}
	}
	@keyframes fadeIn04 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		100% {
			width: 59%;
			opacity: 1;
		}
	}
	@keyframes fadeIn05 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		100% {
			width: 28%;
			opacity: 1;
		}
	}
	@keyframes fadeIn06 {
		0% {
			opacity: 0;
		}
		50% {
			opacity: 0;
		}
		100% {
			width: 44%;
			opacity: 1;
		}
	}
}


.trip-item-wrap .trip-item .inner{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	gap:40px;
	max-width:1200px;
	padding:30px 1%;
	margin:0 auto;
}
.trip-item-wrap .trip-item .inner .text{
	width: 30%;
}
.trip-item-wrap .trip-item .inner .text .day-count{
	font-size:32px;
	text-align:center;
	line-height: 1.1;
	margin-bottom:1em;
}

.dey-schedule dl{
	display:flex;
	flex-wrap:wrap;
}
.dey-schedule dl + dl{
	margin-top:2em;
}
.dey-schedule dl dt{
	width:90px;
}
.dey-schedule dl dd{
	width:calc(100% - 90px);
	border-left:1px solid #000;
	padding-left:5px;
}
.dey-schedule dl dd ul li{
	display: flex;
	line-height: 1.2;
}
.dey-schedule dl dd ul li + li{
	margin-top:0.5em;
}
.dey-schedule dl dd ul li::before{
	content:"-";
	margin-right:0.5em;
}

.trip-item-wrap .trip-item .inner .img-wrap-wrap{
	width: calc(70% - 40px);
/*
	display:flex;
	gap:3px;
*/
}
.trip-item-wrap .trip-item .inner .img-wrap .img{
	position:relative;
}
.trip-item-wrap .trip-item .inner .img-wrap .img .img-caption,
.trip-item-wrap .trip-item .inner .img-wrap .img .img-num{
	display:block;
	font-size:12px;
	border-radius:20px;
	background:#fff;
	line-height: 1;
	padding:5px 12px;
	position:absolute;
	top:10px;
	right:10px;
}
.trip-item-wrap .trip-item .inner .img-wrap .img .img-num{
	width:41px;
	height:42px;
	font-size:22px;
	font-weight: normal;
	text-align:center;
	background:url(img/num_bg.svg) center center no-repeat;
	background-size:contain;
	padding: 6px 2px 0px 6px;
}
.trip-item-wrap .trip-item .inner .img-wrap img{
	display: block;
	width: 100%;
	aspect-ratio: 5 / 4;
	border-radius:15px;
	object-fit: cover;
}
@media only screen and (min-width: 801px) {
	/*
	.trip-item-wrap .trip-item .inner .img-wrap > .img{
		width:100%;
	}
	.trip-item-wrap .trip-item .inner .img-wrap > .imgs{
		width:49.6%;
	}
	.trip-item-wrap .trip-item .inner .img-wrap > .imgs .img + .img{
		margin-top:3px;
	}
	*/
	.trip-item-wrap .trip-item .inner .img-wrap{
		display: grid;
		gap:3px;
		grid-template-areas:
	    "img-l  img-s1"
	    "img-l  img-s2";
	    grid-template-columns: 66.5% calc(33.5% - 3px);
	}
	#lp-experience .trip-item-wrap .trip-item:nth-child(even) .inner .img-wrap,
	#lp-plan .trip-item-wrap .trip-item:nth-child(odd) .inner .img-wrap{
		grid-auto-flow: column;
		direction: rtl;
	}
	.trip-item-wrap .trip-item .inner .img-wrap .img-l {
		grid-area: img-l;
	}
	.trip-item-wrap .trip-item .inner .img-wrap .img-s.img02 {
		grid-area: img-s1;
	}
	.trip-item-wrap .trip-item .inner .img-wrap .img-s.img03 {
		grid-area: img-s2;
	}
}
@media only screen and (max-width: 800px) {
	.trip-item-wrap .trip-item .inner{
		display:block;
	}
	#lp-experience .trip-item-wrap .trip-item .inner{
		padding-left:0;
		padding-right:0;
	}
	.trip-item-wrap .trip-item .inner .text,
	.trip-item-wrap .trip-item .inner .img-wrap{
		width:100%;
	}
	.trip-item-wrap .trip-item .inner .text{
		padding: 0 10% 3%;
	}
	.trip-item-wrap .trip-item .inner .img-wrap-wrap{
		width:100%;
	}
	.trip-item-wrap .trip-item .inner .img-wrap{
		flex-wrap: wrap;
	}
	.trip-item-wrap .trip-item .inner .img-wrap img {
		box-shadow: 0 3px 3px rgba(0,0,0,0.25);
	}
	
	.dey-schedule dl {
		display: block;
	}
	.dey-schedule dl dt,
	.dey-schedule dl dd{
		width:100%;
	}
	.dey-schedule dl dt{
		font-size: clamp(1px, 3.85vw, 16px);
		margin-bottom: 0.5em;
	}
}

.highlights{
	display:flex;
	justify-content: center;
	font-weight:normal;
}
.highlights ol{
	padding: 30px 35px 0;
	margin: 0;
	list-style-type: none;
	position:relative;
	counter-reset: highlights;
}
.highlights ol::before{
	content:"";
	display:block;
	width:34px;
	height:33px;
	background:url(img/icon_highlights.svg) center center no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
}
.highlights ol li{
	display:flex;
	align-items:center;
}
.highlights ol li + li{
	margin-top:0.75em;
}
.highlights ol li::before{
	font-size:10px;
	min-width:15px;
	width:15px;
	height:15px;
	line-height: 15px;
	text-align: center;
	border-radius:50%;
	border:1px solid #000;
	margin-right:0.75em;
	counter-increment:highlights;
	content: counter(highlights);
}
.highlights .icon{
	width:24px;
	height:24px;
	line-height: 24px;
	font-size:0.9em;
	color:#fff;
	text-align:center;
	background: #703177;
	border-radius:50%;
	margin-left:5px;
}
@media only screen and (min-width: 801px) {
	.img-wrap .highlights{
		display:none;
	}
}
@media only screen and (max-width: 800px) {
	.text .highlights{
		display:none;
	}
	.img-wrap .highlights{
		flex-wrap: wrap;
		margin-top:0.25em;
	}
	.img-wrap .highlights > span{
		width: 100%;
		text-align: center;
	}
	.img-wrap .highlights .icon {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.2em;
	}
}


#lp-experience{
	margin-bottom: 2em;
	overflow: hidden;
}
.experience-img-slide{
	display:flex;
	gap: 3px;
	margin-bottom: 3em;
}
.experience-img-slide > *{
/* 	width:100%; */
}
.experience-img-slide img{
	margin-right:2px;
}
#lp-experience .trip-item-wrap .trip-item .inner .text .day-count {
	margin-bottom: 0em;
}
body#tc-discover #lp-experience .trip-item-wrap .trip-item .inner .text .day-count{
	margin: 0.5em auto;
	font-size: 28px;
}
body#tc-discover #lp-experience .trip-item-wrap .trip-item .inner .text p{
	text-align: center;
}
@media only screen and (max-width: 800px) {
	body#tc-discover #lp-experience .trip-item-wrap .trip-item .inner .text p{
		text-align: left;
	}
}
#lp-experience .trip-item-wrap .trip-item .inner .img-wrap img {
  aspect-ratio: 1 / 1;
}
#lp-experience .trip-item-wrap .trip-item .inner .text{
	position: relative;
}
#lp-experience .trip-item02 .experience-item-illust2{
	position: absolute;
	top: -5%;
	left: -35%;
	width: 70%;
}
#lp-experience .trip-item-wrap .trip-item .inner .text picture{
	pointer-events: none;
}

#lp-experience .trip-item-wrap .trip-item:nth-child(odd) .inner,
#lp-experience .trip-item-wrap .trip-item:nth-child(even) .inner .img-wrap,
#lp-plan .trip-item-wrap .trip-item:nth-child(even) .inner,
#lp-plan .trip-item-wrap .trip-item:nth-child(odd) .inner .img-wrap{
	flex-direction: row-reverse;
}

@media only screen and (max-width: 800px) {
	.experience-img-slide {
		margin-bottom: 0em;
	}
	
	#lp-experience .trip-item-wrap .trip-item .inner .text .day-count{
		font-size: clamp(1px, 6.7vw, 25px);
		text-align: left;
	}
	#lp-experience .trip-item-wrap .trip-item .inner .text .day-count,
	#lp-experience .trip-item-wrap .trip-item .inner .text p{
		padding-right: 30%;
	}
	#lp-experience .trip-item-wrap .trip-item:nth-child(2n) .inner .img-wrap{
		flex-direction: row;
	}
	#lp-experience .trip-item-wrap .trip-item .inner .img-wrap img {
		aspect-ratio: 4 / 3;
	}
	.trip-item-wrap .trip-item .inner .img-wrap > .imgs {
		width: 100%;
		display: flex;
		gap: 3px;
	}
	.trip-item-wrap .trip-item .inner .img-wrap > .imgs .img + .img {
		margin-top: 0;
	}
	#lp-experience .trip-item-wrap .trip-item .inner .text picture{
		position: absolute;
		width: 45%;
		top:30%;
		right: 1%;
		transform: translateY(-50%);
	}
	#lp-experience .trip-item-wrap .trip-item01 .inner .text picture{
		right:-1%;
	}
	#lp-experience .trip-item-wrap .trip-item01 .inner .text .day-count{
		padding-right: 40%;
	}
	#lp-experience .trip-item-wrap .trip-item02 .inner .text picture{
		width: 40%;
	}
	#lp-experience .trip-item-wrap .trip-item03 .inner .text picture{
		width: 40%;
	}
	#lp-experience .trip-item-wrap .trip-item03 .inner .text p{
		padding-right: 40%;
	}
	#lp-experience .trip-item-wrap .trip-item04 .inner .text picture{
		width: 28%;
		right: 3%;
	}
	#lp-experience .trip-item-wrap .trip-item .inner .img-wrap .img .img-num{
		display:none;
	}
	#lp-experience .trip-item .btn {
		margin-top: 0.5em;
	}
}


#lp-world-heritage-site .inner{
	position: relative;
}
#lp-world-heritage-site .img01{
	width:100%;
	height:1289px;
	text-align:center;
}
#lp-world-heritage-site .img01 img{
	width:1580px;
	height:1289px;
	object-fit:cover;
}
#lp-world-heritage-site .text-wrap{
	max-width: 1200px;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,15%);
}
#lp-world-heritage-site .text{
	max-width:520px;
	width:45%;
	margin-left:auto;
}
#lp-world-heritage-site .text .heading{
	font-size:38px;
	line-height: 1.3;
}
#lp-world-heritage-site .text .heading-sub{
	font-size:21px;
	font-style:italic;
}

@media only screen and (max-width: 800px) {
	#lp-world-heritage-site .text-wrap{
		width: 80%;
		margin: auto;
		position: static;
		transform: none;
	}
	#lp-world-heritage-site .text {
		max-width: none;
		width: 100%;
		margin: auto;
	}
	#lp-world-heritage-site .text .heading-sub{
		font-size: clamp(1px, 6.0vw, 26px);
	}
	#lp-world-heritage-site .text .heading{
		font-size: clamp(1px, 7.8vw, 38px);
	}
	#lp-world-heritage-site .img01-sp,
	#lp-world-heritage-site .img02-sp{
		margin-left:-12.5%;
		margin-right:-12.5%;
	}
	#lp-world-heritage-site .img01-sp{
		margin-top: -16vw;
		position: relative;
		z-index: -1;
	}
}


#lp-must-see .inner{
	display:flex;
	flex-wrap:wrap;
	gap:24px;
	max-width:1100px;
	margin:auto;
}
#lp-must-see .inner > *{
	display:block;
	width:calc(33.333% - 16px);
	border-radius:10px;
	box-shadow:0 3px 3px rgba(0,0,0,0.25);
	overflow:hidden;
	position:relative;
}
#lp-must-see .inner > * .img img{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
#lp-must-see .inner > * .attractions-name{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	line-height: 1.2;
	text-shadow:0 3px 5px rgba(0,0,0,0.75);
	position:absolute;
	left: 1em;
	bottom: 0.8em;
}

@media only screen and (max-width: 800px) {
	#lp-must-see .inner{
		gap: 9px;
		padding: 0 3%;
	}
	#lp-must-see .inner > *{
		width: calc(33.333% - 6px);
	}
	#lp-must-see .inner > * .attractions-name{
		font-size: clamp(1px, 2.7vw, 14px);
	}
	#lp-must-see .block-title-wrap .block-title-sub{
		display:none;
	}
}




#lp-plan .trip-item{
	position:relative;
}
#lp-plan .trip-item::after{
	content:"";
	display:block;
	max-width:161px;
	width: 12%;
	height:515px;
	background:url(img/trip_item_bg.png) left center no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	left:0;
	z-index: -1;
	transform: translateY(-50%);
}
#lp-plan .trip-item:nth-child(even)::after{
	background-image:url(img/trip_item_r_bg.png);
	background-position:right:center;
	left:auto;
	right:0;
}

@media only screen and (min-width: 801px) {
	.trip-item-wrap .trip-item .inner .img-wrap .dey-schedule{
		display:none;
	}
}
@media only screen and (max-width: 800px) {
	#lp-plan .trip-item::after{
		width: 20%;
		top: 0;
	}
	#lp-plan .trip-item:first-child::after{
		transform: translateY(-65%);
	}
	.trip-item-wrap .trip-item .inner .text .dey-schedule{
		display:none;
	}
	
	#lp-plan .trip-item-wrap .trip-item .inner{
		padding:0 5%;
	}
	#lp-plan .trip-item-wrap .trip-item .inner .text .day-count{
		margin-bottom: 0;
	}
	#lp-plan .trip-item-wrap .trip-item .inner .img-wrap > *{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:1.5em;
	}
	#lp-plan .trip-item-wrap .trip-item .inner .img-wrap > * .dey-schedule{
		width:50%;
	}
	#lp-plan .trip-item-wrap .trip-item .inner .img-wrap > * .img{
		width:45%;
	}
	#lp-plan .trip-item-wrap .trip-item .inner .img-wrap .img .img-caption{
		color: #fff;
		background:transparent;
		padding:0;
		top: 8px;
		left: 10px;
	}
}


#lp-getting-to-akita .inner{
	max-width:1200px;
	width:95%;
	padding-top: 3em;
	margin:auto;
	position:relative;
}
#lp-getting-to-akita .text{
	max-width:500px;
	position:absolute;
	top:0;
	right:0;
}
#lp-getting-to-akita .text p{
	font-size:14px;
}

@media only screen and (max-width: 800px) {
	#lp-getting-to-akita .inner{
		padding-top: 0;
	}
	#lp-getting-to-akita .text{
		width: 90%;
		margin: 2em auto 0;
		position: static;
	}
}
