@font-face {
	font-family: "ryumin";
	src: url(../font/A-OTF-RyuminPro-Bold.otf);
}

body {
	font-feature-settings: "palt";
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

body {
	font-weight: 500;
}

body {
	color: #1a1a1a;
}

.u-mobile {
	display: none;
}

main {
	overflow: hidden;
}

html.is-fixed {
	overflow: hidden;
}

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

html {
	font-size: 16px;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.45s;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* 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;
}

picture {
	display: block;
}

button {
	border: none;
	box-shadow: none;
	padding: 0;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-campaignCard {
	background-color: #fcfcf9;
	box-shadow: 0 0.25rem 0.25rem rgba(140, 140, 139, 0.62);
	padding: 2.5rem 3.75rem;
}

.c-campaignCard__title {
	color: #9f8c6e;
	font-size: 2.8125rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: center;
}

.c-campaignCard__lead {
	font-size: 1.875rem;
	font-weight: 400;
	margin-top: 1.25rem;
	text-align: center;
}

.c-campainCard__body {
	margin-top: 1.25rem;
}

.c-campainCard__wrap {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr 22.1875rem;
}

.c-campaignCard__box {
	background-color: #edeae5;
	color: #423800;
	padding: 1.25rem;
}

.c-campaignCard__price {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 1.25rem;
}

.c-campaignCard__normal span:nth-child(1) {
	align-items: center;
	display: flex;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1.25rem;
}

.c-campaignCard__normal span:nth-child(1) img {
	display: inline-block;
	margin-left: 1rem;
	vertical-align: middle;
	width: 0.8125rem;
}

.c-campaignCard__normal span:nth-child(2) {
	display: inline-block;
	font-size: 2.375rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	letter-spacing: normal;
	margin-top: 0.5rem;
	position: relative;
}

.c-campaignCard__normal span:nth-child(2)::before {
	background-color: #ff7466;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(12deg);
	width: 100%;
}

.c-campaignCard__special {
	align-items: center;
	color: #e63777;
	display: flex;
	font-weight: 400;
	gap: 0.25rem;
}

.c-campaignCard__special span:nth-child(1) {
	font-size: 2.8125rem;
	letter-spacing: -0.03em;
	writing-mode: vertical-lr;
}

.c-campaignCard__special span:nth-child(2) {
	font-size: 6rem;
	font-weight: 400;
}

.c-campaignCard__special span:nth-child(3) {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 3.5625rem;
	justify-content: center;
}

.c-campaignCard__special span:nth-child(3) small {
	font-size: 1.5rem;
}

.c-campaignCard__text {
	margin-top: 0.875rem;
}

.c-hamburger {
	height: 100%;
	position: relative;
	width: 100%;
}

.c-hamburger span {
	background-color: #9f8c6e;
	border-radius: 0.125rem;
	display: inline-block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
	width: 1.3125rem;
}

.c-hamburger span:nth-child(1) {
	top: calc(50% - 0.5rem);
}

.c-hamburger span:nth-child(2) {
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: calc(50% + 0.5rem);
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(30deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-30deg);
}

.c-menu {
	border: 1px solid #9f8c6e;
	display: grid;
	gap: 1.875rem;
	grid-template-columns: 1fr 21.875rem;
	padding: 3.75rem;
}

.c-menu__lead {
	color: #9f8c6e;
	font-size: 2.3125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.2;
}

.c-menu__lead span {
	display: block;
	font-size: 1.4375rem;
	margin-bottom: 0.375rem;
}

.c-menu__time {
	color: #9f8c6e;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	margin-top: 0.625rem;
}

.c-menu__text {
	margin-top: 0.75rem;
}

.c-menu__priceLists {
	margin-top: 2rem;
}

.c-menu__priceList {
	align-items: center;
	display: grid;
	gap: 1.5625rem;
	grid-template-columns: 12.1875rem 1fr;
}

.c-menu__priceList span:nth-child(1) {
	display: block;
	font-size: 1.125rem;
	font-weight: 400;
	padding-block: 0.375rem;
	text-align: center;
}

.c-menu__priceList span:nth-child(2) {
	font-family: "ryumin", serif;
	font-size: 2.4375rem;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.c-menu__priceList span:nth-child(2) small {
	font-size: 1.125rem;
}

.c-menu__priceList:nth-child(1) span:nth-child(1) {
	border: 1px solid #9f8c6e;
	color: #9f8c6e;
}

.c-menu__priceList:nth-child(2) {
	font-family: "ryumin", serif;
	font-weight: 600;
	margin-top: 1rem;
}

.c-menu__priceList:nth-child(2) span:nth-child(1) {
	background-color: #e63777;
	color: #fff;
}

.c-menu__priceList:nth-child(2) span:nth-child(2) {
	color: #e63777;
}

.c-menu__img img {
	-o-object-fit: cover;
	align-self: 365/385;
	height: 100%;
	object-fit: cover;
}

.c-sectionTitle {
	text-align: center;
}

.c-sectionTitle p {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.2083333333;
}

.c-sectionTitle h2 {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.7;
}

.c-text {
	font-size: 1.2rem;
	line-height: 1.75;
}

.c-text p + p {
	margin-top: 1em;
}

.c-title {
	background-color: #9f8c6e;
	color: #fff;
	font-family: "ryumin", serif;
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding-block: 1.125rem;
	text-align: center;
}

.c-voiceCard {
	background-color: #fff;
	box-shadow: 0rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
	height: 100%;
	height: 100%;
	padding: 1.875rem 2.1875rem 2.1875rem;
}

.c-voiceCard__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-items: center;
	color: #9f8c6e;
	display: flex;
	display: -webkit-box;
	font-size: 2rem;
	font-weight: 400;
	height: 3em;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1.40625;
	overflow: hidden;
	text-align: center;
}

.c-voiceCard__img {
	margin-top: 1rem;
	position: relative;
}

.c-voiceCard__img.--small {
	margin-inline: auto;
	width: 60%;
}

.c-voiceCard__img:not(.--small)::before {
	bottom: 0.625rem;
	color: #fff;
	content: "Before";
	left: 0;
	position: absolute;
	text-align: center;
	width: 50%;
}

.c-voiceCard__img:not(.--small)::after {
	bottom: 0.625rem;
	color: #fff;
	content: "After";
	position: absolute;
	right: 0;
	text-align: center;
	width: 50%;
}

.c-voiceCard__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.c-voiceCard__body {
	margin-top: 1.25rem;
}

.c-voiceCard__lead {
	font-size: 1.375rem;
	letter-spacing: 0.06em;
	text-align: center;
}

.c-voiceCard__text {
	flex-grow: 1;
	margin-top: 1rem;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: auto !important;
}

.l-greeting {
	margin-top: 6.25rem;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 1090px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.l-message {
	margin-top: 10rem;
}

.l-mv {
	padding-top: 10rem;
}

.l-pageTitle {
	margin-top: 16.25rem;
}

.l-topCampaign {
	margin-top: 10rem;
}

.l-topMenu {
	margin-top: 8.75rem;
}

.l-topVoice {
	margin-top: 11.25rem;
}

.p-about {
	padding-top: 3.75rem;
}

.p-about__main {
	margin-top: 5.625rem;
	padding-bottom: 7.875rem;
	padding-top: 10.375rem;
	position: relative;
}

.p-about__arrow {
	left: 50%;
	position: absolute;
	top: -2.8125rem;
	transform: translateX(-50%);
	width: 0.6875rem;
}

.p-about__main::before {
	background: url(../images/about/bg_about.webp) center center/100% 100% no-repeat;
	content: "";
	height: 17.5rem;
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 0;
	width: 100vw;
	z-index: -1;
}

.p-about__main::after {
	background-color: #fcf7f0;
	content: "";
	height: calc(100% - 8.75rem);
	left: 0;
	margin-left: calc(50% - 50vw);
	position: absolute;
	top: 8.75rem;
	width: 100vw;
	z-index: -1;
}

.p-about__title {
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.4651162791;
	text-align: center;
}

.p-about__wrap {
	display: grid;
	gap: 2.8125rem;
	grid-template-columns: 32.25rem 1fr;
	margin-top: 3.75rem;
}

.p-about__wrap.--reverse .p-about__img {
	order: 1;
}

.p-about__subtitle {
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin-top: 3.75rem;
	text-align: center;
}

.p-aboutus {
	padding-top: 4.5rem;
}

.p-aboutus__title {
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	position: relative;
	text-align: center;
}

.p-aboutus__title::before {
	background: url(../images/aboutus/title_border.webp) center center/contain no-repeat;
	content: "";
	height: 8.4375rem;
	left: 50%;
	position: absolute;
	top: -0.625rem;
	transform: translateX(-50%);
	width: 59.0625rem;
}

.p-aboutus__text {
	margin-inline: auto;
	margin-top: 6.25rem;
	max-width: 55rem;
}

.p-access {
	padding-bottom: 12.5rem;
	padding-top: 2.5rem;
}

.p-access__blocks {
	margin-top: 2.25rem;
}

.p-access__block {
	display: grid;
	gap: 2.25rem;
	grid-template-columns: 1fr 19.6875rem;
}

.p-access__block + .p-access__block {
	margin-top: 9.0625rem;
}

.p-access__info {
	border-top: 1px solid #d0cec9;
	position: relative;
}

.p-access__info::before {
	background-color: #564c3c;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10.625rem;
}

.p-access__row {
	align-items: center;
	border-bottom: 1px solid #d0cec9;
	display: grid;
	grid-template-columns: 8.125rem 1fr;
	padding-left: 3.4375rem;
}

.p-access__row dt {
	font-family: "ryumin", serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-block: 0.9375rem;
}

.p-access__row dd {
	font-size: 1rem;
	line-height: 1.5625;
	padding-block: 0.9375rem;
}

.p-access__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
}

.p-access__map {
	grid-column: span 2;
	margin-top: 2.125rem;
}

.p-access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 1040/325;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-breadcrumb {
	padding-block: 1.375rem;
	position: relative;
	z-index: 1;
}

.p-breadcrumb__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}

.p-breadcrumb__list span {
	color: #474747;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4166666667;
}

.p-breadcrumb__list > span + span {
	display: inline-block;
	padding-left: 2em;
	position: relative;
}

.p-breadcrumb__list > span + span::before {
	content: ">";
	left: 0em;
	line-height: 1;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
}

.p-breadcrumb__list > span:last-child span {
	color: #bcaf9a;
}

.p-contact {
	padding-bottom: 12.5rem;
}

.p-contact__form {
	margin-top: 2.125rem;
}

.p-drawer {
	height: 100%;
	min-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: all 0.45s;
	width: 100%;
}

.p-drawer.is-active {
	transform: translateX(0);
}

.p-drawer__inner {
	background-color: #fff;
	height: 100%;
	margin-left: auto;
	max-width: 20.625rem;
	overflow-y: scroll;
	padding-bottom: 2rem;
	padding-inline: 1.5625rem;
	padding-top: 3.9375rem;
	position: relative;
	z-index: 1;
}

.p-drawer__contact a {
	align-items: center;
	background-color: #e63777;
	color: #fff;
	display: inline-flex;
	font-size: 1.4375rem;
	gap: 1.25rem;
	justify-content: center;
	letter-spacing: -0.01em;
	padding-block: 1.125rem;
	width: 100%;
}

.p-drawer__contact a span {
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 52%);
	display: inline-block;
	height: 1.3125rem;
	width: 1.5rem;
}

.p-drawer__links {
	margin-top: 0.875rem;
}

.p-drawer__link a {
	border-bottom: 1px solid #a8a8a8;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	padding-block: 0.875rem;
	padding-left: 0.5rem;
	position: relative;
}

.p-drawer__link a::before {
	background: url(../images/common/arrow.svg) center center/contain no-repeat;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 0.3125rem;
}

.p-drawer__company {
	margin-top: 1.125rem;
}

.p-drawer__company a {
	background-color: #f1f0f0;
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.06em;
	padding-block: 0.5625rem;
	text-align: center;
}

.p-drawer__instagram {
	margin-inline: auto;
	margin-top: 1.125rem;
	width: 1.875rem;
}

.p-drawer__bg {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background-color: rgba(246, 246, 246, 0.5019607843);
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.45s 0.45s;
	width: 100%;
}

.p-drawer.is-active .p-drawer__bg {
	opacity: 1;
}

.p-effect {
	padding-bottom: 10.5rem;
}

.p-effect__title {
	background-color: #d7a89a;
	color: #fff;
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin-left: calc(50% - 50vw);
	padding-block: 0.75rem 1.25rem;
	position: relative;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(137, 106, 102, 0.51);
	width: 100vw;
}

.p-effect__title::before {
	background-color: #d7a89a;
	bottom: -1.4375rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 1.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.5rem;
}

.p-effect__title span {
	font-size: 4.3125rem;
}

.p-effect__cards {
	display: grid;
	gap: 4.375rem 3.875rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 5.125rem;
}

.p-effect__card {
	background: url(../images/about/bg_effect.webp) center center/100% 100% no-repeat;
	display: flex;
	flex-direction: column;
	height: 15.1875rem;
	justify-content: center;
	padding-inline: 1.875rem 9.375rem;
	position: relative;
}

.p-effect__card::before {
	background: url(../images/about/shadow.webp) center center/100% 100% no-repeat;
	bottom: -1.875rem;
	content: "";
	height: calc(100% + 1.875rem);
	position: absolute;
	right: -1.875rem;
	width: calc(100% + 1.875rem);
	z-index: -1;
}

.p-effect__number {
	color: #d7a89a;
	font-size: 4.6875rem;
	font-style: italic;
	letter-spacing: -0.04em;
	position: absolute;
	right: 0.9375rem;
	top: -1.5625rem;
}

.p-effect__subTitle {
	font-size: 1.875rem;
}

.p-effect__text {
	margin-top: 1rem;
}

.p-effect__img {
	position: absolute;
}

.p-effect__img.--1 {
	bottom: 1.125rem;
	right: 0.875rem;
	width: 10.125rem;
}

.p-effect__img.--2 {
	bottom: 1.5625rem;
	right: -0.75rem;
	width: 12.9375rem;
}

.p-effect__img.--3 {
	bottom: 2.25rem;
	right: 2.625rem;
	width: 7.0625rem;
}

.p-effect__img.--4 {
	bottom: 2rem;
	right: 0.875rem;
	width: 10.4375rem;
}

.p-faq {
	padding-bottom: 12.5rem;
	padding-top: 2.5rem;
}

.p-faq__unit + .p-faq__unit {
	margin-top: 5.625rem;
}

.p-faq__title {
	border-left: 0.25rem solid #9f8c6e;
	color: #9f8c6e;
	font-size: 2.375rem;
	font-weight: 400;
	padding-left: 1.125rem;
}

.p-faq__blocks {
	margin-top: 1.25rem;
}

.p-faq__block {
	border: 1px solid #d7dae5;
	padding: 1.25rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 1.875rem;
}

.p-faq__q {
	color: #9f8c6e;
	display: grid;
	font-size: 1.75rem;
	font-weight: 500;
	gap: 1.25rem;
	grid-template-columns: 2.5rem 1fr;
	letter-spacing: 0.03em;
	line-height: 1.3333333333;
}

.p-faq__q span {
	align-items: center;
	background: linear-gradient(to bottom, #d3cbbd, #9f8c6e);
	color: #fff;
	display: inline-flex;
	font-family: "STIX Two Text", serif;
	font-size: 1.75rem;
	font-style: italic;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.p-faq__a {
	border-top: 1px solid #d7dae5;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 2.5rem 1fr;
	margin-top: 0.875rem;
	padding-top: 0.875rem;
}

.p-faq__a span {
	align-items: center;
	background: linear-gradient(to bottom, #ecebe7, #edece8);
	color: #9f8c6e;
	display: inline-flex;
	font-family: "STIX Two Text", serif;
	font-size: 1.75rem;
	font-style: italic;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.p-faq__text {
	margin-top: 0.3125rem;
}

.p-faq__text a {
	text-decoration: underline;
}

.p-float {
	background-color: #e63777;
	bottom: 0;
	color: #fff;
	display: none;
	height: 4.375rem;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.p-float a {
	align-items: center;
	display: flex;
	font-size: 1.8125rem;
	font-weight: 400;
	gap: 0.9375rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.05em;
}

.p-float a span {
	background-color: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	height: 0.8125rem;
	width: 0.9375rem;
}

.p-flow {
	background-color: #fcf7f0;
	padding-bottom: 10rem;
	padding-top: 5rem;
}

.p-flow__title {
	font-size: 2.6875rem;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-flow__head {
	font-size: 1.625rem;
	letter-spacing: 0.06em;
	margin-top: 2.125rem;
	text-align: center;
}

.p-flow__head span {
	display: block;
	font-size: 1rem;
	margin-top: 0.5rem;
}

.p-flow__steps {
	margin-inline: auto;
	margin-top: 2.5rem;
	max-width: 55rem;
}

.p-flow__step {
	align-items: center;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr 15rem;
	height: 8.75rem;
	padding-left: 15.625rem;
	position: relative;
}

.p-flow__step + .p-flow__step {
	margin-top: 4.625rem;
}

.p-flow__step + .p-flow__step::before {
	background-color: #d8d0c4;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 1.5625rem;
	left: 50%;
	position: absolute;
	top: -3.3125rem;
	transform: translateX(-50%);
	width: 2.0625rem;
}

.p-flow__number {
	background-color: #b6a892;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	color: #fff;
	font-family: "STIX Two Text", serif;
	font-size: 3.125rem;
	font-style: italic;
	font-weight: 400;
	height: 8.75rem;
	left: 0;
	letter-spacing: -0.07em;
	padding-left: 1.2rem;
	padding-top: 1.375rem;
	position: absolute;
	top: 0;
	width: 8.75rem;
}

.p-flow__text {
	font-size: 1.25rem;
	letter-spacing: 0.06em;
}

.p-flow__img {
	height: 100%;
}

.p-flow__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-footer {
	background-color: #f3f0e8;
	padding-bottom: 1.875rem;
	padding-top: 2.5rem;
}

.p-footer__logo {
	margin-inline: auto;
	max-width: 22.5rem;
}

.p-footer__text {
	font-size: 1rem;
	letter-spacing: 0.06em;
	margin-top: 2.8125rem;
	text-align: center;
}

.p-footer__copy {
	font-size: 0.8125rem;
	letter-spacing: 0.06em;
	margin-top: 7.375rem;
	text-align: center;
}

.p-form {
	border: 1px solid #cccccc;
	padding: 1.875rem 2.5rem 3.75rem;
}

.p-form__row {
	align-items: flex-start;
	display: grid;
	gap: 2rem;
	grid-template-columns: 14.0625rem 1fr;
	padding-block: 1.625rem;
	padding-inline: 0.75rem;
}

.p-form__row:not(:last-child,
:nth-last-child(2)) {
	border-bottom: 1px dotted #cccccc;
}

.p-form__row dt {
	align-items: flex-start;
	display: grid;
	font-size: 1rem;
	gap: 0.8125rem;
	
	line-height: 1.3125;
	margin-top: 0.5rem;
}

.p-form__row dt:has(span) {
	grid-template-columns: 2.5625rem 1fr;
}

.p-form__row dt span {
	align-items: center;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.8125rem;
	height: 1.3125rem;
	justify-content: center;
	width: 2.5625rem;
}

.p-form__row dt span.hissu {
	background-color: #c12f2f;
}

.p-form__row dt span.ninni {
	background-color: #999999;
}

.p-form__row dd {
	position: relative;
}

.p-form.confirm dd p {
	align-items: center;
	display: inline-flex;
	font-size: 1rem;
	line-height: 2;
	min-height: 2rem;
}

.p-form__input textarea,
.p-form__input input[type=text],
.p-form__input input[type=tel],
.p-form__input input[type=email] {
	border: 1px solid #dddddd;
	border-radius: 0.25rem;
	display: inline-block;
	height: 2rem;
	padding-inline: 0.5em;
	width: 100%;
}

.p-form__input textarea::-moz-placeholder,
.p-form__input input[type=text]::-moz-placeholder,
.p-form__input input[type=tel]::-moz-placeholder,
.p-form__input input[type=email]::-moz-placeholder {
	font-size: 0.8125rem;
}

.p-form__input textarea::placeholder,
.p-form__input input[type=text]::placeholder,
.p-form__input input[type=tel]::placeholder,
.p-form__input input[type=email]::placeholder {
	font-size: 0.8125rem;
}

.p-form__input textarea {
	height: 6.5625rem;
	line-height: 1.5;
	padding-block: 0.5em;
}

.p-form__date {
	align-items: center;
	display: flex;
	gap: 0.9375rem;
}

.p-form__date span {
	font-size: 1rem;
}

.p-form__date select {
	background: url(../images/contact/select-arrow.webp) calc(100% - 0.3125rem) center/0.5rem no-repeat;
	border: 1px solid #dddddd;
	border-radius: 0.25rem;
	display: inline-block;
	height: 2rem;
	padding-inline: 0.5em;
	width: 100%;
}

.p-form__year select {
	width: 7rem;
}

.p-form__menu li {
	display: grid;
	grid-template-columns:2.5625rem 6.875rem 1fr;
	align-items: center;
	gap: 1rem;
}

.p-form__menu li .tag {
	align-items: center;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-flex;
	font-size: 0.8125rem;
	height: 1.3125rem;
	justify-content: center;
	width: 2.5625rem;
}

.p-form__menu li .tag.hissu {
	background-color: #c12f2f;
}

.p-form__menu li .tag.ninni {
	background-color: #999999;
}

.p-form__menu li select {
	width: 100%;
	background: url(../images/contact/select-arrow.webp) calc(100% - 0.625rem) center / 0.5rem no-repeat;
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    display: inline-block;
    height: 2.25rem;
    padding-inline: 0.5em;
}

.p-form__menu li + li {
	margin-top: 1em;
}

.p-form__month select {
	width: 3.1875rem;
}

.p-form__day select {
	width: 3.1875rem;
}

.p-form__time select {
	width: 5.125rem;
}

.p-form__icon {
	display: none;
	width: 2.625rem;
}

.p-form__address input,
.p-form__address select {
	border: 1px solid #dddddd;
	border-radius: 0.25rem;
	display: inline-block;
	height: 2rem;
	padding-inline: 0.5em;
	width: 100%;
}

.p-form__address select {
	background: url(../images/contact/select-arrow.webp) calc(100% - 0.3125rem) center/0.5rem no-repeat;
}

.p-form__address span {
	font-size: 1rem;
}

.p-form__zip {
	align-items: center;
	display: grid;
	grid-template-columns: 4.6875rem 1fr;
}

.p-form__pre {
	align-items: center;
	display: grid;
	grid-template-columns: 4.6875rem 1fr;
	margin-top: 1.125rem;
}

.p-form__city {
	align-items: center;
	display: grid;
	grid-template-columns: 4.6875rem 1fr;
	margin-top: 1.125rem;
}

.p-form__box {
	background-color: #eeeeee;
	font-size: 0.75rem;
	line-height: 1.6666666667;
	margin-top: 1.625rem;
	padding: 0.875rem;
}

.p-form__radio ul {
	align-items: center;
	display: flex;
	gap: 2.25rem;
	min-height: 2rem;
}

.p-form__radio li input + span {
	display: inline-block;
	font-size: 1rem;
	padding-left: 1rem;
	position: relative;
}

.p-form__radio li input + span::before {
	border: 1px solid #1a1a1a;
	border-radius: 50%;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.p-form__radio li input + span::after {
	border-bottom: 2px solid #c12f2f;
	border-left: 2px solid #c12f2f;
	content: "";
	height: 0.5rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 25%;
	transform: translateY(-50%) rotate(-45deg);
	width: 0.875rem;
}

.p-form__radio li input:checked + span::after {
	opacity: 1;
}

.p-form__submit {
	margin-top: 3.125rem;
	text-align: center;
}

.p-form__submit input {
	align-items: center;
	background-color: #b5965c;
	border: 1px solid #b5965c;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	height: 100%;
	height: 3.125rem;
	justify-content: center;
	transition: all 0.45s;
	width: 100%;
	width: 19.6875rem;
}

.wpcf7-not-valid-tip {
	margin-top: 0.625rem;
}

.p-form__day .wpcf7-not-valid-tip,
.p-form__year .wpcf7-not-valid-tip,
.p-form__month .wpcf7-not-valid-tip {
	display: none;
}

.p-form__time .wpcf7-not-valid-tip {
	left: -26rem;
	margin-top: 0.5rem;
	position: absolute;
}

.wpcf7-spinner {
	display: none;
}

.p-globalNav {
	height: 100%;
}

.p-globalNav__links {
	align-items: center;
	display: flex;
	gap: 5rem;
	height: 100%;
	justify-content: center;
}

.p-globalNav__link {
	height: 100%;
}

.p-globalNav__link a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.06em;
	padding-block: 1.25rem;
	width: 100%;
}

.p-globalNav__link span {
	display: inline-block;
	position: relative;
}

.p-globalNav__link span::before {
	background-color: #1a1a1a;
	bottom: -0.5rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.45s;
	width: 0%;
}

.p-greeting {
	background: url(../images/aboutus/bg_about.webp) center top/100% auto no-repeat;
	padding-block: 9.375rem;
	position: relative;
}

.p-greeting::before {
	background: linear-gradient(to bottom, #9f8c6e 0%, white 100%);
	bottom: 0;
	content: "";
	height: 0.625rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-greeting__title {
	font-size: 2.75rem;
	letter-spacing: 0.06em;
	line-height: 1.6818181818;
	text-align: center;
}

.p-greeting__text {
	margin-inline: auto;
	margin-top: 4.0625rem;
	max-width: 55rem;
}

.p-header {
	align-items: center;
	background-color: #fff;
	box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	height: 10.625rem;
	justify-content: flex-end;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.p-header__inner {
	height: auto;
	padding-inline: 2.5rem;
}

.p-header__inner {
	align-items: center;
	display: flex;
	max-width: calc(71.25rem + 25px + 25px);
}

.p-header__logo {
	max-width: 13.625rem;
}

.p-header__logo a {
	display: block;
}

.p-header__tel {
	align-items: center;
	display: flex;
	gap: 2.25rem;
	margin-left: auto;
}

.p-header__telNumber span {
	display: block;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	margin-left: 1.5rem;
}

.p-header__telNumber a {
	color: #9f8c6e;
	display: inline-block;
	font-family: "STIX Two Text", serif;
	font-size: 1.875rem;
	font-style: italic;
	margin-top: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
}

.p-header__telNumber a::before {
	-webkit-mask: url(../images/common/icon_tel.svg) center center/contain no-repeat;
	background-color: #9f8c6e;
	content: "";
	height: 1.25rem;
	left: 0;
	mask: url(../images/common/icon_tel.svg) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.p-header__contact {
	margin-left: 3.125rem;
}

.p-header__contact a {
	background-color: #e63777;
	border: 2px solid #e63777;
	color: #fff;
	display: inline-block;
	font-size: 1.5625rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	padding: 0.6875rem 1.375rem;
}

.p-header__nav {
	margin-top: 0.625rem;
}

.p-header__hamburger {
	display: none;
	height: 3.75rem;
	position: fixed;
	right: 0;
	top: 0;
	width: 3.75rem;
	z-index: 1;
}

.p-information {
	padding-bottom: 16.875rem;
	padding-top: 9.25rem;
}

.p-information__blocks {
	align-items: center;
	display: flex;
	gap: 9.125rem;
	justify-content: center;
	margin-top: 5.625rem;
}

.p-information__block {
	width: 23.125rem;
}

.p-information__shopTitle {
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	margin-top: 1rem;
	text-align: center;
}

.p-information__btn {
	margin-top: 0.875rem;
	text-align: center;
}

.p-information__btn a {
	background-color: #e63777;
	border: 2px solid #e63777;
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	letter-spacing: 0.06em;
	padding-block: 0.5rem;
	width: 100%;
}

.p-instagram {
	padding-top: 6.25rem;
}

.p-instagram__main {
	margin-top: 3.75rem;
}

.p-menu {
	padding-bottom: 7.25rem;
	padding-top: 2.5rem;
}

.p-menu__lead {
	font-size: 1.125rem;
	letter-spacing: 0.06em;
	margin-top: 1.625rem;
	text-align: center;
}

.p-menu__blocks {
	margin-top: 1.25rem;
}

.p-menu__block + .p-menu__block {
	margin-top: 2.625rem;
}

.p-menu__other {
	margin-top: 4.0625rem;
}

.p-message {
	background: linear-gradient(to bottom, #fcf7f0, white);
	padding-bottom: 11.25rem;
	padding-top: 6.25rem;
}

.p-message__title {
	align-items: center;
	display: flex;
	font-size: 2.6875rem;
	height: 9.6875rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1.4651162791;
	margin-inline: auto;
	max-width: 48rem;
	position: relative;
	text-align: center;
}

.p-message__title::before {
	background: url(../images/staff/frame.webp) center center/100% 100% no-repeat;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.375rem;
}

.p-message__title::after {
	background: url(../images/staff/frame.webp) center center/100% 100% no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(-1, 1);
	width: 1.375rem;
}

.p-message__text {
	margin-inline: auto;
	margin-top: 3.25rem;
	max-width: 55rem;
	text-align: center;
}

.p-message__gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.375rem;
}

.p-mind {
	padding-bottom: 8.875rem;
	padding-top: 7.25rem;
}

.p-mind__title {
	font-size: 2.75rem;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-mind__lists {
	margin-inline: auto;
	margin-top: 4.6875rem;
	max-width: 55rem;
}

.p-mind__list {
	display: grid;
	gap: 2rem;
	grid-template-columns: 10.3125rem 1fr;
}

.p-mind__list + .p-mind__list {
	margin-top: 3.5rem;
}

.p-mind__content {
	margin-top: 0.625rem;
}

.p-mind__bigText {
	color: #9f8c6e;
	font-size: 1.75rem;
	letter-spacing: 0.06em;
}

.p-mind__text {
	margin-top: 1rem;
}

.p-mv__slider .slick-list {
	overflow: unset;
}

.p-mv__img {
	position: relative;
}

.p-mv__img::before {
	box-shadow: 5px 5px 5px rgba(201, 201, 201, 0.62);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	top: -3.8vw;
	transform: skewY(-4.7deg);
	width: 100%;
}

.p-other__blocks {
	display: grid;
	gap: 5rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-other__block {
	display: flex;
	flex-direction: column;
}

.p-other__title {
	background-color: #9f8c6e;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding-block: 1.25rem;
	text-align: center;
}

.p-other__lists {
	border: 1px solid #9f8c6e;
	display: grid;
	flex-grow: 1;
	gap: 1.5rem 0;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.375rem;
	padding: 2.8125rem 2.375rem;
}

.p-other__list {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	padding-left: 1.625rem;
	position: relative;
}

.p-other__list::before {
	background-color: #9f8c6e;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.p-other__list.--full {
	grid-column: span 2;
}

.p-pageTitle h1 {
	border-bottom: 2px solid #564c3c;
	color: #564c3c;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.25;
	padding-bottom: 2.25rem;
	text-align: center;
}

.p-prof {
	background-color: #fcf7f0;
	padding-bottom: 10.625rem;
	padding-top: 10.3125rem;
}

.p-prof__blocks {
	margin-inline: auto;
	max-width: 56.25rem;
}

.p-prof__block {
	background-color: #fff;
	border: 1px solid #9f8c6e;
	position: relative;
}

.p-prof__block + .p-prof__block {
	margin-top: 5.625rem;
}

.p-prof__img {
	box-shadow: 1rem 1rem 0.625rem rgba(216, 216, 211, 0.49);
	position: absolute;
	top: -3.25rem;
	width: 26.125rem;
}

.p-prof__img.--left {
	left: -3.125rem;
}

.p-prof__img.--right {
	right: -3.125rem;
}

.p-prof__content {
	padding: 3.125rem 3.125rem;
}

.p-prof__content.--half {
	padding-left: 27.1875rem;
}

.p-prof__head {
	font-size: 2.5rem;
	font-weight: 400;
}

.p-prof__head span {
	color: #9f8c6e;
	display: block;
	font-size: 1.75rem;
	letter-spacing: 0.06em;
	margin-bottom: 1.25rem;
}

.p-prof__text {
	margin-top: 1.25rem;
}

.p-prof__units {
	margin-top: 2.5rem;
}

.p-prof__unit + .p-prof__unit {
	margin-top: 2.1875rem;
}

.p-prof__subTitle {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding: 0.25rem 1.375rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-prof__subTitle::before {
	background-color: #9f8c6e;
	clip-path: polygon(0.625rem 0%, 100% 0%, calc(100% - 0.625rem) 100%, 0% 100%);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-reason__title {
	background: linear-gradient(to right, #9f8c6e, rgba(159, 140, 110, 0.5) calc(50% - 1.5625rem), rgba(159, 140, 110, 0.5) calc(50% + 1.5625rem), #9f8c6e);
	margin-left: calc(50% - 50vw);
	padding-block: 1.875rem;
	position: relative;
	text-align: center;
	width: 100vw;
}

.p-reason__title::before {
	background-color: rgba(159, 140, 110, 0.5);
	bottom: -1.625rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 1.625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.125rem;
}

.p-reason__title span {
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.06em;
	text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(86, 76, 60, 0.59);
}

.p-reason__blocks {
	margin-top: 8.4375rem;
}

.p-reason__block {
	align-items: flex-start;
	display: grid;
	grid-template-columns: 1fr 24.375rem;
	margin-inline: auto;
	max-width: 62.5rem;
}

.p-reason__block + .p-reason__block {
	margin-top: 9.0625rem;
}

.p-reason__blockTitle {
	align-items: center;
	display: grid;
	grid-template-columns: 10.125rem 1fr;
}

.p-reason__blockTitle h3 {
	border-left: 1px solid #9f8c6e;
	color: #9f8c6e;
	font-size: 2.5rem;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding-block: 0.875rem;
	padding-left: 1.625rem;
}

.p-reason__number {
	color: #9f8c6e;
	font-size: 5.5625rem;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.04em;
	padding-left: 3.4375rem;
	position: relative;
}

.p-reason__number span {
	background-color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	left: 1.125rem;
	letter-spacing: 0.06em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-reason__text {
	margin-top: 1.875rem;
	max-width: 31.25rem;
}

.p-reason__text p + p {
	margin-top: 1em;
}

.p-reason__img {
	max-width: 25rem;
	position: relative;
}

.p-reason__img::before {
	background-color: #edeae5;
	bottom: -2.625rem;
	content: "";
	height: 16.9375rem;
	position: absolute;
	right: -1.5625rem;
	width: 20.4375rem;
	z-index: -1;
}

.p-reg {
	padding-block: 6.25rem;
}

.p-reg__title {
	font-size: 2.75rem;
	letter-spacing: 0.06em;
	line-height: 1.6818181818;
	text-align: center;
}

.p-reg__text {
	margin-top: 2.5rem;
	text-align: center;
}

.p-reg__subtitle {
	font-size: 1.75rem;
	margin-top: 3.125rem;
	position: relative;
	text-align: center;
}

.p-reg__subtitle::before {
	background-color: #9f8c6e;
	bottom: -1rem;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 7.25rem;
}

.p-reg__cards {
	align-items: center;
	display: flex;
	gap: 3.75rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-reg__card {
	background: url(../images/aboutus/frame.webp) center center/100% 100% no-repeat;
	height: 19.6875rem;
	padding: 2.5rem 2.8125rem;
	width: 24.6875rem;
}

.p-reg__cardTitle {
	color: #9f8c6e;
	font-size: 1.55rem;
	font-weight: 400;
	letter-spacing: 0.06em;
}

.p-reg__cardTitle span {
	color: #1a1a1a;
	display: block;
	font-size: 1.25rem;
	margin-bottom: 0.625rem;
}

.p-reg__cardtext {
	margin-top: 1.5625rem;
}

.p-reserve {
	padding-bottom: 15.9375rem;
	padding-top: 3.75rem;
}

.p-reserve__blocks {
	display: grid;
	gap: 6.875rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-reserve__block {
	box-shadow: 1px 1px 3px rgba(73, 73, 73, 0.31);
	padding-top: 1.5625rem;
}

.p-reserve__title {
	color: #564c3c;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.25;
	text-align: center;
}

.p-reserve__title span {
	display: block;
	font-size: 2rem;
}

.p-reserve__time {
	color: #564c3c;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	margin-top: 0.75rem;
	margin-bottom: 0.875rem;
	text-align: center;
}

.p-reserve__btn {
	margin-top: 0rem;
}

.p-reserve__btn a {
	align-items: center;
	background-color: #e63777;
	color: #fff;
	display: flex;
	font-size: 2.5rem;
	font-weight: 400;
	gap: 0.9375rem;
	justify-content: center;
	padding-block: 1.25rem;
	padding-right: 0.625rem;
	position: relative;
	text-shadow: 1px 1px 1px #962453;
}

.p-reserve__btn a span {
	background-color: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 51%);
	display: inline-block;
	height: 1.375rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.p-reserve__btn.--tel a {
	background-color: #c4ac8a;
	text-shadow: 1px 1px 1px #9E8A71;
}

.p-reserve__btn.--line a {
	background-color: #06C755;
	text-shadow: 1px 1px 1px #037732;
}

.p-staff {
	padding-top: 3.125rem;
}

.p-staff__card {
	display: grid;
	grid-template-columns: 25.3125rem 1fr;
}

.p-staff__card + .p-staff__card {
	margin-top: 3.75rem;
}

.p-staff__img img {
	-o-object-fit: cover;
	aspect-ratio: 1;
	height: 100%;
	object-fit: cover;
}

.p-staff__content {
	background-color: #f5f5f5;
	padding-bottom: 1.25rem;
	padding-inline: 3.75rem;
	padding-top: 2.0625rem;
}

.p-staff__tag {
	background-color: #fff;
	border: 1px solid #9f8c6e;
	color: #9f8c6e;
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	padding: 0.5rem 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-staff__name {
	align-items: center;
	display: flex;
	font-size: 1.75rem;
	gap: 1.375rem;
	letter-spacing: 0.03em;
	margin-top: 1.5rem;
}

.p-staff__name span {
	font-size: 1.125rem;
}

.p-staff__prof {
	color: #9f8c6e;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6666666667;
	margin-top: 1.25rem;
}

.p-staff__message {
	margin-top: 1.25rem;
}

.p-topCampaign__blocks {
	margin-inline: auto;
	margin-top: 3.75rem;
	max-width: 62.1875rem;
}

.p-topCampaign__block + .p-topCampaign__block {
	margin-top: 3.8125rem;
}

.p-topMenu {
	background-color: #f3f0e8;
	padding-bottom: 11.25rem;
	padding-top: 4.6875rem;
}

.p-topMenu__cards {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.p-topMenu__card {
	box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(0, 0, 0, 0.18);
	height: 100%;
	padding-block: 1.875rem 2.1875rem;
	position: relative;
	z-index: 1;
}

.p-topMenu__card a {
	display: block;
	height: 100%;
}

.p-topMenu__card::after {
	background-color: #fff;
	background-color: #fff;
	clip-path: polygon(1.5625rem 0, 100% 0, 100% 100%, 0 100%, 0% 1.5625rem);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-topMenu__text::before {
	background-color: #edeae5;
	bottom: 0.9375rem;
	clip-path: polygon(100% 0, 0 100%, 100% 100%);
	content: "";
	height: 2.25rem;
	position: absolute;
	right: 0.9375rem;
	width: 2.25rem;
}

.p-topMenu__head {
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1;
	text-align: center;
}

.p-topMenu__head sup {
	font-size: 50%;
}

.p-topMenu__head span {
	color: #9f8c6e;
	display: block;
	font-size: 2.3125rem;
	margin-top: 0.75rem;
}

.p-topMenu__img {
	margin-top: 0.9375rem;
}

.p-topMenu__img img {
	-o-object-fit: cover;
	aspect-ratio: 380/240;
	height: 100%;
	object-fit: cover;
}

.p-topMenu__text {
	margin-top: 1.875rem;
	padding-inline: 1.875rem;
}

.p-topMessage {
	padding-top: 6.25rem;
}

.p-topMessage__lead {
	font-size: 2.6875rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.6976744186;
	margin-top: 3.75rem;
	text-align: center;
}

.p-topMessage__wrap {
	align-items: center;
	display: grid;
	gap: 2.1875rem;
	grid-template-columns: 1fr 20.1875rem;
	margin-inline: auto;
	margin-top: 3.4375rem;
	max-width: 55rem;
}

.p-topMessage__img {
	order: 1;
}

.p-topMessage__text p + p {
	margin-top: 1em;
}

.p-topVoice {
	background-color: #f3f0e8;
	padding-bottom: 5.25rem;
	padding-top: 5.875rem;
}

.p-topVoice__slider {
	margin-inline: auto;
	margin-top: 4.375rem;
	max-width: 64.1875rem;
}

.p-topVoice__slider .slider-dots {
	display: flex;
	gap: 2.125rem;
	justify-content: center;
	margin: 0 auto;
	margin-top: 6.25rem;
}

.p-topVoice__slider .slider-dots li {
	background-color: #b2b2b2;
	border-radius: 50%;
	cursor: pointer;
	height: 1rem;
	list-style: none;
	transition: all 0.45s;
	width: 1rem;
}

.p-topVoice__slider .slider-dots li.slick-active {
	opacity: 0.3;
}

.p-topVoice__slider .slider-dots button {
	display: none;
}

.p-topVoice__slider .slide-arrow {
	background: #fff url(../images/common/arrow.svg) center center/0.875rem no-repeat;
	border-radius: 50%;
	cursor: pointer;
	height: 3.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
	width: 3.75rem;
	z-index: 1;
}

.p-topVoice__slider .prev-arrow {
	left: -5rem;
}

.p-topVoice__slider .next-arrow {
	right: -5rem;
	transform: translateY(-50%) rotate(180deg);
}

.p-topVoice__card {
	margin-inline: 1rem;
}

.p-voice {
	padding-bottom: 9.375rem;
	padding-top: 4.6875rem;
}

.p-voice__card {
	align-items: flex-start;
	box-shadow: 0rem 0rem 0.3125rem rgba(189, 183, 174, 0.59);
	display: flex;
	gap: 1.25rem;
	padding: 2rem 5rem 2rem 2.5rem;
	position: relative;
}

.p-voice__card::before {
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% 100%);
	content: "";
	height: 6.25rem;
	position: absolute;
	right: -0.3125rem;
	top: -2rem;
	width: 6.25rem;
}

.p-voice__card::after {
	background-color: #bdb7ae;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	content: "";
	height: 4.0625rem;
	position: absolute;
	right: 0rem;
	top: 0;
	width: 4.0625rem;
}

.p-voice__card + .p-voice__card {
	margin-top: 2.8125rem;
}

.p-voice__card:nth-child(even) {
	flex-direction: row-reverse;
}

.p-voice__img {
	max-width: 18.75rem;
	width: 100%;
}

.p-voice__img.--small {
	max-width: 7.875rem;
	width: 100%;
}

.p-voice__img.--big {
	max-width: 21.875rem;
	width: 100%;
}

.p-voice__content {
	min-width: calc(100% - 18.75rem);
}

.p-voice__img.--small + .p-voice__content {
	min-width: calc(100% - 9.125rem);
}

.p-voice__img.--big + .p-voice__content {
	min-width: calc(100% - 23.125rem);
}

.p-voice__title {
	color: #9f8c6e;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.4333333333;
}

.p-voice__info {
	font-size: 1rem;
	letter-spacing: 0.03em;
	margin-top: 0.875rem;
}

.p-voice__text {
	margin-top: 0.875rem;
}

.u-mincho-font {
	font-family: "ryumin", serif;
}

.u-en-font {
	font-family: "STIX Two Text", serif;
}

@media (hover: hover) {

.c-voiceCard:hover {
	opacity: 0.8;
}

.p-form__submit input:hover {
	background-color: #fff;
	color: #b5965c;
}

.p-globalNav__link a:hover span::before {
	width: 100%;
}

.p-header__contact a:hover {
	background-color: #fff;
	color: #e63777;
}

.p-information__btn a:hover {
	background-color: #fff;
	color: #e63777;
}

.p-reserve__btn a:hover {
	opacity: 0.8;
}

.p-topMenu__card a:hover {
	opacity: 0.8;
}

.slide-arrow:hover {
	opacity: 0.8;
}

}

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

html {
	font-size: 1.25vw;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.c-campaignCard {
	padding: 1.125rem 0.9375rem;
}

.c-campaignCard__title {
	font-size: 1.6875rem;
}

.c-campaignCard__lead {
	font-size: 1rem;
	margin-top: 0.625rem;
}

.c-campainCard__body {
	display: grid;
	grid-template-columns: 100%;
	margin-top: 0.625rem;
}

.c-campainCard__wrap {
	display: contents;
}

.c-campaignCard__box {
	margin-top: 1.25rem;
	padding: 0.875rem;
}

.c-campaignCard__price {
	gap: 0.625rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.c-campaignCard__normal span:nth-child(1) {
	font-size: 1.0625rem;
	margin-top: 0;
}

.c-campaignCard__normal span:nth-child(1) img {
	margin-left: 0.75rem;
}

.c-campaignCard__normal span:nth-child(2) {
	font-size: 1.625rem;
}

.c-campaignCard__special span:nth-child(1) {
	font-size: 1.6875rem;
}

.c-campaignCard__special span:nth-child(2) {
	font-size: 3.125rem;
}

.c-campaignCard__special span:nth-child(3) {
	font-size: 2.1875rem;
}

.c-campaignCard__special span:nth-child(3) small {
	font-size: 0.875rem;
}

.c-campaignCard__img {
	margin-top: 0.625rem;
	order: -1;
}

.c-campaignCard__text {
	margin-top: 0;
	order: -2;
}

.c-menu {
	gap: 0.5rem;
	grid-template-columns: 100%;
	padding: 0.9375rem 1.25rem;
}

.c-menu__lead {
	font-size: 1.625rem;
}

.c-menu__lead span {
	font-size: 0.9375rem;
}

.c-menu__time {
	font-size: 0.875rem;
}

.c-menu__priceLists {
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0.625rem;
}

.c-menu__priceList {
	gap: 0.25rem;
	grid-template-columns: 100%;
}

.c-menu__priceList span:nth-child(1) {
	font-size: 0.8125rem;
	padding-block: 0.3125rem;
}

.c-menu__priceList span:nth-child(2) {
	font-size: 1.2rem;
	text-align: center;
}

.c-menu__priceList span:nth-child(2) small {
	font-size: 0.625rem;
}

.c-menu__priceList:nth-child(2) {
	margin-top: 0;
}

.c-menu__img img {
	aspect-ratio: 610/295;
}

.c-sectionTitle p {
	font-size: 1.625rem;
}

.c-sectionTitle h2 {
	font-size: 0.8125rem;
	letter-spacing: 0.05em;
}

.c-text {
	font-size: 0.875rem;
	line-height: 1.6785714286;
}

.c-title {
	font-size: 1.375rem;
	padding-block: 0.625rem;
}

.c-voiceCard {
	padding: 1.25rem;
}

.c-voiceCard__title {
	font-size: 1.6875rem;
}

.c-voiceCard__body {
	margin-top: 1rem;
}

.c-voiceCard__lead {
	font-size: 1.125rem;
}

.c-voiceCard__text {
	margin-top: 0.625rem;
}

.l-greeting {
	margin-top: 2.625rem;
}

.l-inner {
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
}

.l-message {
	margin-top: 5rem;
}

.l-mv {
	padding-top: 0;
}

.l-pageTitle {
	margin-top: 4.6875rem;
}

.l-topCampaign {
	margin-top: 3.75rem;
}

.l-topMenu {
	margin-top: 4.5rem;
}

.l-topVoice {
	margin-top: 3.75rem;
}

.p-about {
	padding-top: 1.875rem;
}

.p-about__main {
	margin-top: 2.8125rem;
	padding-bottom: 2.5rem;
	padding-top: 3.75rem;
}

.p-about__arrow {
	top: -1.25rem;
	width: 0.375rem;
}

.p-about__main::before {
	height: 10.75rem;
}

.p-about__main::after {
	height: calc(100% - 6.25rem);
	top: 6.25rem;
}

.p-about__title {
	font-size: 1.5rem;
}

.p-about__wrap {
	gap: 1.375rem;
	grid-template-columns: 100%;
	margin-top: 1.5625rem;
}

.p-about__wrap.--reverse .p-about__img {
	order: -1;
}

.p-about__subtitle {
	font-size: 1.75rem;
	line-height: 1.3;
	margin-top: 3.75rem;
}

.p-aboutus {
	padding-top: 1.875rem;
}

.p-aboutus__title {
	font-size: 1.5625rem;
	line-height: 1.4897959184;
}

.p-aboutus__title::before {
	background: url(../images/aboutus/title_border_sp.webp) center center/contain no-repeat;
	height: 5.4375rem;
	top: 2rem;
	width: 21.5625rem;
}

.p-aboutus__text {
	margin-top: 3.75rem;
}

.p-access {
	padding-bottom: 6.25rem;
	padding-top: 1.25rem;
}

.p-access__blocks {
	margin-top: 0.9375rem;
}

.p-access__block {
	display: block;
}

.p-access__block + .p-access__block {
	margin-top: 5.125rem;
}

.p-access__info::before {
	width: 4.25rem;
}

.p-access__row {
	grid-template-columns: 5rem 1fr;
	padding-left: 0.5rem;
}

.p-access__row dt {
	font-size: 0.875rem;
}

.p-access__row dd {
	font-size: 0.875rem;
	line-height: 1.6785714286;
}

.p-access__img {
	margin-top: 1.375rem;
}

.p-access__img img {
	aspect-ratio: 335/155;
}

.p-access__map iframe {
	aspect-ratio: 695/320;
}

.p-breadcrumb {
	padding-block: 0.875rem;
}

.p-breadcrumb__list span {
	font-size: 0.8125rem;
}

.p-contact {
	padding-bottom: 7.1875rem;
}

.p-contact__form {
	margin-top: 1.5rem;
}

.p-effect {
	padding-bottom: 5rem;
}

.p-effect__title {
	font-size: 1.625rem;
}

.p-effect__title::before {
	bottom: -0.5625rem;
	height: 0.625rem;
	width: 1.875rem;
}

.p-effect__title span {
	font-size: 2.375rem;
}

.p-effect__cards {
	gap: 2.1875rem;
	grid-template-columns: 100%;
	margin-top: 2.25rem;
}

.p-effect__card {
	height: 10rem;
	padding-inline: 1.125rem 6rem;
}

.p-effect__card::before {
	bottom: -0.9375rem;
	height: calc(100% + 0.9375rem);
	right: -0.9375rem;
	width: calc(100% + 0.9375rem);
}

.p-effect__number {
	font-size: 3rem;
	right: 0.875rem;
	top: -0.5rem;
}

.p-effect__subTitle {
	font-size: 1.25rem;
}

.p-effect__text {
	margin-top: 0.5rem;
}

.p-effect__img.--1 {
	bottom: 0.625rem;
	right: 0.4375rem;
	width: 6.6875rem;
}

.p-effect__img.--2 {
	bottom: 1.5625rem;
	right: -0.5rem;
	width: 8.75rem;
}

.p-effect__img.--3 {
	bottom: 1.25rem;
	right: 0.8125rem;
	width: 4.5rem;
}

.p-effect__img.--4 {
	bottom: 1.125rem;
	right: 0.4375rem;
	width: 6.6875rem;
}

.p-faq {
	padding-bottom: 6.25rem;
	padding-top: 1.25rem;
}

.p-faq__unit + .p-faq__unit {
	margin-top: 3.25rem;
}

.p-faq__title {
	border-left: 2px solid #9f8c6e;
	font-size: 1.5rem;
	padding-left: 0.5rem;
}

.p-faq__block {
	padding: 0.875rem;
}

.p-faq__block + .p-faq__block {
	margin-top: 1.5625rem;
}

.p-faq__q {
	font-size: 1.125rem;
	gap: 0.625rem;
	grid-template-columns: 1.5rem 1fr;
	line-height: 1.1111111111;
}

.p-faq__q span {
	font-size: 0.875rem;
	height: 1.25rem;
	width: 1.25rem;
}

.p-faq__a {
	gap: 0.625rem;
	grid-template-columns: 1.5rem 1fr;
}

.p-faq__a span {
	font-size: 0.875rem;
	height: 1.25rem;
	width: 1.25rem;
}

.p-faq__text {
	margin-top: 0rem;
}

.p-float {
	display: block;
}

.p-flow {
	padding-bottom: 5rem;
	padding-top: 1.5625rem;
}

.p-flow__title {
	font-size: 1.375rem;
}

.p-flow__head {
	font-size: 0.8125rem;
	margin-top: 0.8125rem;
}

.p-flow__head span {
	font-size: 0.625rem;
}

.p-flow__steps {
	margin-top: 1rem;
	max-width: 19.375rem;
}

.p-flow__step {
	grid-template-columns: 1fr 5.125rem;
	height: 3.4375rem;
	padding-left: 4.0625rem;
}

.p-flow__step + .p-flow__step {
	margin-top: 1.5625rem;
}

.p-flow__step + .p-flow__step::before {
	height: 0.6875rem;
	top: -1.125rem;
	width: 0.9375rem;
}

.p-flow__number {
	font-size: 1.3125rem;
	height: 3.3125rem;
	padding-left: 0.3125rem;
	padding-top: 0.3125rem;
	width: 3.3125rem;
}

.p-flow__text {
	font-size: 0.875rem;
}

.p-footer {
	padding-bottom: 7.5rem;
	padding-top: 1.875rem;
}

.p-footer__logo {
	max-width: 8.75rem;
}

.p-footer__text {
	font-size: 0.625rem;
	line-height: 1.7142857143;
	margin-top: 0.9375rem;
}

.p-footer__copy {
	font-size: 0.375rem;
	margin-top: 1.5625rem;
}

.p-form {
	padding: 0.625rem 1.125rem 3.125rem;
}

.p-form__row {
	gap: 0.5rem;
	grid-template-columns: 100%;
	padding-block: 1.125rem;
	padding-inline: 0;
}

.p-form__row dt:has(span) {
	font-size: 0.875rem;
	gap: 0.5rem;
	grid-template-columns: 2rem 1fr;
}

.p-form__row dt span {
	font-size: 0.625rem;
	height: 1rem;
	width: 2rem;
}

.p-form__input textarea,
.p-form__input input[type=text],
.p-form__input input[type=tel],
.p-form__input input[type=email] {
	height: 2.3125rem;
}

.p-form__input textarea {
	height: 7.625rem;
}

.p-form__date {
	flex-wrap: wrap;
	gap: 0.625rem 0.1875rem;
}

.p-form__date span {
	font-size: 0.875rem;
}

.p-form__year select {
	width: 5.625rem;
}

.p-form__menu {
	margin-top: 1rem;
}

.p-form__menu li {
	grid-template-columns: 2rem 1fr;
	gap: 0.5rem;
}

.p-form__menu li .tag {
	font-size: 0.625rem;
	height: 1rem;
	width: 2rem;
}

.p-form__menu li span:has(select) {
	grid-column: span 2;
}

.p-form__menu li .text {
	font-size: 0.875rem;
}

.p-form__icon {
	margin-left: 0.1875rem;
	width: 1.875rem;
}

.p-form__address span {
	font-size: 0.875rem;
}

.p-form__zip {
	gap: 0.25rem;
	grid-template-columns: 100%;
}

.p-form__pre {
	grid-template-columns: 3.875rem 1fr;
	margin-top: 0.625rem;
}

.p-form__pre select {
	width: 6.25rem;
}

.p-form__city {
	grid-template-columns: 3.875rem 1fr;
	margin-top: 0.625rem;
}

.p-form__box {
	font-size: 0.8125rem;
	line-height: 1.6923076923;
	margin-top: 0.625rem;
	padding: 0.625rem;
}

.p-form__radio ul {
	gap: 1.25rem;
}

.p-form__radio li input + span {
	font-size: 0.875rem;
}

.p-form__submit {
	margin-top: 1.25rem;
}

.p-form__submit input {
	font-size: 0.9375rem;
	height: 1.8125rem;
	width: 9.875rem;
}

.wpcf7-not-valid-tip {
	margin-top: 0.375rem;
}

.p-greeting {
	padding-block: 3.5rem;
}

.p-greeting::before {
	height: 0.3125rem;
}

.p-greeting__title {
	font-size: 1.375rem;
	line-height: 1.48;
}

.p-greeting__text {
	margin-top: 1.875rem;
}

.p-header {
	background: none;
	box-shadow: none;
	height: 3.75rem;
	position: absolute;
}

.p-header__inner {
	padding-inline: 0.9375rem;
}

.p-header__logo {
	max-width: 8.125rem;
}

.p-header__hamburger {
	display: block;
}

.p-information {
	padding-bottom: 3.125rem;
	padding-top: 5.9375rem;
}

.p-information__blocks {
	gap: 0.9375rem;
	margin-top: 1.5625rem;
}

.p-information__block {
	max-width: 12.8125rem;
}

.p-information__shopTitle {
	font-size: 0.9375rem;
	margin-top: 0.4375rem;
}

.p-information__btn {
	margin-top: 0.375rem;
}

.p-information__btn a {
	font-size: 0.875rem;
	padding-block: 0.375rem;
}

.p-instagram {
	padding-top: 3.125rem;
}

.p-menu {
	padding-bottom: 3.9375rem;
	padding-top: 1.25rem;
}

.p-menu__lead {
	font-size: 0.875rem;
	letter-spacing: 0.03em;
	line-height: 1.6785714286;
	margin-top: 0.8125rem;
	text-align: left;
}

.p-menu__blocks {
	margin-top: 1.125rem;
}

.p-menu__block + .p-menu__block {
	margin-top: 1.875rem;
}

.p-menu__other {
	margin-top: 3.5rem;
}

.p-message {
	padding-bottom: 8.125rem;
	padding-top: 3.125rem;
}

.p-message__title {
	font-size: 1.375rem;
	height: 5.125rem;
}

.p-message__title::before {
	width: 0.625rem;
}

.p-message__title::after {
	width: 0.625rem;
}

.p-message__text {
	margin-top: 2.375rem;
	text-align: left;
}

.p-message__gallery {
	display: block;
	margin-top: 2.5rem;
}

.p-message__gallery picture img {
	-o-object-fit: cover;
	aspect-ratio: 650/430;
	height: 100%;
	object-fit: cover;
}

.p-mind {
	padding-bottom: 6.25rem;
	padding-top: 3.125rem;
}

.p-mind__title {
	font-size: 1.5625rem;
	letter-spacing: 0.03em;
}

.p-mind__lists {
	margin-top: 1.25rem;
}

.p-mind__list {
	align-items: center;
	background: url(../images/aboutus/dot.webp) center bottom/contain repeat-x;
	gap: 0.8125rem 0.3125rem;
	grid-template-columns: 3.125rem 1fr;
	padding-bottom: 1.875rem;
}

.p-mind__list:last-child {
	background: none;
}

.p-mind__list + .p-mind__list {
	margin-top: 1.125rem;
}

.p-mind__content {
	display: contents;
}

.p-mind__bigText {
	font-size: 1.4rem;
	font-weight: 400;
}

.p-mind__text {
	grid-column: span 2;
}

.p-mv__img::before {
	display: none;
}

.p-other__blocks {
	gap: 1.5625rem;
	grid-template-columns: 100%;
}

.p-other__title {
	font-size: 1.375rem;
	padding-block: 0.625rem;
}

.p-other__lists {
	gap: 0.75rem 0rem;
	margin-top: 0.75rem;
	padding: 1.25rem 1.125rem;
}

.p-other__list {
	font-size: 0.875rem;
	padding-left: 0.9375rem;
}

.p-other__list::before {
	height: 0.625rem;
	width: 0.5rem;
}

.p-pageTitle h1 {
	border-width: 1px;
	font-size: 1.4375rem;
	line-height: 1.25;
	padding-bottom: 0.625rem;
}

.p-prof {
	padding-bottom: 3.75rem;
	padding-top: 4.0625rem;
}

.p-prof__block + .p-prof__block {
	margin-top: 3.125rem;
}

.p-prof__img {
	box-shadow: 0.5rem 0.5rem 0.3125rem rgba(216, 216, 211, 0.49);
	top: -1.25rem;
	width: 9.6875rem;
}

.p-prof__img.--left {
	left: -20px;
}

.p-prof__img.--right {
	right: -20px;
}

.p-prof__content {
	padding: 1.125rem;
}

.p-prof__content.--half {
	padding-left: 1.125rem;
}

.p-prof__topContent {
	padding-left: 8.3125rem;
}

.p-prof__head {
	font-size: 1.1875rem;
}

.p-prof__head span {
	font-size: 0.8125rem;
	margin-bottom: 0.375rem;
}

.p-prof__text {
	margin-top: 0.5625rem;
}

.p-prof__units {
	margin-top: 1.5625rem;
}

.p-prof__unit + .p-prof__unit {
	margin-top: 1.75rem;
}

.p-prof__subTitle {
	font-size: 0.9375rem;
	padding-inline: 1.8125rem;
}

.p-reason__title {
	padding-block: 0.875rem;
}

.p-reason__title::before {
	bottom: -0.8125rem;
	height: 0.8125rem;
	width: 1.25rem;
}

.p-reason__title span {
	font-size: 1.75rem;
}

.p-reason__blocks {
	margin-top: 3.4375rem;
}

.p-reason__block {
	border: 1px solid #e5d0bd;
	grid-template-columns: 100%;
	max-width: 21.5rem;
	padding: 2.0625rem 0.75rem 2.1875rem;
	position: relative;
}

.p-reason__block::before {
	background-color: #eee7dc;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
	height: 2.9375rem;
	left: -0.3125rem;
	position: absolute;
	top: -0.3125rem;
	width: 2.9375rem;
	z-index: -1;
}

.p-reason__block::after {
	background-color: #eee7dc;
	clip-path: polygon(0 0, 100% 100%, 100% 0);
	content: "";
	height: 2.9375rem;
	position: absolute;
	right: -0.3125rem;
	top: -0.3125rem;
	width: 2.9375rem;
	z-index: -1;
}

.p-reason__block + .p-reason__block {
	margin-top: 3rem;
}

.p-reason__content {
	display: contents;
}

.p-reason__content::before {
	background-color: #eee7dc;
	bottom: -0.3125rem;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
	content: "";
	height: 2.9375rem;
	left: -0.3125rem;
	position: absolute;
	width: 2.9375rem;
	z-index: -1;
}

.p-reason__content::after {
	background-color: #eee7dc;
	bottom: -0.3125rem;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content: "";
	height: 2.9375rem;
	position: absolute;
	right: -0.3125rem;
	width: 2.9375rem;
	z-index: -1;
}

.p-reason__blockTitle {
	display: block;
}

.p-reason__blockTitle h3 {
	border: none;
	font-size: 1.6875rem;
	line-height: 1.5;
	padding-left: 0;
	text-align: center;
}

.p-reason__number {
	background-color: #fff;
	font-size: 3.625rem;
	left: 50%;
	line-height: 0.8;
	padding: 0;
	padding-inline: 0.9375rem;
	position: absolute;
	top: -1.1875rem;
	transform: translateX(-50%);
}

.p-reason__number span {
	display: block;
	font-size: 0.6875rem;
	margin-left: 0.3125rem;
	position: initial;
}

.p-reason__text {
	margin-top: 0.625rem;
	order: 1;
}

.p-reason__img::before {
	display: none;
}

.p-reg {
	padding-block: 3.75rem;
}

.p-reg__title {
	font-size: 1.5625rem;
}

.p-reg__text {
	margin-top: 1.4375rem;
	text-align: left;
}

.p-reg__subtitle {
	font-size: 1.375rem;
	margin-top: 1rem;
}

.p-reg__subtitle::before {
	bottom: -0.375rem;
	width: 4.5rem;
}

.p-reg__cards {
	display: block;
	margin-top: 1.625rem;
}

.p-reg__card {
	height: 14.5625rem;
	margin-inline: auto;
	padding: 1.875rem;
	width: 20.125rem;
}

.p-reg__card + .p-reg__card {
	margin-top: 2.8125rem;
}

.p-reg__cardTitle {
	font-size: 1.125rem;
}

.p-reg__cardTitle span {
	font-size: 0.9375rem;
	margin-bottom: 0.375rem;
}

.p-reg__cardtext {
	margin-top: 0.8125rem;
}

.p-reserve {
	padding-bottom: 5rem;
	padding-top: 1.875rem;
}

.p-reserve__blocks {
	gap: 3.4375rem;
	grid-template-columns: 1fr;
	margin-inline: auto;
	max-width: 18.75rem;
}

.p-reserve__title {
	font-size: 1.6875rem;
}

.p-reserve__title span {
	font-size: 1rem;
}

.p-reserve__time {
	font-size: 0.875rem;
}

.p-reserve__btn a {
	font-size: 1.1875rem;
}

.p-reserve__btn a span {
	height: 0.6875rem;
	width: 0.5625rem;
}

.p-reserve__btn.--tel + .p-reserve__btn {
	margin-top: 0;
}

.p-staff {
	padding-top: 1.875rem;
}

.p-staff__card {
	background-color: #f5f5f5;
	box-shadow: 0.1875rem 0.1875rem 0.0625rem #efedeb;
	grid-template-columns: 100%;
	padding: 1.5625rem 1.25rem;
}

.p-staff__card + .p-staff__card {
	margin-top: 1.875rem;
}

.p-staff__img img {
	aspect-ratio: 610/410;
}

.p-staff__content {
	margin-top: 0.8125rem;
	padding-block: 0;
	padding-inline: 0;
}

.p-staff__tag {
	font-size: 1rem;
	padding: 0.3125rem 0.625rem;
}

.p-staff__name {
	font-size: 1.375rem;
	margin-top: 0.75rem;
}

.p-staff__name span {
	font-size: 0.75rem;
}

.p-staff__prof {
	font-size: 0.9375rem;
	margin-top: 0.625rem;
}

.p-staff__message {
	margin-top: 0.5rem;
}

.p-topCampaign__blocks {
	margin-top: 1.875rem;
}

.p-topCampaign__block + .p-topCampaign__block {
	margin-top: 2.8125rem;
}

.p-topMenu {
	padding-bottom: 4.375rem;
	padding-top: 2.1875rem;
}

.p-topMenu__cards {
	grid-template-columns: 100%;
	margin-top: 1.875rem;
}

.p-topMenu__card {
	padding: 1.125rem 1.125rem 2.5rem;
}

.p-topMenu__head {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
}

.p-topMenu__head span {
	font-size: 1.6875rem;
	margin-top: 0.3125rem;
}

.p-topMenu__img img {
	aspect-ratio: 608/257;
}

.p-topMenu__text {
	margin-top: 1rem;
	padding: 0;
}

.p-topMessage {
	padding-top: 2.5rem;
}

.p-topMessage__lead {
	font-size: 1.5rem;
	line-height: 1.4897959184;
	margin-top: 1.5625rem;
}

.p-topMessage__wrap {
	gap: 1.125rem;
	grid-template-columns: 100%;
	margin-top: 1rem;
}

.p-topMessage__img {
	margin-inline: auto;
	max-width: 14.375rem;
	order: -1;
}

.p-topVoice {
	padding-bottom: 2.8125rem;
	padding-top: 2.8125rem;
}

.p-topVoice__slider {
	margin-top: 1.875rem;
	max-width: 100%;
}

.p-topVoice__slider .slider-dots {
	gap: 1.875rem;
	margin-top: 1.875rem;
}

.p-topVoice__slider .slider-dots li {
	height: 0.625rem;
	width: 0.625rem;
}

.p-topVoice__slider .slide-arrow {
	background-color: initial;
	background-size: contain;
	height: 2.3125rem;
	width: 1.125rem;
}

.p-topVoice__slider .prev-arrow {
	left: 0;
}

.p-topVoice__slider .next-arrow {
	right: 0;
}

.p-topVoice__card {
	margin-inline: 0.375rem;
}

.p-voice {
	padding-top: 1.875rem;
}

.p-voice__card {
	border: 1px solid #ddd7ce;
	flex-direction: column;
	gap: 0;
	padding: 1.25rem;
}

.p-voice__card + .p-voice__card {
	margin-top: 2.5rem;
}

.p-voice__card:nth-child(even) {
	flex-direction: column;
}

.p-voice__img {
	margin-top: 0.5rem;
	max-width: 100%;
}

.p-voice__img.--small {
	margin-inline: auto;
	max-width: 11.5625rem;
}

.p-voice__img.--big {
	margin-inline: auto;
	max-width: 11.5625rem;
}

.p-voice__content {
	display: contents;
}

.p-voice__title {
	font-size: 1.375rem;
	line-height: 1.3409090909;
	order: -2;
	padding-right: 3.125rem;
}

.p-voice__info {
	font-size: 0.8125rem;
	margin-top: 0.75rem;
	order: -1;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

