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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	color: inherit;
	font-family: inherit;
}

html {
	line-height: 1;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

img {
	border: none;
	vertical-align: bottom;
}

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

body {
	position: relative;
	max-width: 440px;
	margin-inline: auto;
	padding-block-end: 83px;
	overflow-x: clip;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	color: #382A14;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
}

body.inactive {
	height: 100%;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	transition: opacity 0.3s ease 0s;
}

a:hover {
	opacity: 0.7;
}

.l-header {
	width: 100%;
	height: 68px;
	padding-block: 10px;
}

.l-header__contents {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.l-header__logo {
	font-weight: 800;
	line-height: 1.25; /* 125% */
	font-family: "Shippori Mincho", serif;
	letter-spacing: -0.04em;
}

.l-header__button {
	position: relative;
	padding-inline: 25px;
	padding-block: 2px 6px;
	border-radius: 999px;
	background: linear-gradient(180deg, #E25789 0%, #9F1547 100%);
	color: #fff;
	line-height: 1.2;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	text-shadow: 0px 0px 4px #671633;
}

.l-header__button .--small {
	font-size: 12px;
}

.l-header__button .--triangle {
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	right: 10px;
	aspect-ratio: 7/8.5;
	width: auto;
	width: 7px;
	height: auto;
	height: auto;
	translate: 0 -50%;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	filter: drop-shadow(0px 0px 4px #671633);
}

.l-inner {
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.l-inner--2 {
	padding-right: 10px;
	padding-left: 10px;
}

.l-inner--3 {
	padding-inline: 20px;
}

.l-inner--4 {
	padding-inline: 15px;
}

.l-footer {
	padding-block: 40px;
	background-color: #382A14;
}

.l-footer__copyright {
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.l-bottom-button {
	display: none;
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 0;
	left: 50%;
	width: 100%;
	max-width: 440px;
	padding-block: 10px;
	translate: -50% 0;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.l-bottom-button__button {
	display: block;
	position: relative;
	width: 89.7435897436%;
	margin-inline: auto;
	padding-block: 3px 8px;
	border-radius: 999px;
	background: #7AB53D;
	background: linear-gradient(180deg, #E25789 0%, #9F1547 100%);
	box-shadow: 0px 3px 0px 0px #E1779D;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.05;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	transition: opacity 0.3s ease 0s;
}

.l-bottom-button__button .--small {
	font-size: 15px;
}

.l-bottom-button__button:hover {
	opacity: 0.7;
}

.l-bottom-button__button .--triangle {
	position: absolute;
	top: 50%;
	right: 7%;
	aspect-ratio: 9/12;
	width: 9px;
	height: auto;
	translate: 0 -35%;
	background-color: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

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

.c-cta::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./../img/cta-bg.webp") no-repeat center center/cover;
	content: "";
}

.c-cta.--1 {
	margin-block-start: -50px;
	padding-block: 80px 31px;
}

.c-cta.--2 {
	padding-block: 45px 31px;
}

/*===================================
.c-cta-box
====================================*/

.c-cta-box {
	position: relative;
	width: 100%;
	height: auto;
	padding: 24px 20px 21px;
	background-color: rgba(255, 255, 255, 0.8);
}

.c-cta-box__head {
	paint-order: stroke;
	position: absolute;
	top: -14px;
	left: 50%;
	width: 266px;
	-webkit-text-stroke: 4px #fff;
	translate: -50% 0;
	font-weight: 600;
	font-size: 19px;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.c-cta-box__head::before,
.c-cta-box__head::after {
	position: absolute;
	top: 50%;
	width: 5px;
	height: 24px;
	translate: 0 -50%;
	border: solid 2px #fff;
	border-radius: 999px;
	background-color: #382A14;
	content: "";
}

.c-cta-box__head::before {
	left: -10px;
	rotate: -30deg;
}

.c-cta-box__head::after {
	right: -10px;
	rotate: 30deg;
}

.c-cta-box__title {
	color: #815510;
	font-weight: 600;
	font-size: 25px;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: -0.04em;
	text-align: center;
}

.c-cta-box__img {
	aspect-ratio: 290/223;
	width: 100%;
	height: auto;
	margin-block-start: 12px;
}

.c-cta-box__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.c-cta-box__menu {
	margin-block-start: 24px;
}

/*===================================
.c-cta-box-menu
====================================*/

.c-cta-box-menu__title {
	padding-block: 6px;
	border-top: solid 1px #382A14;
	border-bottom: solid 1px #382A14;
	font-size: 14px;
	letter-spacing: -0.04em;
	text-align: center;
}

.c-cta-box-menu__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-block-start: 10px;
}

/*===================================
.c-cta-box-menu-item
====================================*/

.c-cta-box-menu-item {
	width: 48.275862069%;
}

.c-cta-box-menu-item__text {
	padding-block: 5px 4px;
	background: #f7f0e4;
	color: #9A630D;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.c-cta-box-menu-item__img {
	aspect-ratio: 140/101;
	width: 100%;
	height: auto;
}

.c-cta-box-menu-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*===================================
.c-cta-value
====================================*/

.c-cta-value__title {
	padding-block: 1px;
	background-color: #815510;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: center;
}

.c-cta-value__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline: 10px;
	background: #F6EEE2;
}

.c-cta-value__standard {
	margin-block-start: 4px;
}

/*===================================
.c-cta-value-standard
====================================*/

.c-cta-value-standard {
	position: relative;
}

.c-cta-value-standard__text {
	color: #777;
	line-height: 1.05;
	font-family: "Zen Old Mincho", serif;
}

.c-cta-value-standard__text.--1 {
	font-size: clamp(13px, 3.3333vw, 14.6665px);
}

.c-cta-value-standard__text.--2 {
	font-weight: 300;
	font-size: clamp(26px, 6.66667vw, 29.33333px);
}

.c-cta-value-standard__text span {
	font-weight: 400;
	font-size: clamp(14px, 3.58974vw, 15.7949px);
}

.c-cta-value-standard__bar {
	position: absolute;
	top: 18%;
	right: 0;
	width: 58%;
	height: 1px;
	background-color: #777;
	opacity: 0.3;
}

/*===================================
.c-cta-value-limited
====================================*/

.c-cta-value-limited {
	position: relative;
}

.c-cta-value-limited::before {
	position: absolute;
	top: 50%;
	left: -5%;
	aspect-ratio: 7/13;
	width: 5%;
	height: auto;
	translate: 0 -30%;
	background-color: #815510;
	content: "";
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-cta-value-limited > span {
	position: absolute;
	top: 30%;
	right: 0;
	color: #815510;
	font-size: clamp(10px, 2.5641vw, 11.282px);
	font-family: "Zen Old Mincho", serif;
	letter-spacing: -0.04em;
}

.c-cta-value-limited__text {
	color: #815510;
	font-weight: 300;
	font-size: clamp(49px, 12.5641vw, 55.282px);
	font-family: "Zen Old Mincho", serif;
	letter-spacing: -0.06em;
}

.c-cta-value-limited__text > span {
	font-weight: 400;
	font-size: clamp(23px, 5.897436vw, 25.9487px);
}

/*===================================
.c-cta-reserve
====================================*/

.c-cta-reserve {
	padding: 15px 20px 15px;
	background-color: rgba(255, 255, 255, 0.8);
}

.c-cta-reserve__head {
	paint-order: stroke;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-text-stroke: 4px #fff;
	-webkit-text-stroke-color: #FFF;
	-webkit-text-stroke-width: 2;
	margin-inline: auto;
	padding-inline: 10px;
	font-weight: 600;
	font-size: 15px;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.c-cta-reserve__head::before,
.c-cta-reserve__head::after {
	position: absolute;
	top: 50%;
	width: 5px;
	height: 20px;
	translate: 0 -50%;
	border: solid 2px #fff;
	border-radius: 999px;
	background-color: #382A14;
	content: "";
}

.c-cta-reserve__head::before {
	left: 0;
	rotate: -30deg;
}

.c-cta-reserve__head::after {
	right: 0;
	rotate: 30deg;
}

.c-cta-reserve__button {
	display: block;
	position: relative;
	width: 100%;
	padding-block: 0 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #E25789 0%, #9F1547 100%);
	box-shadow: 0px 4px 0px 0px #E1779D;
	color: #FFF;
	font-weight: 600;
	font-size: 27px;
	line-height: 1.1;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	text-shadow: 0px 0px 4px #671633;
}

.c-cta-reserve__button .--small {
	font-size: 17px;
	letter-spacing: -0.04em;
}

.c-cta-reserve__button .--triangle {
	position: absolute;
	top: 50%;
	right: 7%;
	aspect-ratio: 9/12;
	width: 9px;
	height: auto;
	translate: 0 -50%;
	background-color: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.c-cta-reserve__text {
	paint-order: stroke;
	-webkit-text-stroke: 4px #fff;
	margin-block-start: 12px;
	letter-spacing: -0.06em;
	text-align: center;
}

.c-cta-reserve__text span {
	font-weight: 600;
}

.c-section-title {
	paint-order: stroke;
	position: relative;
	-webkit-text-stroke: 3px #CD9057;
	padding-block: 30px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.4; /* 42px */
	font-family: "Zen Old Mincho", serif;
	letter-spacing: -0.05em;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(178, 88, 15, 0.3);
}

.c-section-title::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./../img/section-title-bg.webp") no-repeat center center/cover;
	content: "";
}

.c-section-title.--2 {
	padding-block: 40px;
}

.c-reason__contents {
	padding-block: 30px 45px;
}

.c-reason__items {
	margin-inline-start: 10px;
}

.c-reason__item:not(:first-child) {
	margin-block-start: 15px;
}

/*===================================
.c-reason-item
====================================*/

.c-reason-item {
	position: relative;
	width: 100%;
	height: auto;
	padding: 30px;
	outline: solid 1px #B3730E;
	outline-offset: -6px;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

.c-reason-item__title {
	paint-order: stroke;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-text-stroke: 4px #fff;
	margin-inline: auto;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4; /* 30.8px */
	font-family: "Zen Old Mincho", serif;
}

.c-reason-item__title span {
	color: #B3730E;
}

.c-reason-item__title.--2 {
	margin-inline-end: 0;
}

.c-reason-item__img {
	width: 100%;
	height: auto;
	margin-block-start: 20px;
}

.c-reason-item__img img {
	width: 100%;
	height: auto;
}

.c-reason-item__text {
	margin-block-start: 15px;
	line-height: 1.7; /* 25.5px */
}

.c-reason-item__text span {
	font-size: 13px;
}

.c-reason-item__head {
	position: absolute;
	top: 24px;
	left: -10px;
	aspect-ratio: 58/66;
	width: 58px;
	height: auto;
}

.p-fv {
	aspect-ratio: 390/574;
	width: 100%;
	height: auto;
}

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

.p-worry {
	position: relative;
	padding-block: 40px 58px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
	clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
}

.p-worry::before,
.p-worry::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.p-worry::before {
	z-index: -2;
	background: url("./../img/worry-bg.webp") no-repeat center center/cover;
}

.p-worry::after {
	z-index: -1;
	background: rgba(0, 0, 0, 0.7);
}

.p-worry__title {
	width: 100vw;
	margin-inline-start: calc(50% - 50vw);
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: -0.04em;
	text-align: center;
}

.p-worry__title span {
	font-size: 40px;
}

.p-worry__items {
	margin-block-start: 12px;
}

.p-worry__item:not(:first-child) {
	margin-block-start: 2px;
}

/*===================================
.p-worry-item
====================================*/

.p-worry-item {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.92);
}

.p-worry-item__icon {
	aspect-ratio: 25/25.808;
	width: 25px;
	height: auto;
}

.p-worry-item__text {
	paint-order: stroke;
	width: calc(100% - 35px);
	-webkit-text-stroke: 3px #fff;
	font-weight: 600;
	font-size: clamp(18px, 4.6153846vw, 20.3007px);
	line-height: 1.4; /* 25.2px */
}

.p-worry-item__text span {
	color: #B3730E;
}

.p-resolve {
	margin-block-start: -50px;
	padding-block-start: 74px;
	background-color: #DFA548;
}

.p-resolve__title {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	text-align: center;
}

.p-resolve__title .--box {
	display: inline-block;
	margin-inline-end: 5px;
	padding-inline: 6px;
	background-color: #fff;
	color: #DFA548;
	line-height: 1.2;
	letter-spacing: -0.04em;
}

.p-resolve__title .--underline {
	position: relative;
	font-size: 27px;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: -0.02em;
}

.p-resolve__title .--underline::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
}

.p-resolve__title .--small {
	font-size: 18px;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: -0.02em;
}

.p-resolve__img {
	width: 100%;
	height: auto;
	margin-block-start: 20px;
}

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

.p-problem__title {
	position: relative;
	padding-block: 30px 12px;
	color: #fff;
	font-size: 28px;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
	text-shadow: 0px 0px 14px #FFF;
}

.p-problem__title::before,
.p-problem__title::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.p-problem__title::before {
	z-index: -2;
	background: url("./../img/problem-title-bg.webp") no-repeat center center/cover;
}

.p-problem__title::after {
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.33);
}

.p-problem__contents {
	padding-block: 50px 42px;
	background-color: #E4E0DE;
}

.p-problem__item:not(:first-child) {
	margin-block-start: 17px;
}

.p-problem__text {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	margin-block-start: 28px;
	font-weight: 600;
	font-size: 20px;
}

.p-problem__text::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #382A14;
	content: "";
}

/*===================================
.p-problem-item
====================================*/

.p-problem-item {
	display: flex;
	position: relative;
	width: 100%;
	height: auto;
}

.p-problem-item::after {
	position: absolute;
	top: 5px;
	width: 100%;
	height: 100%;
	border: solid 1px #DFA548;
	content: "";
}

.p-problem-item:nth-child(2n+1)::after {
	left: 4px;
}

.p-problem-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.p-problem-item:nth-child(2n)::after {
	right: 4px;
}

.p-problem-item__img {
	width: 40%;
}

.p-problem-item__img img {
	width: 100%;
}

.p-problem-item__textarea {
	display: grid;
	place-items: center;
	width: 60%;
	padding-inline: 20px;
	background-color: #fff;
}

.p-problem-item__text {
	font-weight: 600;
	font-size: 20px;
}

.p-problem-item__point {
	position: absolute;
	bottom: 0;
}

.p-problem-item__point.--odd {
	right: 2px;
}

.p-problem-item__point.--even {
	left: 2px;
}

.p-point__contents {
	position: relative;
	padding-block: 31px 40px;
}

.p-point__contents::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./../img/point-contents-bg.webp") no-repeat center center/cover;
	content: "";
}

.p-point__item:not(:first-child) {
	margin-block-start: 20px;
}

/*===================================
.p-point-item
====================================*/

.p-point-item:nth-child(2n+1) .p-point-item__textarea {
	margin-inline-start: auto;
}

.p-point-item:nth-child(2n) .p-point-item__img {
	margin-inline-start: auto;
}

.p-point-item__img {
	aspect-ratio: 350/200;
	width: 89.7435897436%;
	height: auto;
}

.p-point-item__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-point-item__textarea {
	display: flex;
	align-items: center;
	-moz-column-gap: 2px;
	column-gap: 2px;
	width: 80.5128205128%;
	margin-inline-start: 4px;
	margin-block-start: -26px;
}

.p-point-item__point {
	width: 20px;
}

.p-point-item__text {
	paint-order: stroke;
	width: calc(100% - 22px);
	-webkit-text-stroke: 2px #fff;
	padding-inline: 24px 20px;
	padding-block: 20px;
	border-left: solid 5px #B3730E;
	background-color: rgba(255, 255, 255, 0.9);
	color: #382A14;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4; /* 25.2px */
}

.p-point-item__text span {
	color: #B3730E;
}

.p-ba__head {
	position: relative;
	padding: 40px;
}

.p-ba__head::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./../img/ba-head-bg.webp") no-repeat center center/cover;
	content: "";
}

.p-ba__title {
	position: relative;
	padding-block: 10px 20px;
	background-color: rgba(179, 115, 14, 0.9);
	color: #fff;
	font-size: 26px;
	line-height: 1.6;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.p-ba__title span {
	font-family: "Noto Sans JP", sans-serif;
}

.p-ba__title::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 30px);
	height: calc(100% - 20px);
	translate: -50% -50%;
	border: solid 1px #fff;
	content: "";
}

.p-ba__contents {
	padding-block: 30px 50px;
	background: #F0F0F0;
}

.p-ba__item:not(:first-child) {
	margin-block-start: 35px;
}

/*===================================
.p-ba-item
====================================*/

.p-ba-item {
	width: 100%;
	height: auto;
}

.p-ba-item__img {
	width: 100%;
	height: auto;
}

.p-ba-item__img img {
	width: 100%;
	height: auto;
}

.p-ba-item__textarea {
	margin-block-start: 16px;
}

.p-ba-item__title {
	paint-order: stroke;
	-webkit-text-stroke: 2px #fff;
	color: #B3730E;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.4; /* 36.4px */
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.p-ba-item__text {
	margin-block-start: 10px;
	line-height: 1.7; /* 27.2px */
	text-align: center;
}

.p-reason1__contents {
	position: relative;
}

.p-reason1__contents::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./../img/reason-bg.webp") no-repeat center center/cover;
	content: "";
}

.p-reason2__contents {
	background-color: #FFF3E1;
}

.p-voice__contents {
	padding-block: 20px 51px;
	background-color: #fff;
}

.p-voice__item:not(:first-child) {
	margin-block-start: 10px;
}

/*===================================
.p-voice-item
====================================*/

.p-voice-item {
	width: 100%;
	height: auto;
}

.p-voice-item img {
	width: 100%;
	height: auto;
}

.p-flow__contents {
	position: relative;
	padding-block: 36px 33px;
}

.p-flow__contents::after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("./../img/flow-bg.webp") no-repeat center center/cover;
	content: "";
}

.p-flow__item:not(:first-child) {
	margin-block-start: 43px;
}

/*===================================
.p-flow-item
====================================*/

.p-flow-item {
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	background-color: #fff;
}

.p-flow-item::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 47.2727272727%;
	height: 100%;
	content: "";
}

.p-flow-item.--1::after {
	background: url("./../img/flow-img1.webp") no-repeat center left/cover;
}

.p-flow-item.--2::after {
	background: url("./../img/flow-img2.webp") no-repeat center left/cover;
}

.p-flow-item.--3::after {
	background: url("./../img/flow-img3.webp") no-repeat center left/cover;
}

.p-flow-item.--4::after {
	background: url("./../img/flow-img4.webp") no-repeat center left/cover;
}

.p-flow-item.--5::after {
	background: url("./../img/flow-img5.webp") no-repeat center left/cover;
}

.p-flow-item:not(:last-child)::before {
	position: absolute;
	aspect-ratio: 29/13;
	width: 8.7878787879%;
	height: auto;
	background-color: #B3730E;
	content: "";
	opacity: 0.6;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	bottom: -20px;
	left: 50%;
	translate: -50% 0;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-flow-item__step {
	position: absolute;
	top: -10px;
	left: 0;
	aspect-ratio: 89/29;
	width: 89px;
	height: auto;
}

.p-flow-item__textarea {
	z-index: 1;
	position: relative;
	width: 68.9655172414%;
}

.p-flow-item__title {
	color: #B3730E;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4; /* 25.2px */
	font-family: "Zen Old Mincho", serif;
}

.p-flow-item__text {
	margin-block-start: 4px;
	font-size: 14px;
	line-height: 1.7;
}

.p-flow-item__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 53.7931034483%;
	height: auto;
}

.p-flow-item__img img {
	width: 100%;
	height: auto;
}

.p-access__contents {
	padding-block: 30px 40px;
	background-color: #F0F0F0;
}

.p-access__map {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}

.p-access__map iframe {
	width: 100%;
	height: 100%;
}

.p-access__name {
	margin-block-start: 12px;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
	text-align: center;
}

.p-access__address {
	margin-block-start: 12px;
	padding-block: 8px;
	border-top: solid 1px rgba(56, 42, 20, 0.3);
	font-size: 14px;
}

.p-access__address span {
	font-size: 16px;
}

.p-access__tel {
	padding-block: 8px;
	border-top: solid 1px rgba(56, 42, 20, 0.3);
}

.p-access__tel a {
	font-size: 14px;
	text-decoration: none;
}

/*===================================
.p-access-timetable
====================================*/

.p-access-timetable {
	padding-block: 8px;
	border-top: solid 1px rgba(56, 42, 20, 0.3);
	font-size: 14px;
}

.p-access-timetable__flex {
	display: flex;
}

.p-access-timetable__flex:not(:first-child) {
	margin-block-start: 6px;
}

.p-access-timetable__left {
	width: 35%;
}

.p-access-timetable__text {
	margin-block-start: 6px;
	font-size: 14px;
}

.p-qa__contents {
	padding-block: 40px;
	background-color: #FDF6EC;
}

/*===================================
.p-qa-item
====================================*/

.p-qa-item:not(:first-child) {
	padding-block-start: 20px;
	border-top: solid 1px #5C4829;
}

.p-qa-item:not(:last-child) {
	padding-block-end: 20px;
}

.p-qa-item__title-flex {
	display: flex;
	font-size: 20px;
	font-family: "Zen Old Mincho", serif;
}

.p-qa-item__title-icon {
	text-transform: uppercase;
}

.p-qa-item__text {
	margin-block-start: 6px;
}

.u-sm2 {
	display: none;
}

.u-md2 {
	display: none;
}

.u-dots {
	padding-top: 0.05em; /* 縦方向の位置調整 */
	background-image: radial-gradient(circle at center, #fff 15%, transparent 15%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-size: 1em 0.2em; /* 点の間隔とサイズ調整 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
}

.u-shake {
	animation: u-shake 2s infinite;
}

.u-shake-2 {
	animation: u-shake-2 1.9s infinite;
}

.u-marker {
	background: linear-gradient(transparent 70%, #F5ED95 70%);
}

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

.l-inner {
	padding-right: 30px;
	padding-left: 30px;
}

.c-reason-item__title.--2 {
	margin-inline-start: 13%;
}

.p-access__name {
	font-size: 22px;
}

}

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

.c-reason-item__title.--2 {
	margin-inline: auto;
}

.u-sm3 {
	display: none;
}

}

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

.p-access__tel a {
	cursor: default;
	pointer-events: none;
}

.u-sm {
	display: none;
}

.u-sm2 {
	display: block;
}

}

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

.u-md {
	display: none;
}

.u-md2 {
	display: block;
}

}

@keyframes u-shake {

0% {
	transform: translate(0px, 2px);
}

5% {
	transform: translate(0px, -2px);
}

10% {
	transform: translate(0px, 2px);
}

15% {
	transform: translate(0px, -2px);
}

20% {
	transform: translate(0px, 2px);
}

25% {
	transform: translate(0px, -2px);
}

30% {
	transform: translate(0px, 0px);
}

}

@keyframes u-shake-2 {

0% {
	transform: translate(0px, 2px);
}

5% {
	transform: translate(0px, -2px);
}

10% {
	transform: translate(0px, 2px);
}

15% {
	transform: translate(0px, -2px);
}

20% {
	transform: translate(0px, 2px);
}

25% {
	transform: translate(0px, -2px);
}

30% {
	transform: translate(0px, 0px);
}

}

