/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

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

html {
	-ms-overflow-style: scrollbar;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	overflow: auto;
}

body {
	color: #645436;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

section {
	position: relative;
	width: 100%;
}

a,
button {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

picture {
	display: block;
	line-height: 0;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	border: none;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	border-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

/* -------------------------------------------*/

/* フェードイン */

.fade {
	opacity: 0;
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

/* 下からフェードイン */

.fade-bottom {
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

/* 左からフェードイン */

.fade-left {
	opacity: 0;
	-webkit-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

/* 右からフェードイン */

.fade-right {
	opacity: 0;
	-webkit-transform: translate(20px, 0);
	transform: translate(20px, 0);
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.js-show {
	opacity: 0;
	-webkit-transition-duration: 1.4s;
	transition-duration: 1.4s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

/* -------------------------------------------*/

/* layout
-------------------------------------------------------*/

/**
 * input
 *
 */

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	border: none;
	border: none;
	border: none;
	border-radius: 5px;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 17px 18px;
	position: relative;
	width: 100%;
}

input[type=number] {
	-moz-appearance: textfield;
}

/**
 * textarea
 *
 */

textarea {
	border: none;
	border: none;
	border-radius: 5px;
	height: 300px;
	letter-spacing: 0.1em;
	padding: 10px;
	position: relative;
	width: 100%;
}

input[type=text]:disabled {
	background: transparent;
	cursor: not-allowed;
}

input[type=text]:disabled::-moz-placeholder {
	color: #83714F;
	opacity: 1;
}

input[type=text]:disabled::-webkit-input-placeholder {
	color: #83714F;
	opacity: 1;
}

input[type=text]:disabled::-ms-input-placeholder {
	color: #83714F;
	opacity: 1;
}

input[type=text]:disabled::placeholder {
	color: #83714F;
	opacity: 1;
}

/**
 * radio
 *
 */

input[type=radio] {
	display: none;
	vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 10px 0;
	padding: 10px 10px 10px 40px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
	border: 1px solid #7f7f7f;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 20px;
	z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
	background-color: #83714F;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 12px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}

/**
 * checkbox
 *
 */

input[type=checkbox] {
	display: none;
	vertical-align: middle;
}

input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding: 0 0 0 30px;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
}

input[type=checkbox] + label::before {
	background: #fff;
	border: 1px #CCCCCC solid;
	border-radius: 0.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	z-index: 2;
}

input[type=checkbox] + label::after {
	border-bottom: 1px solid #83714F;
	border-left: 1px solid #83714F;
	content: "";
	display: block;
	height: 6px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	width: 12px;
	z-index: 3;
}

input[type=checkbox]:checked + label::after {
	opacity: 1;
}

/**
 * tel(column)
 *
 */

.mwform-tel-field {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mwform-tel-field > input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100% !important;
}

/**
 * select
 *
 */

.select-parts {
	border: 1px #83714F solid;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.select-parts::after {
	background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
	content: "";
	height: 10px;
	margin-top: 2px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	z-index: 5;
}

.select-parts select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbefe3;
	border: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7f7f7f;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	height: 45px;
	letter-spacing: 0.1em;
	padding: 0 20px 0 15px;
	position: relative;
	text-align: center;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width: 100%;
}

/**
 * file
 *
 */

input[type=file] + label {
	margin: 0 10px 0 0;
	padding: 15px 0;
	width: 160px;
}

input[type=file] + label:after {
	left: 170px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-cta.u-con--lg {
	padding-block: 20px 73px;
	padding-block: 2rem 7.3rem;
	z-index: 0;
}

.l-cta__body {
	padding-inline: 40px;
	padding-inline: 4rem;
	padding-block: 100px 83px;
	padding-block: 10rem 8.3rem;
	background: url(../images/common/contact-bg.jpg) no-repeat center/cover;
	border-radius: 1rem;
	color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.l-cta__body::after {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.54;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.l-cta__body .c-primary-title {
	color: #fff;
}

.l-cta__box {
	margin-inline: auto;
	max-width: 900px;
	max-width: 90rem;
}

.l-cta__text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 26px;
	margin-top: 2.6rem;
	max-width: 591px;
	max-width: 59.1rem;
}

.l-cta__btn {
	margin-top: 27px;
	margin-top: 2.7rem;
}

.l-cta__btn .c-btn {
	padding-block: 15px;
	padding-block: 1.5rem;
	width: 183px;
	width: 18.3rem;
}

.l-cta__btn .c-btn .text {
	font-size: 11px;
	font-size: 1.1rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-footer {
	background-color: #fff;
	border-top: 1px solid;
	padding-top: 64px;
	padding-top: 6.4rem;
	position: relative;
	z-index: 0;
}

.l-footer_logo {
	margin-inline: auto;
	display: block;
	width: 102px;
	width: 10.2rem;
}

.l-footer__nav {
	margin-top: 43.5px;
	margin-top: 4.35rem;
}

.l-footer__nav-li {
	gap: 10px;
	gap: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-footer__nav-link {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	padding: 10px 5px;
	padding: 1rem 0.5rem;
	position: relative;
}

.l-footer__nav-link::after {
	background-color: #83714F;
	bottom: 5px;
	bottom: 0.5rem;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 25px;
	width: 2.5rem;
}

.l-footer__sns {
	gap: 10px;
	gap: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.l-footer__sns-link {
	aspect-ratio: 1/1;
	width: 36px;
	width: 3.6rem;
}

.l-footer__copy {
	padding-block: 16.5px;
	padding-block: 1.65rem;
	border-top: 1px solid #D6C9B0;
	font-family: "Prompt", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 300;
	margin-top: 20px;
	margin-top: 2rem;
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

body.modal-active .l-header {
	opacity: 0;
}

.l-header {
	padding-inline: 30px;
	padding-inline: 3rem;
	left: 0;
	position: fixed;
	top: 24px;
	top: 2.4rem;
	width: 100%;
	z-index: 50;
}

.l-header__inner {
	margin-inline: auto;
	padding-block: min(0.71vw, 13.6px) min(0.5vw, 9.6px);
	padding-block: min(0.71vw, 1.36rem) min(0.5vw, 0.96rem);
	padding-inline: min(1.79vw, 34.6px);
	padding-inline: min(1.79vw, 3.46rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10rem;
	-webkit-box-shadow: 0px 0px 20px rgba(193, 193, 193, .38);
	box-shadow: 0px 0px 20px rgba(193, 193, 193, .38);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1328px;
	max-width: 132.8rem;
	width: 71.4285714286%;
}

.l-header__logo {
	display: block;
	width: min(8.36vw, 160px);
	width: min(8.36vw, 16rem);
}

.l-header__logo a {
	display: block;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-insta {
	padding-block: 20px 85px;
	padding-block: 2rem 8.5rem;
}

.l-insta .c-primary-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-insta__li {
	gap: 20px;
	gap: 2rem;
	margin-top: 38px;
	margin-top: 3.8rem;
}

.l-insta__li-item {
	width: calc(25% - 1.5rem);
}

.l-insta__li-link {
	aspect-ratio: 1/1;
	display: block;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-wrapper {
	position: relative;
	text-align: left;
	width: 100%;
}

.l-main {
	position: relative;
	width: 100%;
}

.l-main--404,
.l-main--error {
	padding-block: 200px 150px;
	padding-block: 20rem 15rem;
}

.l-main--404 .error-h1,
.l-main--error .error-h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: bold;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	color: #BC9A59;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 70px;
	font-size: 7rem;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: 17px;
	font-size: 1.7rem;
	margin-top: 75px;
	margin-top: 7.5rem;
	text-align: center;
}

.l-main--404 .error-link,
.l-main--error .error-link {
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 75px auto 0;
	margin: 7.5rem auto 0;
	padding-bottom: 3px;
	padding-bottom: 0.3rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-main--404 .error-link::after,
.l-main--error .error-link::after {
	background: #83714F;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.l-main__bg {
	background-color: #fff;
	position: relative;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

body.is-open .l-navi {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
}

.l-navi__inner {
	gap: min(1.43vw, 27.4px);
	gap: min(1.43vw, 2.74rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu {
	gap: min(0.71vw, 13.629px);
	gap: min(0.71vw, 1.363rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu-link {
	color: #BC9A59;
	display: block;
	font-size: min(0.86vw, 16px);
	font-size: min(0.86vw, 1.6rem);
	font-weight: bold;
	line-height: 1.5;
	padding: min(0.36vw, 69.12px);
	padding: min(0.36vw, 6.912rem);
	position: relative;
}

.l-navi__menu-link::after {
	background-color: #BC9A59;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	width: min(1.79vw, 34.3px);
	width: min(1.79vw, 3.43rem);
}

.l-navi__shop {
	background-color: #CB8400;
	border: 1px solid #CB8400;
	border-radius: 20rem;
	color: #fff;
	font-size: min(0.86vw, 16px);
	font-size: min(0.86vw, 1.6rem);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	overflow: hidden;
	padding: min(0.5vw, 9.6px) min(2.07vw, 39.7px) min(0.43vw, 8.2px);
	padding: min(0.5vw, 0.96rem) min(2.07vw, 3.97rem) min(0.43vw, 0.82rem);
	position: relative;
	z-index: 2;
}

.l-navi__shop::after {
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.1);
	transform: translateY(-50%) scale(0.1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, transform 0s;
	transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
	-webkit-transition-delay: 0s, 0.4s;
	transition-delay: 0s, 0.4s;
	width: 100%;
	z-index: -1;
}

.l-navi__logo {
	display: block;
	width: 108px;
	width: 10.8rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-undermv {
	position: relative;
}

.l-undermv__h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	font-weight: bold;
	left: 50%;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4.4px rgba(45, 49, 51, .7);
	text-shadow: 0 0 0.44rem rgba(45, 49, 51, .7);
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.l-undermv__h1 .jp {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-undermv__h1 .en {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.125;
}

.l-undermv__h1 .en::first-letter {
	text-transform: capitalize;
}

.l-undermv__bg {
	aspect-ratio: 140/26;
	min-height: 300px;
	min-height: 30rem;
	width: 100%;
}

.l-undermv__bg img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-btn {
	padding-block: 17px;
	padding-block: 1.7rem;
	background-color: #fff;
	border: 1px solid #645436;
	border-radius: 5rem;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	width: 227px;
	width: 22.7rem;
	z-index: 2;
}

.c-btn.--white {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.c-btn.--white::after {
	background-color: #fff;
}

.c-btn.--line {
	background-color: #0BB212;
	border-color: #0BB212;
	color: #fff;
}

.c-btn.--line::after {
	background-color: #fff;
}

.c-btn::after {
	aspect-ratio: 1/1;
	background: #645436;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.1);
	transform: translateY(-50%) scale(0.1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, transform 0s;
	transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
	-webkit-transition-delay: 0s, 0.4s;
	transition-delay: 0s, 0.4s;
	width: 100%;
	z-index: -1;
}

.c-btn .text {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4285714286;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-pager .wp-pagenavi {
	margin-inline: auto;
	gap: 5px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.c-pager .wp-pagenavi span,
.c-pager .wp-pagenavi a {
	aspect-ratio: 38/47;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.4rem;
	color: #83714F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 2.1111111111;
	min-width: 38px;
	min-width: 3.8rem;
}

.c-pager .wp-pagenavi .current {
	background-color: #E5D4B4;
	color: #fff;
	position: relative;
}

.c-pager .wp-pagenavi .previouspostslink,
.c-pager .wp-pagenavi .nextpostslink {
	background-color: transparent;
	border: none;
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: 700%;
	white-space: nowrap;
	width: 32px;
	width: 3.2rem;
}

.c-pager .wp-pagenavi .previouspostslink {
	left: -8px;
	left: -0.8rem;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.c-pager .wp-pagenavi .nextpostslink {
	right: -8px;
	right: -0.8rem;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.c-pager .wp-pagenavi .previouspostslink::before,
.c-pager .wp-pagenavi .nextpostslink::before {
	aspect-ratio: 5/8;
	-webkit-mask-image: url(../images/icon/icon_pager.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #83714F;
	content: "";
	display: block;
	left: 50%;
	mask-image: url(../images/icon/icon_pager.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 10px;
	width: 1rem;
}

.c-pager .wp-pagenavi .previouspostslink::before {
	-webkit-transform: translate(-50%, -50%) scale(-1, 1);
	transform: translate(-50%, -50%) scale(-1, 1);
}

.c-pager .wp-pagenavi span.extend,
.c-pager .wp-pagenavi span.last {
	background-color: transparent;
	border: none;
	min-width: auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-primary-title {
	gap: 5px;
	gap: 0.5rem;
	color: #AC7100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	font-weight: bold;
}

.c-primary-title.--01 .en {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.1;
}

.c-primary-title.--02 .en {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.1;
}

.c-primary-title.--03 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.1;
}

.c-primary-title .jp {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
}

.c-primary-title .en {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	letter-spacing: 0.06em;
	text-transform: capitalize;
}

.c-primary-title .en.--none {
	text-transform: none;
	text-transform: initial;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-about {
	padding-block: 50px 60px;
	padding-block: 5rem 6rem;
}

.p-top-about__body {
	gap: 29px 83px;
	gap: 2.9rem 8.3rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
	margin-top: 2.5rem;
}

.p-top-about__lead {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	grid-column: 1;
	line-height: 1.6666666667;
}

.p-top-about__btn {
	margin-top: 29px;
	margin-top: 2.9rem;
}

.p-top-about__text-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-about__text-box .p-top__text + .p-top__text {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-top-about__slide {
	margin-top: 110px;
	margin-top: 11rem;
}

.p-top-about__slide .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.p-top-about__slide-image {
	border-radius: 1rem;
	overflow: hidden;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-mv {
	aspect-ratio: 140/83;
	max-height: 830px;
	max-height: 83rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.p-top-mv__contents {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.p-top-mv__copy {
	background-color: #fff;
	border-top-right-radius: clamp(36px, 2.86vw, 40px);
	border-top-right-radius: clamp(3.6rem, 2.86vw, 4rem);
	color: #967F53;
	font-size: clamp(36px, 2.86vw, 40px);
	font-size: clamp(3.6rem, 2.86vw, 4rem);
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.475;
	padding-bottom: clamp(11.5px, 1vw, 14px);
	padding-bottom: clamp(1.15rem, 1vw, 1.4rem);
	padding-left: min(7.14vw, 100px);
	padding-left: min(7.14vw, 10rem);
	padding-right: clamp(73px, 5.71vw, 80px);
	padding-right: clamp(7.3rem, 5.71vw, 8rem);
	padding-top: clamp(32px, 2.5vw, 35px);
	padding-top: clamp(3.2rem, 2.5vw, 3.5rem);
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-mv__copy .corner {
	bottom: 0px;
	display: block;
	height: 20px;
	height: 2rem;
	overflow: hidden;
	position: absolute;
	right: 0px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	width: 20px;
	width: 2rem;
}

.p-top-mv__copy .corner::before {
	background-color: transparent;
	border-radius: 50%;
	-webkit-box-shadow: -20px 20px 0 0 #fff;
	box-shadow: -20px 20px 0 0 #fff;
	content: "";
	display: block;
	height: 200%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 200%;
}

.p-top-mv__text {
	padding-block: 0 clamp(46px, 3.64vw, 51px);
	padding-block: 0 clamp(4.6rem, 3.64vw, 5.1rem);
	background-color: #fff;
	color: #6C6C6C;
	font-size: clamp(11px, 0.86vw, 12px);
	font-size: clamp(1.1rem, 0.86vw, 1.2rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8333333333;
	padding-left: min(7.14vw, 100px);
	padding-left: min(7.14vw, 10rem);
}

.p-top-mv__text span > span {
	display: inline-block;
}

.p-top-mv__bg {
	left: 0;
	max-height: 830px;
	max-height: 83rem;
	position: fixed;
	top: 0;
	width: 100%;
}

.p-top-mv.active .p-top-mv__copy .inner,
.p-top-mv.active .p-top-mv__text .inner {
	opacity: 1;
}

.p-top-mv__copy .inner,
.p-top-mv__text .inner {
	opacity: 0;
	-webkit-transition: opacity 1.6s ease-in;
	transition: opacity 1.6s ease-in;
}

.p-top-mv__text .inner {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-news {
	padding-block: 100px 60px;
	padding-block: 10rem 6rem;
}

.p-top-news .c-primary-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top-news__body {
	margin: 38px auto 0;
	margin: 3.8rem auto 0;
	max-width: 900px;
	max-width: 90rem;
}

.p-top-news__link {
	padding-inline: 50px;
	padding-inline: 5rem;
	border-bottom: 1px solid #cccccc;
	display: block;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.p-top-news__link + .p-top-news__link {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-top-news__head {
	gap: 17px;
	gap: 1.7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-news__date {
	color: #8B8B8B;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4285714286;
}

.p-top-news__tag {
	border-radius: 0.3rem;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	padding: 3px 20px;
	padding: 0.3rem 2rem;
}

.p-top-news__h1 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 9px;
	margin-top: 0.9rem;
}

.p-top-news__btn {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-news__btn .c-btn {
	margin-inline: auto;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-service {
	padding-block: 50px;
	padding-block: 5rem;
}

.p-top-service .c-primary-title {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top-service__head {
	gap: 60px;
	gap: 6rem;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 38px;
	margin-top: 3.8rem;
}

.p-top-sevice__head-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 24px;
	padding-top: 2.4rem;
}

.p-top-sevice__head-inner .p-top__text {
	margin-top: 18px;
	margin-top: 1.8rem;
}

.p-top-service__h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.6666666667;
}

.p-top-service__head-image {
	width: 401px;
	width: 40.1rem;
}

.p-top-service__body {
	margin-top: 100px;
	margin-top: 10rem;
}

.p-top-service__box {
	padding-inline: 56.5px;
	padding-inline: 5.65rem;
	border-bottom: 1px solid #EFE2CA;
	counter-increment: mycounter;
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.p-top-service__box:nth-child(odd) .p-top-service__box-flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-top-service__box + .p-top-service__box {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-top-service__box-flex {
	gap: 40px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-service__box-inner {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-service__box-inner .p-top__text {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.p-top-service__h4 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-top-service__h4::before {
	content: counter(mycounter) ".";
}

.p-top-service__image {
	border-radius: 1rem;
	overflow: hidden;
	width: 350px;
	width: 35rem;
}

.p-top-service__btn {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-top-service__btn .c-btn {
	margin-inline: auto;
	width: 400px;
	width: 40rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-shop {
	padding-block: 173px 152px;
	padding-block: 17.3rem 15.2rem;
	background: url(../images/top/shop-bg.jpg) no-repeat center/cover;
	border-radius: 3rem;
	margin: 50px auto 0;
	margin: 5rem auto 0;
	max-width: 1400px;
	max-width: 140rem;
}

.p-top-shop .c-primary-title {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.p-top-shop .c-primary-title + * {
	margin-top: 37px;
	margin-top: 3.7rem;
}

.p-top-shop__body {
	margin-inline: auto;
	color: #fff;
	max-width: 670px;
	max-width: 67rem;
}

.p-top-shop__btn {
	margin-top: 26px;
	margin-top: 2.6rem;
}

.p-top-shop__btn .c-btn {
	margin-inline: auto;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top-summary {
	padding-block: 26px 70px;
	padding-block: 2.6rem 7rem;
}

.p-top-summary .c-primary-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.p-top-summary .c-primary-title .jp {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
}

.p-top-summary__body {
	padding-block: 50px;
	padding-block: 5rem;
	background: url(../images/top/summary-bg.jpg) repeat center/100%;
	border-radius: 2rem;
}

.p-top-summary__slide {
	padding-inline: 50px;
	padding-inline: 5rem;
	position: relative;
}

.p-top-summary__slide .swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: -17px;
	bottom: -1.7rem;
	left: 50%;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 80%;
}

.p-top-summary__slide .swiper-scrollbar-drag {
	background-color: rgba(255, 255, 255, .5);
}

.p-top-summary__li.swiper-wrapper {
	gap: 15px;
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-top-summary__li-item.swiper-slide {
	padding-block: 29px 22px;
	padding-block: 2.9rem 2.2rem;
	padding-inline: clamp(10px, 1.29vw, 18px);
	padding-inline: clamp(1rem, 1.29vw, 1.8rem);
	background-color: #fff;
	border-radius: 2rem;
	color: #83714F;
	counter-increment: mycounter;
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(137,137,137,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
	-webkit-filter: drop-shadow(0px 0px 20px rgba(137, 137, 137, .16));
	filter: drop-shadow(0px 0px 20px rgba(137, 137, 137, .16));
	width: calc(20% - 1.2rem);
}

.p-top-summary__li-item.swiper-slide::before {
	content: counter(mycounter, decimal-leading-zero);
	font-family: "M PLUS 1p", sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.1428571429;
}

.p-top-summary__h3 {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.3636363636;
	margin-top: 4px;
	margin-top: 0.4rem;
}

.p-top-summary__text {
	font-size: clamp(11px, 0.93vw, 13px);
	font-size: clamp(1.1rem, 0.93vw, 1.3rem);
	font-weight: bold;
	line-height: 1.8461538462;
	margin-top: 30px;
	margin-top: 3rem;
}

.p-top-summary__btn {
	margin-top: 28px;
	margin-top: 2.8rem;
}

.p-top-summary__btn .c-btn {
	padding-block: 10.5px;
	padding-block: 1.05rem;
	border-color: #83714F;
	max-width: 174px;
	max-width: 17.4rem;
	width: 100%;
}

.p-top-summary__btn .c-btn::after {
	background-color: #83714F;
}

.p-top-summary__btn .c-btn .text {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.0909090909;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-top__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
}

.p-top__text.--center {
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-about::before {
	aspect-ratio: 140/83;
	background: url(../images/under/about/about-bg.jpg) no-repeat center/cover;
	content: "";
	left: 50%;
	min-width: 1440px;
	min-width: 144rem;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-about-head {
	padding-block: 100px;
	padding-block: 10rem;
	background-color: #fff;
}

.p-about-head__lead {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6666666667;
}

.p-about-head__lead + * {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.p-about-head__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7142857143;
}

.p-about-head__text + .p-about-head__text {
	margin-top: 26px;
	margin-top: 2.6rem;
}

.p-about-head__h2 {
	background-color: #C49A49;
	border-radius: 5rem;
	color: #fff;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 80px auto 0;
	margin: 8rem auto 0;
	padding: 13px 60px;
	padding: 1.3rem 6rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-about-head__body {
	gap: 73px 60px;
	gap: 7.3rem 6rem;
	margin: 73px auto 0;
	margin: 7.3rem auto 0;
	max-width: 924px;
	max-width: 92.4rem;
}

.p-about-head__box {
	background-color: #F8F5E9;
	border-radius: 1rem;
	counter-increment: mycounter;
	padding: 60px 22.5px 50px;
	padding: 6rem 2.25rem 5rem;
	position: relative;
	width: calc(50% - 3rem);
}

.p-about-head__box:nth-child(even) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.p-about-head__box::before {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 2px solid;
	color: #DD9000;
	content: counter(mycounter, decimal-leading-zero);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 60px;
	font-size: 6rem;
	font-weight: bold;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	line-height: 1.1333333333;
	position: absolute;
	top: -33px;
	top: -3.3rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 94px;
	width: 9.4rem;
}

.p-about-head__h3 {
	color: #030303;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4166666667;
	text-align: center;
}

.p-about-head__h3 + * {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-about-sec01 {
	padding-block: 126px 30px;
	padding-block: 12.6rem 3rem;
	background-color: #fff;
	margin-top: 400px;
	margin-top: 40rem;
}

.p-about-sec01 .c-primary-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-about-sec01__btn {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.p-about-sec02 {
	padding-block: 39px 40px;
	padding-block: 3.9rem 4rem;
	background-color: #fff;
}

.p-about-sec02 .c-primary-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-about-sec02__table {
	margin: 26.5px auto 0;
	margin: 2.65rem auto 0;
	max-width: 700px;
	max-width: 70rem;
	width: 100%;
}

.p-about-sec02__table tr {
	border-bottom: 1px solid #D3CEC4;
}

.p-about-sec02__th {
	padding-block: 13.5px;
	padding-block: 1.35rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5714285714;
	padding-left: 13px;
	padding-left: 1.3rem;
	text-align: left;
	width: 110px;
	width: 11rem;
}

.p-about-sec02__td {
	padding-block: 13.5px;
	padding-block: 1.35rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5714285714;
	padding-left: 82px;
	padding-left: 8.2rem;
}

.p-about-sec02__map {
	aspect-ratio: 1400/400;
	margin-top: 68px;
	margin-top: 6.8rem;
}

.p-about-sec02__map iframe {
	display: block;
	height: 100%;
	width: 100%;
}

.p-about-sec03 {
	padding-block: 40px 60px;
	padding-block: 4rem 6rem;
	background-color: #fff;
}

.p-about-sec03 .c-primary-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-about-sec03__body {
	gap: 40px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 40px auto 0;
	margin: 4rem auto 0;
	max-width: 975px;
	max-width: 97.5rem;
}

.p-about-sec03__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 20px;
	padding-right: 2rem;
}

.p-about-sec03__name {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.p-about-sec03__name .mn {
	bottom: 3px;
	bottom: 0.3rem;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	padding-left: 3px;
	padding-left: 0.3rem;
	position: relative;
}

.p-about-sec03__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5714285714;
	margin-top: 13px;
	margin-top: 1.3rem;
}

.p-about-sec03__h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 42px;
	margin-top: 4.2rem;
}

.p-about-sec03__ul {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5714285714;
	margin-top: 12px;
	margin-top: 1.2rem;
}

.p-about-sec03__image {
	width: 415px;
	width: 41.5rem;
}

.p-about-bg {
	background-color: #fff;
	position: relative;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-contact {
	padding-block: 100px;
	padding-block: 10rem;
}

.p-contact__text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
	text-align: center;
}

.p-contact-content {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-contact-content .cf7 {
	margin: 0 auto;
	max-width: 800px;
	max-width: 80rem;
	width: 100%;
}

.p-contact-content .cf7__required {
	color: #F40C0C;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}

.cf7__list-wrap:not(:first-of-type) {
	margin-top: 20px;
	margin-top: 2rem;
}

.cf7__list-wrap dt {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
}

.cf7__list-wrap dt p {
	gap: 10px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cf7__list-wrap dd {
	color: #000;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0;
	margin-top: 9px;
	margin-top: 0.9rem;
}

.cf7__list-wrap input,
.cf7__list-wrap select {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 0.4rem;
	letter-spacing: 0;
	padding: 11px;
	padding: 1.1rem;
}

.cf7__list-wrap.--readonly {
	pointer-events: none;
}

.cf7__list-wrap.--normal {
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	min-height: 50px;
	min-height: 5rem;
}

.cf7__list-wrap.--normal p {
	position: relative;
}

.cf7__list-wrap.--textarea {
	min-height: 160px;
	min-height: 16rem;
}

.cf7__list-wrap.--textarea dt {
	color: #000;
}

.cf7__list-wrap.--textarea dd {
	color: #000;
}

.cf7__list-wrap.--textarea textarea {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 0.4rem;
	height: 160px;
	height: 16rem;
	padding: 11px;
	padding: 1.1rem;
	resize: none;
}

.cf7__privacy-policy-title {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
	margin-top: 2rem;
}

.cf7__privacy-policy {
	background-color: #F8F8F8;
	border: 1px solid #cccccc;
	border-radius: 0.4rem;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	height: 200px;
	height: 20rem;
	margin: 9px auto 0;
	margin: 0.9rem auto 0;
	max-width: 800px;
	max-width: 80rem;
	overflow-y: scroll;
	padding: 15px 9px;
	padding: 1.5rem 0.9rem;
	width: 100%;
}

.cf7__privacy-policy pre {
	word-wrap: break-word;
	white-space: pre-wrap;
}

.cf7__privacy-policy pre span {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.cf7__privacy-policy pre a {
	color: #2F62EB;
	text-decoration: underline;
}

.cf7__consent {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 23px;
	margin-top: 2.3rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.cf7__consent .wpcf7-list-item {
	margin-left: 0 !important;
}

.cf7__consent label span {
	cursor: pointer;
	padding-left: 30px;
	padding-left: 3rem;
	position: relative;
}

.cf7__button {
	padding-block: 0;
	border: none;
	border-radius: 5rem;
	cursor: not-allowed;
	display: block;
	margin: 63px auto 0;
	margin: 6.3rem auto 0;
	overflow: hidden;
	position: relative;
	position: relative;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	width: 227px;
	width: 22.7rem;
}

.cf7__button.active {
	cursor: pointer;
}

.cf7__button.active input {
	border: 2px solid #645436;
}

.cf7__button::after {
	aspect-ratio: 1/1;
	background: #645436;
	border-radius: 50%;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0.1);
	transform: translateY(-50%) scale(0.1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, -webkit-transform 0s;
	transition: opacity 0.5s, transform 0s;
	transition: opacity 0.5s, transform 0s, -webkit-transform 0s;
	-webkit-transition-delay: 0s, 0.4s;
	transition-delay: 0s, 0.4s;
	width: 100%;
	z-index: -1;
}

.cf7__button p {
	height: 100%;
	width: 100%;
}

.cf7__button .wpcf7-spinner {
	display: none;
}

.cf7__button input {
	padding-block: 16.5px;
	padding-block: 1.65rem;
	border: 2px solid #cccccc;
	border-radius: 50rem;
	color: #645436;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: 100%;
	width: 100%;
}

.cf7__button input:disabled {
	cursor: not-allowed;
}

.cf7__button:not(.disabled) input {
	cursor: pointer;
}

.cf7__button.disabled {
	pointer-events: none;
}

.cf7__button.disabled input {
	opacity: 0.7;
}

.p-contact.--confirm .cf7__list-wrap.--normal,
.p-contact.--confirm .cf7__list-wrap.--textarea {
	gap: 20px;
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: auto;
}

.p-contact.--confirm .cf7__list-wrap.--normal dt,
.p-contact.--confirm .cf7__list-wrap.--textarea dt {
	width: 150px;
	width: 15rem;
}

.p-contact.--confirm .cf7__list-wrap.--normal dd,
.p-contact.--confirm .cf7__list-wrap.--textarea dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 0;
}

.p-contact.--confirm .cf7__button input {
	border: 2px solid #645436;
}

.p-contact.--thanks .p-contact__h1 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}

.p-contact.--thanks .p-contact__h1 + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-contact.--thanks .p-contact__text {
	text-align: center;
}

.p-contact.--thanks .p-contact__btn {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-contact.--thanks .p-contact__btn .c-btn {
	margin-inline: auto;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-news__inner {
	margin-inline: auto;
	padding-inline: 20px;
	padding-inline: 2rem;
	max-width: 940px;
	max-width: 94rem;
}

.p-news-list {
	padding-block: 80px 100px;
	padding-block: 8rem 10rem;
}

.p-news-list__select {
	border: 1px solid #645436;
	border-radius: 0.3rem;
	min-width: 120px;
	min-width: 12rem;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news-list__select::after {
	aspect-ratio: 5/8;
	-webkit-mask-image: url(../images/icon/icon_pager.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: #83714F;
	content: "";
	display: block;
	mask-image: url(../images/icon/icon_pager.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	right: 12px;
	right: 1.2rem;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	width: 8px;
	width: 0.8rem;
}

.p-news-list__select select {
	padding-block: 5px;
	padding-block: 0.5rem;
	padding-inline: 20px 40px;
	padding-inline: 2rem 4rem;
	color: #645436;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
}

.p-news-list__body {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-news-list__pager {
	margin-top: 64px;
	margin-top: 6.4rem;
}

.p-news-content {
	padding-block: 120px;
	padding-block: 12rem;
}

.p-news-content__body .p-top-news__tag {
	font-size: 14px;
	font-size: 1.4rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-news-content__body .p-top-news__date {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 8px;
	margin-top: 0.8rem;
}

.p-news-content__h1 {
	color: #8B8B8B;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.7142857143;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-news-content__box {
	margin-top: 64px;
	margin-top: 6.4rem;
}

.p-news-content__box p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
}

.p-news-content__box p + * {
	margin-top: 48px;
	margin-top: 4.8rem;
}

.p-news-content__box p + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-news-content__box p + h2,
.p-news-content__box p + h3,
.p-news-content__box p + h4,
.p-news-content__box p + h5,
.p-news-content__box p + h6 {
	margin-top: 48px;
	margin-top: 4.8rem;
}

.p-news-content__box figure {
	margin-inline: auto;
}

.p-news-content__box figure + * {
	margin-top: 48px;
	margin-top: 4.8rem;
}

.p-news-content__box figure + h2,
.p-news-content__box figure + h3,
.p-news-content__box figure + h4,
.p-news-content__box figure + h5,
.p-news-content__box figure + h6 {
	margin-top: 48px;
	margin-top: 4.8rem;
}

.p-news-content__box figure img {
	margin-inline: auto;
	border-radius: 0.5rem;
}

.p-news-content__box h2,
.p-news-content__box h3,
.p-news-content__box h4,
.p-news-content__box h5,
.p-news-content__box h6 {
	font-weight: bold;
}

.p-news-content__box h2 + *,
.p-news-content__box h3 + *,
.p-news-content__box h4 + *,
.p-news-content__box h5 + *,
.p-news-content__box h6 + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-news-content__box h2 {
	padding-block: 5px;
	padding-block: 0.5rem;
	font-size: 20px;
	font-size: 2rem;
	padding-left: 15px;
	padding-left: 1.5rem;
	position: relative;
}

.p-news-content__box h2::before {
	background-color: #BC9A59;
	border-radius: 0.5rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
	width: 0.5rem;
}

.p-news-content__box h3 {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 24px;
	padding-left: 2.4rem;
	position: relative;
}

.p-news-content__box h3::before {
	aspect-ratio: 1/1;
	background-color: #BC9A59;
	border-radius: 0.2rem;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 7px;
	top: 0.7rem;
	width: 14px;
	width: 1.4rem;
}

.p-news-content__box h4 {
	border-bottom: 1px solid #BC9A59;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
}

.p-news-content__box h5 {
	background-color: #BC9A59;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
}

.p-news-content__box h6 {
	font-size: 18px;
	font-size: 1.8rem;
}

.p-news-content__box .wp-block-separator {
	margin-block: 70px 50px;
	margin-block: 7rem 5rem;
	border-bottom-width: 1px;
}

.p-news-content__btn {
	margin-top: 64px;
	margin-top: 6.4rem;
}

.p-news-content__btn .c-btn {
	margin-inline: auto;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-service-box {
	padding-block: 30px;
	padding-block: 3rem;
}

.p-service-box + .l-cta {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-service-md {
	margin-inline: auto;
	max-width: 970px;
	max-width: 97rem;
}

.p-service-sm {
	margin-inline: auto;
	max-width: 660px;
	max-width: 66rem;
}

.p-service-sm.l-grid {
	gap: 30px;
	gap: 3rem;
	padding-bottom: 80px;
	padding-bottom: 8rem;
}

.p-service-sm + .p-service-md {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-service__h2 {
	gap: 2px;
	gap: 0.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-service__h2 .icon {
	width: 40px;
	width: 4rem;
}

.p-service__h2 .text {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}

.p-service__h2 + * {
	margin-top: 30px;
	margin-top: 3rem;
}

.p-service__h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.p-service__h3.--center {
	text-align: center;
}

.p-service__h3 + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-service__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.7142857143;
}

.p-service__text.--center {
	text-align: center;
}

.p-service__text.--center.--att {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7142857143;
}

.p-service__text.--att {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-service__text.--box {
	margin-inline: auto;
	max-width: 800px;
	max-width: 80rem;
}

.p-service__text.--box + .p-service__h3 {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-service__text + .p-service-bg__h4,
.p-service__text + .p-service-sm,
.p-service__text + .p-service__btn {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-service__text + .p-service__image {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-service__li {
	margin-inline: auto;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7142857143;
	max-width: 500px;
	max-width: 50rem;
}

.p-service__li + .p-service__h3 {
	margin-top: 56px;
	margin-top: 5.6rem;
}

.p-service__image {
	border-radius: 1rem;
	overflow: hidden;
	width: 100%;
}

.p-service__image + * {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.p-service__image + .p-service__btn {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.p-service__btn .c-btn {
	margin-inline: auto;
	background-color: transparent;
	cursor: pointer;
}

.p-service-head {
	padding-block: 100px 80px;
	padding-block: 10rem 8rem;
}

.p-service-head__body {
	gap: 30px;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-service-head__body.--rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-service-head__body + .p-service-md {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-service-head__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-service-head__num {
	gap: 12px;
	gap: 1.2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #D9AE5C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
}

.p-service-head__num::after {
	background-color: #D9AE5C;
	border-radius: 1rem;
	content: "";
	display: block;
	height: 2px;
	width: 76px;
	width: 7.6rem;
}

.p-service-head__h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 19px;
	margin-top: 1.9rem;
}

.p-service-head__h2 + * {
	margin-top: 28px;
	margin-top: 2.8rem;
}

.p-serivce-head__image {
	border-radius: 1rem;
	overflow: hidden;
	width: 44.1818181818%;
}

.p-service-flow {
	padding-block: 54px 108px;
	padding-block: 5.4rem 10.8rem;
	background-color: #FDF9F2;
}

.p-service-flow__h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.p-service-flow__slide {
	padding-inline: 26px;
	padding-inline: 2.6rem;
	margin-top: 32px;
	margin-top: 3.2rem;
	overflow: hidden;
	padding-bottom: 38px;
	padding-bottom: 3.8rem;
	position: relative;
}

.p-service-flow__slide .swiper-wrapper.--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-service-flow__slide .swiper-scrollbar.swiper-scrollbar-horizontal {
	background: rgba(188, 154, 89, .2);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80%;
	z-index: 0;
}

.p-service-flow__slide .swiper-scrollbar-drag {
	background-color: #BC9A59;
}

.p-service-flow__slide-item {
	padding-block: 37px 26px;
	padding-block: 3.7rem 2.6rem;
	background-color: #fff;
	border: 1px solid #BC9A59;
	border-radius: 2rem;
	counter-increment: flow;
	text-align: center;
}

.p-service-flow__slide-item.swiper-slide {
	height: auto;
}

.p-service-flow__slide-item::before {
	color: #AC7100;
	content: "Step" counter(flow);
	font-family: "M PLUS 1p", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 800;
}

.p-service-flow__time {
	font-size: 12px;
	font-size: 1.2rem;
}

.p-service-flow__title {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 18px;
	margin-top: 1.8rem;
}

.p-service-flow__title + * {
	margin-top: 10px;
	margin-top: 1rem;
}

.p-service-flow__text {
	font-size: clamp(12.2px, 1vw, 14px);
	font-size: clamp(1.22rem, 1vw, 1.4rem);
	font-weight: bold;
	line-height: 1.8571428571;
}

.p-service-flow__text.--att {
	font-size: 10px;
	font-size: 1rem;
	margin-top: 5px;
	margin-top: 0.5rem;
}

.p-service-available__li {
	gap: 16px 20px;
	gap: 1.6rem 2rem;
}

.p-service-available__li-item {
	background-color: #BC9A59;
	border-radius: 0.5rem;
	color: #fff;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1.4285714286;
	padding: 20px 27px;
	padding: 2rem 2.7rem;
	width: calc(25% - 1.5rem);
}

.p-service-price__flex {
	gap: 40px;
	gap: 4rem;
}

.p-service-price__flex .p-service-price__sec {
	margin-inline: 0;
	max-width: none;
	width: calc(50% - 2rem);
}

.p-service-price__h3 {
	padding-inline: 15px;
	padding-inline: 1.5rem;
	color: #BC9A59;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

.p-service-price__table {
	border-top: 1px solid;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	margin-top: 14px;
	margin-top: 1.4rem;
	width: 100%;
}

.p-service-price__table tr {
	border-bottom: 1px solid;
}

.p-service-price__th {
	padding: 15px;
	padding: 1.5rem;
	text-align: left;
}

.p-service-price__td {
	margin-left: auto;
	padding: 15px;
	padding: 1.5rem;
	text-align: right;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-service-price__td .tax {
	font-size: 15px;
	font-size: 1.5rem;
}

.p-service-application__btn {
	gap: 36px;
	gap: 3.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 34px;
	margin-top: 3.4rem;
	position: relative;
	z-index: 0;
}

.p-service-bg {
	padding-inline: 20px;
	padding-inline: 2rem;
	background-color: #F4EDE2;
	border-radius: 2rem;
}

.p-service-bg + .p-service-bg {
	margin-top: 56px;
	margin-top: 5.6rem;
}

.p-service-bg.--01 {
	padding-block: 26px 38px;
	padding-block: 2.6rem 3.8rem;
}

.p-service-bg.--02 {
	padding-block: 50px;
	padding-block: 5rem;
}

.p-service-bg.--02 .p-service-bg__h3 {
	font-size: 30px;
	font-size: 3rem;
}

.p-service-bg.--02 + .p-service-application__btn {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-service-bg__head {
	gap: 30px;
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-service-bg__head + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-service-bg__h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.p-service-bg__h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.p-service-bg__h4 span {
	display: inline-block;
}

.p-service-bg__h4 + * {
	margin-top: 16px;
	margin-top: 1.6rem;
}

.p-service-bg__h4.--left {
	text-align: left;
}

.p-service-bg__flex {
	gap: 30px;
	gap: 3rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	margin-top: 4rem;
}

.p-service-bg__flex:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-service-bg__flex + .p-service-bg__flex {
	margin-top: 54px;
	margin-top: 5.4rem;
}

.p-service-bg__flex .p-service-bg__h4 {
	text-align: left;
}

.p-service-bg__flex + .p-service-application__btn {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-service-bg__image {
	border-radius: 1rem;
	overflow: hidden;
	width: 45.8490566038%;
}

.p-service-bg__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-service-voice__slide.swiper-voice {
	position: relative;
}

.p-service-voice__slide.swiper-voice .swiper-wrapper {
	gap: 40px;
	gap: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transform: none;
	transform: none;
}

.p-service-voice__slide.swiper-voice .swiper-pagination,
.p-service-voice__slide.swiper-voice .swiper-button-prev,
.p-service-voice__slide.swiper-voice .swiper-button-next {
	display: none;
}

.p-service-voice__slide-item.swiper-slide {
	background-color: #F4EDE2;
	border-radius: 1rem;
	height: auto;
	padding: 30px 20px;
	padding: 3rem 2rem;
	position: static;
	width: calc(50% - 2rem);
}

.p-service-voice__slide-item.swiper-slide .p-service-bg__h3 + * {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.service-nav-wrap {
	gap: 34px;
	gap: 3.4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 18px;
	margin-top: 1.8rem;
	position: relative;
	width: 100%;
}

.service-nav-wrap .swiper-pagination-bullet {
	background-color: #E3D8C2;
	opacity: 1;
}

.service-nav-wrap .swiper-pagination-bullet-active {
	background-color: #83714F;
}

.swiper-pagination.service-pagination {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: static;
	width: -moz-fit-content !important;
	width: -webkit-fit-content !important;
	width: fit-content !important;
}

.swiper-button-prev.service-nav,
.swiper-button-next.service-nav {
	height: 36px;
	height: 3.6rem;
	margin-top: 0;
	position: static;
	width: 36px;
	width: 3.6rem;
}

.swiper-button-prev.service-nav::after,
.swiper-button-next.service-nav::after {
	background: url(../images/under/service/nav-service.png) no-repeat center/contain;
	content: "";
	display: block;
	height: 36px;
	height: 3.6rem;
	margin: auto;
	width: 36px;
	width: 3.6rem;
}

.swiper-button-prev.service-nav {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.swiper-button-prev.service-nav::after {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.swiper-button-next.service-nav {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.js-modal {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background-color: rgba(41, 41, 41, .8);
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
	visibility: hidden;
	width: 100vw;
	z-index: 100;
}

.js-modal.inview {
	opacity: 1;
	visibility: visible;
}

.js-modal .p-service__image,
.js-modal .p-service__text {
	margin-inline: auto;
	max-width: 700px;
	max-width: 70rem;
}

.modal-window {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: 1000px;
	max-width: 100rem;
	padding: 50px 60px;
	padding: 5rem 6rem;
	position: relative;
	width: calc(80% + 12rem);
}

.modal-window-inner {
	scrollbar-color: #cccccc transparent;
	background-color: #F4EDE2;
	border-radius: 1rem;
	height: 100%;
	overflow: scroll;
	padding: 30px 60px;
	padding: 3rem 6rem;
	width: 100%;
}

.modal-window-inner::-webkit-scrollbar {
	background-color: transparent;
	width: 5px;
	width: 0.5rem;
}

.modal-window-inner::-webkit-scrollbar-track,
.modal-window-inner::-webkit-scrollbar-track-piece {
	background-color: transparent;
	width: 5px;
	width: 0.5rem;
}

.modal-window-inner::-webkit-scrollbar-thumb {
	background-color: #cccccc;
	border-radius: 1rem;
}

.modal-window-inner::-webkit-scrollbar-corner {
	display: none;
}

.modal-close-button {
	cursor: pointer;
	position: absolute;
	right: 40px;
	right: 4rem;
	top: 30px;
	top: 3rem;
	width: 60px;
	width: 6rem;
	z-index: 2;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.u-db {
	display: block;
}

.u-dn {
	display: none;
}

.u-mask--c-black {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.u-mask--c-white {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.u-con--sm {
	margin-inline: auto;
	padding-inline: 80px;
	padding-inline: 8rem;
	max-width: 1060px;
	max-width: 106rem;
}

.u-con--md {
	margin-inline: auto;
	padding-inline: 60px;
	padding-inline: 6rem;
	max-width: 1220px;
	max-width: 122rem;
}

.u-con--lg {
	margin-inline: auto;
	padding-inline: 40px;
	padding-inline: 4rem;
	max-width: 1280px;
	max-width: 128rem;
}

.u-c-white {
	color: #fff;
}

.u-c--b-white {
	color: #fff;
}

.u-z-1 {
	z-index: -1;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z10 {
	z-index: 10;
}

.u-z50 {
	z-index: 50;
}

.u-z100 {
	z-index: 100;
}

.u-z999 {
	z-index: 999;
}

@media (hover: hover) and (pointer: fine) {

.l-footer_logo {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer_logo:hover {
	opacity: 0.8;
}

.l-footer__nav-link::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-footer__nav-link:hover::after {
	-webkit-transform: translateX(-50%) scale(1, 1);
	transform: translateX(-50%) scale(1, 1);
}

.l-header__logo {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-header__logo:hover {
	opacity: 0.8;
}

.l-header__trigger {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-header__trigger:hover {
	opacity: 0.8;
}

.l-insta__li-link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-insta__li-link:hover {
	opacity: 0.8;
}

.l-main--404 .error-link::after,
.l-main--error .error-link::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: left;
	transition-property: left;
}

.l-main--404 .error-link:hover::after,
.l-main--error .error-link:hover::after {
	left: 1rem;
}

.l-navi__menu-link::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-navi__menu-link:hover::after {
	-webkit-transform: translateX(-50%) scale(1, 1);
	transform: translateX(-50%) scale(1, 1);
}

.l-navi__shop {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.l-navi__shop::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.l-navi__shop:hover {
	color: #CB8400;
}

.l-navi__shop:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.c-btn {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.c-btn::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.c-btn:hover {
	color: #fff;
}

.c-btn:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.c-btn.--white {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.c-btn.--white::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.c-btn.--white:hover {
	color: #645436;
}

.c-btn.--white:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.c-btn.--line {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.c-btn.--line::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.c-btn.--line:hover {
	color: #0BB212;
}

.c-btn.--line:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.c-pager .wp-pagenavi a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.c-pager .wp-pagenavi a:hover {
	background-color: #E5D4B4;
	color: #fff;
}

.c-pager .wp-pagenavi .previouspostslink,
.c-pager .wp-pagenavi .nextpostslink {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: background-color, opacity;
	transition-property: background-color, opacity;
}

.c-pager .wp-pagenavi .previouspostslink:hover,
.c-pager .wp-pagenavi .nextpostslink:hover {
	background-color: transparent;
	opacity: 0.7;
}

.p-top-news__link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-top-news__link:hover {
	color: #AC7100;
}

.cf7__button.active input {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.cf7__button.active::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.cf7__button.active:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.cf7__button.active:hover input {
	color: #fff;
}

.p-contact.--confirm .cf7__button input {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.p-contact.--confirm .cf7__button::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.p-contact.--confirm .cf7__button:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, -webkit-transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out;
	transition: opacity 0.8s, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.p-contact.--confirm .cf7__button:hover input {
	color: #fff;
}

}

@media all and (-ms-high-contrast: none) {

html,
body {
	display: none;
}

}

@media not all and (max-width: 1400px) {

html {
	font-size: 62.5%;
}

}

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

.l-header__inner {
	padding-block: 1rem 0.7rem;
	padding-inline: 2.5rem;
	max-width: 100rem;
	width: 100%;
}

.l-header__logo {
	width: 11.7rem;
}

.l-navi__inner {
	gap: 2rem;
}

.l-navi__menu {
	gap: 1rem;
}

.l-navi__menu-link {
	font-size: 1.2rem;
	padding: 0.5rem;
}

.l-navi__menu-link::after {
	width: 2.5rem;
}

.l-navi__shop {
	font-size: 1.2rem;
	padding: 0.7rem 2.9rem 0.6rem;
}

}

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

:root {
	--content_width: 680px;
	--content-both_space: 15px;
	--header_height: 65px;
	--waves_height: 20px;
}

html {
	font-size: 62.5%;
}

body {
	min-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

body.is-open::before {
	opacity: 1;
	visibility: visible;
}

body::before {
	background-color: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin: 0 calc(50% - 50vw);
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: "opacity visibility";
	transition-property: "opacity visibility";
	visibility: hidden;
	width: 100vw;
	z-index: -1;
	z-index: 50;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding: 10px;
}

textarea {
	height: 170px;
}

input[type=radio] + .mwform-radio-field-text {
	margin: 0;
	padding: 10px 5px 12px 23px;
}

input[type=radio] + .mwform-radio-field-text::before {
	height: 15px;
	width: 15px;
}

input[type=radio] + .mwform-radio-field-text::after {
	content: "";
	height: 9px;
	left: 3px;
	width: 9px;
}

.l-insta__li-item {
	width: calc(50% - 1rem);
}

.p-top-about__body {
	grid-column-gap: 3rem;
}

.p-top-about__lead {
	font-size: 2.4rem;
	white-space: nowrap;
}

.p-top-mv {
	height: 70svh;
	min-height: 48rem;
}

.p-top-mv__bg {
	height: 70svh;
	min-height: 48rem;
}

.p-top-mv__bg img {
	-o-object-fit: cover;
	-o-object-position: left;
	height: 100%;
	object-fit: cover;
	object-position: left;
}

.p-top-news__link {
	padding-inline: 3rem;
}

.p-top-service__head {
	gap: 5.3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-top-service__box {
	gap: 2rem;
	padding-inline: 2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-top-service__box-flex {
	gap: 2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-top-service__box-inner {
	width: 36.5rem;
}

.p-top-service__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top-summary__li.swiper-wrapper {
	margin-inline: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 76rem;
}

.p-top-summary__li-item.swiper-slide {
	max-width: 18rem;
	width: calc(50% - 0.75rem);
}

.p-top-summary__text {
	font-size: 1.3rem;
}

.p-about::before {
	left: 40%;
}

.p-about-head__body {
	gap: 7.3rem 3rem;
}

.p-about-head__box {
	width: calc(50% - 1.5rem);
}

.p-about-head__h3 {
	font-size: 2rem;
}

.p-about-sec03__body {
	gap: 0;
}

.p-about-sec03__box {
	padding-right: 0;
}

.p-about-sec03__image {
	width: 30.5rem;
}

.p-service-head__body {
	gap: 1.8rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-serivce-head__image {
	width: 100%;
}

.p-service-flow__slide .swiper-wrapper.--center {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-service-available__li {
	-moz-column-gap: 1.4rem;
	-webkit-column-gap: 1.4rem;
	column-gap: 1.4rem;
}

.p-service-available__li-item {
	width: calc(50% - 0.7rem);
}

.p-service-bg.--02 .p-service-bg__image {
	width: 100%;
}

.p-service-bg__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-service-bg__flex:nth-child(odd) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-service-bg__image {
	max-width: 50rem;
	width: 100%;
}

.p-service-voice__slide.swiper-voice .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-service-voice__slide-item.swiper-slide {
	width: 100%;
}

.modal-window {
	width: 100%;
}

.u-pc {
	display: none;
}

}

@media not all and (max-width: 1023px) {

.l-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin: 0 auto;
	min-height: 100vh;
	position: relative;
	text-align: left;
	width: 100%;
}

.u-st {
	display: none !important;
}

}

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

:root {
	--content_width: 420px;
}

.l-cta.u-con--lg {
	padding-inline: 0;
	padding-bottom: 0;
}

.l-cta__body {
	margin-inline: auto;
	padding-block: 14.3rem 6.8rem;
	padding-inline: 2rem;
	background-image: url(../images/common/contact-bg_sp.jpg);
	background-position: 50% 0;
	max-width: 60rem;
}

.l-cta__text {
	width: 85.7142857143%;
}

.l-footer {
	border-top: none;
	padding-top: 8.9rem;
}

.l-footer_logo {
	width: 10.8rem;
}

.l-footer__nav {
	margin-top: 2.46rem;
}

.l-footer__nav-li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__nav-link {
	padding: 0.5rem 1rem;
}

.l-footer__sns {
	margin-top: 3.2rem;
}

.l-footer__sns-link {
	width: 2.4rem;
}

.l-footer__copy {
	border-color: #645436;
	margin: 4.2rem auto 0;
	padding-bottom: 2.75rem;
	width: calc(100% - 2rem);
}

.l-header {
	padding-inline: 0;
}

.l-header__inner {
	padding-block: 0.5rem;
	padding-inline: 2rem 1rem;
	-webkit-box-shadow: 0px 0px 15px rgba(193, 193, 193, .2);
	box-shadow: 0px 0px 15px rgba(193, 193, 193, .2);
	width: 94.8717948718%;
}

.l-header__trigger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 4rem;
}

.l-header__trigger-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 2rem;
}

.l-header__trigger-wrap {
	gap: 0.2rem;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 2rem;
	position: relative;
	width: 2rem;
}

.l-header__trigger-box {
	aspect-ratio: 1/1;
	background-color: #BC9A59;
	border-radius: 0.1rem;
	display: inline-block;
	width: 0.9rem;
}

.l-insta {
	padding-bottom: 6rem;
}

.l-insta__li {
	gap: 1.2rem 1.5rem;
	margin-top: 2.8rem;
}

.l-insta__li-item {
	width: calc(50% - 0.75rem);
}

.l-main--404,
.l-main--error {
	border-bottom: 1px solid;
	padding-bottom: 10rem;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 4rem;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: 1.6rem;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: 1.5rem;
}

.l-main--404 .error-link,
.l-main--error .error-link {
	font-size: 1.5rem;
}

.l-navi {
	height: 100vh;
	left: 0;
	opacity: 0;
	overflow: scroll;
	position: fixed;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-navi__inner {
	gap: 4rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 8.2rem;
}

.l-navi__menu {
	padding-inline: 3.5rem;
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.l-navi__menu-item {
	padding-inline: 1.2rem;
	border-bottom: 1px solid #F7F3ED;
	position: relative;
}

.l-navi__menu-item:nth-child(1) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.l-navi__menu-item:nth-child(2) {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.l-navi__menu-item:nth-child(3) {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.l-navi__menu-item:nth-child(4) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.l-navi__menu-item:nth-child(5) {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.l-navi__menu-item:nth-child(6) {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.l-navi__menu-link {
	padding-block: 2rem 1.4rem;
	color: #645436;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.l-navi__menu-link::after {
	aspect-ratio: 1/1;
	background: url(../images/icon/icon_arrow.svg) no-repeat center/contain;
	background-color: transparent;
	bottom: 1.5rem;
	height: auto;
	left: auto;
	right: 0;
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	-webkit-transform-origin: initial;
	transform-origin: initial;
	width: 2rem;
}

.l-undermv__h1 {
	gap: 0.2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	bottom: 2.6rem;
	left: 2rem;
	top: auto;
	-webkit-transform: none;
	transform: none;
}

.l-undermv__h1 .jp {
	line-height: 1.125;
}

.l-undermv__h1 .en {
	font-size: 2rem;
	line-height: 1.1;
}

.l-undermv__bg {
	aspect-ratio: 39/26;
	min-height: 26rem;
}

.c-pager .wp-pagenavi span,
.c-pager .wp-pagenavi a {
	font-size: 1.4rem;
	min-width: 3.2rem;
}

.c-pager .wp-pagenavi span.extend,
.c-pager .wp-pagenavi span.last {
	font-size: 1rem;
	padding-left: 0;
}

.c-primary-title.--01 .en {
	font-size: 3rem;
}

.c-primary-title .jp {
	font-size: 1.2rem;
}

.p-top-about {
	padding-block: 7.6rem 0;
}

.p-top-about .c-primary-title .en {
	font-size: 2rem;
}

.p-top-about__body {
	gap: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.6rem;
}

.p-top-about__box {
	display: contents;
}

.p-top-about__lead {
	font-size: 2rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-about__btn {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 100%;
}

.p-top-about__btn .c-btn {
	margin-inline: auto;
}

.p-top-about__text-box {
	margin-top: 1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-top-about__text-box .p-top__text {
	line-height: 2.3333333333;
}

.p-top-about__slide {
	margin-top: 4rem;
}

.p-top-about__slide-image {
	aspect-ratio: 257/186;
}

.p-top-mv {
	height: 70rem;
}

.p-top-mv__copy {
	padding-block: 3.2rem 0;
	border-top-right-radius: 4rem;
	font-size: 3.2rem;
	line-height: 1.4375;
	max-width: 35rem;
	padding-left: 2.8rem;
	padding-right: 0;
	width: 72.8205128205%;
}

.p-top-mv__copy .corner {
	bottom: 1.7rem;
}

.p-top-mv__text {
	padding-block: 2.9rem 4.1rem;
	font-size: 1.2rem;
	margin-top: -1.7rem;
	padding-left: 2.8rem;
}

.p-top-mv__bg {
	height: 70rem;
}

.p-top-mv__bg img {
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.p-top-news {
	padding-block: 8rem 6rem;
}

.p-top-news .c-primary-title {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-top-news .c-primary-title .en {
	font-size: 2rem;
}

.p-top-news__link {
	padding-inline: 1rem;
}

.p-top-news__h1 {
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

.p-top-news__btn {
	margin-top: 3rem;
}

.p-top-service {
	padding-block: 8rem;
}

.p-top-service .u-con--md {
	padding-inline: 0;
}

.p-top-sevice__head-inner {
	padding-inline: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	max-width: 64rem;
	width: 100%;
}

.p-top-sevice__head-inner .p-top__text {
	line-height: 2.3333333333;
	margin-top: 1.4rem;
}

.p-top-service__h3 {
	font-size: 2rem;
	line-height: 1.6;
}

.p-top-service__body {
	padding-inline: 2rem;
	margin-top: 4rem;
}

.p-top-service__box {
	border-bottom: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	padding: 0;
}

.p-top-service__box:nth-child(odd) .p-top-service__box-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-top-service__box + .p-top-service__box {
	margin-top: 4.4rem;
}

.p-top-service__box-flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-top-service__box-inner {
	width: 100%;
}

.p-top-service__box-inner .p-top__text {
	margin-top: 0.9rem;
}

.p-top-service__h4 {
	font-size: 1.8rem;
}

.p-top-service__image {
	width: 100%;
}

.p-top-service__btn {
	margin-top: 3rem;
}

.p-top-service__btn .c-btn {
	width: 22.7rem;
}

.p-top-shop {
	padding-block: 14.5rem;
	background-image: url(../images/top/shop-bg_sp.jpg);
	border-radius: 1rem;
	margin-top: 0;
	max-width: 60rem;
}

.p-top-shop .c-primary-title + * {
	margin-top: 1.6rem;
}

.p-top-shop__body {
	width: 85.7142857143%;
}

.p-top-shop__btn {
	margin-top: 3.8rem;
}

.p-top-summary {
	padding-block: 0 0;
}

.p-top-summary .u-con--lg {
	padding-inline: 0;
}

.p-top-summary__body {
	padding-inline: 3rem;
	border-radius: 1rem;
	padding-bottom: 9rem;
}

.p-top-summary__slide {
	padding-inline: 0;
}

.p-top-summary__li.swiper-wrapper {
	gap: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
	margin-top: 3.9rem;
	max-width: none;
}

.p-top-summary__li-item.swiper-slide {
	padding-block: 3.4rem 2.4rem;
	padding-inline: 1.8rem;
	max-width: 33rem;
	width: 66.6666666667%;
}

.p-top-summary__li-item.swiper-slide::before {
	font-size: 3rem;
}

.p-top-summary__h3 {
	font-size: 1.2rem;
	line-height: 1.1666666667;
}

.p-top-summary__text {
	font-size: 1.4rem;
	line-height: 1.8571428571;
	margin-top: 3.1rem;
}

.p-top-summary__btn .c-btn {
	margin-inline: auto;
	max-width: none;
	width: 18.3rem;
}

.p-top-summary__btn .c-btn .text {
	font-size: 1.2rem;
}

.p-top__text {
	font-size: 1.2rem;
}

.p-about::before {
	background-position: 70% 50%;
	height: 100svh;
	left: 50%;
	min-width: auto;
}

.p-about-head {
	padding-block: 6rem;
}

.p-about-head__lead {
	font-size: 2rem;
	line-height: 1.6;
}

.p-about-head__lead + * {
	margin-top: 2rem;
}

.p-about-head__text {
	font-size: 1.2rem;
	line-height: 2;
}

.p-about-head__h2 {
	font-size: 1.8rem;
	margin-top: 6rem;
	padding: 0.8rem 3.4rem;
}

.p-about-head__body {
	row-gap: 5.7rem;
	margin-top: 4.3rem;
}

.p-about-head__box {
	padding: 4.8rem 1.35rem 5rem;
	width: 100%;
}

.p-about-head__box:nth-child(even) {
	-webkit-transition-delay: 0;
	transition-delay: 0;
}

.p-about-head__box .p-about-head__text {
	line-height: 1.8333333333;
}

.p-about-head__h3 {
	font-size: 1.8rem;
	line-height: 1.5555555556;
}

.p-about-head__h3 + * {
	margin-top: 1rem;
}

.p-about-sec01 {
	padding-block: 6rem;
}

.p-about-sec01 .u-con--md {
	padding-inline: 0;
}

.p-about-sec01__btn {
	margin-top: 3rem;
}

.p-about-sec01__btn .c-btn {
	margin-inline: auto;
}

.p-about-sec02 {
	padding-block: 2rem 6rem;
}

.p-about-sec02__th {
	padding-left: 0.3rem;
	width: 8.4rem;
}

.p-about-sec02__td {
	padding-left: 2rem;
}

.p-about-sec02__td span {
	display: inline-block;
}

.p-about-sec02__map {
	aspect-ratio: 390/300;
	padding-inline: 2rem;
	margin-top: 0;
	max-width: 64rem;
}

.p-about-sec03 {
	padding-top: 2rem;
}

.p-about-sec03__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 3rem;
}

.p-about-sec03__box {
	padding-inline: 2.5rem;
}

.p-about-sec03__name {
	font-size: 2rem;
}

.p-about-sec03__name .mn {
	font-size: 1.2rem;
}

.p-about-sec03__text {
	font-size: 1.2rem;
	line-height: 1.8333333333;
	margin-top: 0.5rem;
}

.p-about-sec03__h3 {
	margin-top: 2rem;
}

.p-about-sec03__ul {
	font-size: 1.2rem;
	line-height: 1.8333333333;
	margin-top: 1rem;
}

.p-about-sec03__ul .mn {
	font-size: 1rem;
}

.p-contact {
	padding-block: 4rem 0;
}

.p-contact__text {
	font-size: 1.2rem;
	text-align: left;
}

.p-contact__text span {
	display: inline-block;
}

.p-contact-content {
	margin-top: 2.5rem;
}

.p-contact-content .cf7 {
	max-width: 100%;
}

.p-contact-content .cf7__required {
	font-size: 1.2rem;
}

.cf7__list {
	width: 100%;
}

.cf7__list-wrap:not(:first-of-type) {
	margin-top: 1.6rem;
}

.cf7__list-wrap dt {
	font-size: 1.4rem;
}

.cf7__list-wrap dt p {
	gap: 0.6rem;
}

.cf7__list-wrap dd {
	font-size: 1.6rem;
}

.cf7__list-wrap input,
.cf7__list-wrap select {
	padding-block: 1.2rem;
}

.cf7__list-wrap.--textarea {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 16rem;
}

.cf7__list-wrap.--textarea dt {
	width: 100%;
}

.cf7__list-wrap.--textarea dd {
	width: 100%;
}

.cf7__list-wrap.--textarea textarea {
	border-width: 1px;
}

.cf7__privacy-policy-title {
	font-size: 1.4rem;
}

.cf7__privacy-policy {
	font-size: 1.2rem;
	line-height: 1.8333333333;
}

.cf7__consent {
	font-size: 1.4rem;
	margin-top: 1.5rem;
}

.cf7__button {
	margin: 3rem auto 0;
}

.p-contact.--confirm .cf7__list-wrap:not(:first-of-type) {
	margin-top: 2.4rem;
}

.p-contact.--confirm .cf7__list-wrap.--normal,
.p-contact.--confirm .cf7__list-wrap.--textarea {
	gap: 0.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-contact.--confirm .cf7__button {
	margin-top: 6rem;
}

.p-contact.--thanks .p-contact__h1 {
	font-size: 2rem;
	line-height: 1.8;
}

.p-contact.--thanks .p-contact__h1 + * {
	margin-top: 2rem;
}

.p-contact.--thanks .p-contact__btn {
	margin-top: 3rem;
}

.p-news__inner {
	padding-inline: 1rem;
	max-width: 64rem;
}

.p-news-list {
	padding-block: 6rem 8rem;
}

.p-news-list__select {
	margin-left: 1rem;
}

.p-news-list__select::after {
	width: 0.7rem;
}

.p-news-list__select select {
	padding-block: 0.8rem;
	padding-inline: 1.5rem;
	font-size: 1.2rem;
}

.p-news-list__body {
	margin-top: 2.8rem;
}

.p-news-list__pager {
	margin-top: 3rem;
}

.p-news-content {
	padding-block: 12.6rem 10rem;
}

.p-news-content__body {
	padding-inline: 1rem;
}

.p-news-content__body .p-top-news__tag {
	font-size: 1.2rem;
}

.p-news-content__body .p-top-news__date {
	font-size: 1.2rem;
	margin-top: 1rem;
}

.p-news-content__h1 {
	font-size: 1.4rem;
}

.p-news-content__box {
	margin-top: 3rem;
}

.p-news-content__box p {
	font-size: 1.2rem;
}

.p-news-content__box p + * {
	margin-top: 3rem;
}

.p-news-content__box p + p {
	margin-top: 1.6rem;
}

.p-news-content__box p + h2,
.p-news-content__box p + h3,
.p-news-content__box p + h4,
.p-news-content__box p + h5,
.p-news-content__box p + h6 {
	margin-top: 3rem;
}

.p-news-content__box figure + * {
	margin-top: 2rem;
}

.p-news-content__box figure + h2,
.p-news-content__box figure + h3,
.p-news-content__box figure + h4,
.p-news-content__box figure + h5,
.p-news-content__box figure + h6 {
	margin-top: 3rem;
}

.p-news-content__box h2 + *,
.p-news-content__box h3 + *,
.p-news-content__box h4 + *,
.p-news-content__box h5 + *,
.p-news-content__box h6 + * {
	margin-top: 1.2rem;
}

.p-news-content__box h2 {
	padding-block: 0;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

.p-news-content__box h3 {
	font-size: 1.2rem;
	padding-left: 2rem;
}

.p-news-content__box h3::before {
	top: 0.3rem;
}

.p-news-content__box h4 {
	font-size: 1.2rem;
}

.p-news-content__box h5 {
	font-size: 1.2rem;
}

.p-news-content__box h6 {
	font-size: 1.2rem;
}

.p-service-box {
	padding-block: 2rem;
}

.p-service-sm.l-grid {
	gap: 1.6rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 4rem;
}

.p-service-sm + .p-service-md {
	margin-top: 2rem;
}

.p-service__h2 .icon {
	width: 3rem;
}

.p-service__h2 .text {
	font-size: 2rem;
	line-height: 1.45;
}

.p-service__h2 + * {
	margin-top: 2rem;
}

.p-service__h3 {
	font-size: 1.6rem;
}

.p-service__h3 + * {
	margin-top: 0.8rem;
}

.p-service__text {
	font-size: 1.2rem;
	line-height: 2;
}

.p-service__text.--center.--sp {
	text-align: left;
}

.p-service__text.--center.--att {
	font-size: 1.2rem;
	line-height: 2;
}

.p-service__text.--att {
	margin-top: 1.4rem;
}

.p-service__text.--box + .p-service__h3 {
	margin-top: 2rem;
}

.p-service__text + .p-service-bg__h4,
.p-service__text + .p-service-sm,
.p-service__text + .p-service__btn {
	margin-top: 2rem;
}

.p-service__li {
	font-size: 1.2rem;
	line-height: 2;
}

.p-service__li + .p-service__h3 {
	margin-top: 4rem;
}

.p-service__image + * {
	margin-top: 1.6rem;
}

.p-service-head {
	padding-block: 6rem 4rem;
}

.p-service-head__body + .p-service-md {
	margin-top: 2rem;
}

.p-service-head__box .p-service__text {
	font-size: 1.2rem;
	line-height: 2;
}

.p-service-head__num {
	font-size: 1.6rem;
}

.p-service-head__num::after {
	width: 5rem;
}

.p-service-head__h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.p-service-head__h2 + * {
	margin-top: 1rem;
}

.p-service-flow {
	padding-block: 3rem 4.2rem;
}

.p-service-flow .u-con--lg {
	padding-inline: 0;
}

.p-service-flow__h2 {
	padding-inline: 2rem;
	font-size: 1.8rem;
	text-align: left;
}

.p-service-flow__slide {
	padding-inline: 2rem 0;
	margin-top: 1.6rem;
	padding-bottom: 2.4rem;
}

.p-service-flow__text {
	font-size: 1.4rem;
}

.p-service-available__li + .p-service__text.--att {
	margin-top: 1rem;
}

.p-service-available__li-item {
	padding-block: 1rem;
	padding-inline: 2rem;
	font-size: 1.6rem;
	line-height: 2;
}

.p-service-price__flex {
	gap: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-service-price__flex .p-service-price__sec {
	width: 100%;
}

.p-service-price__h3 {
	padding-inline: 1rem;
	font-size: 1.6rem;
}

.p-service-price__table {
	font-size: 1.6rem;
	margin-top: 1rem;
}

.p-service-price__th {
	padding: 1.4rem 1rem;
}

.p-service-price__td {
	padding: 1.4rem 1rem;
}

.p-service-price__td .tax {
	font-size: 1rem;
}

.p-service-application__btn {
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 1.4rem;
}

.p-service-bg {
	padding-inline: 0.9rem;
	border-radius: 1.5rem;
}

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

.p-service-bg.--02 {
	padding-block: 2.3rem 3.6rem;
}

.p-service-bg.--02 .p-service-bg__h3 {
	font-size: 1.6rem;
}

.p-service-bg.--02 + .p-service-application__btn {
	margin-top: 4rem;
}

.p-service-bg__head {
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-service-bg__h3 {
	font-size: 1.6rem;
}

.p-service-bg__h4 {
	font-size: 1.4rem;
}

.p-service-bg__h4 + * {
	margin-top: 0.8rem;
}

.p-service-bg__flex {
	gap: 1.4rem;
	margin-top: 1.6rem;
}

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

.p-service-bg__flex + .p-service-application__btn {
	margin-top: 4rem;
}

.p-service-voice__slide.swiper-voice .swiper-wrapper {
	gap: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.p-service-voice__slide.swiper-voice .swiper-pagination,
.p-service-voice__slide.swiper-voice .swiper-button-prev,
.p-service-voice__slide.swiper-voice .swiper-button-next {
	display: block;
}

.modal-window {
	padding-inline: 2rem;
}

.modal-window-inner {
	padding-inline: 1rem;
}

.modal-close-button {
	right: 1rem;
	width: 4.8rem;
}

.u-sp {
	display: none !important;
}

.u-con--sm {
	padding-inline: 2rem;
	max-width: 64rem;
}

.u-con--md {
	padding-inline: 2rem;
	max-width: 64rem;
}

.u-con--lg {
	padding-inline: 2rem;
}

}

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

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

.u-pt {
	display: none !important;
}

}

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

.l-navi__menu-link::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-navi__menu-link:hover::after {
	-webkit-transform: translateX(1rem);
	transform: translateX(1rem);
}

}

@-webkit-keyframes paginationActive {

100% {
	width: 100%;
}

}

@keyframes paginationActive {

100% {
	width: 100%;
}

}


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