/* ----------------------------------------------------
	header
---------------------------------------------------- */
.header {
	position: relative;
}

.header__title {
	width: 58.076vw;
	position: absolute;
	top: 14.471vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.header__image {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.header__title {
		width: 86vw;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

/* ----------------------------------------------------
	section
---------------------------------------------------- */
.section {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: min(10rem, 7.813vw) 0;
}

.section__inner {
	margin: 0 auto;
	width: min(110rem, 85.938vw);
}

.section__title {
	margin-bottom: min(7rem, 5.469vw);
	line-height: 1;
	font-family: var(--heimat);
	font-size: min(8.8rem, 6.875vw);
	font-weight: 600;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section__title--jp,
.section__title--note {
	font-family: var(--gothic);
	font-size: min(2.4rem, 1.875vw);
	font-weight: 500;
}

.section__title--jp {
	margin-top: min(1rem, 0.781vw);
	display: block;
}

.section__title--note {
	margin-top: min(2rem, 1.563vw);
	padding: 0.25em 0.5em;
	border: solid 1px rgb(var(--wht));
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.section {
		padding: 16vw 0;
	}

	.section__title {
		margin-bottom: 8.533vw;
		font-size: 10.667vw;
	}

	.section__title--jp {
		margin-top: 1.333vw;
		font-size: 4.8vw;
	}

	.section__title--note {
		margin-top: 2.667vw;
		font-size: 4.267vw;
	}
}

/* ----------------------------------------------------
	main
---------------------------------------------------- */
.main__wrap {
	position: relative;
}

.main__wrap::before,
.main__wrap::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.main__wrap::before {
	background-image: url(../img/pattern01.webp);
	background-position: center;
	background-size: cover;
	mix-blend-mode: multiply;
	z-index: 2;
}

.main__wrap::after {
	background: #C75B49;
	background: linear-gradient(0deg, rgba(199, 91, 73, 1) 0%, rgba(228, 172, 109, 1) 100%);
	z-index: 1;
}

.pattern01,
.pattern02,
.pattern03 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 2;
}

.pattern01 {
	background-image: url(../img/petal01.webp);
	width: min(172.5rem, 89.844vw);
	height: min(47.5rem, 24.74vw);
	top: min(21.4rem, 11.146vw);
	left: min(3.2rem, 1.667vw);
}

.pattern02 {
	background-image: url(../img/petal02.webp);
	width: min(189.8rem, 98.854vw);
	height: min(106.3rem, 55.365vw);
	top: 50%;
	left: min(1rem, 0.521vw);
	transform: translateY(-50%);
}

.pattern03 {
	background-image: url(../img/petal03.webp);
	width: min(192.2rem, 100.104vw);
	height: min(90.2rem, 46.979vw);
	bottom: min(19.6rem, 10.208vw);
	left: 0;
}

@media screen and (max-width: 768px) {
	.main__wrap::before {
		background-image: url(../img/pattern01_sp.webp);
	}

	.pattern01 {
		background-image: url(../img/petal01_sp.webp);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.pattern02,
	.pattern03 {
		display: none;
	}
}

/* ----------------------------------------------------
	about
---------------------------------------------------- */
.about {
	background-image: url(../img/about-bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.about__inner {
	background: rgba(var(--wht), 0.6);
	margin: 0 auto;
	padding: min(10rem, 7.813vw) 0;
	max-width: 1100px;
	color: rgb(var(--blk));
	text-align: center;
	position: relative;
	z-index: 2;
}

.about__text {
	margin-bottom: min(10rem, 7.813vw);
	color: rgb(var(--orn));
	font-size: min(3.2rem, 2.5vw);
	font-weight: 600;
}

.about__date {
	font-size: min(2rem, 1.563vw);
}

.about__date--title {
	background: url(../img/about-date-bg.svg) center no-repeat;
	background-size: cover;
	margin: 0 auto min(1rem, 0.781vw);
	width: min(11.5rem, 8.984vw);
	height: min(4.2rem, 3.281vw);
	line-height: 1;
	color: rgb(var(--wht));
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about__date--content {
	color: rgb(var(--brn));
}

.about__date--content:not(:last-of-type) {
	margin-bottom: min(5rem, 3.906vw);
}

.about .flower01,
.about .flower02 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
}

.about .flower01 {
	background-image: url(../img/about-bg-flower01.webp);
	width: min(76.8rem, 40vw);
	height: min(60.9rem, 31.719vw);
	bottom: 0;
	left: 0;
}

.about .flower02 {
	background-image: url(../img/about-bg-flower02.webp);
	width: min(82.9rem, 43.177vw);
	height: min(61rem, 31.771vw);
	top: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.about {
		background-image: url(../img/about-bg_sp.webp);
	}

	.about__inner {
		padding: 16vw 0;
		max-width: 85.333vw;
	}

	.about__text {
		margin-bottom: 12vw;
		font-size: 4.267vw;
	}

	.about__date {
		font-size: 3.733vw;
	}

	.about__date--title {
		margin-bottom: 2.667vw;
		width: 21.067vw;
		height: 7.467vw;
	}

	.about__date--content:not(:last-of-type) {
		margin-bottom: 8vw;
	}

	.about .flower01 {
		background-image: url(../img/about-bg-flower01_sp.webp);
		width: 39.2vw;
		height: 37.867vw;
		bottom: 4vw;
	}

	.about .flower02 {
		background-image: url(../img/about-bg-flower02_sp.webp);
		width: 43.467vw;
		height: 30.133vw;
	}
}

/* ----------------------------------------------------
	recommend
---------------------------------------------------- */
.recommend {
	padding-bottom: 0;
	position: relative;
	z-index: 3;
}

.recommend__list {
	margin: 0 auto min(9rem, 7.031vw);
	width: min(72.5rem, 56.641vw);
	display: flex;
	justify-content: space-between;
}

.recommend__list--item {
	background: rgb(var(--wht));
	padding: min(12.5rem, 9.766vw) 0 min(3.5rem, 2.734vw);
	width: min(32.5rem, 25.391vw);
	color: rgb(var(--gra));
	text-align: center;
	overflow: hidden;
	position: relative;
}

.recommend__list--item::after {
	width: calc(100% - min(1rem, 0.781vw));
	height: calc(100% - min(1rem, 0.781vw));
	border: solid 1px rgb(var(--blk));
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	content: "";
}

.recommend__list--title {
	background: #FFB515;
	background: linear-gradient(0deg, rgba(255, 181, 21, 1) 0%, rgba(255, 94, 125, 1) 25%);
	padding-bottom: min(3rem, 2.344vw);
	width: min(18.6rem, 14.531vw);
	height: min(18.6rem, 14.531vw);
	color: rgb(var(--wht));
	font-size: min(3rem, 2.344vw);
	border-radius: min(18.6rem, 14.531vw);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: max(-8.8rem, -6.875vw);
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
}

.recommend__list--icon {
	margin-bottom: min(2rem, 1.563vw);
}

.recommend__list--icon img {
	width: auto;
	height: min(4.6rem, 3.594vw);
}

.recommend__content--title {
	margin-bottom: min(1rem, 0.781vw);
	line-height: 1.5;
	font-size: min(2rem, 1.563vw);
}

.recommend__content--text {
	font-size: min(1.8rem, 1.406vw);
}

.recommend__price {
	margin-top: min(2rem, 1.563vw);
}

.recommend__price--title {
	margin-bottom: min(1rem, 0.781vw);
}

.recommend__price--title-inner {
	background: rgb(var(--red));
	padding: 0.5em 1em;
	line-height: 1;
	color: rgb(var(--wht));
	font-size: min(1.6rem, 1.25vw);
	font-weight: 600;
	border-radius: 2em;
	display: inline-block;
}

.recommend__price--content {
	line-height: 1.5;
	font-size: min(3.8rem, 2.969vw);
	font-weight: 600;
}

.recommend__price--content-note {
	font-size: min(1.4rem, 1.094vw);
	font-weight: 400;
}

.recommend__list .note {
	margin-top: min(3rem, 2.344vw);
}

@media screen and (max-width: 768px) {
	.recommend .section__inner {
		width: 100%;
	}

	.recommend__list {
		margin-bottom: 12vw;
		width: 85.333vw;
		display: block;
	}

	.recommend__list--item {
		padding: 33.333vw 0 10.667vw;
		width: 100%;
	}

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

	.recommend__list--item::after {
		width: calc(100% - 2.667vw);
		height: calc(100% - 2.667vw);
	}

	.recommend__list--title {
		padding-bottom: 8vw;
		width: 49.6vw;
		height: 49.6vw;
		font-size: 8vw;
		border-radius: 49.6vw;
		top: -23.467vw;
	}

	.recommend__list--icon {
		margin-bottom: 5.333vw;
	}

	.recommend__list--icon img {
		height: 12.267vw;
	}

	.recommend__content--title {
		margin-bottom: 2.667vw;
		font-size: 4.8vw;
	}

	.recommend__content--text {
		font-size: 3.733vw;
	}

	.recommend__price {
		margin-top: 5.333vw;
	}

	.recommend__price--title {
		margin-bottom: 2.667vw;
	}

	.recommend__price--title-inner {
		font-size: 4.267vw;
	}

	.recommend__price--content {
		font-size: 10.133vw;
	}

	.recommend__price--content-note {
		font-size: 3.733vw;
	}

	.recommend__list .note {
		margin-top: 8vw;
	}
}

/*
	recommend__time
------------------------------ */
.recommend__time {
	background: #FFB274;
	background: linear-gradient(90deg, rgba(255, 178, 116, 0.75) 0%, rgba(255, 141, 173, 0.75) 100%);
	margin: 0 auto min(9rem, 7.031vw);
	padding: min(4rem, 3.125vw) 0;
	width: min(72.5rem, 56.641vw);
}

.recommend__time--title {
	background: url(../img/recommend__time-bg.svg) center no-repeat;
	background-size: cover;
	margin: 0 auto min(1rem, 0.781vw);
	width: min(11.5rem, 8.984vw);
	height: min(4.2rem, 3.281vw);
	line-height: 1;
	color: rgb(var(--brn));
	font-size: min(2rem, 1.563vw);
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recommend__time-table {
	margin: 0 auto;
	font-size: min(2rem, 1.563vw);
}

.recommend__time-table--th {
	vertical-align: top;
}

.recommend__time-table--td {
	padding-left: 0.5em;
}

.recommend .note {
	text-align: center;
}

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

	.recommend__time--title {
		margin-bottom: 2.667vw;
		width: 21.067vw;
		height: 7.467vw;
		font-size: 3.733vw;
	}

	.recommend__time-table,
	.recommend__time-table tbody,
	.recommend__time-table tr,
	.recommend__time-table--th,
	.recommend__time-table--td {
		text-align: center;
		display: block;
	}

	.recommend__time-table {
		font-size: 3.733vw;
	}

	.recommend__time-table--td {
		padding-left: 0;
	}
}

/*
	recommend__calendar
------------------------------ */
.recommend__calendar {
	margin-bottom: min(4.6rem, 3.594vw);
}

.recommend__calendar--title {
	background: url(../img/recommend__calendar-bg.svg) center no-repeat;
	background-size: cover;
	margin: 0 auto min(2rem, 1.563vw);
	width: min(18rem, 14.063vw);
	height: min(4.5rem, 3.516vw);
	line-height: 1;
	color: rgb(var(--brn));
	font-size: min(2rem, 1.563vw);
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recommend__calendar--list-item {
	margin-bottom: min(3rem, 2.344vw);
}

/*.calendar */
.calendar {
	width: 100%;
	font-size: min(2rem, 1.563vw);
}

.calendar th,
.calendar td {
	vertical-align: top;
	border: solid 1px rgb(var(--gra));
}

.calendar__head--month {
	padding: 0 min(1.8rem, 1.406vw);
	color: rgb(var(--wht));
	font-size: min(3rem, 2.344vw);
	font-weight: 600;
}

.oct .calendar__head--month {
	background: #c6a44f;
}

.nov .calendar__head--month {
	background: #c86c54;
}

.calendar__body--week {
	width: calc(100% / 7);
	font-weight: 600;
	text-align: center;
}

.oct .calendar__body--week,
.oct .calendar__body--days .link-button {
	background: #ad7b00;
}

.nov .calendar__body--week,
.nov .calendar__body--days .link-button {
	background: #ad2400;
}

.calendar__body--days {
	background: #e6e6e6;
	color: rgb(var(--gra));
}

.calendar__inner {
	padding: 0.5em min(1.8rem, 1.406vw);
	height: min(13rem, 10.156vw);
	display: flex;
	flex-direction: column;
}

.calendar__body--days.other {
	background: #dcdcdc;
	color: #c8c8c8;
}

.calendar__body--days.sat {
	color: #328cc8;
}

.calendar__body--days.sun {
	color: #be2828;
}

.calendar__body--days .days {
	margin-bottom: 0.25em;
	line-height: 1;
	font-weight: 600;
}

.calendar__body--days .time-list {
	color: rgb(var(--gra));
}

.calendar__body--days .time-list__item {
	line-height: 1.5;
	font-size: min(1.6rem, 1.25vw);
}

.calendar__body--days .link-button {
	margin-top: auto;
	color: rgb(var(--wht));
	font-size: min(1.5rem, 1.172vw);
}

@media screen and (max-width: 768px) {
	.recommend__calendar {
		margin-bottom: 12vw;
	}

	.recommend__calendar--title {
		margin-bottom: 5.333vw;
		width: 34.667vw;
		height: 8.533vw;
		font-size: 3.733vw;
	}

	.recommend__calendar--list {
		margin: 0 auto;
		width: 85.333vw;
	}

	.recommend__calendar--list-item {
		margin-bottom: 8vw;
		width: 100%;
		overflow-x: auto;
	}

	/*.calendar */
	.calendar {
		width: 170.667vw;
		width: 192vw;
		font-size: 3.2vw;
	}

	.calendar__head--month {
		padding: 0 2.667vw;
		font-size: 3.733vw;
	}

	.calendar__inner {
		padding: 0.5em;
		height: 22.933vw;
	}

	.calendar__body--days .time-list__item {
		width: calc(100% / 7);
		line-height: 1.5;
		font-size: 2.933vw;
	}

	.calendar__body--days .link-button {
		font-size: 2.933vw;
	}
}

/*
	recommend__message
------------------------------ */
.recommend__message {
	margin: 0 auto;
	width: min(72.5rem, 56.641vw);
	position: relative;
}

.recommend__message::after {
	background: #FFB416;
	background: linear-gradient(90deg, rgba(255, 180, 22, 1) 0%, rgba(255, 95, 124, 1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: min(0.7rem, 0.547vw);
	left: min(0.7rem, 0.547vw);
	z-index: 1;
	content: "";
}

.recommend__message--inner {
	background: rgb(var(--wht));
	padding: min(3rem, 2.344vw) min(6rem, 4.688vw);
	line-height: 1.5;
	font-weight: 600;
	border: solid 1px rgb(var(--gra));
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}

.recommend__message--title {
	color: rgb(var(--red));
	font-size: min(3.2rem, 2.5vw);
}

.recommend__message--text {
	color: rgb(var(--brn));
	font-size: min(2rem, 1.563vw);
}

@media screen and (max-width: 768px) {
	.recommend__message {
		width: 85.333vw;
	}

	.recommend__message::after {
		top: 1.867vw;
		left: 1.867vw;
	}

	.recommend__message--inner {
		padding: 6.4vw 0;
		text-align: center;
		display: block;
	}

	.recommend__message--title {
		margin-bottom: 2.667vw;
		font-size: 6.4vw;
	}

	.recommend__message--text {
		font-size: 4.267vw;
	}
}

/* ----------------------------------------------------
	garden
---------------------------------------------------- */
.garden .section__inner {
	width: 100%;
	position: relative;
	z-index: 3;
}

.garden__lead {
	margin-bottom: min(5rem, 3.906vw);
	font-size: min(2rem, 1.563vw);
	text-align: center;
}

.garden__time {
	background: #FFB274;
	background: linear-gradient(90deg, rgba(255, 178, 116, 0.75) 0%, rgba(255, 141, 173, 0.75) 100%);
	margin: 0 auto min(5rem, 3.906vw);
	padding: min(4rem, 3.125vw) 0;
	width: min(72.5rem, 56.641vw);
}

.garden__time--title {
	background: url(../img/recommend__time-bg.svg) center no-repeat;
	background-size: cover;
	margin: 0 auto min(1rem, 0.781vw);
	width: min(11.5rem, 8.984vw);
	height: min(4.2rem, 3.281vw);
	line-height: 1;
	color: rgb(var(--brn));
	font-size: min(2rem, 1.563vw);
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

.garden__time-table {
	margin: 0 auto;
	font-size: min(2rem, 1.563vw);
}

.garden__time-table--th {
	vertical-align: top;
}

.garden__time-table--td {
	padding-left: 0.5em;
}

.garden .note {
	text-align: center;
}

.garden__price {
	background: rgb(var(--wht));
	margin: 0 auto min(9rem, 7.031vw);
	padding: min(3rem, 2.344vw);
	width: min(72.5rem, 56.641vw);
	color: rgb(var(--blk));
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.garden__price::after {
	width: calc(100% - min(1rem, 0.781vw));
	height: calc(100% - min(1rem, 0.781vw));
	border: solid 1px rgb(var(--gra));
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	content: "";
}

.garden__price--title {
	background: #FFB416;
	background: linear-gradient(180deg, rgba(255, 180, 22, 1) 0%, rgba(255, 95, 124, 1) 100%);
	width: min(14.5rem, 11.328vw);
	height: min(14.5rem, 11.328vw);
	color: rgb(var(--wht));
	font-size: min(3rem, 2.344vw);
	font-weight: 600;
	border-radius: min(14.5rem, 11.328vw);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.garden__price--content {
	width: min(48rem, 37.5vw);
	position: relative;
	z-index: 2;
}

.garden__price--list {
	margin-bottom: min(1.6rem, 1.25vw);
	color: rgb(var(--gra));
	display: flex;
}

.garden__price--list-item:first-of-type {
	width: 45%;
}

.garden__price--list-item:last-of-type {
	padding-left: min(2.8rem, 2.188vw);
	width: 55%;
	border-left: solid 1px rgb(var(--gra));
}

.garden__price--list-item .title {
	margin-bottom: min(1rem, 0.781vw);
	font-size: min(2rem, 1.563vw);
}

.garden__price--list-item .price {
	line-height: 1;
	font-size: min(3.8rem, 2.969vw);
	font-weight: 600;
	display: flex;
	align-items: flex-end;
}

.garden__price--list-item .price .small {
	margin: 0 0 0.25em 0.5em;
	font-size: min(1.4rem, 1.094vw);
	font-weight: 500;
}

.garden__price--content .note {
	text-align: left;
}

.garden .link-button {
	background: rgb(var(--wht));
	margin: 0 auto;
	width: min(40rem, 31.25vw);
	height: min(5rem, 3.906vw);
	color: rgb(var(--brn));
	font-size: min(1.8rem, 1.406vw);
	border-radius: min(5rem, 3.906vw);
}

.garden .link-button img {
	margin-left: 0.5em;
	width: min(2rem, 1.563vw);
}

@media screen and (max-width: 768px) {
	.garden__lead {
		margin-bottom: 8vw;
		font-size: 4.267vw;
	}

	.garden__time {
		margin-bottom: 8vw;
		padding: 8vw 0;
		width: 100%;
	}

	.garden__time--title {
		margin-bottom: 2.667vw;
		width: 21.067vw;
		height: 7.467vw;
		font-size: 3.733vw;
	}

	.garden__time-table,
	.garden__time-table tbody,
	.garden__time-table tr,
	.garden__time-table--th,
	.garden__time-table--td {
		text-align: center;
		display: block;
	}

	.garden__time-table {
		font-size: 3.733vw;
	}

	.garden__time-table--td {
		padding-left: 0;
	}


	.garden__price {
		margin-bottom: 8vw;
		padding: 8vw 6.4vw;
		width: 85.333vw;
		display: block;
	}

	.garden__price::after {
		width: calc(100% - 2.667vw);
		height: calc(100% - 2.667vw);
	}

	.garden__price--title {
		margin: 0 auto 6.4vw;
		width: 40vw;
		height: 40vw;
		font-size: 8vw;
		border-radius: 40vw;
	}

	.garden__price--content {
		width: 100%;
	}

	.garden__price--list {
		margin-bottom: 4vw;
		display: block;
	}

	.garden__price--list-item:first-of-type {
		width: 100%;
	}

	.garden__price--list-item:last-of-type {
		margin-top: 4.8vw;
		padding: 4.8vw 0 0;
		width: 100%;
		border-top: solid 1px rgb(var(--gra));
		border-left: none;
	}

	.garden__price--list-item .title {
		margin-bottom: 2.667vw;
		font-size: 4.8vw;
		text-align: center;
	}

	.garden__price--list-item .price {
		font-size: 8vw;
		justify-content: center;
	}

	.garden__price--list-item .price .small {
		font-size: 3.733vw;
	}

	.garden .link-button {
		margin-top: 4.8vw;
		width: 85.333vw;
		height: 13.333vw;
		font-size: 4.266vw;
		border-radius: 13.333vw;
	}

	.garden .link-button img {
		width: 5.333vw;
	}
}

/* ----------------------------------------------------
	collaboration
---------------------------------------------------- */
.collaboration {
	/* background-image: url(../img/collaboration-bg.webp); */
	background: #FF8DAD;
	background: linear-gradient(90deg, rgba(255, 178, 116, 1) 0%, rgba(255, 141, 173, 1) 100%);
	color: rgb(var(--blk));
}

.collaboration__menu {
	margin-bottom: min(9rem, 7.031vw);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.collaboration__menu--image {
	width: min(68rem, 53.125vw);
}

.collaboration__menu--content {
	width: min(37rem, 28.906vw);
}

.collaboration__menu--content-title {
	margin-bottom: min(1.6rem, 1.25vw);
	line-height: 1.25;
	font-size: min(4rem, 3.125vw);
}

.collaboration__menu--content-text {
	font-size: min(2rem, 1.563vw);
}

.collaboration__shop {
	background: #FFCCA3;
	background: linear-gradient(180deg, rgba(255, 204, 163, 0.72) 0%, rgba(255, 210, 195, 0.72) 100%);
	padding: min(3rem, 2.344vw) min(3rem, 2.344vw) min(3rem, 2.344vw) min(6rem, 4.688vw);
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.collaboration__shop--image {
	width: min(59rem, 46.094vw);
}

.collaboration__shop--content-logo img {
	width: min(34.4rem, 26.875vw);
}

.collaboration__shop--content-text {
	font-size: min(2rem, 1.563vw);
}

.collaboration__shop--content .link-button {
	background: #FFB515;
	background: linear-gradient(90deg, rgba(255, 181, 21, 1) 0%, rgba(255, 94, 125, 1) 100%);
	box-shadow: 0 0 min(1rem, 0.781vw) rgba(var(--blk), 0.5);
	margin-top: min(3rem, 2.344vw);
	width: min(32rem, 25vw);
	height: min(5rem, 3.906vw);
	color: rgb(var(--wht));
	font-size: min(1.8rem, 1.406vw);
	border-radius: min(5rem, 3.906vw);
}

.collaboration__shop--content .link-button svg {
	right: min(1.4rem, 1.094vw);
}

.collaboration__shop--content .link-button svg .cls-1 {
	fill: #fff;
}

.collaboration__shop--content .link-button svg .cls-2 {
	fill: none;
	stroke: #643200;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: .75px;
}

@media screen and (max-width: 768px) {
	.collaboration {
		/* background-image: url(../img/collaboration-bg_sp.webp); */
		background: #FF8DAD;
		background: linear-gradient(0deg, rgba(255, 141, 173, 1) 0%, rgba(255, 178, 116, 1) 100%);
	}

	.collaboration__menu {
		margin-bottom: 12vw;
		display: block;
	}

	.collaboration__menu--image,
	.collaboration__menu--content {
		width: 100%;
	}

	.collaboration__menu--image {
		margin-bottom: 4vw;
	}

	.collaboration__menu--content-title {
		margin-bottom: 4vw;
		line-height: 1.25;
		font-size: 5.333vw;
	}

	.collaboration__menu--content-text {
		font-size: 3.733vw;
	}

	.collaboration__shop {
		padding: 6.4vw;
		display: block;
	}

	.collaboration__shop--image {
		margin-bottom: 4vw;
		width: 100%;
	}

	.collaboration__shop--content-logo {
		text-align: center;
	}

	.collaboration__shop--content-logo img {
		width: 50.667vw;
	}

	.collaboration__shop--content-text {
		padding: 0 6.4vw;
		font-size: 3.733vw;
	}

	.collaboration__shop--content .link-button {
		margin-top: 4.8vw;
		box-shadow: 0 0 2.667vw rgba(var(--blk), 0.5);
		width: 100%;
		height: 13.333vw;
		font-size: 4.266vw;
		border-radius: 13.333vw;
	}

	.collaboration__shop--content .link-button svg {
		right: 3.733vw;
	}
}

/* ----------------------------------------------------
	experience
---------------------------------------------------- */
.experience {
	background-image: url(../img/pattern02.webp);
	background-position: top center;
	position: relative;
}

.pattern04,
.pattern05,
.pattern06 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 2;
}

.pattern04 {
	background-image: url(../img/petal04.webp);
	width: min(142.9rem, 74.427vw);
	height: min(25.5rem, 13.281vw);
	top: min(3.8rem, 1.979vw);
	left: min(8.6rem, 4.479vw);
}

.pattern05 {
	background-image: url(../img/petal05.webp);
	width: min(165.4rem, 86.146vw);
	height: min(11.9rem, 6.198vw);
	top: min(100rem, 52.083vw);
	left: min(12rem, 6.25vw);
}

.pattern06 {
	background-image: url(../img/petal06.webp);
	width: min(171rem, 89.063vw);
	height: min(68.3rem, 35.573vw);
	bottom: min(3.5rem, 1.823vw);
	left: min(10rem, 5.208vw);
}

.experience .section__inner {
	position: relative;
	z-index: 3;
}

.experience__list {}

.experience__list--item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.experience__list--item:not(:last-of-type) {
	margin-bottom: min(12rem, 9.375vw);
}

.experience__image {
	width: min(60rem, 46.875vw);
}

.experience__image .food,
.experience__image .drink {
	width: min(49rem, 38.281vw);
}

.experience__image .food {
	margin-bottom: min(1rem, 0.781vw);
}

.experience__image .drink {
	margin-left: auto;
	text-align: center;
}

.experience__image .drink figcaption {
	margin-top: min(1rem, 0.781vw);
	font-size: min(2rem, 1.563vw);
	font-weight: 600;
}

.experience__content {
	width: min(46rem, 35.938vw);
}

.experience__content--title {
	margin-bottom: min(2rem, 1.563vw);
}

.experience__content--title img {
	width: auto;
}

.type01 .experience__content--title img {
	height: min(7.4rem, 5.781vw);
}

.type02 .experience__content--title img {
	height: min(5.8rem, 4.531vw);
}

.type03 .experience__content--title img {
	height: min(7.1rem, 5.547vw);
}

.experience__content--text {
	margin-bottom: min(2rem, 1.563vw);
	line-height: 2;
	font-size: min(2rem, 1.563vw);
}

.experience__content--detail {
	position: relative;
}

.experience__content--detail-inner {
	background: rgb(var(--wht));
	padding: min(3rem, 2.344vw) min(2.5rem, 1.953vw);
	color: rgb(var(--blk));
	position: relative;
	z-index: 2;
}

.experience__content .link-button {
	background: #FFB515;
	background: linear-gradient(90deg, rgba(255, 181, 21, 1) 0%, rgba(255, 94, 125, 1) 100%);
	box-shadow: 0 0 min(1rem, 0.781vw) rgba(var(--blk), 0.5);
	margin-top: min(3rem, 2.344vw);
	width: min(32rem, 25vw);
	height: min(5rem, 3.906vw);
	color: rgb(var(--wht));
	font-size: min(1.8rem, 1.406vw);
	border-radius: min(5rem, 3.906vw);
}

.experience__content .link-button svg {
	right: min(1.4rem, 1.094vw);
}

.experience__content .link-button svg .cls-1 {
	fill: #fff;
}

.experience__content .link-button svg .cls-2 {
	fill: none;
	stroke: #643200;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: .75px;
}

/* type01 */
.type01 .experience__content--detail::after {
	background: #FFB416;
	background: linear-gradient(90deg, rgba(255, 180, 22, 1) 0%, rgba(255, 95, 124, 1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: min(0.7rem, 0.547vw);
	left: min(0.7rem, 0.547vw);
	z-index: 1;
	content: "";
	mix-blend-mode: multiply;
}

.type01 .experience__content--detail-inner {
	color: rgb(var(--brn));
	border: solid 1px rgb(var(--gra));
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
}

.type01 .experience__content--detail-inner .image {
	width: min(18rem, 14.063vw);
}

.type01 .experience__content--detail-inner .title {
	margin-bottom: min(1rem, 0.781vw);
	font-size: min(2rem, 1.563vw);
}

.type01 .experience__content--detail-inner .title img {
	width: min(6rem, 4.688vw);
	display: block;
}

.type01 .experience__content--detail-inner .text {
	font-size: min(1.6rem, 1.25vw);
}

/* type02 */
.type02 .experience__content--detail {
	font-size: min(1.6rem, 1.25vw);
}

.type02 .experience__content--detail-inner .title {
	margin-bottom: min(1rem, 0.781vw);
	color: #aa95c2;
	font-size: min(2rem, 1.563vw);
}

.type02 .experience__content--detail-inner .list li::before {
	color: #aa95c2;
	content: "●";
}

.type02 .experience__content--detail-inner .list li li::before {
	content: "・";
}

@media screen and (max-width: 768px) {
	.experience {
		background-image: url(../img/pattern02_sp.webp);
	}

	.pattern04 {
		background-image: url(../img/petal02_sp.webp);
		width: 100%;
		height: 98%;
		top: 0;
		left: 0;
	}

	.pattern05,
	.pattern06 {
		display: none;
	}

	.experience__list--item {
		display: block;
	}

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

	.experience__image {
		margin-bottom: 4vw;
		width: 100%;
	}

	.experience__image .food,
	.experience__image .drink {
		width: 74.667vw;
	}

	.experience__image .food {
		margin-bottom: 2.667vw;
	}

	.experience__image .drink figcaption {
		margin-top: 2.667vw;
		font-size: 3.733vw;
	}

	.experience__content {
		width: 100%;
	}

	.experience__content--title {
		margin-bottom: 4vw;
	}

	.type01 .experience__content--title img {
		height: 10.4vw;
	}

	.type02 .experience__content--title img {
		height: 8.267vw;
	}

	.type03 .experience__content--title img {
		height: 10.133vw;
	}

	.experience__content--text {
		margin-bottom: 5.333vw;
		font-size: 3.733vw;
	}

	.experience__content--detail-inner {
		padding: 8vw;
	}

	.experience__content .link-button {
		margin: 4.8vw auto 0;
		box-shadow: 0 0 2.667vw rgba(var(--blk), 0.5);
		width: 74.667vw;
		height: 13.333vw;
		font-size: 4.266vw;
		border-radius: 13.333vw;
	}

	.experience__content .link-button svg {
		right: 3.733vw;
	}

	/* type01 */
	.type01 .experience__content--detail::after {
		top: 1.867vw;
		left: 1.867vw;
	}

	.type01 .experience__content--detail-inner {
		display: block;
	}

	.type01 .experience__content--detail-inner .image {
		margin: 0 auto 4vw;
		width: 48.533vw;
	}

	.type01 .experience__content--detail-inner .title {
		margin-bottom: 2.667vw;
		font-size: 5.333vw;
	}

	.type01 .experience__content--detail-inner .title img {
		width: 16vw;
	}

	.type01 .experience__content--detail-inner .text {
		font-size: 3.733vw;
	}

	/* type02 */
	.type02 .experience__content--detail {
		font-size: 3.733vw;
	}

	.type02 .experience__content--detail-inner .title {
		margin-bottom: 2.667vw;
		font-size: 5.333vw;
	}
}

/* ----------------------------------------------------
	plan
---------------------------------------------------- */
.plan {
	background-image: url(../img/plan-bg.webp);
}

.plan__inner {
	background: rgb(var(--wht));
	padding: min(5.5rem, 4.297vw) min(4.2rem, 3.281vw);
	color: rgb(var(--blk));
	display: flex;
	justify-content: space-between;
	position: relative;
}

.plan__inner::after {
	width: calc(100% - min(1rem, 0.781vw));
	height: calc(100% - min(1rem, 0.781vw));
	border: solid 1px rgb(var(--blk));
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	content: "";
}

.plan__content,
.plan__image {
	position: relative;
	z-index: 2;
}

.plan__content {
	color: rgb(var(--brn));
}

.plan__content--title {
	margin-bottom: min(1.6rem, 1.25vw);
	line-height: 1.5;
	font-size: min(2.7rem, 2.109vw);
	font-weight: 600;
}

.plan__content--text {
	margin-bottom: min(1.6rem, 1.25vw);
	font-size: min(1.8rem, 1.406vw);
}

.plan__content .link-button {
	background: #FFB515;
	background: linear-gradient(90deg, rgba(255, 181, 21, 1) 0%, rgba(255, 94, 125, 1) 100%);
	width: min(32rem, 25vw);
	height: min(5rem, 3.906vw);
	color: rgb(var(--wht));
	font-size: min(1.8rem, 1.406vw);
	border-radius: min(5rem, 3.906vw);
}

.plan__content .link-button svg {
	right: min(1.4rem, 1.094vw);
}

.plan__content .link-button svg .cls-1 {
	fill: #fff;
}

.plan__content .link-button svg .cls-2 {
	fill: none;
	stroke: #643200;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: .75px;
}

.plan__image {
	width: min(54.5rem, 42.578vw);
}

@media screen and (max-width: 768px) {
	.plan__inner {
		padding: 5.333vw;
		flex-direction: column-reverse;
	}

	.plan__inner::after {
		width: calc(100% - 2.667vw);
		height: calc(100% - 2.667vw);
	}

	.plan__content--title {
		margin-bottom: 4vw;
		font-size: 4.8vw;
	}

	.plan__content--text {
		margin-bottom: 5.333vw;
		font-size: 3.733vw;
	}

	.plan__content .link-button {
		width: 100%;
		height: 13.333vw;
		font-size: 4.266vw;
		border-radius: 13.333vw;
	}

	.plan__content .link-button svg {
		right: 3.733vw;
	}

	.plan__image {
		margin-bottom: 4.267vw;
		width: 100%;
	}
}

/* ----------------------------------------------------
	gallery
---------------------------------------------------- */
.gallery {
	background-image: url(../img/gallery-bg.webp);
}

.gallery__list {
	display: flex;
	justify-content: space-between;
}

.gallery__list--item {
	width: min(52.4rem, 40.938vw);
	text-align: center;
}

.gallery__list--title {
	margin-bottom: min(2rem, 1.563vw);
	font-family: var(--heimat);
	font-size: min(5.5rem, 4.297vw);
	font-weight: 600;
	overflow: hidden;
	position: relative;
}

.gallery__list--title::before,
.gallery__list--title::after {
	background: rgb(var(--wht));
	width: calc(min(52.4rem, 40.938vw) / 2);
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

.gallery__list--title::before {
	left: max(-10rem, -7.813vw);
}

.gallery__list--title::after {
	right: max(-10rem, -7.813vw);
}

.gallery__list--title-inner {
	position: relative;
}

@media screen and (max-width: 768px) {
	.gallery .section__title {
		letter-spacing: -0.005em;
	}

	.gallery__list {
		display: block;
	}

	.gallery__list--item {
		width: 100%;
	}

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

	.gallery__list--title {
		margin-bottom: 4vw;
		font-size: 8vw;
	}

	.gallery__list--title::before,
	.gallery__list--title::after {
		width: 50%;
	}

	.gallery__list--title::before {
		left: -16vw;
	}

	.gallery__list--title::after {
		right: -16vw;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: rgb(var(--wht));
	margin: 0 auto;
	width: min(110rem, 85.938vw);
	padding-top: min(8rem, 6.25vw);
	color: rgb(var(--blk));
}

.footer__note {
	margin-bottom: min(14rem, 10.938vw);
}

.footer__note a {
	color: rgb(var(--red));
}

.footer__logo {
	margin: 0 auto min(8rem, 6.25vw);
	width: min(25.8rem, 20.156vw);
}

.footer__copyright {
	padding: min(3rem, 2.344vw) 0 min(4rem, 3.125vw);
	text-align: center;
}

.footer__copyright--text {
	color: rgb(var(--gry));
	font-size: min(1.2rem, 0.938vw);
}

@media screen and (max-width: 768px) {
	.footer {
		padding-top: 17.333vw;
		width: 100%;
	}

	.footer__note {
		margin: 0 auto 12vw;
		width: 85.333vw;
	}

	.footer__logo {
		width: 38.4vw;
	}

	.footer__copyright {
		padding: 6.4vw 0;
	}

	.footer__copyright--text {
		font-size: 2.4vw;
	}
}

/*
	access
------------------------------ */
.access {
	margin-bottom: min(8rem, 6.25vw);
	padding: 0;
	text-align: center;
}

.access .section__title {
	color: rgb(var(--red));
}

.access__hotel-name {
	margin-bottom: min(3rem, 2.344vw);
	line-height: 1;
	font-size: min(3.6rem, 2.813vw);
	font-weight: 600;
}

.access__hotel--sns {
	margin-bottom: min(3rem, 2.344vw);
	display: flex;
	justify-content: center;
	align-items: center;
}

.access__hotel--sns-item {
	margin: 0 min(1.8rem, 1.406vw);
	width: min(4.8rem, 3.75vw);
}

.access__hotel--address {
	margin-bottom: min(6rem, 4.688vw);
	font-size: min(2.4rem, 1.875vw);
	display: flex;
	justify-content: center;
}

.access__hotel--address-tel {
	margin-left: 1em;
}

.access__hotel--bus {
	margin-bottom: min(6rem, 4.688vw);
}

.access__hotel--bus-text {
	margin-bottom: 1em;
	font-size: min(2rem, 1.563vw);
}

.access__link {
	margin: 0 auto;
	width: min(43.6rem, 34.063vw);
	height: min(8.8rem, 6.875vw);
	font-size: min(2rem, 1.563vw);
	border: solid 1px rgb(var(--blk));
}

.access__link svg {
	right: min(2.4rem, 1.875vw);
}

.access__link .cls-1 {
	stroke-miterlimit: 10;
}

.access__link .cls-1,
.access__link .cls-2 {
	fill: none;
	stroke: #4d4d4d;
}

.access__link .cls-2 {
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: .75px;
}

.access__map iframe {
	width: 100%;
	height: min(43.2rem, 33.75vw);
}

@media screen and (max-width: 768px) {
	.access {
		margin-bottom: 12vw;
	}

	.access__hotel-name {
		margin-bottom: 4vw;
		font-size: 5.333vw;
	}

	.access__hotel--sns {
		margin-bottom: 6.4vw
	}

	.access__hotel--sns-item {
		margin: 0 2.4vw;
		width: 10.667vw;
	}

	.access__hotel--address {
		margin-bottom: 8vw;
		font-size: 4.267vw;
		display: block;
	}

	.access__hotel--address-tel {
		margin-left: 0;
		display: block;
	}

	.access__hotel--bus {
		margin-bottom: 12vw;
	}

	.access__hotel--bus-text {
		margin-bottom: 1em;
		font-size: 3.733vw;
	}

	.access__link {
		width: 68.8vw;
		height: 13.333vw;
		font-size: 3.733vw;
	}

	.access__map iframe {
		height: 37.333vw;
	}
}

/*
	hotel-list
------------------------------ */
.footer__hotel-list {
	font-size: min(1.6rem, 1.25vw);
	display: flex;
	justify-content: center;
}

.footer__hotel-list--item {
	padding: 0 1.5em;
	position: relative;
}

.footer__hotel-list--item::before,
.footer__hotel-list--item::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	content: "|";
}

.footer__hotel-list--item::before {
	left: 0;
}

.footer__hotel-list--item::after {
	right: 0;
}

.footer__hotel-list--item:last-of-type:before {
	content: "";
}

.footer__hotel-list--link {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.footer__hotel-list {
		margin: 0 auto;
		font-size: 4.267vw;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.footer__hotel-list--item:not(:last-of-type) {
		margin-bottom: 0.5em;
	}

	.footer__hotel-list--item:last-of-type:before {
		content: "|";
	}
}

/* ----------------------------------------------------
	xxx
---------------------------------------------------- */
.xxx {}

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