@charset "utf-8";



.p-caption.sw, 
.f-caption.sw {
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
}


/*  seta-kv
--------------------------------------------------*/
.seta-kv {
	position: relative;
}
.seta-kv__photo {
	width: 100%;
}
.seta-kv__txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media screen and (max-width: 768px){
}



/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
}
.intro-contents {
	margin-bottom: 15.0rem;
}
.intro-contents__item {
	position: relative;
}
.intro-contents__item1 {
	width: calc(569 / 1200 * 100%);
}
.intro-contents__item2 {
	width: calc(600 / 1200 * 100%);
}
.intro-gallery {
	width: 100%;
}
.intro-gallery__box {
	position: relative;
	width: 50%;
}
.intro-gallery__box1:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	transform: translateX(50%);
	background: #fff;
	z-index: 1;
}
.intro-gallery__box__item1 {
	position: relative;
	width: calc(430 / 750 * 100%);
}
.intro-gallery__box1 .intro-gallery__box__item1:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	transform: translateX(50%);
	background: #fff;
	z-index: 1;
}
.intro-gallery__box2 .intro-gallery__box__item1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
	background: #fff;
	z-index: 1;
}
.intro-gallery__box__item2 {
	position: relative;
	width: calc(320 / 750 * 100%);
}
.intro-gallery__box__item2 .figure + .figure:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
	background: #fff;
	z-index: 1;
}
@media screen and (max-width: 768px){
	.intro-contents {
		margin-bottom: 3.5rem;
	}
	.intro-contents__item1 {
		width: 100%;
	}
	.intro-contents__item2 {
		width: 100%;
		margin-top: 3.0rem;
	}
	.intro-gallery__box {
		width: 100%;
	}
	.intro-gallery__box1:before {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 1px;
		transform: translate(0,50%);
	}
}



/*  l-apage
--------------------------------------------------*/
.l-apage {
	padding-top: 15.0rem;
}
.apage-list {
	max-width: 1220px;
	gap: 2.8rem;
}
.apage-list__item {
	width: calc((100% - 14.0rem) / 6);
}
@media screen and (max-width: 768px){
	.l-apage {
		padding-top: 5.0rem;
	}
	.apage-list {
		gap: .2rem;
	}
	.apage-list__item {
		width: calc((100% - .4rem) / 3);
	}
}



/*  common sec
--------------------------------------------------*/
.sec {
	position: relative;
	padding-top: 19.0rem;
}
.sec-head {
	position: relative;
	padding-bottom: 9.5rem;
}
.sec-head::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
	width: 1px;
	height: 8.0rem;
	background: #999999;
	z-index: 2;
}
.sec-head__en {
	font-size: 9.0rem;
	line-height: 1.066666666666667;
	letter-spacing: .12em;
	text-align: center;
	margin-bottom: 1.1rem;
}
.sec-head__ttl {
	font-size: 2.8rem;
	line-height: 1.357142857142857;
	letter-spacing: .1em;
	text-align: center;
}
.sec-main {
	padding-block: 10.0rem;
}
.sec-example {
	width: 100%;
}
.sec-example__heading {
	width: 16.0rem;
	height: 5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #7e682d;
	letter-spacing: .1em;
	background: #fff;
	border: solid 1px #cccccc;
	padding-bottom: .1em;
}
.sec-example__list {
	width: calc(100% - 19.0rem);
	font-size: max(10px,1.4rem);
	line-height: 2.285714285714286;
	letter-spacing: .1em;
	gap: 0 1.5rem;
	margin-top: .5em;
}
.sec-example__list span {
	display: inline-block;
}
@media screen and (max-width: 768px){
	.sec {
		padding-top: 6.0rem;
	}
	.sec-head {
		padding-bottom: 4.0rem;
	}
	.sec-head::after {
		height: 5.0rem;
	}
	.sec-head__en {
		font-size: 4.5rem;
		margin-bottom: .8rem;
	}
	.sec-head__ttl {
		font-size: 2.0rem;
	}
	.sec-main {
		padding-block: 5.0rem;
	}
	.sec-example {
		display: block;
		width: calc(320 / 340 * 100%);
		margin: 0 auto;
	}
	.sec-example__heading {
		width: 100%;
		margin-bottom: 1.2rem;
		font-size: 1.8rem;
	}
	.sec-example__list {
		width: 100%;
		font-size: 1.4rem;
	}
}








/*  l-lifestyle
--------------------------------------------------*/
.l-lifestyle .sec-head__en {
	color: #BEB396;
}
.l-lifestyle .sec-main {
	padding-block: 0;
}
.lifestyle-intro {
	position: relative;
	padding-top: 9.5rem;
	margin-bottom: 12.5rem;
}
.lifestyle-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 85%;
	background: #F6F4F0;
	z-index: -1;
}
.lifestyle-intro__heading {
	width: min(100%, 572px);
	margin: 0 auto 8.0rem;
}
.lifestyle-intro__contents {
	width: 100%;
	background: #fff;
	border: solid 1px #CCCCCC;
	padding: 5.9rem;
}
.lifestyle-intro__detail {
	width: calc(520 / 1080 * 100%);
}
.lifestyle-intro__detail__head {
	margin-bottom: 3.2rem;
}
.lifestyle-intro__detail__head__ttl {
	width: 14.0rem;
	font-size: 2.0rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #fff;
	background: #7E682D;
}
.lifestyle-intro__detail__head__box {
	width: calc(100% - 18.0rem);
	padding-block: 1.5rem;
}
.lifestyle-intro__detail__head__box__heading {
	font-size: 2.4rem;
	letter-spacing: .1em;
	line-height: 1;
	color: #7E682D;
	margin-bottom: 1.8rem;
}
.lifestyle-intro__detail__head__box__desc {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: .1em;
}
.lifestyle-intro__detail__head__box__desc small {
	font-size: 0.78571429em;
}
.lifestyle-intro__detail__explain {
	font-size: 1.4rem;
	line-height: 2.28571429; /*32 / 14*/
	letter-spacing: .1em;
}
.lifestyle-intro__detail__explain span {
	display: block;
    margin-top: 1.0em;
    font-size: 0.78571429em;
    line-height: 1.45;
    color: #4D4D4D;
    letter-spacing: 0;
}
.lifestyle-intro__photo {
	width: calc(500 / 1080 * 100%);
}






.lifestyle-contents {
	position: relative;
}
.lifestyle-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 1.4rem;
	height: calc(100% - 14.0rem);
	pointer-events: none;
}
.lifestyle-line div {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #CCCCCC;
	z-index: -2;
}
.lifestyle-line i {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-50%);
	width: 1.6rem;
	height: 1.6rem;
	background: #BEB396;
	border-radius: 50%;
}
.lifestyle-morning {
	position: relative;
}
.lifestyle-morning__head {
	position: relative;
	margin-bottom: 8.0rem;
	padding-left: 5.0rem;
}
.lifestyle-morning__head::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2.2rem;
	width: 3.0rem;
	height: 1px;
	background: #CCCCCC;
	z-index: -1;
}
.lifestyle-morning__head__time {
	width: auto;
	height: 5.0rem;
	margin-bottom: 2.5rem;
}
.lifestyle-morning__head__time img {
	width: auto;
	height: 100%;
}
.lifestyle-morning__head__heading {
	font-size: 2.4rem;
	line-height: 1.91666667; /*46 / 24*/
	letter-spacing: .15em;
}
.lifestyle-morning__head__desc {
	font-size: 1.4rem;
	line-height: 2.28571429; /*32 / 14*/
	letter-spacing: .1em;
	margin-top: 1.0rem;
}
.lifestyle-morning__figwrap {
	position: relative;
	width: 100%;
}
.lifestyle-morning__figwrap__item1 {
	position: relative;
	width: calc(500 / 1200 * 100%);
}
.lifestyle-morning__figwrap__item2 {
	position: relative;
	width: calc(800 / 1200 * 100%);
	margin-top: calc(-240 / 1200 * 100%);
	margin-left: auto;
}
.lifestyle-btnwrap {
	width: 100%;
	gap: 2.0rem 4.0rem;
	margin-top: 8.0rem;
}
.lifestyle-btnwrap__item {
	width: min(360px,calc((100% - 4.0rem) / 2));
}
.lifestyle-btnwrap__item a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 6.0rem;
	font-size: 1.8rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #fff;
	padding-bottom: .2em;
}
.lifestyle-btnwrap__item--gray a {
	background-color: #999999;
}
.lifestyle-btnwrap__item--gold a {
	background-color: #A5956C;
}
.lifestyle-btnwrap__item a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 48%;
	width: 3.0rem;
	height: 1px;
	background-color: #fff;
}
.lifestyle-morning__contents {
	position: relative;
	margin-top: 10.0rem;
	padding-block: 10.0rem;
}
.lifestyle-morning__contents::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(1250 / 1200 * 100%);
	margin-left: calc(-150 / 1200 * 100%);
	height: 100%;
	background: #F6F4F0;
	z-index: -1;
}
.lifestyle-morning__box {
	width: 100%;
	margin-bottom: 6.0rem;
}
.lifestyle-morning__box__detail {
	width: calc(580 / 1200 * 100%);
}
.lifestyle-morning__box__detail__heading {
	font-size: 2.4rem;
	line-height: 1.83333333; /*44 / 24*/
	letter-spacing: .15em;
}
.lifestyle-morning__box__detail__desc {
	font-size: 1.4rem;
	line-height: 2.28571429; /*32 / 14*/
	letter-spacing: .1em;
	margin-top: 1.0rem;
}
.lifestyle-morning__box__photo {
	width: calc(540 / 1200 * 100%);
}
.lifestyle-list {
	width: 100%;
    gap: 2.5rem 4.5rem;
}
.lifestyle-list__item {
	position: relative;
	width: calc((100% - 9.0rem) / 3);
}
.lifestyle-list__item__desc {
	font-size: 1.4rem;
	line-height: 1.75;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.5rem;
}
.lifestyle-list__item__desc small {
	font-size: 0.85714286em;
	letter-spacing: .05em;
}
.lifestyle-list__item__desc span {
	display: block;
	font-size: 0.85714286em;
	letter-spacing: .05em;
}
.lifestyle-afternoon {
	padding-top: 10.0rem;
}
.lifestyle-afternoon__head {
	position: relative;
	margin-bottom: 6.0rem;
	padding-left: 5.0rem;
}
.lifestyle-afternoon__head::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2.2rem;
	width: 3.0rem;
	height: 1px;
	background: #CCCCCC;
	z-index: -1;
}
.lifestyle-afternoon__head__detail {
	width: calc(550 / 1150 * 100%);
}
.lifestyle-afternoon__time {
	width: auto;
	height: 5.0rem;
	margin-bottom: 2.5rem;
}
.lifestyle-afternoon__time img {
	width: auto;
	height: 100%;
}
.lifestyle-afternoon__heading {
	font-size: 2.4rem;
	line-height: 1.91666667; /*46 / 24*/
	letter-spacing: .15em;
}
.lifestyle-afternoon__desc {
	font-size: 1.4rem;
	line-height: 2.28571429; /*32 / 14*/
	letter-spacing: .1em;
	margin-top: 1.0rem;
}
.lifestyle-afternoon__head__photo {
	width: calc(540 / 1150 * 100%);
}
.lifestyle-afternoon__list {
	position: relative;
	width: 100%;
    gap: 2.5rem 4.5rem;
}
.lifestyle-afternoon__list__item {
	position: relative;
	width: calc((100% - 9.0rem) / 3);
}
.lifestyle-list__icon--top {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100 / 370 * 100%);
	margin-left: calc(20 / 370 * 100%);
	margin-top: calc(-20 / 370 * 100%);
	z-index: 1;
}
.lifestyle-list__icon--bottom {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(90 / 370 * 100%);
	margin-right: calc(15 / 370 * 100%);
	margin-top: calc(184 / 370 * 100%);
	z-index: 1;
}
.lifestyle-holiday {
	padding-block: 9.5rem 10.0rem;
	background: #F8F8F8;
	margin-top: 12.0rem;
}
.lifestyle-holiday__ttl {
	position: relative;
	padding-bottom: 8.0rem;
	font-size: 7.0rem;
	line-height: 1.066666666666667;
	letter-spacing: .12em;
	color: #CCCCCC;
	text-align: center;
}
.lifestyle-holiday__ttl::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
	width: 1px;
	height: 6.0rem;
	background: #999999;
	z-index: 2;
}
.lifestyle-holiday__head {
	position: relative;
	width: 100%;
	padding-block: 8.0rem 13.0rem;
	margin-bottom: 8.0rem;
	z-index: 1;
}
.lifestyle-holiday__head::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: calc(1250 / 1200 * 100%);
	margin-right: calc(-150 / 1200 * 100%);
	height: 100%;
	background: #fff;
	z-index: -1;
}
.lifestyle-holiday__head__detail {
	width: calc(580 / 1200 * 100%);
}
.lifestyle-holiday__head__detail__heading {
	font-size: 2.4rem;
	line-height: 1.91666667; /*46 / 24*/
	letter-spacing: .15em;
}
.lifestyle-holiday__head__detail__desc {
	font-size: 1.4rem;
	line-height: 2.28571429; /*32 / 14*/
	letter-spacing: .1em;
	margin-top: 1.0rem;
}
.lifestyle-holiday__head__detail__ranking {
	width: calc(314 / 580 * 100%);
	margin: 10.0rem auto 0;
}
.lifestyle-holiday__head__photos {
	position: relative;
	width: calc(540 / 1200 * 100%);
}
.lifestyle-holiday__head__photos__item1 {
	position: relative;
	width: calc(540 / 540 * 100%);
}
.lifestyle-holiday__head__photos__item2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(370 / 540 * 100%);
	margin-right: calc(-160 / 540 * 100%);
	margin-bottom: calc(-115 / 540 * 100%);
	z-index: 1;
}
.lifestyle-holiday__box {
	margin-block: 8.0rem 6.0rem;
}
.lifestyle-holiday__box__detail {
	width: calc(580 / 1200 * 100%);
}
.lifestyle-holiday__box__detail__heading {
	font-size: 2.4rem;
	line-height: 1.91666667; /*46 / 24*/
	letter-spacing: .15em;
}
.lifestyle-holiday__box__detail__desc {
	font-size: 1.4rem;
	line-height: 2.28571429; /*32 / 14*/
	letter-spacing: .1em;
	margin-top: 1.0rem;
}
.lifestyle-holiday__box__photo {
	position: relative;
	width: calc(540 / 1200 * 100%);
}
.lifestyle-holiday__park {
	padding-top: 14.0rem;
}
.lifestyle-holiday__park__heading {
	font-size: 2.4rem;
	line-height: 1.91666667; /*46 / 24*/
	letter-spacing: .15em;
	text-align: center;
}
.lifestyle-holiday__park__desc {
	font-size: 1.4rem;
	line-height: 2.28571429; /*32 / 14*/
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.0rem;
}
.lifestyle-holiday__park__list {
	width: 100%;
	margin-top: 5.0rem;
	gap: 2.5rem 6.0rem;
}
.lifestyle-holiday__park__list__item {
	position: relative;
	width: calc((100% - 6.0rem) / 2);
}
.lifestyle-holiday__park__list__item:nth-of-type(1) {
	width: 100%;
	padding-bottom: 4.0rem;
}
@media screen and (min-width: 769px){
	.lifestyle-holiday__park__list__item .lifestyle-list__item__desc {
		font-size: 1.8rem;
		margin-top: 2.5rem;
	}	
}
@media screen and (max-width: 768px){
	.lifestyle-intro {
		padding-top: 5.0rem;
		margin-bottom: 4.5rem;
	}
	.lifestyle-intro::before {
		height: 85%;
	}
	.lifestyle-intro__heading {
		width: min(100%, 340px);
		margin: 0 auto 2.8rem;
	}
	.lifestyle-intro__contents {
		padding: 2.9rem 1.9rem;
	}
	.lifestyle-intro__detail {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.lifestyle-intro__detail__head {
		margin-bottom: 1.7rem;
	}
	.lifestyle-intro__detail__head__ttl {
		width: 100%;
		height: 4.0rem;
		font-size: 1.8rem;
		text-align: center;
	}
	.lifestyle-intro__detail__head__box {
		width: 100%;
		padding-block: 3.0rem 0;
		text-align: center;
	}
	.lifestyle-intro__detail__head__box__heading {
		font-size: 1.6rem;
		margin-bottom: 1.4rem;
	}
	.lifestyle-intro__photo {
		width: 100%;
	}




	.lifestyle-line {
		top: .7rem;
		height: calc(100% - 9.6rem);
	}
	.lifestyle-line i {
		width: 1.2rem;
		height: 1.2rem;
	}
	.lifestyle-morning__head {
		margin-bottom: 3.0rem;
		padding-left: 3.0rem;
	}
	.lifestyle-morning__head::before {
		top: 1.2rem;
		width: 1.6rem;
	}
	.lifestyle-morning__head__time {
		height: 3.0rem;
		margin-bottom: 2.0rem;
	}
	.lifestyle-morning__head__heading {
		font-size: 1.8rem;
		line-height: 1.88888889; /*34 / 18*/
	}
	.lifestyle-morning__head__desc {
		margin-top: 1.0rem;
	}
	.lifestyle-morning__figwrap__item1 {
		width: 100%;
	}
	.lifestyle-morning__figwrap__item2 {
		width: 100%;
		margin-top: 3.0rem;
		overflow: auto;
	}
	.lifestyle-morning__figwrap__item2 .figure {
		width: 760px;
	}
	.lifestyle-btnwrap {
		width: calc(280 / 340 * 100%);
		gap: 2.0rem 4.0rem;
		margin-inline: auto;
		margin-top: 4.0rem;
	}
	.lifestyle-btnwrap__item {
		width: 100%;
	}
	.lifestyle-btnwrap__item a {
		height: 5.6rem;
		font-size: 1.6rem;
		padding-bottom: .1em;
	}
	.lifestyle-btnwrap__item a::after {
		width: 2.4rem;
	}
	.lifestyle-morning__contents {
		margin-top: 5.0rem;
		padding-block: 4.5rem;
	}
	.lifestyle-morning__contents::before {
		width: calc(380 / 340 * 100%);
		margin-left: calc(-20 / 340 * 100%);
	}
	.lifestyle-morning__box {
		margin-bottom: 4.0rem;
	}
	.lifestyle-morning__box__detail {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.lifestyle-morning__box__detail__heading {
		font-size: 1.8rem;
		line-height: 1.88888889; /*34 / 18*/
	}
	.lifestyle-morning__box__detail__desc {
		margin-top: 1.0rem;
	}
	.lifestyle-morning__box__photo {
		width: 100%;
	}
	.lifestyle-list {
		width: calc(280 / 340 * 100%);
		margin-inline: auto;
	}
	.lifestyle-list__item {
		width: 100%;
	}
	.lifestyle-list__item__desc {
		font-size: 1.2rem;
		margin-top: 1.5rem;
	}
	.lifestyle-list__icon--top {
		position: absolute;
		left: 0;
		top: 0;
		width: calc(100 / 370 * 100%);
		margin-left: calc(20 / 370 * 100%);
		margin-top: calc(-20 / 370 * 100%);
		z-index: 1;
	}
	.lifestyle-list__icon--bottom {
		position: absolute;
		right: 0;
		top: 0;
		width: calc(90 / 370 * 100%);
		margin-right: calc(15 / 370 * 100%);
		margin-top: calc(184 / 370 * 100%);
		z-index: 1;
	}
	.lifestyle-afternoon {
		padding-top: 5.0rem;
	}
	.lifestyle-afternoon__head {
		margin-bottom: 3.0rem;
		padding-left: 3.0rem;
	}
	.lifestyle-afternoon__head::before {
		top: 1.2rem;
		width: 1.6rem;
	}
	.lifestyle-afternoon__head__detail {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.lifestyle-afternoon__time {
		height: 3.0rem;
		margin-bottom: 2.0rem;
	}
	.lifestyle-afternoon__heading {
		font-size: 1.8rem;
		line-height: 1.88888889; /*34 / 18*/
	}
	.lifestyle-afternoon__desc {
		margin-top: 1.0rem;
	}
	.lifestyle-afternoon__head__photo {
        width: calc(100% + 3.0rem);
        margin-left: -3.0rem;
	}
	.lifestyle-holiday {
		padding-block: 4.5rem 5.0rem;
		margin-top: 4.0rem;
	}
	.lifestyle-holiday__ttl {
		padding-bottom: 4.0rem;
		font-size: 3.5rem;
	}
	.lifestyle-holiday__ttl::after {
		height: 4.0rem;
	}
	.lifestyle-holiday__head {
		position: relative;
		width: 100%;
		padding-block: 4.5rem 5.0rem;
		margin-bottom: 3.5rem;
	}
	.lifestyle-holiday__head::before {
		width: calc(380 / 340 * 100%);
		margin-right: calc(-20 / 340 * 100%);
	}
	.lifestyle-holiday__head__detail {
		width: 100%;
		margin-bottom: 4.0rem;
	}
	.lifestyle-holiday__head__detail__heading {
		font-size: 1.8rem;
		line-height: 1.88888889; /*34 / 18*/
	}
	.lifestyle-holiday__head__detail__ranking {
		width: calc(260 / 340 * 100%);
		margin: 2.7rem auto 0;
	}
	.lifestyle-holiday__head__photos {
		width: 100%;
	}
	.lifestyle-holiday__head__photos__item1 {
		width: calc(320 / 360 * 100%);
	}
	.lifestyle-holiday__head__photos__item2 {
		position: relative;
		width: calc(320 / 360 * 100%);
		margin-right: 0;
		margin-left: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	.lifestyle-holiday__box {
		margin-block: 3.0rem 4.0rem;
	}
	.lifestyle-holiday__box__detail {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.lifestyle-holiday__box__detail__heading {
		font-size: 1.8rem;
		line-height: 1.88888889; /*34 / 18*/
	}
	.lifestyle-holiday__box__photo {
		width: 100%;
	}
	.lifestyle-holiday__park {
		padding-top: 7.0rem;
	}
	.lifestyle-holiday__park__heading {
		font-size: 1.8rem;
		line-height: 1.88888889; /*34 / 18*/
		text-align: left;
	}
	.lifestyle-holiday__park__desc {
		text-align: left;
	}
	.lifestyle-holiday__park__list {
		margin-top: 3.0rem;
	}
	.lifestyle-holiday__park__list__item {
		width: 100%;
	}
	.lifestyle-holiday__park__list__item:nth-of-type(1) {
		padding-bottom: 0;
	}
	.lifestyle-holiday__park__list__item .figure {
		width: 100%;
		aspect-ratio: 340 / 178;
		overflow: hidden;
	}
	.lifestyle-holiday__park__list__item .figure img {
		object-fit: cover;
		object-position: center center;
		width: 100%;
		height: 100%;
	}
}
















/*  l-shopping
--------------------------------------------------*/
.l-shopping .sec-head__en {
	color: #f9cb80;
}
.l-shopping .sec-main {
	background: #fef8ed;	
}
.shopping-plaza {
	margin-bottom: 6.0rem;
}
.shopping-plaza__left {
	width: calc(500 / 1200 * 100%);
}
.shopping-plaza__left__heading {
	font-size: 2.4rem;
	line-height: 1.583333333333333;
	letter-spacing: .1em;
	margin-bottom: 4.8rem;
}
.shopping-plaza__left__heading span {
	font-size: 1.166666666666667wm;
}
.shopping-plaza__left__heading em {
	font-size: 1.416666666666667em;
	line-height: 0;
}
.shopping-plaza__left__heading small {
	font-size: .666666666666667em;
}
.shopping-plaza__left__photo {
	width: calc(420 / 500 * 100%);
	margin-right: auto;
}
.shopping-plaza__right {
	width: calc(700 / 1200 * 100%);
}
.shopping-plaza__right__photo {
	width: 100%;
	margin-bottom: 8.0rem;
}
.shopping-list {
	gap: 2.5rem 1.5rem;
}
.shopping-list__item {
	width: calc((100% - 3.0rem) / 3);
}
.shopping-list__item__desc {
	font-size: max(10px,1.4rem);
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.4rem;
}
.shopping-list__item__desc span {
	display: block;
	font-size: 0.857142857142857em;
}
@media screen and (max-width: 768px){
	.shopping-plaza {
		margin-bottom: 3.0rem;
	}
	.shopping-plaza__left {
		width: 100%;
		margin-bottom: 2.0rem;
	}
	.shopping-plaza__left__heading {
		font-size: 2.4rem;
		line-height: 1.9;
		text-align: center;
		margin-bottom: 2.2rem;
	}
	.shopping-plaza__left__photo {
		width: 100%;
	}
	.shopping-plaza__right {
		width: 100%;
	}
	.shopping-plaza__right__photo {
		margin-bottom: 3.5rem;
	}
	.shopping-list__item {
		width: 100%;
	}
	.shopping-list__item__desc {
		font-size: 1.6rem;
		margin-top: 1.0rem;
	}
}




/*  l-park
--------------------------------------------------*/
.l-park .sec-head__en {
	color: #8bc796;
}
.l-park .sec-main {
	background: #eff7f0;	
}
.park-heading {
	font-size: 2.8rem;
	line-height: 1.785714285714286;
	letter-spacing: .1em;
	color: #16902e;
	text-align: center;
	margin-bottom: 6.9rem;
}
.park-list {
	width: 100%;
	gap: 8.0rem;
	margin-bottom: 5.0rem;
}
.park-list__item {
	width: calc((100% - 8.0rem) / 2);
}
.park-list__item__desc {
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 2.5rem;
}
.park-list__item__desc span {
	display: block;
	font-size: .6em;
	letter-spacing: .1em;
	margin-top: .5em;
}
.park-list__item__cacth {
	font-size: max(10px,1.4rem);
	line-height: 2;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.8rem;
}
@media screen and (max-width: 768px){
	.park-heading {
		font-size: 2.0rem;
		line-height: 1.8;
		margin-bottom: 3.2rem;
	}
	.park-list {
		gap: 3.0rem 0;
		margin-bottom: 2.5rem;
	}
	.park-list__item {
		width: 100%;
	}
	.park-list__item__desc {
		font-size: 1.8rem;
		line-height: 1.45;
		letter-spacing: .1em;
		text-align: center;
		margin-top: 1.8rem;
	}
	.park-list__item__desc span {
		font-size: .7em;
	}
	.park-list__item__cacth {
		font-size: 1.4rem;
		margin-top: 1.0rem;
	}
}



/*  l-school
--------------------------------------------------*/
.l-school .sec-head__en {
	color: #92d5e4;
}
.l-school .sec-main {
	background: #f0f9fb;	
}
.school-heading {
	font-size: 2.8rem;
	line-height: 1.785714285714286;
	letter-spacing: .1em;
	color: #25abca;
	text-align: center;
	margin-bottom: 6.9rem;
}
.school-list {
	width: 100%;
	gap: 8.0rem;
	margin-bottom: 5.0rem;
}
.school-list__item {
	width: calc((100% - 8.0rem) / 2);
}
.school-list__item__desc {
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 2.5rem;
}
.school-list__item__desc span {
	display: block;
	font-size: .6em;
	letter-spacing: .1em;
	margin-top: .5em;
}
.school-list__item__cacth {
	font-size: max(10px,1.4rem);
	line-height: 2;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.8rem;
}
@media screen and (min-width: 769px){
	.l-school .sec-example__heading {
		width: 20.0rem;
	}
	.l-school .sec-example__list {
		width: calc(100% - 23.0rem);
	}
}
@media screen and (max-width: 768px){
	.school-heading {
		font-size: 2.0rem;
		line-height: 1.8;
		margin-bottom: 3.2rem;
	}
	.school-list {
		gap: 3.0rem 0;
		margin-bottom: 2.5rem;
	}
	.school-list__item {
		width: 100%;
	}
	.school-list__item__desc {
		font-size: 1.8rem;
		line-height: 1.45;
		letter-spacing: .1em;
		text-align: center;
		margin-top: 1.8rem;
	}
	.school-list__item__desc span {
		font-size: .7em;
	}
	.school-list__item__cacth {
		font-size: 1.4rem;
		margin-top: 1.0rem;
	}
}



/*  l-gourmet
--------------------------------------------------*/
.l-gourmet .sec-head__en {
	color: #80b6db;
}
.l-gourmet .sec-main {
	background: #eef2f5;	
}
.gourmet-heading {
	font-size: 2.8rem;
	line-height: 1.785714285714286;
	letter-spacing: .1em;
	color: #006cb8;
	text-align: center;
	margin-bottom: 6.9rem;
}
.gourmet-box {
	width: 100%;	
}
.gourmet-box + .gourmet-box {
	margin-top: 10.0rem;
	padding-top: 10.0rem;
	border-top: solid 1px #999999;
}
.gourmet-box__photo {
	width: calc(420 / 1200 * 100%);
}
.gourmet-box__detail {
	width: calc(700 / 1200 * 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.gourmet-box__detail__heading {
	position: relative;
	width: 100%;
	margin-top: -.4em;
	margin-bottom: 3.0rem;
}
.gourmet-box__detail__heading__map {
	display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
    background: #006cb8;
    padding: .8rem 1rem .6rem;
    margin-right: 1.8rem;
}
.gourmet-box__detail__heading__category {
	display: inline-block;
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: 0;
}
.gourmet-box__detail__heading__name {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1.45;
	letter-spacing: .1em;
}
.gourmet-box__detail__heading__name span {
	font-size: .714285714285714em;
}
.gourmet-box__detail__desc {
	width: 100%;
	font-size: max(10px,1.4rem);
	line-height: 2.285714285714286;
	letter-spacing: .1em;
	text-align: justify;
	margin-bottom: 2.0rem;
	flex: 1 auto;
}
.gourmet-box__detail__data {
	width: 100%;
}
.gourmet-box__detail__data__heading {
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 1;
	color: #beb396;
	font-weight: 600;
	margin-bottom: 1.3rem;
}
.gourmet-box__detail__data__list {
	width: 100%;
}
.gourmet-box__detail__data__list__item {
	font-size: max(10px,1.2rem);
	line-height: 2.333333333333333;
	letter-spacing: .1em;
}
.gourmet-box__detail__data__list__item span:nth-of-type(1) {
	display: inline-block;
	width: 90px;
}
.gourmet-box__detail__data__list__item span:nth-of-type(2) {
	display: inline-block;
	width: calc(100% - 90px);
}
@media screen and (max-width: 768px){
	.gourmet-heading {
		font-size: 2.0rem;
		line-height: 1.8;
		margin-bottom: 3.2rem;
	}
	.gourmet-box + .gourmet-box {
		margin-top: 4.0rem;
		padding-top: 4.0rem;
	}
	.gourmet-box__photo {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.gourmet-box__detail {
		width: calc(320 / 340 * 100%);
		margin-inline: auto;
		display: block;
	}
	.gourmet-box__detail__heading {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
	.gourmet-box__detail__heading__map {
	    font-size: 2.0rem;
	    padding: .6rem 1rem .5rem;
	    margin-right: 1.0rem;
	}
	.gourmet-box__detail__heading__category {
		font-size: 1.6rem;
	}
	.gourmet-box__detail__heading__name {
		display: block;
		font-size: 2.2rem;
		margin-top: 1.0rem;
	}
	.gourmet-box__detail__desc {
		font-size: 1.4rem;
		margin-bottom: 3.5rem;
	}
	.gourmet-box__detail__data__list__item {
		font-size: 1.2rem;
	}
	.gourmet-box__detail__data__list__item span:nth-of-type(1) {
		width: 9.0rem;
	}
	.gourmet-box__detail__data__list__item span:nth-of-type(2) {
		display: inline-block;
		width: calc(100% - 9.0rem);
	}
}



/*  l-beauty
--------------------------------------------------*/
.l-beauty .sec-head__en {
	color: #f6b9cb;
}
.l-beauty .sec-main {
	background: #fef5f8;	
}
.beauty-heading {
	font-size: 2.8rem;
	line-height: 1.785714285714286;
	letter-spacing: .1em;
	color: #ed7398;
	text-align: center;
	margin-bottom: 6.9rem;
}
.beauty-box {
	width: 100%;	
}
.beauty-box + .beauty-box {
	margin-top: 10.0rem;
	padding-top: 10.0rem;
	border-top: solid 1px #999999;
}
.beauty-box__photo {
	width: calc(590 / 1200 * 100%);
}
.beauty-box__detail {
	width: calc(530 / 1200 * 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.beauty-box__detail__heading {
	position: relative;
	width: 100%;
	margin-top: -.4em;
	margin-bottom: 3.0rem;
}
.beauty-box__detail__heading__map {
	display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: .1em;
    color: #fff;
    background: #ed7398;
    padding: .8rem 1rem .6rem;
    margin-right: 1.8rem;
}
.beauty-box__detail__heading__category {
	display: inline-block;
	font-size: 2.0rem;
	line-height: 1.45;
	letter-spacing: 0;
}
.beauty-box__detail__heading__name {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1.45;
	letter-spacing: .1em;
}
.beauty-box__detail__heading__name span {
	font-size: .714285714285714em;
}
.beauty-box__detail__desc {
	width: 100%;
	font-size: max(10px,1.4rem);
	line-height: 2.285714285714286;
	letter-spacing: .1em;
	text-align: justify;
	margin-bottom: 2.0rem;
	flex: 1 auto;
}
.beauty-box__detail__data {
	width: 100%;
}
.beauty-box__detail__data__heading {
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 1;
	color: #beb396;
	font-weight: 600;
	margin-bottom: 1.3rem;
}
.beauty-box__detail__data__list {
	width: 100%;
}
.beauty-box__detail__data__list__item {
	font-size: max(10px,1.2rem);
	line-height: 2.333333333333333;
	letter-spacing: .1em;
}
.beauty-box__detail__data__list__item span:nth-of-type(1) {
	display: inline-block;
	width: 90px;
}
.beauty-box__detail__data__list__item span:nth-of-type(2) {
	display: inline-block;
	width: calc(100% - 90px);
}
.beauty-box1 .beauty-box__photo__icon {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(121 / 590 * 100%);
	margin-left: calc(-129 / 590 * 100%);
	margin-top: calc(105 / 590 * 100%);
}
.beauty-box1 .beauty-box__detail__heading__icon {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(105 / 530 * 100%);
	margin-right: calc(50 / 590 * 100%);
	margin-top: calc(-10 / 590 * 100%);
}
.beauty-box2 .beauty-box__detail__heading__icon {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(105 / 530 * 100%);
	margin-right: calc(50 / 590 * 100%);
	margin-top: calc(-10 / 590 * 100%);
}
.beauty-box3 .beauty-box__photo__icon {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(105 / 590 * 100%);
	margin-left: calc(-76 / 590 * 100%);
	margin-top: calc(-34 / 590 * 100%);
}
@media screen and (max-width: 768px){
	.beauty-heading {
		font-size: 2.0rem;
		line-height: 1.8;
		margin-bottom: 3.2rem;
	}
	.beauty-box + .beauty-box {
		margin-top: 4.0rem;
		padding-top: 4.0rem;
	}
	.beauty-box__photo {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.beauty-box__detail {
		width: calc(320 / 340 * 100%);
		margin-inline: auto;
		display: block;
	}
	.beauty-box__detail__heading {
		margin-top: 0;
		margin-bottom: 1.5rem;
	}
	.beauty-box__detail__heading__map {
	    font-size: 2.0rem;
	    padding: .6rem 1rem .5rem;
	    margin-right: 1.0rem;
	}
	.beauty-box__detail__heading__category {
		font-size: 1.6rem;
	}
	.beauty-box__detail__heading__name {
		display: block;
		font-size: 2.2rem;
		margin-top: 1.0rem;
	}
	.beauty-box__detail__desc {
		font-size: 1.4rem;
		margin-bottom: 3.5rem;
	}
	.beauty-box__detail__data__list__item {
		font-size: 1.2rem;
	}
	.beauty-box__detail__data__list__item span:nth-of-type(1) {
		width: 9.0rem;
	}
	.beauty-box__detail__data__list__item span:nth-of-type(2) {
		display: inline-block;
		width: calc(100% - 9.0rem);
	}
	.beauty-box1 .beauty-box__photo__icon {
		left: auto;
		top: auto;
		right: 0;
		bottom: 0;
		width: calc(121 / 340 * 100%);
		margin-left: 0;
		margin-top: 0;
		margin-bottom: calc(-76 / 340 * 100%);
	}
	.beauty-box1 .beauty-box__detail__heading__icon {
		width: calc(75 / 320 * 100%);
		margin-right: calc(150 / 320 * 100%);
		margin-top: calc(-10 / 320 * 100%);
	}
	.beauty-box2 .beauty-box__detail__heading__icon {
		width: calc(75 / 320 * 100%);
		margin-right: calc(150 / 320 * 100%);
		margin-top: calc(-10 / 320 * 100%);
	}
	.beauty-box3 .beauty-box__photo__icon {
		width: calc(75 / 340 * 100%);
        margin-left: calc(-6 / 340 * 100%);
        margin-top: calc(-24 / 340 * 100%);
	}
}