@charset "utf-8";



/******************about*******************/
.wave-section.--about {
	max-width: 1200px;
	margin-inline: auto;
	margin-top: 3rem;
}
/******************peel*******************/

.peel__inner {
	text-align: center;
	margin-top: 3rem;
}
.peel__text {
    text-align: left;
    margin-top: 3rem;
}
.peel__image {
	margin-top: 3rem;
	margin-inline: auto;
	display: block;
}
/******************method*******************/
.method__inner {
	text-align: center;
	margin-top: 3rem;
}
.method__title {
	color: var(--baseItemColor01);
	font-size: 1.6rem;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.icon-method {
	display: block;
	margin-inline: auto;
	margin-bottom: 1rem;
}
.method__text {
	text-align: left;
	margin-top: 3rem;
}

.link__btn {
	margin-top: 2rem;
}
.link__btn-item {
	max-width: 34%;
	border-radius:2rem;
}
.reserve .link__btn-item {
	border-radius: .3rem;
	max-width: 350px;
}
.component .link__btn-item {
	border-radius:.3rem;
}
.method__image {
	margin-top: 3rem;
}
/******************menu*******************/
.menu {
	background: url(/images/menu-bg2.png) no-repeat;
	padding-top: 12rem;
	margin-top: 4rem;
	background-size: cover;
	padding-bottom: 12rem;
	background-position: center top;
}
/*
.menu__box.--special::before {
	background: url(/images/leaves.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	width: 282px;
	height: 349px;
	left: -40px;
	position: absolute;
	top: -80px;
	z-index: -1;
}

.leaves1 {
	position: absolute;
	left: 8rem;
	top: 15%;
}*/
.menu__inner {
	text-align: center;
	position: relative;
}
.menu__description {
	margin-top: 4rem;
	margin-bottom: 3rem;
	text-align: left;
	max-width: 960px;
	margin-inline: auto;
}
.menu__box {
	background: var(--baseItemColor02);
	max-width: 960px;
	margin-inline: auto;
	padding: 2rem 1rem 1rem;
	margin-top: 1rem;
	position: relative;
}
.menu__info {
	background: #fff;
	padding: 1.5rem 1rem;
	margin: 2rem 1rem 1rem;
}
.menu__info-group {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.menu__price-group {
	display: flex;
	justify-content: center;
	gap: 0 1vw;
	flex-wrap: wrap;
}
.menu__price-item {
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.menu__course-name {
	font-size: .9rem;
}

.menu__info-label {
    font-size: .8rem;
    background: var(--baseItemColor01);
    text-align: center;
    color: #fff;
    border-radius: 2rem;
    padding: 0 .8rem;
}
.menu__info-item {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.menu__info-value {
	color: var(--baseItemColor01);
	font-weight: 700;
}

.menu__price-value {
	font-size: 1.8rem;
	color: var(--baseItemColor05);
	font-weight: 700;
}
.menu__price-unit {
    font-size: 1rem;
}
.menu__course-detail {
	font-size: .9rem;
	margin-top: 1rem;
}
.menu__payment-list {
	display: flex;
	margin-top: 2rem;
	gap: 1rem;
	justify-content: center;
}
.menu__payment-list.--wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.menu__payment-group {
    padding: 2rem;
}
.menu__payment-title {
	background: var(--baseItemColor01);
	color: #fff;
	display: inline-block;
	border-radius: 2rem;
	padding: 0 4rem;
	font-size: 1.1rem;
	width: 400px;
}
.menu__payment-item {
	border-radius: .5rem;
	overflow: hidden;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.menu__payment-description {
	font-size: .7rem;
	margin-top: 2rem;
}
.after-text {
	font-size: .9rem;
	text-align: left;
}
.after__inner {
	padding: 3rem 3rem 2rem;
}
.menu__after {
	text-align: left;
}
/******************caution*******************/
.caution {
	padding-top: 7rem;
	padding-bottom: 12rem;
}
.caution__inner {
    text-align: center;
}
.caution__text {
	text-align: left;
	margin-top: 3rem;
}
.caution__item {
	background: var(--baseItemColor03);
	padding: .3rem 1rem;
	margin-top: .5rem;
	font-size: 1.1rem;
}
.caution__list {
	max-width: 480px;
	margin-inline: auto;
	margin-top: 3rem;
}
/******************reserve*******************/
.reserve {
	background: url(/images/reserve-bg.png) no-repeat;
	position: relative;
	background-size: cover;
	margin-top: -13rem;
}

.reserve__inner {
	text-align: center;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.reserve-text {
	margin-top: 4rem;
}
.reserve::before {
	content: "";
	padding-top: 40%;
	display: block;
}/******************shop*******************/
.shop__inner {
	text-align: center;
	color: var(--baseItemColor04);
}
.shop__description {
	font-size: .9rem;
	margin-top: 1rem;
}
.shop__map {
	margin-top: 2rem;
	width: 100%;
}
.shop__info-group {
	font-size: .9rem;
}
.icon-tel {
	transform: rotate(20deg);
}
.icon-pin {
	margin-right: .3rem;
	vertical-align: middle;
}
.shop__name {
	font-size: 2rem;
}

.shop__address {
	margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
.reserve__inner {
	top: 25%;
}
.reserve::before {
	padding-top: 50%;
}
.reserve {
	margin-top: -8rem;
}
}

@media screen and (max-width: 768px) {
.link__btn-item {
	max-width: 100%;
}
.method__title {
	font-size: 1.25rem;
	line-height: initial;
}
.method__text {
	margin-top: 1rem;
}
.menu {
	background: url(/images/menu-bg-s.png) no-repeat;
	padding-top: 8rem;
	background-size: cover;
	overflow-x: hidden;
	margin-top: 2rem;
}
.menu__course-name {
	margin-top: 1rem;
}
.menu__course-detail {
	text-align: left;
}
.menu__course-detail.--center {
	text-align: center;
}
.menu__info-group {
	display: block;
}
.menu__price-group {
	display: block;
}
.menu__info {
	margin: 2rem 0rem 1rem;
}
.menu__price-label {
	font-size: .9rem;
	text-align: left;
}
.menu__price-item {
	justify-content: space-between;
	border-bottom: 1px dotted;
}
.menu__price-item:last-child {
	border-bottom: 0;
}
.menu__payment-group {
	padding: 0rem;
}
.menu__payment-title {
	padding: 0;
	font-size: 1rem;
	width: 100%;
}
.menu__payment-list {
	gap: .6rem;
}
.menu__payment-item {
	width: calc(100% / 3 - .4rem);
}
.menu__payment-description {
	margin-bottom: 2rem;
}
.menu__payment-list {
	flex-wrap: wrap;
}
.menu__price-value {
	font-size: 1.4rem;
}
.menu__box.--special::before {
	content: "";
	display: inline-block;
	width: 111px;
	height: 208px;
	background: url(/images/menu-leaves.png) no-repeat;
	position: absolute;
	right: -3rem;
	top: 0;
}
.menu__box.--pack::before {
	content: "";
	display: inline-block;
	width: 111px;
	height: 208px;
	background: url(/images/menu-leaves.png) no-repeat;
	position: absolute;
	right: -3rem;
	bottom: -8rem;
	z-index: 1;
}
.menu__box.--after::before {
	content: "";
	display: inline-block;
	width: 111px;
	height: 208px;
	background: url(/images/menu-leaves.png) no-repeat;
	position: absolute;
	right: -3rem;
	top: -5rem;
	z-index: 1;
}
.menu__box.--normal::before {
	content: "";
	display: inline-block;
	width: 111px;
	height: 208px;
	background: url(/images/menu-leaves2.png) no-repeat;
	position: absolute;
	left: -3rem;
	top: 0rem;
	z-index: 1;
}
.menu__box.--pay::before {
	content: "";
	display: inline-block;
	width: 111px;
	height: 208px;
	background: url(/images/menu-leaves2.png) no-repeat;
	position: absolute;
	left: -3rem;
	top: -8rem;
	z-index: 1;
}
.menu__after {
	font-size: .9rem;
}
.menu__info-item {
	margin-left: auto;
	width: 80%;
}
.menu__box.--pay .menu__info {
	margin-top: 4rem;
}
.caution {
	padding-top: 2rem;
	padding-bottom: 4rem;
}
.caution__item {
	font-size: 1rem;
}
.shop__map {
	width: 100%;
}
.caution__inner {
	padding-bottom: 0rem;
}
.reserve {
	background: url(/images/reserve-bg-s.png) no-repeat;
	background-size: cover;
	margin-top: 0;
}
.reserve::before {
	padding-top: 100%;
}
.reserve-text {
	font-size: .9rem;
	text-align: center;
}
.shop__inner {
	padding-top: 3rem;
}
.shop__address {
	text-align: left;
	text-indent: -1em;
	padding-left: 2em;
}
.shop__description {
	text-align: left;
}
.shop__map {
	width: 100%;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding-top: 2rem;
}
.after__inner {
	padding: 3rem 0rem 2rem;
}
.reserve .link__btn-item {
	max-width: 90%;
}
}

