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

.header__title {
	width: 49.414vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.header__title {
		width: 36rem;
	}
}

/* ---------------------------------------------------
	gnav
---------------------------------------------------- */
.gnav {
	display: none;
}

@media screen and (max-width: 768px) {
	.gnav {
		display: block;
	}

	.gnav--sp-toggle {
		background-color: rgb(var(--brn));
		padding-top: 7.7rem;
		max-width: 37.5rem;
		width: 100%;
		height: 100vh;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		z-index: 999;
		transform: translateX(100%);
		transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.gnav__list {
		padding: 0 0 0 2rem;
		display: block;
	}

	.gnav__item {
		margin: 0 0 2rem;
	}

	.gnav__item a {
		color: rgb(var(--wht));
		font-size: 2rem;
		font-weight: 600;
		text-decoration: none;
	}

	.gnav__item a.en {
		font-style: italic;
	}

	.overlay.is-gnav-overlay {
		background: rgba(var(--blk), 0.75);
		width: 100vw;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 998;
	}

	body.is-open {
		overflow: hidden;
	}

	.is-open .gnav--sp-toggle {
		transform: translateX(0);
	}

	.is-open .overlay.is-gnav-overlay {
		opacity: 1;
		visibility: visible;
		cursor: pointer;
	}
}

/* ---------------------------------------------------
	toggle: 3本線
---------------------------------------------------- */
.toggle {
	display: none;
}

@media screen and (max-width: 768px) {
	.toggle {
		width: 2rem;
		height: 1.4rem;
		display: block;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		position: fixed;
		top: 2rem;
		right: 2rem;
		transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
		z-index: 1000;
	}

	.toggle.is-visible {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.toggle__inner {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		cursor: pointer;
	}

	.toggle__line {
		background: rgb(var(--brn));
		width: 100%;
		height: 2px;
		display: block;
		position: absolute;
		left: 50%;
		transition: all 0.6s;
		transform: translateX(-50%);
		transform-origin: center;
	}

	.toggle__line:nth-child(1) {
		top: 0;
	}

	.toggle__line:nth-child(2) {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.toggle__line:nth-child(3) {
		bottom: 0;
	}

	.is-open .toggle__line {
		background: rgb(var(--wht));
		transform-origin: 0 0;
	}

	.is-open .toggle__line:nth-child(1) {
		top: 50%;
		transform: rotate(45deg) translate(-50%, -50%);
	}

	.is-open .toggle__line:nth-child(2) {
		opacity: 0;
	}

	.is-open .toggle__line:nth-child(3) {
		top: 50%;
		bottom: auto;
		transform: rotate(-45deg) translate(-50%, -50%);
	}
}

/* ----------------------------------------------------
	main
---------------------------------------------------- */
.main .container {
	margin: 0 auto;
	width: 114rem;
	position: relative;
}

@media screen and (max-width: 768px) {
	.main .container {
		margin: 0 auto;
		width: 100%;
	}
}

/* ----------------------------------------------------
	about
---------------------------------------------------- */
.about {
	background: linear-gradient(180deg, #FCFFF1 0%, var(--back, #EFF5D1) 100%);
	padding: 5.124vw 0 2.196vw;
	overflow: hidden;
}

.about .container {
	width: 83.455vw;
}

.about__head {
	text-align: center;
}

.about__head--title {
	margin-bottom: 3.294vw;
	line-height: normal;
	color: rgb(var(--brn));
	font-size: 2.635vw;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

.about__head--lead {
	font-size: 1.757vw;
	font-weight: 500;
}

.about__head .shellfish_lemon {
	width: 21.376vw;
	height: 16.105vw;
	top: -5.857vw;
	left: 0;
}

.about__head .apple {
	width: 12.445vw;
	height: 10.395vw;
	right: 0;
	bottom: -3.367vw;
}

.about__head .salmon {
	width: 23.865vw;
	height: 10.615vw;
	right: 0.732vw;
	bottom: -8.053vw;
}

.about__chef {
	margin: 8.565vw auto 1.684vw;
	padding-left: 2.562vw;
	width: 65.154vw;
}

.about__chef--title {
	background-color: rgb(var(--brn));
	margin-bottom: 1.464vw;
	padding-left: 2.635vw;
	width: 200vw;
	height: 4.832vw;
	color: rgb(var(--wht));
	font-size: 2.343vw;
	font-style: italic;
	font-weight: 600;
	border-radius: 4.832vw 0 0 4.832vw;
	display: flex;
	align-items: center;
	position: relative;
}

.about__chef--content {
	padding-left: 3.294vw;
}

.about__chef--content .detail {
	width: 59.297vw;
	display: flex;
	justify-content: space-between;
}

.about__chef--name {
	margin-bottom: 0.732vw;
	line-height: normal;
	color: rgb(var(--brn));
	font-size: 1.757vw;
	font-weight: 600;
}

.about__chef--profile {
	line-height: 1.5;
	font-size: 1.464vw;
}

.about__chef--content .detail__image {
	width: 16.984vw;
}

@media screen and (max-width: 768px) {
	.about {
		padding: 13.3rem 0 0;
	}

	.about .container {
		width: 100%;
	}

	.about__head--title {
		margin-bottom: 1.8rem;
		font-size: 2.8rem;
	}

	.about__head--lead {
		font-size: 1.8rem;
	}

	.about__head .shellfish_lemon {
		width: 19.2rem;
		height: 11.8rem;
		top: -14rem;
		left: 0;
	}

	.about__head .apple {
		width: 10.1rem;
		height: 8.5rem;
		right: 1rem;
		bottom: -6.5rem;
	}

	.about__head .salmon {
		width: 19.4rem;
		height: 8.7rem;
		right: 1rem;
		bottom: -10.5rem;
	}

	.about__chef {
		margin: 15rem auto 0;
		padding: 0 1.5rem;
		width: 100%;
	}

	.about__chef--title {
		margin-bottom: 3.6rem;
		padding-left: 1.2rem;
		width: 100vw;
		height: 5.2rem;
		font-size: 2.4rem;
		border-radius: 5.2rem 0 0 5.2rem;
	}

	.about__chef--content {
		padding-left: 0;
	}

	.about__chef--content .detail {
		width: 100%;
		flex-direction: column-reverse;
	}

	.about__chef--name {
		margin-bottom: 1.4rem;
		font-size: 2.4rem;
		text-align: center;
	}

	.about__chef--profile {
		line-height: 1.8;
		font-size: 1.6rem;
	}

	.about__chef--content .detail__image {
		margin: 0 auto 1.3rem;
		width: 23.2rem;
	}
}

/* 
	about__map
------------------------------ */
.about__map {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about__map--image {
	width: 51.757vw;
	position: relative;
}

.about__map--image .speech-bubble {
	width: 26.867vw;
	position: absolute;
	top: 2.489vw;
	left: 0;
}

.about__map--image .map {
	margin-left: auto;
	width: 47.657vw;
}

.about__map--image .area {
	opacity: 0;
	position: absolute;
	transition: opacity 1s ease, transform 1s ease;
	will-change: opacity, transform;
}

.about__map--image .area.is-visible {
	opacity: 1;
}

/* hokkaido */
.about__map--image .hokkaido {
	width: 4.978vw;
	top: 8.419vw;
	right: 6.223vw;
}

/* aomori */
.about__map--image .aomori {
	width: 4.758vw;
	top: 17.020vw;
	right: 9.517vw;
}

/* iwate */
.about__map--image .iwate {
	width: 4.905vw;
	top: 20.132vw;
	right: 7.321vw;
}

/* miyagi */
.about__map--image .miyagi {
	width: 4.392vw;
	top: 24.890vw;
	right: 10.981vw;
}

/* ishikawa */
.about__map--image .ishikawa {
	width: 4.758vw;
	top: 30.381vw;
	left: 27.452vw;
}

/* tokyo */
.about__map--image .tokyo {
	width: 4.100vw;
	top: 33.309vw;
	right: 13.909vw;
}

/* aichi */
.about__map--image .aichi {
	width: 4.978vw;
	top: 34.773vw;
	right: 21.230vw;
}

/* kyoto */
.about__map--image .kyoto {
	width: 4.539vw;
	top: 35.688vw;
	left: 21.230vw;
}

/* hiroshima */
.about__map--image .hiroshima {
	width: 4.392vw;
	top: 36.603vw;
	left: 13.177vw;
}

/* shizuoka */
.about__map--image .shizuoka {
	width: 4.539vw;
	top: 39.165vw;
	right: 15.373vw;
}

/* fukuoka */
.about__map--image .fukuoka {
	width: 4.758vw;
	top: 39.898vw;
	left: 8.785vw;
}

/* osaka */
.about__map--image .osaka {
	width: 4.905vw;
	top: 41.179vw;
	right: 26.354vw;
}

/* okinawa */
.about__map--image .okinawa {
	width: 4.392vw;
	top: 50.329vw;
	left: 22.328vw;
}

/* ---------- menu-detail ---------- */
.about__map .menu-detail {
	background-color: rgba(var(--wht), 0.5);
	margin-top: 7.760vw;
	padding: 2.928vw;
	width: 29.941vw;
	border: solid 1px rgb(var(--gre));
	border-radius: 1.464vw;
}

.about__map .menu-detail__title {
	padding-left: 0.586vw;
	color: rgb(var(--brn));
	font-size: 1.757vw;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.about__map .menu-detail__title img {
	margin-right: 1.464vw;
	width: 6.808vw;
}

.about__map .menu-detail__text {
	margin-top: 1.464vw;
	line-height: normal;
	font-size: 1.464vw;
	letter-spacing: -0.005em;
}

.about__map .menu-detail__text:not(:last-of-type) {
	margin-bottom: 2.196vw;
}

/* ---------- object ---------- */
.about__map .sea_bream {
	width: 18.887vw;
	right: 1.537vw;
	bottom: 15.373vw;
}

.about__map .onion {
	width: 12.225vw;
	right: 27.160vw;
	bottom: 13.324vw;
	z-index: 2;
}

.about__map .kelp {
	width: 18.668vw;
	right: 16.764vw;
	bottom: 4.392vw;
}

.about__map .green_onions {
	width: 21.450vw;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 768px) {
	.about__map {
		padding-bottom: 28.8rem;
		display: block;
	}

	.about__map--image {
		width: 100%;
	}

	.about__map--image .speech-bubble {
		margin: 0 auto;
		width: 25.8rem;
		position: static;
	}

	.about__map--image .speech-bubble img {
		position: relative;
		top: 3rem;
	}

	.about__map--image .map {
		margin: 0 auto;
		width: 37.3rem;
	}

	.about__map--image .area {
		opacity: 0;
		position: absolute;
		transition: opacity 1s ease, transform 1s ease;
		will-change: opacity, transform;
	}

	.about__map--image .area.is-visible {
		opacity: 1;
	}

	/* hokkaido */
	.about__map--image .hokkaido {
		width: 6.3rem;
		top: 26rem;
		right: 4.2rem;
	}

	/* aomori */
	.about__map--image .aomori {
		width: 5.7rem;
		top: 33rem;
		right: 8rem;
	}

	/* iwate */
	.about__map--image .iwate {
		width: 5.9rem;
		top: 35.75rem;
		right: 4rem;
	}

	/* miyagi */
	.about__map--image .miyagi {
		width: 5.3rem;
		top: 39rem;
		right: 12rem;
	}

	/* ishikawa */
	.about__map--image .ishikawa {
		width: 5.9rem;
		top: 42.75rem;
		left: 16rem;
	}

	/* tokyo */
	.about__map--image .tokyo {
		width: 4.4rem;
		top: 45.75rem;
		right: 11rem;
	}

	/* aichi */
	.about__map--image .aichi {
		width: 5.4rem;
		top: 47.5rem;
		right: 16.5rem;
	}

	/* kyoto */
	.about__map--image .kyoto {
		width: 5.6rem;
		top: 47.5rem;
		left: 10rem;
	}

	/* hiroshima */
	.about__map--image .hiroshima {
		width: 5.5rem;
		top: 48rem;
		left: 3.5rem;
	}

	/* shizuoka */
	.about__map--image .shizuoka {
		width: 5.2rem;
		top: 51rem;
		right: 10rem;
	}

	/* fukuoka */
	.about__map--image .fukuoka {
		width: 5.9rem;
		top: 51rem;
		left: 0.5rem;
	}

	/* osaka */
	.about__map--image .osaka {
		width: 5.7rem;
		top: 52.5rem;
		right: 18rem;
	}

	/* okinawa */
	.about__map--image .okinawa {
		width: 5.2rem;
		top: 60.5rem;
		left: 13.5rem;
	}

	/* ---------- menu-detail ---------- */
	.about__map .menu-detail {
		margin: 2rem auto 0;
		padding-bottom: 28.8rem;
		padding: 3rem;
		width: 34.4rem;
	}

	.about__map .menu-detail__title {
		padding-left: 0.8rem;
		font-size: 2rem;
	}

	.about__map .menu-detail__title img {
		margin-right: 1rem;
		width: 8.7rem;
	}

	.about__map .menu-detail__text {
		margin-top: 0.8rem;
		font-size: 1.6rem;
	}

	.about__map .menu-detail__text:not(:last-of-type) {
		margin-bottom: 3rem;
	}

	/* ---------- object ---------- */
	.about__map .sea_bream {
		width: 17.9rem;
		right: 1.5rem;
		bottom: 17rem;
	}

	.about__map .onion {
		width: 11.6rem;
		right: 24rem;
		bottom: 16rem;
		z-index: 2;
	}

	.about__map .kelp {
		width: 17.4rem;
		right: 16.5rem;
		bottom: 6.5rem;
	}

	.about__map .green_onions {
		width: 20.2rem;
		right: 1.5rem;
		bottom: 4.8rem;
	}
}

/* ----------------------------------------------------
	menu
---------------------------------------------------- */
.menu {
	background: linear-gradient(180deg, #FFF 0%, #FEF3CF 100%);
	padding-bottom: 8rem;
	overflow: hidden;
}

.menu__title {
	background-color: rgba(var(--gre));
	margin-bottom: 4rem;
	height: 11.5rem;
	line-height: normal;
	color: rgb(var(--wht));
	font-size: 3.6rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.menu__title .en {
	font-style: italic;
}

.menu__title--place {
	font-size: 2rem;
	font-weight: 500;
}

.menu__date {
	margin-bottom: 3rem;
	color: rgb(var(--brn));
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
}

.menu__lead {
	margin-bottom: 4rem;
	font-size: 2rem;
	text-align: center;
}

.menu .link-button {
	margin: 10rem auto 0;
	width: 45.5rem;
}

@media screen and (max-width: 768px) {
	.menu {
		padding-bottom: 5rem;
	}

	.menu .container {
		padding: 0 1.5rem;
	}

	.menu__title {
		margin-bottom: 1.5rem;
		height: 7.4rem;
		font-size: 2.2rem;
	}

	.menu__title--place {
		font-size: 1.6rem;
	}

	.menu__date {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}

	.menu__lead {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}

	.menu .link-button {
		margin-top: 3rem;
		width: 100%;
	}
}

/* 
	menu__content
------------------------------ */
.menu__content {
	background-color: rgb(var(--wht));
	padding: 4rem 8rem;
	border: solid 0.3rem rgb(var(--gre));
}

.menu__content--title {
	margin-bottom: 2rem;
	font-family: var(--amaranth);
	position: relative;
}

.menu__content--title::before {
	background-color: rgb(var(--gre));
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	content: "";
}

.menu__content--title-text {
	background-color: rgb(var(--wht));
	padding-right: 1rem;
	color: rgb(var(--gre));
	font-size: 2.4rem;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.menu__detail {
	display: flex;
}

.menu__badge {
	margin-right: 3.2rem;
	width: 9.3rem;
}

.menu__detail--body {
	width: calc(100% - 12.5rem)
}

.menu__detail--title,
.menu__detail--number-title {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 500;
	display: flex;
}

.menu__detail--title .text,
.menu__detail--number-title .text {
	display: flex;
}

.menu__detail--number-title {
	margin-bottom: 0;
}

.menu .area {
	color: rgb(var(--gre));
}

.menu__detail--lead,
.menu__detail--price {
	font-size: 1.6rem;
}

.menu__detail--price:not(:last-of-type) {
	margin-bottom: 3rem;
}

.menu__detail--section-name {
	margin-top: 3rem;
	font-size: 1.8rem;
	font-weight: 500;
}

.menu__detail--section-name .brown {
	color: rgb(var(--brn));
}

.menu__detail--section-text {
	font-size: 1.6rem;
}

.menu .member {
	font-size: 1.6rem;
	display: block;
}

@media screen and (max-width: 768px) {
	.menu__content {
		padding: 1.5rem 3rem 4rem;
	}

	.menu__content--title {
		margin-bottom: 1rem;
	}

	.menu__detail {
		display: block;
	}

	.menu__badge {
		margin: 0 0 1.5rem;
		width: 9.3rem;
	}

	.menu__detail--body {
		width: 100%;
	}

	.menu__detail--title,
	.menu__detail--number-title {
		font-size: 1.6rem;
		letter-spacing: -0.005em;
	}

	.menu__detail--number-title {
		margin-bottom: 0;
	}

	.menu__detail--title .text,
	.menu__detail--number-title .text {
		display: block;
	}

	.menu__detail--lead,
	.menu__detail--price {
		font-size: 1.6rem;
	}

	.menu__detail--price {
		letter-spacing: -0.005em;
	}

	.menu__detail--section-name {
		font-size: 1.6rem;
		display: flex;
		flex-direction: column;
	}
}

/* 
	hapuna
------------------------------ */
#hapuna .meal {
	display: flex;
	align-items: center;
}

#hapuna .meal__title {
	margin-right: 1rem;
	width: 10.4rem;
}

#hapuna .meal__content {
	width: calc(100% - 11.4rem);
	font-size: 1.6rem;
}

#hapuna .meal+.note {
	margin: 1rem 0 3rem;
}

#hapuna .meal-menu__title {
	margin-bottom: 3rem;
	position: relative;
}

#hapuna .meal-menu__title::before {
	background-color: rgb(var(--brn));
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	content: "";
}

#hapuna .meal-menu__title.no-line::before {
	display: none;
}

#hapuna .meal-menu__title--text {
	background-color: rgb(var(--wht));
	background-image: url(../img/icon-marker.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 0 1rem 0 3.8rem;
	height: 4.3rem;
	color: rgb(var(--brn));
	font-size: 2rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

#hapuna .meal-menu__wrap {
	margin-bottom: 3rem;
}

#hapuna .meal-menu__list {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 9.3rem;
	padding-bottom: 4.5rem;
	padding-left: 10.3rem;
}

/* #hapuna .meal-menu__list:not(:last-of-type) {
	margin-bottom: 4.5rem;
} */

#hapuna .meal-menu__list.local {
	background-image: url(../img/icon-local.svg);
}

#hapuna .meal-menu__list.arrange {
	background-image: url(../img/icon-arrange.svg);
}

#hapuna .meal-menu__list.sweets {
	background-image: url(../img/icon-sweets.svg);
}

#hapuna .meal-menu__list--item {
	margin-left: 1em;
	font-size: 1.8rem;
	font-weight: 500;
	text-indent: -1.25em;
}

#hapuna .meal-menu__list--item::before {
	content: "●";
}

/* lunch */
#hapuna .meal-menu__lunch {
	display: flex;
}

#hapuna .meal-menu__lunch .meal-menu__list {
	margin-bottom: 0;
}

#hapuna .meal-menu__lunch .meal-menu__list.local {
	margin-right: 5rem;
}

#hapuna .meal-menu__list.two-column {
	display: flex;
	flex-wrap: wrap;
}

#hapuna .meal-menu__list.two-column li:nth-child(odd) {
	width: 45rem;
}

/* object */
#hapuna .strawberry {
	width: 13.7rem;
	right: 0;
	bottom: 1.4rem;
	z-index: 2;
}

#hapuna .napa_cabbage {
	width: 22.5rem;
	right: 6.4rem;
	bottom: -3.8rem;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#hapuna .container {
		padding-bottom: 17.4rem;
	}

	#hapuna .meal {
		display: block;
	}

	#hapuna .meal__title {
		margin: 0 0 1rem;
		width: 10.4rem;
	}

	#hapuna .meal-menu {
		margin-bottom: 5rem;
	}

	#hapuna .meal__content {
		margin-bottom: 2rem;
		width: 100%;
		letter-spacing: -0.005em;
	}

	#hapuna .meal-menu__title {
		margin-bottom: 1rem;
	}

	#hapuna .meal-menu__title::before {
		display: none;
	}

	#hapuna .meal-menu__title--text {
		padding: 0 1rem 0 2.9rem;
		height: 3.4rem;
		font-size: 1.6rem;
	}

	#hapuna .meal-menu__list {
		background-size: 9.2rem auto;
		padding: 6rem 0 2rem;
	}

	#hapuna .meal-menu__list--item {
		font-size: 1.5rem;
	}

	/* lunch */
	#hapuna .meal-menu__lunch {
		display: block;
	}

	#hapuna .meal-menu__lunch .meal-menu__list {
		margin-bottom: 3rem;
	}

	#hapuna .meal-menu__lunch .meal-menu__list.local {
		margin-right: 0;
	}

	#hapuna .meal-menu__list.two-column {
		display: flex;
		flex-wrap: wrap;
	}

	#hapuna .meal-menu__list.two-column li:nth-child(odd) {
		width: 45rem;
	}

	/* object */
	#hapuna .strawberry {
		width: 9.2rem;
		right: 1rem;
		bottom: 3.5rem;
	}

	#hapuna .napa_cabbage {
		width: 15.1rem;
		right: 5rem;
		bottom: 0;
	}
}

/* 
	accordion
------------------------------ */
.accordion__trigger {
	background-color: rgb(var(--gre));
	margin: 0 auto;
	width: 22.3rem;
	height: 3.5rem;
	color: rgb(var(--wht));
	font-family: var(--amaranth);
	font-size: 2rem;
	border-radius: 3.5rem;
	display: block;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
}

.accordion__trigger::after {
	background-color: rgb(var(--wht));
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	width: 0.9rem;
	height: 0.8rem;
	position: absolute;
	top: 1.6rem;
	right: 5.8rem;
	transition: all 0.5s ease 0s;
	content: "";
}

.accordion__trigger.is-open::after {
	clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.accordion__panel {
	display: none;
}

/* 
	table9tokyo
------------------------------ */
#table9tokyo .tea_leaves {
	width: 20.4rem;
	bottom: -3.7rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	#table9tokyo .container {
		padding-bottom: 20.2rem;
	}

	#table9tokyo .tea_leaves {
		width: 15.8rem;
		bottom: 0;
		left: 1rem;
	}
}

/* 
	aji53
------------------------------ */
#aji53 .chicken {
	width: 20.2rem;
	right: 11rem;
	bottom: -5rem;
	z-index: 2;
}

#aji53 .edamame {
	width: 14.3rem;
	right: 3.8rem;
	bottom: -4.9rem;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#aji53 .container {
		padding-bottom: 21.8rem;
	}

	#aji53 .chicken {
		width: 20.2rem;
		right: auto;
		bottom: -1.5rem;
		left: 0;
	}

	#aji53 .edamame {
		width: 14.3rem;
		right: auto;
		bottom: -1.5rem;
		left: 13rem;
	}
}

/* 
	maunakea
------------------------------ */
#maunakea .melon {
	width: 25rem;
	right: 0;
	bottom: -4.9rem;
}

@media screen and (max-width: 768px) {
	#maunakea .container {
		padding-bottom: 19rem;
	}

	#maunakea .melon {
		width: 19.5rem;
		right: 0;
		bottom: 0;
	}

	#maunakea .menu__detail--section-name {
		flex-direction: row;
	}
}

/* ----------------------------------------------------
	plan
---------------------------------------------------- */
.plan {
	background-color: rgba(255, 248, 175, 1);
	padding: 11.2rem 0;
}

.plan__title {
	background-color: rgba(240, 168, 92, 1);
	margin-bottom: 3rem;
	height: 8rem;
	color: rgb(var(--wht));
	font-size: 4rem;
	font-weight: 600;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plan__content {
	display: flex;
	align-items: flex-end;

}

.plan__content--image {
	margin-right: 3rem;
	width: 56.7rem;
}

.plan__content--detail {}

.plan__content--title {
	margin-bottom: 4rem;
	color: rgba(240, 168, 92, 1);
	font-size: 2.8rem;
	font-weight: 600;
}

.plan__content--lead {
	margin-bottom: 5rem;
	font-size: 2rem;
}

.plan .link-button {
	margin: 0 auto;
	width: 45.5rem;
}

@media screen and (max-width: 768px) {
	.plan {
		padding: 4.5rem 1.5rem;
	}

	.plan__title {
		margin-bottom: 1rem;
		height: 6.5rem;
		font-size: 2.4rem;
	}

	.plan__content {
		display: block;

	}

	.plan__content--image {
		margin: 0 0 2.4rem;
		width: 100%;
	}

	.plan__content--detail {
		text-align: center;
	}

	.plan__content--title {
		margin-bottom: 2.4rem;
		font-size: 2rem;
	}

	.plan__content--lead {
		margin-bottom: 4rem;
		font-size: 1.6rem;
	}

	.plan .link-button {
		width: 100%;
	}
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */
.footer {
	background: linear-gradient(180deg, #FFF 0%, #DCF9FF 100%);
	padding-bottom: 2.6rem;
}

/* 
	fun 
------------------------------ */
.fun {
	padding: 10.7rem 0 10rem;
	text-align: center;
}

.fun__title {
	margin: 0 auto 6rem;
	width: 50rem;
	text-align: left;
	display: flex;
	flex-direction: column;
	position: relative;
}

.fun__title--text {
	margin-top: 4.8rem;
	line-height: 1.25;
	color: rgba(var(--fun));
	font-size: 3.6rem;
	font-weight: 700;
	display: block;
}

.fun__title .logo {
	width: 17.4rem;
	position: absolute;
	top: 0;
	left: -22.5rem;
}

.fun__lead {
	margin-bottom: 4rem;
	font-size: 1.8rem;
}

.fun .link-button {
	background-color: rgba(var(--fun));
	margin: 0 auto;
	width: 55rem;
	height: 8.7rem;
	border-radius: 8.7rem;
}

@media screen and (max-width: 768px) {
	.fun {
		padding: 23.2rem 0 5rem;
	}

	.fun__title {
		margin-bottom: 2.4rem;
		width: 32rem;
		text-align: center;
	}

	.fun__title--text {
		margin-top: 2.4rem;
		line-height: 1.5;
		font-size: 2.46rem;
	}

	.fun__title .logo {
		width: 13.5rem;
		top: -19.2rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.fun__lead {
		margin-bottom: 3.4rem;
		font-size: 1.6rem;
	}

	.fun .link-button {
		width: 34.5rem;
		height: 7.6rem;
	}
}

/* 
	hotels 
------------------------------ */
.hotels {
	margin-bottom: 3rem;
	text-align: center;
}

.hotels__title {
	background-color: rgb(var(--blu));
	margin-bottom: 4rem;
	height: 5rem;
	color: rgb(var(--wht));
	font-size: 1.8rem;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotels__tel {
	margin-bottom: 5rem;
	font-size: 4rem;
	font-weight: 600;
}

.hotels__tel--time {
	font-size: 1.6rem;
	font-weight: 400;
	display: block;
}

.hotels__logo {
	margin: 0 auto 4rem;
	width: 29rem;
}

.hotels__detail {
	margin-bottom: 5rem;
}

.hotels__detail--name {
	font-size: 2.4rem;
	font-weight: 500;
}

.hotels__detail--address {
	font-size: 2rem;
}

.hotels__sns {
	margin-bottom: 4.5rem;
	display: flex;
	justify-content: center;
}

.hotels__sns--item {
	margin: 0 1.4rem;
	width: 4rem;
}

.hotels__map iframe {
	width: 100%;
	height: 36rem;
}

@media screen and (max-width: 768px) {
	.hotels {
		margin-bottom: 2rem;
	}

	.hotels__tel {
		margin-bottom: 3rem;
		font-size: 3.6rem;
	}

	.hotels__logo {
		margin-bottom: 3rem;
		width: 27rem;
	}

	.hotels__detail {
		margin-bottom: 3rem;
	}

	.hotels__detail--name {
		font-size: 2.4rem;
	}

	.hotels__detail--address {
		font-size: 1.6rem;
	}

	.hotels__sns {
		margin-bottom: 4rem;
	}

	.hotels__map iframe {
		width: 100%;
		height: 22rem;
	}
}

/* 
	footer__note 
------------------------------ */
.footer__note {
	margin: 0 auto 5rem;
	width: 99rem;
}

@media screen and (max-width: 768px) {
	.footer__note {
		width: 34.5rem;
	}
}

/* 
	hotel-nav 
------------------------------ */
.footer .hotel-nav {
	line-height: 1;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .hotel-nav::before,
.footer .hotel-nav__item::after {
	content: "|";
}

.footer .hotel-nav__item a {
	padding: 0 1em;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.footer .hotel-nav {
		font-size: 4.267vw;
		text-align: center;
		display: block;
	}

	.footer .hotel-nav::before {
		content: "";
	}

	.footer .hotel-nav__item::before,
	.footer .hotel-nav__item::after {
		content: "|";
	}

	.footer .hotel-nav__item:not(:last-of-type) {
		margin-bottom: 1em;
	}

	.footer .hotel-nav__item a {
		padding: 0 1em;
		text-decoration: none;
	}
}

/* 
	copy
------------------------------ */
.footer .copy {
	margin-top: 2em;
	line-height: normal;
	font-size: 1.1rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer .copy {
		font-size: 2.933vw;
	}
}