body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol,
button {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:focus,
button:focus {
	outline: none;
}

a:focus-visible,
button:focus-visible {
	outline: 2px solid #1c90ff;
	outline-offset: 4px;
}

/* layout-access */

.layout-access {
	margin-top: 4.5rem;
}

/* layout-calender */

.layout-calender {
	margin-top: -7.75rem;
}

/* layout-cta */

.layout-cta {
	margin-top: 3.75rem;
}

/* layout-hours */

.layout-hours {
	margin-top: 3.75rem;
}

/* layout-message */

.layout-message {
	margin-top: 6.875rem;
}

/* layout-payment */

.layout-payment {
	margin-top: 4.5rem;
}

/* layout-treatments */

.layout-treatments {
	margin-top: 4.5rem;
}

/* layout-staff */

.layout-staff {
	margin-top: -0.9375rem;
}

/* access */

.access__title {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.access__body {
	margin-top: 2.4375rem;
}

.access__info:last-of-type {
	margin-top: 1.25rem;
}

.access__info p {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.access__director {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.access__button {
	margin: 0 auto;
	margin-top: 0.9375rem;
	width: -moz-fit-content;
	width: fit-content;
}

.access__button a {
	background-color: #fff;
	border-radius: 100vmax;
	color: #333333;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0.875rem 6.25rem 1.0625rem;
	transition: all 0.3s ease;
}

.access__link {
	margin: 0 auto;
	margin-top: 0.6875rem;
	width: -moz-fit-content;
	width: fit-content;
}

.access__link a {
	-webkit-text-decoration: underline;
	color: #5cc3ec;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.access__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.75rem;
	max-width: 78.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 1200/915;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* calender */

.calender {
	background-color: #daf0ff;
	padding: 12.5rem 0rem 6.25rem;
}

.calender__inner.inner {
	max-width: 56.25rem;
}

.calender__body {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 0rem 4.1875rem;
}

.calender__box {
	display: flex;
	flex-direction: column;
	gap: 2.125rem 0rem;
}

.calender__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

.calender__note {
	align-items: center;
	display: flex;
	gap: 0rem 0.625rem;
}

.calender__icon {
	max-width: 1.5rem;
	width: 100%;
}

.calender__icon img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
}

.calender__note-text {
	color: #6fabdc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.calender__calendar {
	display: block;
	flex-shrink: 0;
	max-width: 31.25rem;
	position: relative;
	width: 100%;
}

.calender__calendar::before {
	background-color: #e7f5ff;
	border-radius: 0.571875rem;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	content: "";
	height: 100%;
	left: 0.8125rem;
	pointer-events: none;
	position: absolute;
	top: 0.9375rem;
	width: 100%;
	z-index: 1;
}

.calender__calendar iframe {
	-o-object-fit: cover;
	aspect-ratio: 500/400;
	border-radius: 0.625rem;
	height: auto;
	object-fit: cover;
	pointer-events: auto;
	position: relative;
	z-index: 2;
}

/* card */

.card {
	background-color: #fff;
	border-radius: 1.125rem;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1.1875rem 0rem;
	padding: 0.625rem 0.625rem 0.9375rem 0.625rem;
}

.card__image {
	width: 100%;
}

.card__image img {
	-o-object-fit: cover;
	aspect-ratio: 213/121.19;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2.0625rem 0rem;
	padding: 0 0.5625rem 0 0.8125rem;
}

.card__title {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1783333333;
}

.card__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

/* cards */

.card__wrap {
	max-width: 730px;
	width: 100%;
}

.cards {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 0.875rem;
	justify-content: flex-start;
	width: 100%;
}

.cards__item {
	flex: 0 0 calc((100% - 1.75rem) / 3);
	width: calc((100% - 1.75rem) / 3); /* 4番目と5番目のアイテム（2行目）を中央揃え */ /* 6番目と7番目のアイテム（3行目）を中央揃え */
}

.cards__item:nth-child(4) {
	margin-left: calc((100% - (calc((100% - 1.75rem) / 3) * 2 + 0.875rem)) / 2);
}

.cards__item:nth-child(5) {
	margin-left: 0;
}

.cards__item:nth-child(6) {
	margin-left: calc((100% - (calc((100% - 1.75rem) / 3) * 2 + 0.875rem)) / 2);
}

.cards__item:nth-child(7) {
	margin-left: 0;
}

/* commitment */

.commitment {
	background-color: #daf0ff;
	padding: 11.1875rem 0rem 4.5rem;
}

.commitment__title {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.commitment__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.4375rem;
	max-width: 24.375rem;
	width: 100%;
}

.commitment__treatment {
	background-color: #edfaff;
	color: #5ac1eb;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0.8125rem 0rem;
	position: relative;
	text-align: center;
}

.commitment__treatment--1::after,
.commitment__treatment--2::after {
	background: url(../image/arrow-blue.svg) center center/contain no-repeat;
	content: "";
	height: 1.75rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 2.125rem;
}

.commitment__treatment--1::after {
	top: 108%;
}

.commitment__treatment--2 {
	margin-top: 2.5rem;
}

.commitment__treatment--2::after {
	bottom: 111%;
	top: auto;
	top: initial;
}

.commitment__flow {
	display: flex;
	flex-direction: column;
	gap: 0.625rem 0rem;
	margin-top: 2.5rem;
	position: relative;
	z-index: 1;
}

.commitment__flow-item {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex: 1;
	gap: 0rem 1.875rem;
	padding: 1.0625rem 1.4375rem 1.125rem 2.3125rem;
	position: relative;
}

.commitment__flow-item::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.3125rem;
}

.commitment__flow-item.commitment__flow-item--1::before {
	background-color: #eff6b6;
}

.commitment__flow-item.commitment__flow-item--1::after {
	background: url(../image/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 1.6875rem;
	left: 50%;
	position: absolute;
	top: 90%;
	translate: -50% 0;
	width: 2.25rem;
	z-index: -1;
}

.commitment__flow-item--2 {
	padding: 3.25rem 1.4375rem 2.375rem 2.3125rem;
	z-index: -5;
}

.commitment__flow-item--2::before {
	background-color: #ffc4dd;
}

.commitment__flow-item--3 {
	z-index: -10;
}

.commitment__flow-item--3::before {
	background-color: #edd8fe;
}

.commitment__flow-item--3::after {
	background: url(../image/arrow.svg) center center/contain no-repeat;
	bottom: 80%;
	content: "";
	height: 1.6875rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 2.25rem;
	z-index: -1;
}

.commitment__flow-title {
	display: flex;
	flex-direction: column;
}

.commitment__flow-title span {
	color: #333333;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.48rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4322916667;
	text-transform: uppercase;
}

.commitment__flow-title-text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.800625rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4832162373;
}

.commitment__flow-body {
	margin-left: auto;
	max-width: 14.6875rem;
	width: 100%;
}

.commitment__flow-strong-text {
	color: #6fabdc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-top: 0.6125rem;
}

.commitment__flow-text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2727272727;
}

.commitment__flow-text:not(:first-child) {
	margin-top: 0.5rem;
}

.commitment__flow-image-box {
	align-items: center;
	display: flex;
}

.commitment__flow-image {
	max-width: 7.3125rem;
	width: 100%;
}

.commitment__flow-image img {
	-o-object-fit: cover;
	aspect-ratio: 117/102;
	height: auto;
	object-fit: cover;
}

/* cta */

.cta {
	background-color: #daf0ff;
	padding: 2.8125rem 0rem 4.5625rem;
}

.cta__inner {
	text-align: center;
}

.cta__icon {
	margin-left: auto;
	margin-right: auto;
	max-width: 11.625rem;
	width: 100%;
}

.cta__icon img {
	-o-object-fit: cover;
	aspect-ratio: 186/100;
	height: auto;
	object-fit: cover;
}

.cta__text,
.cta__tel {
	color: #6fabdc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.cta__text {
	margin-top: 1.75rem;
}

.cta__tel {
	margin-top: 0.375rem;
}

.cta__button-sp,
.cta__button-pc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.9375rem;
	max-width: 18.75rem;
	width: 100%;
}

.cta__button-pc {
	display: block;
}

.cta__button-sp {
	display: none;
}

.cta__button-tel,
.cta__button-reserve {
	border-radius: 100vmax;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	max-width: 18.75rem;
	padding: 0.875rem 0;
	transition: all 0.3s ease;
	width: 100%;
}

.cta__button-tel {
	background-color: #6fabdc;
	color: #eff6b6;
}

.cta__button-reserve {
	background-color: #eff6b6;
	color: #6fabdc;
}

/* drawer */

.drawer {
	background-color: #fff;
	height: 100vh;
	height: 100svh;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	translate: 100% 0;
	width: 40vw;
	z-index: 105;
}

.js-show.drawer {
	translate: 0 0;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 40px;
	padding-top: 88px;
	width: 100%;
}

.drawer__list {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.drawer__list li {
	width: 18.125rem;
}

.drawer__list li:last-child {
	margin-top: 0;
}

.drawer__list li:not(:last-child) {
	border-bottom: 2px solid #ededed;
}

.drawer__button {
	background-color: #6fabdc;
	border-radius: 100vmax;
	color: #eff6b6;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.875rem;
	padding: 0.8125rem 0rem;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
}

/* fixed-menu */

.fixed-menu {
	bottom: 0;
	display: none;
	left: 0;
	opacity: 1;
	position: fixed;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	width: 100%;
	z-index: 100;
}

.fixed-menu.fixed-menu--hidden {
	opacity: 0;
	visibility: hidden;
}

.fixed-menu__tel,
.fixed-menu__reserve {
	width: 50%;
}

.fixed-menu__button {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 1.25rem 0rem;
	text-align: center;
	width: 100%;
}

.fixed-menu__button--tel {
	background-color: #6fabdc;
	color: #eff6b6;
}

.fixed-menu__button--reserve {
	background-color: #eff6b6;
	color: #6fabdc;
}

/* footer */

.footer__content {
	background-color: #6fabdc;
	padding: 1.875rem 0rem 2.5625rem;
	text-align: center;
}

.footer__affiliation {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.footer__name {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	padding-left: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.footer__name::before {
	background-color: #fff;
	border-radius: 100vmax;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.875rem;
}

.footer__copy {
	background-color: #eff6b6;
	padding: 0.875rem 0rem 0.9375rem;
	text-align: center;
}

.footer__copy-text {
	color: #6fabdc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
}

/* hamburger */

.hamburger {
	align-items: center;
	background-color: #64baf5;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.28125rem 0rem;
	height: 5rem;
	justify-content: center;
	position: fixed;
	right: 0;
	top: 0;
	width: 5rem;
	z-index: 110;
}

.hamburger__button {
	display: block;
	height: 1.66875rem;
	position: relative;
	transition: 0.3s all;
	width: 2.59375rem;
}

.hamburger--bar {
	background-color: #e0ffc0;
	display: inline-block;
	height: 0.370625rem;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: calc((100% - 2px) / 2);
	transition: ease 0.5s all;
	width: 100%;
}

.hamburger--bar:nth-child(1) {
	translate: 0 -0.653125rem;
}

.hamburger--bar:nth-child(3) {
	translate: 0 0.653125rem;
}

.hamburger__text {
	color: #e0ffc0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

/*OPEN時の動き*/

.js-show.hamburger {
	background-color: #fff;
}

.js-show .hamburger--bar {
	background-color: #999;
	border-radius: 3px;
	transition: ease 0.5s;
}

.js-show .hamburger--bar:nth-child(1) {
	rotate: 45deg;
	translate: 0 0;
}

.js-show .hamburger--bar:nth-child(2) {
	opacity: 0;
}

.js-show .hamburger--bar:nth-child(3) {
	left: 0;
	right: 0;
	rotate: -45deg;
	translate: 0 0;
	width: 100%;
}

.js-show .hamburger__text {
	opacity: 0;
	visibility: hidden;
}

/* header */

.header {
	background-color: #fff;
	height: 5rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: start;
	padding-left: 1.375rem;
}

.header__inner h1 {
	height: inherit;
}

.header__title {
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	transition: opacity 0.3s ease;
}

.header__title-sub {
	color: #64baf5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
}

.header__title-main {
	color: #64baf5;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

/* hours-table */

.hours-table {
	border-collapse: collapse;
	display: table;
}

.hours-table tr {
	border-bottom: 2px solid #daf0ff;
}

.hours-table th,
.hours-table td {
	font-weight: 700;
	line-height: 1;
	padding: 1.25rem 0.4375rem;
	text-align: center;
	vertical-align: top;
}

.hours-table th {
	font-size: 0.875rem;
}

.hours-table td {
	color: #333333;
	font-size: 0.875rem;
}

.hours-table td img {
	-o-object-fit: cover;
	aspect-ratio: 18/18;
	display: inline-block;
	height: auto;
	max-width: 1.125rem;
	object-fit: cover;
	width: 100%;
}

.hours-table .hours-table__detail {
	color: #000;
	font-size: 0.875rem;
}

/* hours */

.hours {
	padding: 4.25rem 0rem;
	position: relative;
}

.hours::after {
	background-color: #fff;
	border-radius: 6.03125rem 0 0 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 85.8333333333%;
}

.hours__body {
	align-items: center;
	display: flex;
	gap: 0rem 7.9375rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 67%;
	padding-left: 10%;
	position: relative;
	width: 100%;
	z-index: 1;
}

.hours__box {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.hours__image {
	display: inline-block;
	max-width: 18.875rem;
	width: 100%;
}

.hours__image img {
	-o-object-fit: cover;
	aspect-ratio: 302/145;
	height: auto;
	object-fit: cover;
}

.hours__description {
	align-items: center;
	display: flex;
	gap: 0rem 0.1875rem;
	margin-top: 1.75rem;
}

.hours__icon {
	max-width: 1.125rem;
	width: 100%;
}

.hours__icon img {
	-o-object-fit: cover;
	aspect-ratio: 18/18;
	height: auto;
	object-fit: cover;
}

.hours__description-text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
}

.hours__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0.5625rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

/* main */

.main {
	background-color: #f6f3ed;
}

/* mainview */

.mainview {
	margin-top: 5rem;
}

.mainview__image {
	-o-object-fit: cover;
	aspect-ratio: 1200/478;
	background: url(../image/mainview1.jpg) no-repeat center center/cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* menu-item */

.menu-item {
	align-items: center;
	display: flex;
	gap: 0rem 0.25rem;
	padding-bottom: 0.625rem;
	padding-left: 0.875rem;
	padding-top: 0.75rem;
	position: relative;
}

.menu-item::before {
	border-radius: 100vmax;
	content: "";
	height: 1.3125rem;
	left: 0;
	position: absolute;
	top: 0.75rem;
	width: 0.375rem;
}

.menu-item--green::before {
	background-color: #b8e8d8;
}

.menu-item--blue::before {
	background-color: #daf0ff;
}

.menu-item--yellow::before {
	background-color: #eff6b6;
}

.menu-item--pink::before {
	background-color: #ffc4dd;
}

.menu-item--purple::before {
	background-color: #edd8fe;
}

.menu-item--orange::before {
	background-color: #ffe3ae;
}

.menu-item--red::before {
	background-color: #ffcabf;
}

.menu-item--light-green::before {
	background-color: #bff5c0;
}

.menu-item--light-blue::before {
	background-color: #64baf5;
}

.menu-item__jp {
	color: #333333;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	transition: color 0.3s ease;
}

.menu-item__en {
	color: #bababa;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	transition: color 0.3s ease;
}

/* message */

.message__inner.inner {
	max-width: 48.125rem;
}

.message__title {
	color: #333333;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.message__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	margin-top: 3.875rem;
}

.message__text span {
	color: #64baf5;
	margin-top: 2rem;
}

.message__image {
	display: block;
	margin-left: auto;
	margin-top: 2rem;
	max-width: 7.375rem;
	width: 100%;
}

.message__image img {
	-o-object-fit: cover;
	aspect-ratio: 118/48;
	height: auto;
	object-fit: cover;
}

/* panel */

.panel {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.panel__image {
	max-width: 7.5rem;
	width: 100%;
}

.panel__image img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	border-radius: 100vmax;
	height: auto;
	object-fit: cover;
}

.panel__name {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.panel__type {
	color: #6fabdc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.panel__info {
	margin-top: 1.5rem;
	text-align: center;
}

.panel__info p {
	color: #767676;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.4615384615;
}

.panel__info p:not(:first-child) {
	margin-top: 0.25rem;
}

/* panels */

.panels {
	display: flex;
	flex-direction: column;
	gap: 3rem 0rem;
}

.panels__wrap {
	align-items: center;
	display: flex;
	gap: 0rem 1.25rem;
	justify-content: center;
}

.panels__panel {
	max-width: 13rem;
	width: 100%;
}

/* payment */

.payment__title {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.payment__text {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	margin-top: 2.4375rem;
	text-align: center;
}

.payment__text span {
	color: #6fabdc;
	font-weight: 700;
}

.payment__notes {
	color: #888888;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
}

.payment__notes:first-of-type {
	margin-top: 1.5rem;
}

.payment__notes:last-of-type {
	margin-top: 0.5rem;
}

/* staff */

.staff {
	background-color: #fff;
	padding: 5.4375rem 0rem 3.3125rem;
	position: relative;
}

.staff::before,
.staff::after {
	aspect-ratio: 1200/93.33;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.staff::before {
	background: url(../image/bg-shape-top.png) center center/cover no-repeat;
	bottom: 100%;
}

.staff::after {
	background: url(../image/bg-shape-bottom.png) center center/cover no-repeat;
	top: 100%;
}

.staff__title {
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.staff__body {
	margin-top: 4.5rem;
}

/* title */

.title {
	display: flex;
	flex-direction: column-reverse;
	padding-left: 1.125rem;
	position: relative;
}

.title::before {
	background-color: #daf0ff;
	border-radius: 100vmax;
	content: "";
	height: 2.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.625rem;
}

.title--green::before {
	background-color: #b8e8d8;
}

.title--blue::before {
	background-color: #daf0ff;
}

.title--yellow::before {
	background-color: #eff6b6;
}

.title--pink::before {
	background-color: #ffc4dd;
}

.title--purple::before {
	background-color: #edd8fe;
}

.title--orange::before {
	background-color: #ffe3ae;
}

.title--red::before {
	background-color: #ffcabf;
}

.title--light-green::before {
	background-color: #bff5c0;
}

.title--light-blue::before {
	background-color: #64baf5;
}

.title__jp {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

.title__en {
	color: #333333;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

/* totop */

.scroll-top {
	background-color: #6fabdc;
	border: none;
	border-radius: 100vmax;
	bottom: 2.5rem;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	height: 3.125rem;
	opacity: 0;
	position: fixed;
	right: 2.5rem;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 3.125rem;
	z-index: 1000;
}

.scroll-top::after {
	border-right: 2px solid white;
	border-top: 2px solid white;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	rotate: -45deg;
	top: 50%;
	translate: -50% -35%;
	width: 0.9375rem;
}

.scroll-top--visible {
	opacity: 1;
	visibility: visible;
}

.scroll-top:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

/* treatments */

.treatments__title {
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.treatments__body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 45.625rem;
	position: relative;
	z-index: 5;
}

@media (hover: hover) {

.access__button a:hover {
	background-color: #333333;
	color: #fff;
}

.access__link a:hover {
	opacity: 0.7;
}

.cta__button-reserve:hover {
	background-color: #6fabdc;
	color: #eff6b6;
}

.drawer__button:hover {
	background-color: #eff6b6;
	color: #6fabdc;
}

.header__title:hover {
	opacity: 0.8;
}

.menu-item:hover .menu-item__jp,
.menu-item:hover .menu-item__en {
	color: #6fabdc;
}

.scroll-top:hover {
	background-color: #eff6b6;
}

.scroll-top:hover::after {
	border-right: 2px solid #6fabdc;
	border-top: 2px solid #6fabdc;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.layout-access {
	margin-top: 4.8125rem;
}

.layout-calender {
	margin-top: -15.5625rem;
}

.layout-cta {
	margin-top: 2.5rem;
}

.layout-hours {
	margin-top: 2.5rem;
}

.layout-message {
	margin-top: 3.75rem;
}

.layout-payment {
	margin-top: 5rem;
}

.layout-treatments {
	margin-top: 2.5rem;
}

.layout-staff {
	margin-top: 5rem;
}

.access__map {
	margin-top: 2.4375rem;
	padding: 0;
}

.access__map iframe {
	aspect-ratio: 390/295;
}

.calender {
	padding: 18.0625rem 0rem 2.5rem;
}

.calender__inner.inner {
	max-width: 42.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.calender__body {
	flex-direction: column;
	gap: 2rem 0rem;
}

.calender__box {
	gap: 1.25rem 0rem;
}

.calender__calendar {
	background-color: #fff;
	border-radius: 1rem;
	padding: 0.625rem 0.6875rem;
}

.calender__calendar::before {
	display: none;
}

.cards {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.cards__item:nth-child(4) {
	margin-left: 0;
}

.cards__item:nth-child(6) {
	margin-left: 0;
}

.cards__item {
	flex: 0 0 14.2857142857%;
	margin-left: 0; /* スマホ表示では中央揃えをリセット */
	min-width: 14.625rem;
	width: 14.2857142857%;
}

.commitment {
	padding: 7.1875rem 0rem 4.5rem;
}

.commitment__inner.inner {
	padding-left: 0;
	padding-right: 0;
}

.commitment__flow-title {
	flex-shrink: 0;
	min-width: 4.0625rem;
}

.cta__button-pc {
	display: none;
}

.cta__button-sp {
	align-items: center;
	display: flex;
	gap: 0rem 0.1875rem;
}

.cta__button-tel,
.cta__button-reserve {
	max-width: 9.375rem;
}

.drawer {
	opacity: 0;
	translate: 0 0;
	visibility: hidden;
	width: 100%;
}

.js-show.drawer {
	opacity: 1;
	visibility: visible;
}

.fixed-menu {
	align-items: center;
	display: flex;
}

.hamburger {
	height: 3.375rem;
	width: 3.375rem;
}

.hamburger__button {
	height: 1.125rem;
	width: 1.75rem;
}

.hamburger--bar {
	height: 0.25rem;
}

.hamburger--bar:nth-child(1) {
	translate: 0 -0.4375rem;
}

.hamburger--bar:nth-child(3) {
	translate: 0 0.4375rem;
}

.hamburger__text {
	font-size: 0.4375rem;
}

.header {
	height: 3.375rem;
}

.header__inner {
	padding-left: 0.8125rem;
}

.header__title-sub {
	font-size: 0.625rem;
}

.header__title-main {
	font-size: 0.8125rem;
}

.hours-table th,
.hours-table td {
	padding: 1.25rem clamp(0.25rem, -0.018rem + 1.34vw, 0.625rem);
}

.hours-table th {
	font-size: 0.9375rem;
}

.hours-table .hours-table__detail {
	font-size: 0.8125rem;
}

.hours {
	padding: 0;
}

.hours::after {
	display: none;
}

.hours__inner.inner {
	padding-left: 1rem;
	padding-right: 1rem;
}

.hours__body {
	background-color: #fff;
	border-radius: 2.4375rem 0.9375rem 0.9375rem 0.9375rem;
	flex-direction: column;
	gap: 2.5rem 0rem;
	max-width: 40.625rem;
	padding: 2.5rem 0.75rem 4.0625rem;
}

.hours__title {
	margin-left: 1rem;
	width: 100%;
}

.inner {
	padding-left: 28px;
	padding-right: 28px;
}

.inner--thin {
	padding: 0 16px;
}

.mainview {
	margin-top: 3.375rem;
}

.mainview__image {
	aspect-ratio: 390/223;
	background: url(../image/mainview1_sp.jpg) no-repeat center center/cover;
}

.message__inner.inner {
	max-width: 40.625rem;
}

.message__text {
	margin-top: 2.25rem;
}

.message__image {
	margin-top: 2.5rem;
	max-width: 7.125rem;
}

.message__image img {
	aspect-ratio: 114/50;
}

.panel__image {
	max-width: 7.5rem;
}

.panels {
	flex-direction: row;
	gap: 0rem 1.25rem;
	overflow-x: auto;
}

.panels__wrap {
	flex-shrink: 0;
}

.panels__panel {
	min-width: 13rem;
}

.payment__notes:first-of-type {
	margin-top: 0.75rem;
}

.staff {
	padding: 0.625rem 0rem 2.8125rem;
}

.staff::before {
	background: url(../image/bg-shape-top-sp.png) center center/cover no-repeat;
}

.staff::after {
	background: url(../image/bg-shape-bottom-sp.png) center center/cover no-repeat;
}

.staff__title {
	width: 100%;
}

.staff__body {
	margin-top: 2.5rem;
}

.staff__panels {
	overflow-x: auto;
	padding: 0rem 1.75rem 0.625rem;
}

.scroll-top {
	bottom: 3.75rem;
	right: 1.25rem;
}

.treatments__title {
	margin: 0;
}

.treatments__body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1.25rem;
}

.treatments__cards {
	padding-bottom: 0.625rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


/*# sourceMappingURL=style.css.map */
