@charset "UTF-8";

.main {
	position: relative;
	z-index: 5;
}

/* ----------------------------------------------------
	article
---------------------------------------------------- */
.article {
	padding: 70px 50px;
	position: relative;
	z-index: -1;
}

.article__title {
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 80px;
	line-height: 1;
	color: #eb6e8e;
	font-family: var(--futura);
	font-weight: 400;
	text-align: center;
	position: relative;
}

.article__title--main {
	padding: 0 0.15em;
	font-size: 80px;
	display: inline-block;
	position: relative;
}

.article__title--main::before {
	background: #e7f3de;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: -1;
	content: "";
}

.article__title--sub {
	margin-top: 1em;
	font-size: 30px;
	font-weight: bold;
	display: block;
}

.article__lead {
	margin-bottom: 80px;
	font-size: 23px;
	text-align: center;
}

/* sakuraMap */
.sakuraMap .article__title {
	background-image: url(../img/titleBg01.webp);
	background-size: 780px auto;
}

/* special */
.special .article__title {
	background-image: url(../img/titleBg02.webp);
	background-size: 900px auto;
}

.special__notes {
	margin-top: 2em;
	font-size: 14px;
	text-align: center;
}

.special__notes .link {
	margin-top: 0.5em;
}

.special__notes a {
	color: rgb(var(--blk));
}

/* restaurants */
.restaurants .article__title {
	background-image: url(../img/titleBg03.webp);
	background-size: 920px auto;
}

/* stay */
.stay .article__title {
	background-image: url(../img/titleBg04.webp);
	background-size: 700px auto;
}

/* gallery */
.gallery .article__title {
	background-image: url(../img/titleBg05.webp);
	background-size: 550px auto;
}

/* special, stay */
.special::before,
.stay::before,
.special::after,
.stay::after {
	position: absolute;
	z-index: -1;
	content: "";
}

.special::before,
.stay::before {
	background: url(../img/bgTop.webp) left top no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 825px;
	top: 0;
	left: 0;
}

.special::after,
.stay::after {
	background: url(../img/bgBottom.webp) right bottom no-repeat;
	background-size: cover;
	width: 400px;
	height: 720px;
	right: 0;
	bottom: 0;
}

.special .article__title--main::before,
.stay .article__title--main::before {
	background: rgb(var(--wht));
}

/* inquiry */
.article .inquiry {
	text-align: center;
}

.article .inquiry__title {
	margin-bottom: 0.25em;
	color: #eb6e8e;
	font-size: 35px;
}

.article .inquiry__contents {
	line-height: 1.25;
}

.article .inquiry__contents--title {
	margin-bottom: 0.25em;
	font-size: 28px;
}

.article .inquiry__contents--details .telephone {
	font-size: 32px;
	font-weight: bold;
}

.article .inquiry__contents--details .telephone a {
	color: rgb(var(--blk));
	font-size: 48px;
	text-decoration: none;
}

.article .inquiry__contents--details .telephone .time {
	font-size: 20px;
	font-weight: normal;
	display: block;
}


@media screen and (max-width: 1200px) {
	.article {
		padding: 5.83333vw 4.16667vw;
	}

	.article__title {
		margin-bottom: 6.66667vw;
	}

	.article__title--main {
		font-size: 6.66667vw;
	}

	.article__title--main::before {
		height: 2.91667vw;
		bottom: -0.41667vw;
	}

	.article__title--sub {
		font-size: 2.5vw;
	}

	.article__lead {
		margin-bottom: 6.66667vw;
		font-size: 1.91667vw;
	}

	/* sakuraMap */
	.sakuraMap .article__title {
		background-size: 65vw auto;
	}

	/* special */
	.special .article__title {
		background-size: 75vw auto;
	}

	.special__notes {
		font-size: 1.02489vw;
	}

	/* restaurants */
	.restaurants .article__title {
		background-size: 76.66667vw auto;
	}

	/* stay */
	.stay .article__title {
		background-size: 58.33333vw auto;
	}

	/* gallery */
	.gallery .article__title {
		background-size: 45.83333vw auto;
	}

	/* special, stay */
	.special::before,
	.stay::before {
		height: 68.75vw;
	}

	.special::after,
	.stay::after {
		width: 33.33333vw;
		height: 60vw;
	}

	/* inquiry */
	.article .inquiry__title {
		font-size: 2.91667vw;
	}

	.article .inquiry__contents--title {
		font-size: 2.15385vw;
	}

	.article .inquiry__contents--details .telephone {
		font-size: 2.46154vw;
	}

	.article .inquiry__contents--details .telephone a {
		font-size: 3.69231vw;
	}

	.article .inquiry__contents--details .telephone .time {
		font-size: 1.53846vw;
	}
}

@media screen and (max-width: 768px) {
	.article {
		padding: 12vw 4.8vw;
	}

	.article__title {
		margin-bottom: 8vw;
	}

	.article__title--main {
		font-size: 7.2vw;
	}

	.article__title--main::before {
		height: 3.2vw;
		bottom: -0.8vw;
	}

	.article__title--sub {
		line-height: 1.25;
		font-size: 4vw;
	}

	.article__lead {
		margin-bottom: 8vw;
		font-size: 3.7333vw;
		letter-spacing: -0.005em;
	}

	/* sakuraMap */
	.sakuraMap .article__title {
		background-size: 73.65591vw auto;
	}

	/* special */
	.special .article__title {
		background-image: url(../img/titleBg02.webp);
		background-size: 77.3743vw auto;
		background-size: 83.3743vw auto;
	}

	.special__notes {
		font-size: 3.2vw;
	}

	/* restaurants */
	.restaurants .article__title {
		background-size: 82.39893vw auto;
	}

	/* stay */
	.stay .article__title {
		background-size: 64.38817vw auto;
	}

	/* gallery */
	.gallery .article__title {
		background-size: 45.53179vw auto;
	}

	.special::before,
	.stay::before {
		width: 100%;
		height: 80vw;
	}

	.special::after,
	.stay::after {
		width: 54.4vw;
		height: 97.6vw;
	}

	/* inquiry */
	.article .inquiry__title {
		font-size: 5.33333vw;
	}

	.article .inquiry__contents--title {
		font-size: 4.8vw;
	}

	.article .inquiry__contents--details .telephone {
		font-size: 6.4vw;
	}

	.article .inquiry__contents--details .telephone a {
		font-size: 8vw;
	}

	.article .inquiry__contents--details .telephone .time {
		font-size: 3.73333vw;
	}
}

/* ----------------------------------------------------
	sakuraMap
---------------------------------------------------- */
.sakuraMap {
	background: url(../img/sakuraBg.webp) center top 177px no-repeat;
	background-size: 1200px auto;
}

.sakuraMapImages {
	margin: 0 auto 50px;
	max-width: 1040px;
}

.sakuraMapNav {
	margin-bottom: 80px;
}

.sakuraMapNav__list {
	margin: 0 auto;
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sakuraMapNav__list--item {
	margin-bottom: 28px;
	width: 200px;
}

.sakuraMapNav__list--item a {
	color: rgb(var(--blk));
	text-align: center;
	text-decoration: none;
}

.sakuraMapNav__images figcaption {
	margin-top: 14px;
	line-height: 1.25;
	font-size: 18px;
	font-weight: bold;
}

.sakuraMapNav__images figcaption .en {
	font-size: 15px;
	font-weight: normal;
	display: block;
}

.sakuraMap__link {
	background: rgb(255, 157, 189);
	background: linear-gradient(130deg, rgba(255, 157, 189, 1) 0%, rgba(255, 212, 220, 1) 100%);
	margin: 0 auto;
	width: 795px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sakuraMap__link .text {
	color: rgb(var(--wht));
	font-size: 25px;
	font-weight: bold;
}

.sakuraMap__link .linkBtn a {
	background: rgba(var(--wht), 0.3);
	margin-top: 0.5em;
	width: 195px;
	height: 35px;
	font-size: 20px;
	z-index: 10;
}

.sakuraMap__link .linkBtn a::before {
	width: 17px;
	height: 17px;
}

@media screen and (max-width: 1200px) {
	.sakuraMap {
		background-position: center top 14.75vw;
		background-size: 100vw auto;
	}

	.sakuraMapImages {
		margin-bottom: 4.16667vw;
		max-width: 86.66667vw;
	}

	.sakuraMapNav {
		margin-bottom: 6.66667vw;
	}

	.sakuraMapNav__list {
		width: 75vw;
	}

	.sakuraMapNav__list--item {
		margin-bottom: 2.15385vw;
		width: 16.66667vw;
	}

	.sakuraMapNav__images figcaption {
		margin-top: 1.07692vw;
		font-size: 1.38462vw;
	}

	.sakuraMapNav__images figcaption .en {
		font-size: 1.15385vw;
	}

	.sakuraMap__link {
		width: 66.25vw;
		height: 12.5vw;
	}

	.sakuraMap__link .text {
		font-size: 2.08333vw;
	}

	.sakuraMap__link .linkBtn a {
		width: 16.25vw;
		height: 2.69231vw;
		font-size: 1.53846vw;
	}

	.sakuraMap__link .linkBtn a::before {
		width: 1.30769vw;
		height: 1.30769vw;
	}
}

@media screen and (max-width: 768px) {
	.sakuraMap {
		background: none;
	}

	.sakuraMapImages {
		margin-bottom: 8vw;
		max-width: 100%;
	}

	.sakuraMapNav {
		margin-bottom: 8vw;
	}

	.sakuraMapNav__list {
		padding: 0 2.4vw;
		width: 100%;
	}

	.sakuraMapNav__list--item {
		margin-bottom: 6.4vw;
		width: 46%;
	}

	.sakuraMapNav__images figcaption {
		margin-top: 3.2vw;
		font-size: 3.73333vw;
	}

	.sakuraMapNav__images figcaption .en {
		font-size: 2.66667vw;
	}

	.sakuraMap__link {
		width: 100%;
		height: 26.4vw;
	}

	.sakuraMap__link .text {
		line-height: 1.25;
		font-size: 4.26667vw;
		text-align: center;
	}

	.sakuraMap__link .linkBtn a {
		width: 32vw;
		height: 6.4vw;
		font-size: 3.73333vw;
	}

	.sakuraMap__link .linkBtn a::before {
		width: 3.73333vw;
		height: 3.73333vw;
	}
}

/* ----------------------------------------------------
	special
---------------------------------------------------- */
.special {
	background: #fff2f1;
}

.special .slide {
	margin: 0 auto 60px;
	padding-bottom: 40px;
	max-width: 800px;
}

.special .slide__item {
	margin: 0 5px;
}

.special .slick-dots {
	line-height: 1;
	bottom: -0px;
}

.special .slick-dots li {
	margin: 0 10px;
	width: auto;
	height: auto;
}

.special .slick-dots button {
	background: #b4b4b4;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	border-radius: 100%;
}

.special .slick-dots .slick-active button {
	background: #eb6e8e;
}

@media screen and (max-width: 1200px) {
	.special .slick-dots button {
		width: 1.66667vw;
		height: 1.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.special .slide {
		margin-bottom: 8vw;
		padding-bottom: 6.4vw;
	}

	.special .slide__item {
		margin: 0 0.8vw;
	}

	.special .slick-dots li {
		margin: 0 1.33333vw;
	}

	.special .slick-dots button {
		width: 2.4vw;
		height: 2.4vw;
	}
}

/* ----------------------------------------------------
	restaurants
---------------------------------------------------- */
.restaurants {
	background: url(../img/restaurantBg.webp) center top 225px no-repeat;
	background-size: 1124px;
}

.restaurants__list {
	margin: 0 auto 100px;
	width: 1100px;
}

.restaurants__list--item {
	display: flex;
	align-items: center;
}

.restaurants__list--item:not(:last-of-type) {
	margin-bottom: 60px;
}

.restaurants__list--item:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
}

.restaurants__images {
	margin-right: 30px;
	width: 475px;
}

.restaurants__list--item:nth-child(even) .restaurants__images {
	margin-left: 30px;
}

.restaurants__contents {
	width: 470px;
}

.restaurants__contents .logo {
	margin-bottom: 2em;
}

.restaurants__contents .logo img {
	width: auto;
	height: 50px;
}

.restaurants__list--item:first-child .logo img {
	height: 100px;
}

.restaurants__contents--details {
	margin-bottom: 1em;
}

.restaurants__contents--details .title {
	font-size: 25px;
	display: flex;
	align-items: center;
}

.restaurants__contents--details .title::after {
	margin-left: 0.25em;
	display: block;
	content: "";
}

.restaurants__contents--details .title.dinner::after {
	background: url(../img/dinner.webp) left center no-repeat;
	background-size: 100% auto;
	width: 90px;
	height: 20px;
}

.restaurants__contents--details .title.lunch::after {
	background: url(../img/lunch.webp) left center no-repeat;
	background-size: 100% auto;
	width: 85px;
	height: 23px;
}

.restaurants__contents--details .title.teatime::after {
	background: url(../img/teatime.webp) left center no-repeat;
	background-size: 100% auto;
	width: 110px;
	height: 19px;
}

.restaurants__contents--details .price {
	margin-bottom: 0.25em;
	font-size: 20px;
}

.restaurants__contents--details .text {
	font-size: 16px;
}

.restaurants__contents .linkBtn a {
	margin: 0;
	width: 206px;
	height: 45px;
}

@media screen and (max-width: 1200px) {
	.restaurants {
		background-position: center top 18.75vw;
		background-size: 93.66667vw;
	}

	.restaurants__list {
		margin-bottom: 8.33333vw;
		width: 91.66667vw;
	}

	.restaurants__list--item:not(:last-of-type) {
		margin-bottom: 5vw;
	}

	.restaurants__images {
		margin-right: 2.5vw;
		width: 39.58333vw;
	}

	.restaurants__list--item:nth-child(even) .restaurants__images {
		margin-left: 2.5vw;
	}

	.restaurants__contents {
		width: 39.16667vw;
	}

	.restaurants__contents .logo img {
		height: 4.16667vw;
	}

	.restaurants__list--item:first-child .logo img {
		height: 8.33333vw;
	}

	.restaurants__contents--details .title {
		font-size: 2.08333vw;
	}

	.restaurants__contents--details .title.dinner::after {
		width: 7.5vw;
		height: 1.66667vw;
	}

	.restaurants__contents--details .title.lunch::after {
		width: 7.08333vw;
		height: 1.91667vw;
	}

	.restaurants__contents--details .title.teatime::after {
		width: 9.16667vw;
		height: 1.58333vw;
	}

	.restaurants__contents--details .price {
		font-size: 1.66667vw;
	}

	.restaurants__contents--details .text {
		font-size: 1.33333vw;
	}

	.restaurants__contents .linkBtn a {
		width: 17.16667vw;
		height: 3.75vw;
		font-size: 1.66667vw;
	}
}

@media screen and (max-width: 768px) {
	.restaurants {
		background: none;
	}

	.restaurants__list {
		margin-bottom: 12vw;
		width: 100%;
	}

	.restaurants__list--item {
		flex-direction: column;
		justify-content: center;
	}

	.restaurants__list--item:not(:last-of-type) {
		margin-bottom: 12vw;
	}

	.restaurants__list--item:nth-child(even) {
		flex-direction: column;
	}

	.restaurants__images {
		margin: 0 auto 4.8vw;
		width: 80%;
	}

	.restaurants__list--item:nth-child(even) .restaurants__images {
		margin-left: auto;
	}

	.restaurants__contents {
		width: 95%;
	}

	.restaurants__contents .logo {
		margin-bottom: 1em;
	}

	.restaurants__contents .logo img {
		height: 6.4vw;
	}

	.restaurants__list--item:first-child .logo img {
		height: 12.8vw;
	}

	.restaurants__contents--details .title {
		font-size: 4.8vw;
	}

	.restaurants__contents--details .title.dinner::after,
	.restaurants__contents--details .title.lunch::after,
	.restaurants__contents--details .title.teatime::after {
		width: 18.4vw;
		height: 5.33333vw;
	}

	.restaurants__contents--details .price {
		margin-bottom: 0.25em;
		font-size: 4.2667vw;
	}

	.restaurants__contents--details .text {
		font-size: 3.73333vw;
	}

	.restaurants__contents .linkBtn a {
		margin: 0;
		width: 48vw;
		height: 9.6vw;
		font-size: 4.26667vw;
	}
}

/*
	drink
------------------------------ */
.drink {
	background: #f0ffeb;
	margin: 0 auto 100px;
	padding: 45px 0;
	width: 970px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.drink__title {
	margin-bottom: 32px;
	width: 100%;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
}

.drink__images {
	margin-right: 40px;
	width: 260px;
}

.drink__contents--logo {
	margin-bottom: 24px;
	display: flex;
}

.drink__contents--logo a:not(:last-of-type) {
	margin-right: 1em;
}

.drink__contents--logo img {
	height: 35px;
}

.drink__contents--details dt {
	line-height: 1.5;
	font-size: 25px;
	display: flex;
	align-items: center;
}

.drink__contents--details dt img {
	margin-left: 0.25em;
	width: auto;
}

.drink__contents--details dt .lunch {
	height: 23px;
}

.drink__contents--details dt .dinner {
	height: 19px;
}

.drink__contents--details .price {
	margin-bottom: 0;
	font-size: 20px;
}

@media screen and (max-width: 1200px) {
	.drink {
		margin-bottom: 8.33333vw;
		padding: 3.75vw 0;
		width: 80.83333vw;
	}

	.drink__title {
		margin-bottom: 2.66667vw;
		font-size: 2.08333vw;
	}

	.drink__images {
		margin-right: 3.33333vw;
		width: 21.66667vw;
	}

	.drink__contents--logo {
		margin-bottom: 2vw;
	}

	.drink__contents--logo img {
		height: 2.91667vw;
	}

	.drink__contents--details dt {
		font-size: 2.08333vw;
	}

	.drink__contents--details dt .lunch {
		height: 1.91667vw;
	}

	.drink__contents--details dt .dinner {
		height: 1.58333vw;
	}

	.drink__contents--details .price {
		font-size: 1.66667vw;
	}

	.drink__contents--details .text {
		font-size: 1.33333vw;
	}
}

@media screen and (max-width: 768px) {
	.drink {
		margin-bottom: 12vw;
		padding: 8vw 4.8vw;
		width: 100%;
	}

	.drink__title {
		margin-bottom: 1em;
		width: 100%;
		line-height: 1.5;
		font-size: 4.8vw;
	}

	.drink__images {
		margin: 0 auto 1em;
		width: 60%;
	}

	.drink__contents--logo {
		margin-bottom: 1em;
		text-align: center;
	}

	.drink__contents--logo img {
		width: auto;
		height: 8vw;
	}

	.drink__contents--details {
		width: 100%;
	}

	.drink__contents--details dt {
		margin-bottom: 0.5em;
		font-size: 4.8vw;
		flex-wrap: wrap;
	}

	.drink__contents--details dt span {
		margin-bottom: 0.25em;
		width: 100%;
	}

	.drink__contents--details dt img {
		margin: 0 0.5em 0 0;
	}

	.drink__contents--details dt .lunch {
		height: 4.26667vw;
	}

	.drink__contents--details dt .dinner {
		height: 3.2vw;
	}

	.drink__contents--details .price {
		font-size: 4.26667vw;
	}

	.drink__contents--details .text {
		font-size: 3.73333vw;
	}
}

/*
	menu
------------------------------ */
.restaurants .menu {
	margin: 0 auto 100px;
	padding: 75px 0;
	width: 970px;
	border: solid 3px #ffb6ce;
}

.restaurants .menu__title {
	margin-bottom: 32px;
	line-height: 1.5;
	width: 100%;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
}

.restaurants .menu__list {
	margin: 0 auto;
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.restaurants .menu__list--item {
	margin-bottom: 40px;
	width: 240px;
}

.restaurants .menu__list--item .images {
	margin-bottom: 8px;
}

.restaurants .menu__list--item .linkBtn a {
	margin-bottom: 8px;
	width: 100%;
}

.restaurants .menu__list--item .shop {
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.restaurants .menu {
		margin-bottom: 8.33333vw;
		padding: 6.25vw 0;
		width: 80.83333vw;
	}

	.restaurants .menu__title {
		margin-bottom: 2.66667vw;
		font-size: 2.08333vw;
	}

	.restaurants .menu__list {
		width: 66.66667vw;
	}

	.restaurants .menu__list--item {
		margin-bottom: 3.33333vw;
		width: 20vw;
	}

	.restaurants .menu__list--item .images {
		margin-bottom: 0.66667vw;
	}

	.restaurants .menu__list--item .linkBtn a {
		margin-bottom: 0.66667vw;
		height: 4.5vw;
		font-size: 1.66667vw;
	}

	.restaurants .menu__list--item .shop {
		font-size: 1.33333vw;
	}
}

@media screen and (max-width: 768px) {
	.restaurants .menu {
		margin-bottom: 12vw;
		padding: 8vw 0;
		width: 100%;
	}

	.restaurants .menu__title {
		margin-bottom: 1em;
		width: 100%;
		font-size: 4.26667vw;
	}

	.restaurants .menu__list {
		width: 85%;
	}

	.restaurants .menu__list--item {
		margin-bottom: 4.8vw;
		width: 46.5%;
	}

	.restaurants .menu__list--item .linkBtn a {
		height: 8vw;
		font-size: 3.73333vw;
	}

	.restaurants .menu__list--item .shop {
		font-size: 3.2vw;
	}
}

/* ----------------------------------------------------
	stay
---------------------------------------------------- */
.stay {
	background: #fff2f1;
}

.stay .article__container {
	margin: 0 auto 40px;
	max-width: 800px;
}

.stay__images {
	margin-bottom: 40px;
}

.stay__contents {
	margin: 0 auto 50px;
	width: 88.375%;
}

.stay__contents--title {
	margin-bottom: 20px;
	font-size: 25px;
}

.stay__contents--details .text {
	margin-bottom: 0.5em;
	font-size: 16px;
}

.stay__plan {
	background: rgb(var(--wht));
	margin: 50px 0 100px;
	width: 100%;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.stay__plan--title {
	margin-bottom: 0.5em;
	color: #eb6e8e;
	font-size: 22px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {

	.stay .article__container,
	.stay__images {
		margin-bottom: 6.4vw;
	}

	.stay__contents {
		margin-bottom: 8vw;
		width: 100%;
	}

	.stay__contents--title {
		margin-bottom: 20px;
		font-size: 4.26667vw;
	}

	.stay__contents--details .text {
		font-size: 3.73333vw;
	}

	.stay__plan {
		margin: 8vw 0 12vw;
		padding: 6.4vw 0;
		height: auto;
	}

	.stay__plan--title {
		font-size: 4.26667vw;
	}
}

/* ----------------------------------------------------
	gallery
---------------------------------------------------- */
.gallery {
	background: url(../img/galleryBg01.webp) center top 348px no-repeat;
	background-size: 1062px auto;
	padding-right: 0;
	padding-left: 0;
}

.gallery .article__lead {
	color: #eb6e8e;
	font-size: 24px;
	font-weight: bold;
}

.gallery .article__container {
	padding: 0 50px;
}

.galleryWrap {
	margin: 0 auto 2em;
	max-width: 800px;
}

.gallery__period {
	line-height: 1.5;
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
}

.gallery__period--title {
	width: 12.75%;
	font-weight: bold;
}

.gallery__period--details {
	width: calc(100% - 15%);
}

.gallery__flow {
	font-size: 20px;
	display: flex;
	justify-content: space-between;
}

.gallery__flow--item {
	background: #fff2f1;
	padding: 1em 0;
	width: 49.5%;
	line-height: 1.5;
	display: flex;
}

.gallery__flow--item:last-child {
	background: #e7f3de;
}

.gallery__flow--item .number {
	width: 60px;
	line-height: 1;
	color: #ffbfba;
	font-family: var(--futura);
	font-size: 46px;
	text-align: center;
}

.gallery__flow--item:last-child .number {
	color: #c6e3b1;
}

.gallery__flow--item .details b {
	font-weight: bold;
	display: block;
}

.gallery__list {
	margin-bottom: 0.5em;
	font-size: 20px;
}

.gallery__list li {
	margin-left: 0.5em;
	text-indent: -0.5em;
	letter-spacing: -0.005em;
}

.gallery__list li::before {
	content: "・";
}

.gallery .note a {
	color: #eb6e8e;
}

.gallery .linkBtn {
	margin-bottom: 60px;
}

.gallery .linkBtn a {
	background: rgb(165, 210, 131);
	background: linear-gradient(130deg, rgba(165, 210, 131, 1) 0%, rgba(199, 225, 180, 1) 100%);
	width: 400px;
	font-family: var(--futura);
	font-size: 18px;
}

.gallery .linkBtn a svg {
	margin-right: 16px;
	width: 35px;
	fill: rgb(var(--wht));
	stroke-width: 0px;
}

@media screen and (max-width: 1200px) {
	.gallery {
		background-position: center top 29vw;
		background-size: 88.5vw auto;
	}

	.gallery .article__lead {
		font-size: 1.84615vw;
	}

	.gallery .article__container {
		padding: 0 3.84615vw;
	}

	.galleryWrap {
		max-width: 66.66667vw;
	}

	.gallery__period,
	.gallery__flow {
		font-size: 1.66667vw;
	}

	.gallery__flow--item .number {
		width: 5vw;
		font-size: 3.83333vw;
	}

	.gallery__list {
		font-size: 1.66667vw;
	}

	.gallery .note li {
		font-size: 1.16667vw;
	}

	.gallery .linkBtn {
		margin-bottom: 5vw;
	}

	.gallery .linkBtn a {
		width: 33.33333vw;
		font-size: 1.5vw;
	}

	.gallery .linkBtn a svg {
		margin-right: 1.33333vw;
		width: 2.91667vw;
	}
}

@media screen and (max-width: 768px) {
	.gallery {
		background: none
	}

	.gallery .article__lead {
		font-size: 3.73333vw;
	}

	.gallery .article__container {
		padding: 0 4.8vw;
	}

	.galleryWrap {
		max-width: 100%;
	}

	.gallery__period {
		font-size: 3.73333vw;
		text-align: center;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.gallery__period--title {
		margin: 0 0 0.5em;
		width: 100%;
	}

	.gallery__period--details {
		margin-bottom: 1em;
		width: 100%;
	}

	.gallery__flow {
		font-size: 3.73333vw;
		display: block;
	}

	.gallery__flow--item {
		margin-bottom: 0.25em;
		width: 100%;
	}

	.gallery__flow--item .number {
		width: 60px;
		font-size: 46px;
	}

	.gallery__list {
		font-size: 3.73333vw;
	}

	.gallery .note li {
		font-size: 3.2vw;
	}

	.gallery .linkBtn {
		margin-bottom: 8vw;
	}

	.gallery .linkBtn a {
		width: 100%;
		font-size: 4.26667vw;
	}

	.gallery .linkBtn a svg {
		margin-right: 0.5em;
		width: 6.4vw;
	}
}

/*
	gallery__contents
------------------------------ */
.gallery .article__container.gallery__contents {
	background: #f0ffeb url(../img/galleryBg02.webp) center top 81px no-repeat;
	background-size: 992px auto;
	padding: 100px 50px;
}

.gallery__contents--title {
	margin-bottom: 24px;
	line-height: 1;
	color: #eb6e8e;
	font-family: var(--futura);
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}

.gallery__contents--movie {
	margin: 0 auto 60px;
	width: 70%;
	max-width: 316px;
}

.gallery__contents--movie iframe {
	aspect-ratio: 9 / 16;
	width: 100%;
	height: 100%;
}

.gallery__contents--list {
	margin: 0 auto;
	max-width: 660px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery__contents--list li {
	margin-bottom: 30px;
	width: 200px;
}

@media screen and (max-width: 768px) {
	.gallery .article__container.gallery__contents {
		background-image: none;
		padding: 12vw 4.8vw;
	}

	.gallery__contents--title {
		margin-bottom: 6.4vw;
		font-size: 9.6vw;
	}

	.gallery__contents--movie {
		margin-bottom: 12vw;
	}

	.gallery__contents--list li {
		margin-bottom: 4.8vw;
		width: 30%;
	}
}