body {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.u-desktop {
	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;
}

/* ブラウザのデフォルトoutlineをリセット */

a:focus {
	outline: none;
}

/* アクセシブルなfocusスタイル（キーボード操作のみ表示） */

a:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

/* layout-benefits */

.layout-benefits {
	margin-top: 6.25rem;
}

/* layout-blog */

.layout-blog {
	margin-top: 6.25rem;
}

/* layout-breadcrumbs */

.layout-breadcrumbs {
	margin-top: 7.5rem;
}

/* layout-career-path */

.layout-career-path {
	margin-top: 6.25rem;
}

/* layout-company */

.layout-company {
	margin-top: 6.25rem;
}

/* layout-entry */

.layout-entry {
	margin-top: 7.0625rem;
}

/* layout-faq */

.layout-faq {
	margin-top: 6.25rem;
}

/* layout-footer */

.layout-footer {
	margin-top: 7.5rem;
}

/* layout-message */

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

/* layout-page-404 */

.layout-page-404 {
	margin-top: 6.25rem;
}

/* layout-price */

.layout-price {
	margin-top: 6.25rem;
}

/* layout-privacy-policy */

.layout-privacy-policy {
	margin-top: 6.375rem;
}

/* layout-promise */

.layout-promise {
	margin-top: 6.25rem;
}

/* layout-recruit-message */

.layout-recruit-message {
	margin-top: 4.125rem;
}

/* layout-requirements */

.layout-requirements {
	margin-top: 6.25rem;
}

/* layout-single */

.layout-single {
	margin-top: 5.0625rem;
}

/* layout-top-blog-slider */

.layout-top-blog-slider {
	margin-top: 6.25rem;
}

/* layout-top-blog */

.layout-top-blog {
	margin-top: 6.6875rem;
}

/* layout-top-concept */

.layout-top-concept {
	margin-top: 6.625rem;
}

/* layout-top-recruit */

.layout-top-recruit {
	margin-top: 6.25rem;
}

/* layout-top-service */

.layout-top-service {
	margin-top: 6.625rem;
}

/* layout-top-staff */

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

/* benefits */

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

.benefits__title {
	color: #23211f;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4642857143;
}

.benefits__content {
	margin-top: 3.25rem;
}

/* blog */

.blog__title {
	color: #23211f;
	font-family: "Lora", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	line-height: 1.2916666667;
}

.blog__body {
	display: flex;
	flex-direction: column;
	gap: 3rem 0;
	margin-top: 4rem;
}

.blog__tag-list {
	grid-gap: 0.5rem 1.0625rem;
	display: grid;
	gap: 0.5rem 1.0625rem;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.blog__tag-item.common-text {
	align-items: center;
	color: #8e6957;
	display: flex;
}

.blog__tag-item.common-text.is-active .blog__tag-link {
	font-weight: 700;
}

.blog__tag-item:nth-child(2n) {
	position: relative;
}

.blog__tag-item:nth-child(2n)::before {
	background: #d9d9d9;
	content: "";
	height: 0.875rem;
	left: -0.5rem;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 0.0625rem;
}

.blog__tag-link {
	cursor: pointer;
	transition: all 0.3s ease;
}

.blog__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
}

.blog__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
	width: 100%;
}

.blog__pagenavi .wp-pagenavi {
	align-items: center;
	display: flex;
	gap: 0 1rem;
}

.blog__pagenavi .wp-pagenavi .previouspostslink,
.blog__pagenavi .wp-pagenavi .nextpostslink {
	height: 0.125rem;
	position: relative;
	width: 1rem;
}

.blog__pagenavi .wp-pagenavi .previouspostslink::before,
.blog__pagenavi .wp-pagenavi .nextpostslink::before {
	background: url(../../child/image/arrow-ico-04.svg) center center/cover no-repeat;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
}

.blog__pagenavi .wp-pagenavi .previouspostslink::before {
	transform: rotateY(180deg);
}

.blog__pagenavi .wp-pagenavi a,
.blog__pagenavi .wp-pagenavi span {
	border: none;
	font-family: "Roboto Mono", monospace;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin: 0;
	padding: 0;
}

.blog__pagenavi .wp-pagenavi a {
	color: #eddecf;
}

.blog__pagenavi .wp-pagenavi .current {
	color: #8e6957;
}

.blog__pagenavi .wp-pagenavi a {
	transition: all 0.3s ease;
}

/* breadcrumbs */

.breadcrumbs__list {
	align-items: center;
	display: flex;
	gap: 0 1rem;
}

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

.breadcrumbs__list li:not(:first-child) {
	display: inline-block;
	position: relative;
}

.breadcrumbs__list li:not(:first-child)::before {
	background: url(../image/arrow-ico-02.svg) center center/contain no-repeat;
	content: "";
	height: 0.4375rem;
	left: -0.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
}

.breadcrumbs li a,
.breadcrumbs li span {
	color: #8e6957;
	display: inline-block;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
	transition: opacity 0.3s ease;
}

.breadcrumbs li span {
	color: #23211f;
}

.breadcrumbs li span.breadcrumbs__blog-title {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

/* career-path */

.career-path__inner.inner {
	max-width: 40.625rem;
}

.career-path__body {
	margin-top: 3.375rem;
}

.career-path__table-wrapper {
	-webkit-overflow-scrolling: touch;
	margin-top: 1.4375rem;
	overflow-x: scroll;
}

.career-path__table {
	border-collapse: collapse;
	border-spacing: 0;
	min-width: 60rem;
	width: 100%;
}

.career-path__thead {
	display: table-header-group;
}

.career-path__tbody {
	display: table-row-group;
}

.career-path__row {
	display: table-row;
}

.career-path__header {
	background-color: #8e6957;
	border-right: 1px solid #ffffff;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-bottom: 0.25rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.25rem;
	text-align: center;
	vertical-align: middle;
	width: 10rem;
}

.career-path__header:last-child {
	border-right: none;
}

.career-path__cell {
	background-color: #eddecf;
	border-right: 1px solid #ffffff;
	padding-bottom: 0.375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.375rem;
	vertical-align: top;
	width: 10rem;
}

.career-path__cell:last-child {
	border-right: none;
}

.career-path__list {
	display: flex;
	flex-direction: column;
}

.career-path__item {
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.career-path__flow {
	margin-top: 5.375rem;
}

.career-path__flow-list {
	display: flex;
	flex-direction: column;
	gap: 4.1875rem 0;
}

.career-path__flow-item {
	color: #8e6957;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: relative;
	text-align: center;
}

.career-path__flow-item::before {
	background: url(../../child/image/polygon.svg) center center/contain no-repeat;
	bottom: calc(100% + 1.5625rem);
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	translate: -50% 0;
	width: 2.125rem;
}

.career-path__flow-item.career-path__flow-item--check::after {
	bottom: calc(100% + 1.25rem);
	color: #23211f;
	content: "ウィッグ・\aモデルチェック";
	font-size: 1rem;
	font-weight: 400;
	left: 58%;
	letter-spacing: 0.04em;
	line-height: 1.2;
	position: absolute;
	text-align: left;
	white-space: pre-line;
}

.career-path__flow-item span {
	color: #23211f;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
}

.career-path__text-box {
	display: flex;
	flex-direction: column;
	gap: 0.625rem 0;
	margin-top: 2.1875rem;
}

/* common-button */

.common-button {
	align-items: center;
	color: #23211f;
	display: flex;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 500;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	line-height: 1.28;
	transition: opacity 0.3s ease;
}

.common-button svg {
	transition: translate 0.3s ease;
}

.common-button__text.base-font {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.common-button__icon {
	flex-shrink: 0;
	height: 0.1875rem;
	transition: translate 0.3s ease;
	width: 1.0625rem;
}

/* common-text */

.common-text {
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

/* common-title */

.common-title {
	color: #8e6957;
	font-family: "Lora", serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: capitalize;
}

/* company */

.company__inner {
	max-width: 40.625rem;
}

.company__title {
	margin-top: 0rem;
}

.company__body {
	margin-top: 2.5rem;
}

.company__salon-name-en {
	color: #23211f;
	font-family: "Lora", serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.59375;
}

.company__salon-name-ja {
	margin-top: -1.0625rem;
}

.company__phone {
	margin-top: 1.6875rem;
}

.company__hours {
	margin-top: 1.75rem;
}

.company__hours-title {
	color: #23211f;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.company__hours-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0rem;
	margin-top: 0.625rem;
}

.company__hours-item {
	align-items: flex-start;
	display: flex;
	gap: 1rem 0rem;
	justify-content: space-between;
}

.company__hours-term {
	color: #23211f;
	flex-shrink: 0;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.625;
	min-width: 6.5625rem;
}

.company__hours-desc {
	flex: 1;
}

.company__hours-time.common-text {
	letter-spacing: 0.07em;
}

.company__hours-note {
	color: #23211f;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5714285714;
}

.company__address {
	font-style: normal;
	margin-top: 1.75rem;
}

.company__map {
	margin-top: 2.5rem;
	width: 100%;
}

.company__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 375/220;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* declaration */

.declaration__number {
	color: #8e6957;
	font-family: "Roboto Mono", monospace;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.declaration__content {
	margin-top: -0.3125rem;
	padding-left: 0.5rem;
}

.declaration__title {
	color: #23211f;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3888888889;
}

/* drawer */

.drawer {
	background-color: #eddecf;
	height: 100vh;
	height: 100svh;
	opacity: 0;
	overflow-y: scroll;
	padding-left: 24px;
	padding-right: 24px;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s all;
	visibility: hidden;
	width: 100%;
	z-index: 105;
}

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

/* drawerが開いているときの背景スクロール無効化 */

body.is-drawer-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

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

.drawer__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem 0rem;
}

.drawer__list li a {
	color: #23211f;
	display: block;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

/* entry */

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

.entry__wrapper {
	background-color: #eddecf;
	padding-bottom: 4rem;
	padding-left: 1.21875rem;
	padding-right: 1.21875rem;
	padding-top: 4rem;
}

.entry__title {
	color: #23211f;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4642857143;
	margin-top: 0;
	text-align: center;
}

.entry__contact {
	background-color: #eddecf;
	margin-top: 4rem;
	padding-bottom: 1.5rem;
	padding-top: 1.0625rem;
}

.entry__contact-text {
	color: #23211f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.625;
	text-align: center;
}

.entry__contact-box {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.entry__contact-link {
	align-items: center;
	color: #23211f;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.125rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
	transition: all 0.3s ease;
}

.entry__contact-link:first-child {
	margin-left: 2.8125rem;
}

.entry__contact-link:nth-child(2) {
	margin-left: 1.625rem;
}

.entry__contact-link:nth-child(3) {
	margin-left: 0;
}

.entry__contact-icon {
	display: block;
	flex-shrink: 0;
	height: 0.875rem;
	width: 0.875rem;
}

.entry__contact-item {
	align-items: center;
	display: flex;
	gap: 0.125rem;
	margin: 0;
}

/* faq-list */

.faq-list__item {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
	padding-left: 0.625rem;
	padding-right: 1rem;
	padding-top: 1rem;
	transition: gap 0.3s ease;
}

.faq-list__question-area {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 0.25rem;
	transition: opacity 0.3s ease;
}

.faq-list__question-box {
	align-items: flex-start;
	display: flex;
	flex: 1;
	gap: 0 0.75rem;
}

.faq-list__label {
	color: #23211f;
	flex-shrink: 0;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
}

.faq-list__question-text {
	color: #23211f;
	flex: 1;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.faq-list__icon-box {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 1rem;
	justify-content: center;
	position: relative;
	width: 1rem;
}

.faq-list__icon {
	display: block;
	height: 1rem;
	position: relative;
	width: 1rem;
}

.faq-list__icon::before {
	background-color: #23211f;
	content: "";
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 1rem;
}

.faq-list__icon::after {
	background-color: #23211f;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	width: 0.125rem;
}

.faq-list__item.is-open .faq-list__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list__answer-box {
	max-height: 0;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease;
}

.faq-list__answer-box::after {
	background-color: #d9d9d9;
	bottom: -1rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.3s ease;
	width: 100%;
}

.faq-list__item.is-open .faq-list__answer-box {
	max-height: 1000px;
}

.faq-list__item.is-open .faq-list__answer-box::after {
	opacity: 1;
}

.faq-list__answer-content {
	align-items: flex-start;
	display: flex;
	gap: 0.84375rem;
	margin-top: 1rem;
	padding-right: 1.5rem;
}

.faq-list__answer-text {
	color: #23211f;
	flex: 1;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.faq-list__answer-text p {
	margin: 0;
}

/* faq */

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

.faq__title {
	color: #23211f;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.4642857143;
	text-align: center;
	text-transform: uppercase;
}

.faq__content {
	margin-top: 3.375rem;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem 0;
}

/* footer */

.footer {
	background: url(../../child/image/footer-bk.jpg) no-repeat center center/cover;
	padding-bottom: 0.625rem;
	padding-top: 3.6875rem;
}

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

.footer__logo {
	display: inline-block;
	max-width: 8.25rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 132/40;
	height: auto;
	object-fit: cover;
}

.footer__info {
	margin-top: 0.625rem;
}

.footer__nav {
	margin-top: 2.1875rem;
}

.footer__nav-list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem 0;
}

.footer__nav-item a {
	color: #23211f;
	display: block;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	transition: opacity 0.3s;
}

.footer__copyright {
	margin-top: 5rem;
	text-align: center;
}

.footer__copyright small {
	color: #23211f;
	display: block;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.448;
}

/* form */

.form__wrap {
	display: flex;
	flex-direction: column;
	gap: 0.25rem 0;
}

.form__label {
	align-items: center;
	color: #23211f;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0 0.25rem;
	letter-spacing: 0.04em;
	line-height: 1.4375;
}

.form__label > span {
	align-items: center;
	background-color: #8e5757;
	border-radius: 0.125rem;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.form__label.form__label--any span {
	background-color: #454545;
}

.form__label:has(.form__label-text) > span:first-child {
	background-color: #7a7a7a;
}

.form__label-text {
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.form__checkbox .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 0.25rem 0;
}

.form__checkbox label {
	align-items: center;
	color: #23211f;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	line-height: 1.1875;
}

.form__checkbox input[type=checkbox] {
	display: none;
}

.form__checkbox label span {
	padding-left: 1.25rem;
	position: relative;
}

.form__checkbox label span::before {
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 0.125rem;
	content: "";
	height: 0.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

.form__checkbox input[type=checkbox]:checked + span::after {
	background-color: #23211f;
	content: "";
	height: 0.4375rem;
	left: 0.14375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.form__input input[type=text],
.form__input input[type=email],
.form__input input[type=tel],
.form__input input[type=date] {
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
	max-width: 100%;
	padding-bottom: 0.375rem;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	padding-top: 0.375rem;
	width: 100%;
}

.form__input input[type=date] {
	min-height: calc(1.625em + 0.75rem + 2px);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.form__input input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 8px;
}

.form__input input[type=date].has-value {
	color: #23211f;
}

.form__input input[type=text]::-moz-placeholder,
.form__input input[type=email]::-moz-placeholder,
.form__input input[type=tel]::-moz-placeholder {
	color: #d9d9d9;
}

.form__input input[type=text]::placeholder,
.form__input input[type=email]::placeholder,
.form__input input[type=tel]::placeholder {
	color: #d9d9d9;
}

.form__input--flatpickr {
	align-items: center;
	display: flex;
	position: relative;
}

.form__input--date input[type=text],
.form__input--date .flatpickr-input,
.form__input--flatpickr input[type=text],
.form__input--flatpickr .flatpickr-input {
	background-color: #ffffff;
	background-image: url("../image/calendar-ico.svg");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	border: 1px solid #d9d9d9;
	color: #d9d9d9;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
	max-width: 100%;
	padding-bottom: 0.375rem;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	padding-right: 2.5rem;
	padding-top: 0.375rem;
	width: 100%;
}

.form__input--date input[type=text]:focus,
.form__input--date .flatpickr-input:focus,
.form__input--flatpickr input[type=text]:focus,
.form__input--flatpickr .flatpickr-input:focus {
	border-color: #23211f;
	outline: none;
}

.form__input--date input[type=text]:not(:-moz-placeholder-shown),
.form__input--date .flatpickr-input:not(:-moz-placeholder-shown),
.form__input--flatpickr input[type=text]:not(:-moz-placeholder-shown),
.form__input--flatpickr .flatpickr-input:not(:-moz-placeholder-shown) {
	color: #23211f;
}

.form__input--date input[type=text].has-value,
.form__input--date input[type=text]:not(:placeholder-shown),
.form__input--date .flatpickr-input.has-value,
.form__input--date .flatpickr-input:not(:placeholder-shown),
.form__input--flatpickr input[type=text].has-value,
.form__input--flatpickr input[type=text]:not(:placeholder-shown),
.form__input--flatpickr .flatpickr-input.has-value,
.form__input--flatpickr .flatpickr-input:not(:placeholder-shown) {
	color: #23211f;
}

.wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}

.form__input--date .flatpickr-calendar {
	margin-top: 0.25rem;
}

.form__input--date .flatpickr-calendar.open {
	z-index: 9999;
}

.form__radio .wpcf7-radio {
	align-items: center;
	display: flex;
	gap: 0 1rem;
}

.form__radio label {
	align-items: center;
	color: #23211f;
	cursor: pointer;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.5rem;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.form__radio input[type=radio] {
	display: none;
}

.form__radio label span {
	padding-left: 1.1875rem;
	position: relative;
}

.form__radio label span::before {
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	content: "";
	height: 0.6875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.form__radio input[type=radio]:checked + span::after {
	background-color: #23211f;
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 0.15625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.form__textarea {
	line-height: 0;
}

.form__textarea textarea {
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
	min-height: 17.625rem;
	padding-bottom: 0.375rem;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
	padding-top: 0.375rem;
	resize: vertical;
	width: 100%;
}

.form__textarea textarea::-moz-placeholder {
	color: #d9d9d9;
}

.form__textarea textarea::placeholder {
	color: #d9d9d9;
}

.wpcf7-not-valid-tip {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.3333333333;
	margin-top: 0.25rem;
}

.form__submit {
	align-items: center;
	background-color: #8e6957;
	border: 1px solid #8e6957;
	cursor: pointer;
	display: flex;
	gap: 0 0.875rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 14.25rem;
	padding-bottom: 0.5rem;
	padding-left: 0.96875rem;
	padding-right: 0.96875rem;
	padding-top: 0.5rem;
	position: relative;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
}

.form__submit input[type=submit] {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 0;
	transition: all 0.3s ease;
}

.form__submit svg {
	max-width: 1rem;
	width: 100%;
}

.form__submit svg path {
	transition: all 0.3s ease;
}

.form__submit .wpcf7-spinner {
	left: 100%;
	margin: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem 0;
	margin-top: 3.5rem;
}

.wpcf7-list-item {
	margin: 0;
}

/* hamburger */

.hamburger {
	cursor: pointer;
	display: block;
	height: 0.8125rem;
	position: fixed;
	right: 0.9375rem;
	top: 1.0625rem;
	transition: 0.3s all;
	width: 1.5rem;
	z-index: 110;
}

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

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

.hamburger--bar:nth-child(3) {
	translate: 0 0.375rem;
	width: 66.6666666667%;
}

.hamburger.js-open .hamburger--bar {
	transition: ease 0.3s;
}

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

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

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

/* header */

.header {
	height: auto;
	left: 0;
	padding-left: 0.5rem;
	padding-right: 0.9375rem;
	position: fixed;
	top: 4px;
	width: 100%;
	z-index: 110;
}

.header.js-open .header__button {
	opacity: 0;
	visibility: hidden;
}

.header__inner {
	align-items: center;
	display: grid;
	grid-template-columns: 8.25rem 1fr;
	padding-right: 2.375rem;
}

.header__logo {
	height: inherit;
}

.header__logo a {
	align-items: center;
	display: flex;
	max-width: 8.25rem;
	width: 100%;
}

.header__logo a img {
	height: auto;
	width: 100%;
}

.header__button {
	background-color: #8e6957;
	border: 1px solid #8e6957;
	color: #ffffff;
	display: block;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 500;
	justify-self: end;
	letter-spacing: 0.04em;
	line-height: 1.375;
	max-width: 5rem;
	text-align: center;
	text-transform: capitalize;
	transition: all 0.3s ease;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

/* key-visual */

.key-visual {
	position: relative;
}

.key-visual__image {
	height: 100vh;
	height: 100svh;
	position: relative;
	width: 100%;
}

.key-visual__content {
	bottom: 2.75rem;
	left: 1.5rem;
	position: absolute;
	z-index: 10;
}

.key-visual__en-title {
	color: #23211f;
	font-family: "Lora", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2916666667;
}

.key-visual__ja-title {
	color: #23211f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.key-visual-swiper {
	height: 100%;
	width: 100%;
}

.key-visual-swiper .swiper-slide {
	height: 100%;
	width: 100%;
}

.key-visual-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 375/550;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* main */

.main__bg {
	display: none;
}

.main__left,
.main__right {
	display: none;
}

.main__content {
	background-color: #ffffff;
	width: 100%;
}

/* message */

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

.message__title {
	margin-top: 0rem;
}

.message__body {
	margin-top: 1.875rem;
}

.message__copy {
	color: #23211f;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-left: -0.9375rem;
	white-space: nowrap;
}

.message__content {
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
	margin-top: 2rem;
}

.message__text span {
	display: inline-block;
	font-weight: 500;
}

.message__image {
	margin-top: 6.25rem;
	width: 100%;
}

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

/* page-404 */

.page-404__box {
	margin-bottom: 6.25rem;
	margin-top: 6.25rem;
}

.page-404__title {
	color: #23211f;
	font-family: "Lora", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.page-404__text {
	text-align: center;
}

.page-404__button {
	background-color: #8e6957;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	max-width: 14.25rem;
	width: 100%;
}

.page-404__button a {
	align-items: center;
	border: 1px solid #8e6957;
	color: #ffffff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0 0.875rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4375;
	padding-bottom: 0.5rem;
	padding-left: 0.96875rem;
	padding-right: 0.96875rem;
	padding-top: 0.5rem;
	transition: all 0.3s ease;
}

.page-404__button a svg {
	flex-shrink: 0;
	max-width: 1rem;
	transform: rotateY(180deg);
	width: 100%;
}

/* pc-menu */

.pc-menu__inner {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 5rem);
	left: 70.5vw;
	max-width: 20.3125rem;
	overflow: hidden;
	padding-bottom: clamp(3.75rem, -3.38rem + 15.42vh, 6.063rem);
	padding-right: 1.5625rem;
	padding-top: clamp(3.75rem, -3.38rem + 15.42vh, 6.063rem);
	position: fixed;
	top: 5rem;
	width: 100%;
}

.pc-menu__nav {
	flex-shrink: 0;
}

.pc-menu__list {
	display: flex;
	flex-direction: column;
	gap: clamp(1.25rem, -2.797rem + 8.75vh, 2.563rem);
}

.pc-menu__item a {
	color: #23211f;
	display: block;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	transition: opacity 0.3s ease;
}

.pc-menu__info {
	flex-shrink: 0;
	margin-top: clamp(3.75rem, -6.271rem + 21.67vh, 7rem);
}

.pc-menu__time {
	flex-shrink: 0;
	margin-top: clamp(2.5rem, -5.208rem + 16.67vh, 5rem);
}

.pc-menu__time-title {
	color: #23211f;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.pc-menu__time-list {
	display: flex;
	flex-direction: column;
	gap: clamp(0.25rem, (100vh - 80px) * 0.008, 0.5rem);
}

.pc-menu__time-item {
	align-items: flex-start;
	color: #23211f;
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	gap: 1.375rem;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.pc-menu__time-item dt {
	max-width: 5.25rem;
	width: 100%;
}

.pc-menu__time-item dd span {
	color: #23211f;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

/* pc-text */

.pc-text__inner {
	padding-left: 0.8125rem;
	padding-top: clamp(3.75rem, -3.38rem + 15.42vh, 6.063rem);
	position: fixed;
	right: 67.5vw;
	top: 5rem;
}

.pc-text__title {
	color: #23211f;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.pc-text__body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 1.75rem;
	padding-left: 0.625rem;
}

.pc-text__text.common-text span {
	display: inline-block;
}

/* pictures */

.pictures {
	padding-top: 7.5rem;
}

.pictures__text {
	color: #8e6957;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: sticky;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.94);
	top: 50%;
	translate: 0 -50%;
	z-index: 10;
}

.pictures__text::after {
	background: radial-gradient(50% 50% at 50% 50%, #fff 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 50%;
	content: "";
	height: 15rem;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 15rem;
	z-index: -1;
}

.pictures__wrapper {
	display: grid;
	grid-template-columns: 49.472% 1fr;
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.pictures__image {
	filter: blur(10px);
	opacity: 0;
	transition: opacity 0.3s ease-in-out, filter 0.5s ease-in-out;
	width: 100%;
}

.pictures__image.js-show {
	filter: blur(0);
	opacity: 1;
}

.pictures__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
}

.pictures__image--1 {
	margin-left: 4.625rem;
	max-width: 42.2208148617%;
}

.pictures__image--1 img {
	aspect-ratio: 80/76;
}

.pictures__image--2 {
	margin-left: 2.75rem;
	margin-top: 0.875rem;
	max-width: 68.9952565761%;
}

.pictures__image--2 img {
	aspect-ratio: 128/88;
}

.pictures__image--3 {
	margin-top: 6.75rem;
	max-width: 86.2440707201%;
}

.pictures__image--3 img {
	aspect-ratio: 160/110;
}

.pictures__image--4 {
	margin-left: 5.875rem;
	margin-top: 8.5625rem;
	max-width: 50.6649778341%;
}

.pictures__image--4 img {
	aspect-ratio: 96/116;
}

.pictures__image--5 {
	margin-left: 1.5rem;
	margin-top: 3.4375rem;
	max-width: 60.3708495041%;
}

.pictures__image--5 img {
	aspect-ratio: 88/112;
}

.pictures__image--6 {
	margin-left: 3.75rem;
	margin-top: 6.090625rem;
	max-width: 55.9425796918%;
}

.pictures__image--6 img {
	aspect-ratio: 106/80;
}

.pictures__image--7 {
	margin-top: -0.59375rem;
	max-width: 42.2208148617%;
	z-index: 10;
}

.pictures__image--7 img {
	aspect-ratio: 80/104;
}

.pictures__image--8 {
	margin-top: 5.1875rem;
	max-width: 54.9805950841%;
}

.pictures__image--8 img {
	aspect-ratio: 102/80;
}

/* post-card */

.post-card {
	border: 1px solid #eddecf;
	max-width: 20.4375rem;
	width: 100%;
}

.post-card__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem;
}

.post-card__image {
	max-width: 17.4375rem;
	overflow: hidden;
	width: 100%;
}

.post-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 279/180;
	height: auto;
	object-fit: cover;
	transition: scale 0.3s ease;
}

.post-card__body {
	width: 100%;
}

.post-card__meta {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
}

.post-card__tag {
	color: #8e6957;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.post-card__date {
	color: #23211f;
	font-family: "Roboto Mono", monospace;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-left: 0.6875rem;
	position: relative;
}

.post-card__date::before {
	background: #d9d9d9;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.post-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #23211f;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow: hidden;
}

/* price-item */

.price-item {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.price-item__header {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding-right: 0.5rem;
}

.price-item__index {
	color: #23211f;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: relative;
	transition: color 0.3s ease;
}

.price-item__index::after {
	color: #8e6957;
	content: "*";
	font-size: 1rem;
	font-weight: 700;
	left: 100%;
	letter-spacing: 0.04em;
	line-height: 1.6;
	position: absolute;
	top: 0;
}

.price-item._no-asterisk .price-item__index::after {
	content: none;
}

.price-item__arrow {
	align-items: center;
	display: flex;
	justify-content: center;
	transition: transform 0.3s ease;
}

.price-item.is-open .price-item__arrow {
	transform: rotate(180deg);
}

.price-item__arrow svg {
	height: 0.5rem;
	width: 0.875rem;
}

.price-item__body {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.price-item.is-open .price-item__body {
	max-height: 1000px;
}

.price-item__item {
	align-items: center;
	display: flex;
}

.price-item__item._br-text {
	display: block;
}

.price-item__item._br-text .price-item__yen {
	display: none;
}

.price-item__item._br-text .price-item__price {
	line-height: 1.8;
	max-width: none;
	text-align: right;
}

.price-item__item._br-text .price-item__amount {
	display: block;
	font-weight: 400;
	width: 100%;
}

.price-item__price {
	align-items: center;
	color: #23211f;
	display: flex;
	font-family: "Roboto Mono", monospace;
	font-size: 1rem;
	font-weight: 400;
	justify-content: space-between;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-left: auto;
	max-width: 5.5rem;
	position: relative;
	width: 100%;
}

.price-item__price._plus::before {
	content: "+";
	left: -0.875rem;
	position: absolute;
	top: 0;
}

.price-item__yen {
	flex-shrink: 0;
}

/* price */

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

.price__header {
	margin-top: 2.5rem;
}

.price__copy {
	color: #23211f;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8125;
}

.price__header-text {
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.5rem;
}

.price__note {
	color: #23211f;
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.25rem;
}

.price__body {
	margin-top: 2.3125rem;
}

.price__campaign-list {
	display: flex;
	flex-direction: column;
	gap: 0.1875rem 0rem;
}

.price__campaign-item {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.price__service-name {
	color: #23211f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.price__discount {
	align-items: center;
	display: flex;
	gap: 0rem;
	max-width: 5.4375rem;
	width: 100%;
}

.price__yen {
	color: #23211f;
	font-family: "Roboto Mono", monospace;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.price__amount {
	color: #23211f;
	font-family: "Roboto Mono", monospace;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
	margin-left: auto;
}

.price__amount span {
	display: inline-block;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.price__set-list {
	display: flex;
	flex-direction: column;
	gap: 0.4375rem 0;
	margin-top: 2.4375rem;
}

.price__set-item {
	align-items: center;
	display: flex;
}

.price__set-item._br-text {
	display: block;
}

.price__set-item._br-text .price__set-price {
	display: block;
	line-height: 1.8;
	max-width: none;
	text-align: right;
}

.price__set-name {
	color: #23211f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.price__set-price {
	color: #23211f;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.625;
	margin-left: auto;
}

.price__set-price span {
	font-family: "Roboto Mono", monospace;
	font-weight: 400;
}

.price__box {
	margin-top: 2.3125rem;
}

.price__box-text {
	color: #23211f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.price__box-text span {
	color: #8e6957;
}

.price__list {
	display: flex;
	flex-direction: column;
	gap: 0.25rem 0;
	margin-top: 0.75rem;
}

.price__footer {
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0;
	margin-top: 2.5rem;
}

.price__image {
	margin-top: 6.25rem;
	width: 100%;
}

.price__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/175;
	height: auto;
	object-fit: cover;
}

/* privacy-policy */

.privacy-policy p {
	color: #23211f;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.privacy-policy h2 {
	color: #23211f;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.privacy-policy h3 {
	color: #23211f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.privacy-policy address {
	color: #23211f;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.privacy-policy address a {
	display: block;
}

.privacy-policy__inner.inner {
	max-width: 40.625rem;
}

.privacy-policy__title {
	color: #23211f;
	font-family: "Lora", serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5833333333;
}

.privacy-policy__body {
	display: flex;
	flex-direction: column;
	gap: 1.875rem 0;
	margin-top: 1.875rem;
}

.privacy-policy__box {
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0;
}

/* promise */

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

.promise__body {
	margin-top: 2.5rem;
}

.promise__list {
	display: flex;
	flex-direction: column;
	gap: 1rem 0rem;
}

.promise__text-box {
	display: flex;
	flex-direction: column;
	gap: 1rem 0rem;
	margin-top: 2.0625rem;
}

.promise__image {
	margin-top: 3.5rem;
	width: 100%;
}

.promise__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/273;
	height: auto;
	object-fit: cover;
}

/* recruit-message */

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

.recruit-message__list {
	display: flex;
	flex-direction: column;
	gap: 1rem 0;
}

.recruit-message__item .declaration__text {
	margin-top: 0.25rem;
}

/* recruit-title */

.recruit-title {
	position: relative;
}

.recruit-title__image {
	width: 100%;
}

.recruit-title__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/200;
	height: auto;
	object-fit: cover;
}

.recruit-title__text {
	bottom: 1.625rem;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 500;
	left: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	position: absolute;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

/* requirements */

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

.requirements__body {
	margin-top: 3.25rem;
}

.requirements__body.requirements__body--sub {
	margin-top: 3rem;
}

.requirements__sub-title {
	color: #8e6957;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.requirements__content {
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
	margin-top: 2.5rem;
}

.requirements__content._thin-margin {
	margin-top: 2rem;
}

.requirements__basic-list._no-margin {
	margin-top: 0;
}

.requirements__description.requirements__description--sub {
	margin-top: 2.5rem;
}

.requirements__supplement-header {
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-grid;
	font-family: inherit;
	grid-template-columns: max-content;
	grid-template-rows: max-content;
	justify-items: start;
	padding: 0;
	position: relative;
	transition: opacity 0.3s ease;
}

.requirements__supplement-title {
	grid-column: 1;
	grid-row: 1;
}

.requirements__supplement-arrow {
	align-items: center;
	display: flex;
	grid-column: 1;
	grid-row: 1;
	height: 0.375rem;
	justify-content: center;
	margin-left: 4.625rem;
	margin-top: 0.6875rem;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	width: 0.625rem;
}

.requirements__supplement.is-open .requirements__supplement-arrow {
	transform: rotate(270deg);
}

.requirements__supplement-arrow img {
	height: 0.625rem;
	width: 0.375rem;
}

.requirements__supplement-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.requirements__supplement.is-open .requirements__supplement-body {
	max-height: 1000px;
}

.requirements__supplement-content {
	margin-top: 0.5rem;
}

.requirements__text {
	margin-top: 0.5rem;
}

.requirements__text._no-margin {
	margin-top: 0;
}

.requirements__supplement-text,
.requirements__supplement-list-item {
	color: #23211f;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.requirements__guarantee {
	margin-top: 3rem;
}

.requirements__guarantee-title {
	color: #8e6957;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.requirements__guarantee-body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem 0;
	margin-top: 2rem;
}

.requirements__guarantee-content {
	display: flex;
	flex-direction: column;
	gap: 0.5rem 0;
}

.requirements__guarantee-sub-title {
	color: #23211f;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6111111111;
}

.requirement__box-title {
	color: #23211f;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

/* shop-info */

.shop-info {
	display: flex;
	flex-direction: column;
	font-style: normal;
	gap: 0.5rem;
}

.shop-info__tel {
	align-items: center;
	display: flex;
}

.shop-info__tel > a {
	align-items: flex-end;
	display: inline-flex;
	font-family: "Roboto Mono", monospace;
	margin-left: 0.5rem;
	transition: opacity 0.3s;
}

.shop-info__tel > span:last-child {
	align-items: flex-end;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	margin-left: 0.25rem;
}

.shop-info__address {
	color: #23211f;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin: 0;
}

/* single */

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

.single__meta {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
}

.single__tag.common-text {
	color: #8e6957;
}

.single__date {
	color: #23211f;
	font-family: "Roboto Mono", monospace;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 0.6875rem;
	position: relative;
}

.single__date::before {
	background: #d9d9d9;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.single__content {
	margin-top: 5.5rem;
}

.single__title {
	color: #23211f;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.6;
}

.single__image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.5rem;
}

.single__body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem 0;
	margin-top: 2.25rem;
}

.single__body figure:first-child {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.single__body h3 {
	color: #23211f;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.single__body h4 {
	color: #23211f;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6111111111;
}

.single__body p {
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
}

.single__body a {
	-webkit-text-decoration: underline;
	color: #23211f;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.625;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.single__button {
	background-color: #8e6957;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5rem;
	max-width: 14.25rem;
	width: 100%;
}

.single__button a {
	align-items: center;
	border: 1px solid #8e6957;
	color: #ffffff;
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	gap: 0 0.875rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4375;
	padding-bottom: 0.5rem;
	padding-left: 0.96875rem;
	padding-right: 0.96875rem;
	padding-top: 0.5rem;
	transition: all 0.3s ease;
}

.single__button a svg {
	flex-shrink: 0;
	max-width: 1rem;
	transform: rotateY(180deg);
	width: 100%;
}

/* staff-card */

.staff-card__wrap {
	position: relative;
}

.staff-card__content {
	min-height: 9.375rem;
	position: relative;
	z-index: 10;
}

.staff-card__image {
	margin-left: -0.875rem;
	margin-top: 0.375rem;
	max-width: 8.25rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

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

.staff-card__name-wrapper {
	align-items: flex-end;
	display: flex;
	gap: 0.5rem;
	width: 100%;
}

.staff-card__name-jp {
	color: #23211f;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.45;
}

.staff-card__name-en {
	color: #23211f;
	font-family: "Lora", serif;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.staff-card__role {
	color: #23211f;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	margin-top: 0.25rem;
	width: 100%;
}

.staff-card__button {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	margin-top: 1rem;
	transition: opacity 0.3s ease;
}

.staff-card__button-text {
	color: #23211f;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.staff-card__button-icon {
	flex-shrink: 0;
	height: 0.3125rem;
	transition: transform 0.3s ease;
	width: 0.625rem;
}

.staff-card__button-icon path {
	stroke: #23211f;
}

.staff-card.is-open .staff-card__button-icon {
	transform: rotate(180deg);
}

.staff-card__meta {
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	padding-right: 0.3125rem;
	transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.staff-card.is-open .staff-card__meta {
	margin-top: 1.25rem;
	max-height: 1000px;
}

.staff-card__meta-item {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
}

.staff-card__meta-item:not(:first-child) {
	margin-top: 0.625rem;
}

.staff-card__meta-label {
	background-color: #eddecf;
	color: #8e6957;
	display: block;
	flex-shrink: 0;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	padding-bottom: 0.125rem;
	padding-top: 0.125rem;
	text-align: center;
	width: 5.3125rem;
}

.staff-card__meta-value {
	color: #23211f;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

/* staff-cards */

.staff-cards__card:not(:first-child) {
	margin-top: 2rem;
}

/* sub-key-visual */

.sub-key-visual {
	position: relative;
}

.sub-key-visual__image {
	width: 100%;
}

.sub-key-visual__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/550;
	height: auto;
	object-fit: cover;
}

.sub-key-visual__title {
	bottom: 4.5625rem;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: 1.5rem;
	font-weight: 500;
	left: 1.4375rem;
	letter-spacing: 0.12em;
	line-height: 1;
	position: absolute;
	text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

/* sub-title */

.sub-title__en {
	color: #eddecf;
	font-family: "Lora", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.sub-title__ja {
	color: #8e6957;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4642857143;
	margin-top: -0.3125rem;
}

/* top-blog-slider */

.top-blog-slider-swiper {
	overflow: hidden;
}

.top-blog-slider-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.top-blog-slider-swiper .swiper-slide {
	max-width: 7.5rem;
	width: 100%;
}

.top-blog-slider-swiper .swiper-slide:nth-child(odd) {
	margin-top: 2.5rem;
}

.top-blog-slider-swiper .swiper-slide img {
	-o-object-fit: cover;
	aspect-ratio: 120/144;
	display: block;
	object-fit: cover;
	width: 100%;
}

/* top-blog */

.top-blog__inner.inner {
	max-width: 40.625rem;
}

.top-blog__title {
	text-align: center;
}

.top-blog__list {
	margin-top: 2.75rem;
}

.top-blog__item {
	border-top: 1px solid #d9d9d9;
}

.top-blog__item:last-child {
	border-bottom: 1px solid #d9d9d9;
}

.top-blog__link {
	display: block;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
	transition: background-color 0.3s ease;
}

.top-blog__meta {
	align-items: center;
	display: flex;
	gap: 0 0.6875rem;
}

.top-blog__tag {
	color: #8e6957;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

.top-blog__time {
	color: #23211f;
	font-family: "Roboto Mono", monospace;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 0.6875rem;
	position: relative;
}

.top-blog__time::before {
	background: #d9d9d9;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 0.0625rem;
}

.top-blog__blog-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #23211f;
	display: -webkit-box;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow: hidden;
}

.top-blog__button {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

/* top-concept */

.top-concept__text {
	margin-top: 1.875rem;
}

.top-concept__image {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-top: 1.1875rem;
	width: calc(100% + 3rem);
}

.top-concept__image img {
	-o-object-fit: cover;
	aspect-ratio: 375/352;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.top-concept__button {
	display: flex;
	justify-content: flex-end;
	margin-top: 2.75rem;
}

/* top-recruit */

.top-recruit {
	background: url(../../child/image/recruit-bk.jpg) no-repeat center center/cover;
	padding-bottom: 3.875rem;
	padding-top: 4.0625rem;
}

.top-recruit__inner.inner {
	max-width: 40.625rem;
}

.top-recruit__title.common-title {
	color: #454545;
}

.top-recruit__text {
	margin-top: 1.875rem;
}

.top-recruit__button-group {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 2.125rem;
}

.top-recruit__button {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	max-width: 15.3125rem;
	padding-bottom: 0.46875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.46875rem;
	transition: opacity 0.3s;
	transition: all 0.3s ease;
	width: 100%;
}

.top-recruit__button-text {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4375;
	white-space: nowrap;
}

.top-recruit__button-icon {
	flex-shrink: 0;
	height: 0.1875rem;
	width: 1.0625rem;
}

.top-recruit__button--outline {
	background-color: #ffffff;
	border: 1px solid #454545;
	color: #454545;
}

.top-recruit__button--outline:hover svg path {
	stroke: #ffffff;
}

.top-recruit__button--fill {
	background-color: #454545;
	border: 1px solid #454545;
	color: #ffffff;
}

.top-recruit__footer {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	margin-top: 2.875rem;
}

.top-recruit__footer-text {
	margin-top: 0;
	width: 20.3125rem;
}

.top-recruit__footer-button {
	display: flex;
	justify-content: flex-end;
	margin-top: 2.25rem;
}

/* top-service */

.top-service__text {
	margin-top: 1.8125rem;
}

.top-service__image {
	margin-right: -1.5rem;
	margin-top: -5.25rem;
	width: calc(100% + 1.5rem);
}

.top-service__image img {
	-o-object-fit: cover;
	aspect-ratio: 351/341;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.top-service__button {
	display: flex;
	justify-content: flex-end;
	margin-top: 2.75rem;
}

/* top-staff */

.top-staff__inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 40.625rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.top-staff__title {
	text-align: center;
}

.top-staff__cards {
	margin-top: 2.8125rem;
}

@media (hover: hover) {

.blog__tag-link:hover {
	opacity: 0.7;
}

.blog__pagenavi .wp-pagenavi a:hover {
	color: #8e6957;
}

.breadcrumbs li a:hover {
	opacity: 0.7;
}

.common-button:hover {
	opacity: 0.7;
}

.common-button:hover svg {
	translate: 0.1875rem 0;
}

.entry__contact-link:hover {
	opacity: 0.7;
}

.faq-list__question-area:hover {
	opacity: 0.7;
}

.footer__logo:hover {
	opacity: 0.7;
}

.form__submit:hover {
	background-color: #ffffff;
	color: #8e6957;
}

.form__submit:hover input[type=submit] {
	color: #8e6957;
}

.form__submit:hover svg path {
	stroke: #8e6957;
}

.header__logo a:hover {
	opacity: 0.7;
}

.page-404__button a:hover {
	background-color: #ffffff;
	color: #8e6957;
}

.page-404__button a:hover svg path {
	stroke: #8e6957;
}

.pc-menu__item a:hover {
	opacity: 0.7;
}

.post-card__link:hover .post-card__image img {
	scale: 1.1;
}

.price-item__header:hover .price-item__index {
	color: #8e6957;
}

.requirements__supplement-header:hover {
	opacity: 0.7;
}

.single__body a:hover {
	opacity: 0.7;
}

.single__button a:hover {
	background-color: #ffffff;
	color: #8e6957;
}

.single__button a:hover svg path {
	stroke: #8e6957;
}

.staff-card__button:hover {
	opacity: 0.7;
}

.top-blog__link:hover {
	background-color: #fff9eb;
}

.top-recruit__button--outline:hover {
	background-color: #454545;
	color: #ffffff;
}

.top-recruit__button--fill:hover {
	background-color: #ffffff;
	color: #454545;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.4545454545vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

.layout-blog {
	margin-top: 3.125rem;
}

.layout-page-404 {
	margin-top: 3.125rem;
}

.layout-privacy-policy {
	margin-top: 3.125rem;
}

.layout-single {
	margin-top: 3.125rem;
}

.hamburger {
	display: none;
}

.header {
	background-color: #ffffff;
	height: 5rem;
	padding-left: 0rem;
	padding-right: 0rem;
	top: 0;
}

.header__inner {
	grid-template-columns: 10rem 1fr;
	height: inherit;
	padding-left: 3.125rem;
	padding-right: 3.125rem;
}

.header__logo a {
	height: inherit;
	max-width: 10rem;
	transition: opacity 0.3s ease;
}

.header__logo a img {
	-o-object-fit: contain;
	aspect-ratio: 160/49;
	height: auto;
	object-fit: contain;
}

.header__button {
	font-size: 1.25rem;
	line-height: 1.9;
	max-width: 6.25rem;
}

.inner {
	max-width: 1103px;
}

.main {
	display: flex;
	margin-top: 5rem;
	position: relative;
}

.main__bg {
	background: url(../../child/image/pc-bk.jpg) no-repeat 82% center/cover;
	bottom: 0;
	display: inline-block;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 5rem;
	width: 100%;
	z-index: -1;
}

.main__left,
.main__right {
	display: block;
	height: calc(100vh - 5rem);
	max-width: calc((100% - 23.4375rem) / 2);
	width: 100%;
}

.main__content {
	max-width: 23.4375rem;
}

.pictures__wrapper {
	padding-bottom: 7.5rem;
	padding-top: 5rem;
}

.single__image {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.single__body figure:first-child {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.staff-card__button {
	cursor: pointer;
}

}

@media screen and (min-width: 768px) and (any-hover: hover) {

.footer__nav-item a:hover {
	opacity: 0.7;
}

.header__button:hover {
	background-color: #ffffff;
	color: #8e6957;
}

.shop-info__tel > a:hover {
	opacity: 0.7;
}

}

@media (min-width: 1100px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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