@charset "UTF-8";
html {
    font-size: 16px;
}
body {
    -webkit-print-color-adjust: exact;
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #fbffee 0%, #f2ffd5 100%),
        linear-gradient(to bottom, #ffffff 0%, #e6ffd5 100%);
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.5;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
    pointer-events: none;
}

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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
    margin: 0;
}

/* Set core body defaults */
body {
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
    padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Make images easier to work with */
img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-sec {
    padding: 3.75rem 0 5rem;
}
.l-sec01 {
    padding: 3.5rem 0 6.875rem;
}

.l-step-main__inner {
    align-items: center;
    display: flex;
    height: 100vh; /* ビューポートの高さ全体を使用 */
    justify-content: center;
}

.l-step-main__container {
    align-items: flex-start;
    display: flex;
    gap: 3.125rem;
    justify-content: center;
    width: 100%;
}

.c-accordion {
    height: 33.75rem;
    max-width: 14.6875rem;
    min-height: 33.75rem;
    overflow-y: auto;
    width: 100%;
}

.c-accordion__item:not(:first-child) {
    margin-top: 1.25rem;
}

.c-accordion__titleWrap {
    align-items: center;
    background-color: #60907b;
    border-radius: 0.3125rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    gap: 4.4375rem;
    padding: 0.703125rem 0.625rem;
    position: relative;
}
.c-accordion__titleWrap .c-accordion__title {
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
.c-accordion__titleWrap::after {
    background-image: url("../img/image_acc_arrow01.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    content: "";
    height: 1.25rem;
    left: 85%;
    position: absolute;
    top: calc(0.5lh - 0rem);
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    width: 1.25rem;
}
.c-accordion__titleWrap.js-accordion__title.is-open::after,
.c-accordion__titleWrap.js-drawer-accordion__title.is-open::after {
    transform: rotate(0deg);
}
.c-accordion__titleWrap .c-accordion__btn {
    height: 2.8125rem;
    min-height: 2.8125rem;
}

.c-accordion__content {
    display: none;
    margin-top: 1.25rem;
    padding-left: 0.3125rem;
}

.c-accordion__content.is-open {
    display: block;
}

.c-accordion__text {
    color: #60907b;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    cursor: pointer;
}
.c-accordion__text:not(:first-child) {
    margin-top: 0.9375rem;
}

.c-accordion__text--noneSelect {
    color: rgba(96, 144, 123, 0.6);
}

.c-btn {
    max-width: 100%;
    min-height: 0.9375rem;
    padding: 0 0.625rem;
    transition: 0.3s all;
}
.c-btn span {
    display: block;
    font-size: 0.75rem;
}
.c-btn--step {
    background-image: url("../img/image_btn_arrow.webp");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 0.9375rem 0.9375rem;
}

.c-btn--stepPrev {
    rotate: 180deg;
}

.c-btn--upper {
    background-image: url("../img/image_acc_arrow01.webp");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
}

.c-btn--down {
    background-image: url("../img/image_acc_arrow02.webp");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
}

.c-cat {
    background-color: #60907b;
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    min-width: 6.25rem;
    padding: 0.25rem 0.625rem;
    text-align: center;
}

.c-column2 {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
    gap: 3.75rem;
}

.c-column3 {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
}

.c-drawer {
    background-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #fbffee 0%, #f2ffd5 100%),
        linear-gradient(to bottom, #ffffff 0%, #e6ffd5 100%);
    display: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5000;
}

.c-drawer__nav {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
}

.c-drawer__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding: 2.1875rem 0.875rem 2.1875rem 0;
}

.c-drawer__link {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0.02em;
    line-height: 1.6;
}
.c-drawer__link img {
    -o-object-fit: cover;
    aspect-ratio: 12/11.33;
    height: auto;
    max-width: 0.75rem;
    object-fit: cover;
    width: 100%;
}

.c-drawer__linkWrap {
    display: flex;
    flex-direction: column;
    height: inherit;
    margin-top: 4.1875rem;
    padding: 0 2rem;
}

.c-drawer__linkEntry {
    align-items: flex-end;
    background-color: #fff;
    border-radius: 6.25rem;
    color: #3553ab;
    display: flex;
    font-size: 0.9375rem;
    font-weight: bold;
    gap: 1rem;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-top: 1rem;
    padding: 1.40625rem 0 1.40625rem 0.625rem;
}
.c-drawer__linkEntry span {
    text-align: center;
    width: 14rem;
}
.c-drawer__linkEntry img {
    -o-object-fit: cover;
    aspect-ratio: 12/11.33;
    height: auto;
    max-width: 0.75rem;
    object-fit: cover;
    width: 100%;
}

.c-drawer__linkCopo {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6.25rem;
    color: #fff;
    display: flex;
    font-size: 0.75rem;
    font-weight: bold;
    gap: 0.5rem;
    justify-content: center;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    min-width: 14.5rem;
    padding: 0.5rem 1.5rem;
}
.c-drawer__linkCopo span {
    min-width: 10.125rem;
    text-align: center;
}
.c-drawer__linkCopo img {
    -o-object-fit: cover;
    aspect-ratio: 14/11;
    height: auto;
    max-width: 0.875rem;
    object-fit: cover;
    width: 100%;
}
.c-hamburger {
    cursor: pointer;
    display: block;
    height: 1rem;
    position: relative;
    transition: 0.3s all;
    width: 1.875rem;
    z-index: 9999;
}

.c-hamburger span:nth-child(1) {
    transform: translateY(-8px);
}

.c-hamburger span:nth-child(3) {
    transform: translateY(8px);
}

.c-hamburger.is-active span {
    background-color: #60907b;
}

.c-hamburger.is-active span:nth-child(1) {
    top: 10px;
    transform: rotate(-30deg);
}

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

.c-hamburger.is-active span:nth-child(3) {
    top: 10px;
    transform: rotate(-330deg);
}

.c-headline1__main {
    border-left: 2px solid #60907b;
    font-size: 1.875rem;
    padding-left: 1.875rem;
    text-align: center;
}

.c-headline1__sub {
    font-size: 1rem;
    margin-top: 0.875rem;
}

.c-hoverRun {
    background-image: linear-gradient(90deg, #000, #000);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #000;
    display: inline;
    text-decoration: none;
    transition: background-size 0.5s;
}
.c-hoverUnderline {
    display: inline-block;
    position: relative;
}

.c-hoverUnderline::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
}
.c-hoverUnderline {
    display: inline-block;
    position: relative;
}

.c-hoverUnderline::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
}
.c-imgHover {
    position: relative;
}

.c-imgHover img {
    transition: 0.5s opacity;
    width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s opacity;
}
.c-imgZoom {
    overflow: hidden;
    position: relative;
}
.c-imgZoom img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.8s;
}
.c-link {
    line-height: 1;
    position: relative;
}

.c-link::after {
    background: url(../img/common/link.svg) center center/contain no-repeat;
    content: "";
    height: 0.625rem;
    position: absolute;
    right: -0.9375rem;
    top: 0.3em;
    width: 0.625rem;
}

.c-marker {
    background: linear-gradient(transparent 70%, #fcf65f 0%);
    display: inline;
}

.c-table {
    border: 1px solid #333;
    border-collapse: collapse;
    width: 100%;
}

.c-table__data,
.c-table__head {
    border: 1px solid #333;
    padding: 1.25rem;
}

.c-table__head {
    background-color: #eee;
    font-size: 1rem;
    width: 20%;
}

.c-table__data {
    border: 1px solid #333;
    padding: 1.25rem;
    width: 50%;
}

.c-tag {
    border: 1px solid #d9d9d9;
    color: #000;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
}

.c-underBar {
    display: inline-block;
    position: relative;
}
.c-underBar::before {
    background-color: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    opacity: 1;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.5s;
    width: 100%;
}
.p-header {
    height: 5.625rem;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 0.2s ease;
    width: 100%;
    z-index: 1000;
}

.p-header .header__background--blue {
    background-color: #fff;
    transition: background-color 0.8s ease;
}

.p-header__inner {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
}

.p-header__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 16.125rem;
    position: relative;
    width: 100%;
}

.p-header__logo-title {
    border: solid 1px #e2e8f0;
    font-size: 0.75rem;
    letter-spacing: 0.02em;
    line-height: 1.6;
    min-width: 7.75rem;
    padding: 0.125rem 0.75rem;
}

.p-header__logoWrap {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.p-header__wrap {
    align-items: center;
    display: flex;
    height: inherit;
}

.p-header__contact a {
    align-items: center;
    background: #3553ab;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    margin-left: 2.5rem;
    padding: 0.53125rem 0;
    transition: 0.5s background-position;
    width: 8.5rem;
}
.p-header__contact a span {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
}
.p-header__nav {
    height: inherit;
    margin-left: auto;
}

.p-header__list {
    align-items: center;
    display: flex;
    height: inherit;
}

.p-header__item {
    height: inherit;
    position: relative;
}

.p-header__item:not(:first-child) {
    margin-left: 2.5rem;
}

.p-header__link {
    align-items: center;
    color: #0f172a;
    display: flex;
    font-size: 0.9375rem;
    font-weight: 500;
    height: inherit;
    justify-content: center;
    position: relative;
}
.p-header__link span {
    display: block;
    position: relative;
}
.p-header__logo--drawer {
    display: none; /* 初期非表示 */
    position: relative;
    z-index: 6000;
}

.p-header__logo-title {
    transition: color 0.3s ease; /* 色変更を滑らかに */
}

/* ハンバーガーメニューが開いたときのスタイル */
.is-drawer-open .p-header__logo {
    display: none;
}

.is-drawer-open .p-header__logo--drawer {
    display: block;
}

.is-drawer-open .p-header__logo-title {
    color: #fff; /* 変更後の色 */
}

.p-modal {
    background: rgba(255, 255, 255, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.p-modal__block {
    background-color: #feaebb;
    border-radius: 0.625rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 27.5rem;
}

.p-modal__wrap {
    padding: 3.75rem 0 2.5rem;
    position: relative;
}

.p-pageTop {
    bottom: 1.875rem;
    cursor: pointer;
    position: fixed;
    right: 1.875rem;
    z-index: 50;
}

.p-pageTop__wrap {
    position: relative;
}

.p-pageTop__wrap img {
    width: 3.125rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s opacity;
}
.p-sidebar {
    height: auto;
    max-width: 14.6875rem;
    min-height: 39.375rem;
    width: 100%;
}

.p-sidebar__btnWrap {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}

.p-sidebar__btnEstimateWrap {
    background-color: #d7527c;
    border-radius: 0.3125rem;
    /* margin-top: 1.875rem; */
    margin-top: 1.5rem;
    padding: 0.6875rem 0;
    text-align: center;
    width: 100%;
}

.p-sidebar__btnEstimate span {
    color: white;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.5;
}

.p-slider {
    height: 100%;
    width: 100%;
}
.p-slider .swiper-slide {
    overflow: hidden;
}
.p-slider .slide-img {
    height: 100%;
}
.p-slider .slide-img img {
    width: 100%;
}
.p-slider img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
    display: block;
}

.p-step {
    background-color: #fff;
    border-radius: 0.625rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
    height: 100%;
    max-width: 47.25rem;
    min-height: 43.75rem;
    overflow: hidden;
    padding-bottom: 1.875rem;
    width: 100%;
}

.p-step__title {
    background-color: #60907b;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 700;
    padding: 0.9375rem;
    text-align: center;
}

.p-step__title span {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.p-step__inner {
    margin-left: auto;
    margin-right: auto;
    max-height: 640px;
    max-width: 43.5rem;
    overflow-y: auto;
    width: 100%;
}

.p-step__container {
    background-color: #f5f8eb;
    border-radius: 0.5rem;
    margin-top: 2.625rem;
    padding: 1.875rem 0;
}

.p-step__container--place {
    background-color: #e0efd8;
}

.p-step__container:not(:first-child) {
    margin-top: 0.9375rem;
}

.p-step__subTitle {
    color: #60907b;
    font-size: 0.9375rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    text-align: center;
}

.p-step__radioGroup {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.p-step__radioOption {
    max-width: 12.5rem;
    width: 100%;
}

.p-step__radioOption input {
    display: none;
}

.p-step__radioButtonLabel {
    background-color: #fff;
    border: 0.0625rem solid #60907b;
    border-radius: 3.125rem;
    color: #60907b;
    cursor: pointer;
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.3125rem 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}
.p-step__radioOption input:checked + .p-step__radioButtonLabel {
    background-color: #60907b;
    color: #fff;
}

.p-step__radioOption input:checked + .p-step__radioButtonLabel::before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
}

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

.p-step__radioOption02 input {
    display: none;
}

.p-step__radioOption02 input:checked + .p-step__radioButtonLabel {
    background-color: #60907b;
    color: #fff;
}

.p-step__radioOption02 input:checked + .p-step__radioButtonLabel::before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
}

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

.p-step__radioOption03 input {
    display: none;
}

.p-step__radioOption03 input:checked + .p-step__radioButtonLabel {
    background-color: #60907b;
    color: #fff;
}

.p-step__radioOption03 input:checked + .p-step__radioButtonLabel::before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 5%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
}

/* 全体のグループ（横並び） */
.p-step__selectGroup {
    color: #60907b;
    display: flex;
    gap: 3.75rem;
    justify-content: center;
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}

/* 個々のセレクトボックスエリア */
.p-step__selectBox {
    position: relative;
    text-align: center;
}

/* ラベル */
.p-step__selectBox label {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 0.625rem;
}

/* セレクトボックスのラッパー */
.p-step__selectWrapper {
    display: inline-block;
    position: relative;
}

/* セレクトボックス本体 */
.p-step__selectWrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #60907b;
    border-radius: 100vh;
    color: #60907b;
    cursor: pointer;
    font-size: 0.8125rem;
    padding: 0.3125rem;
    text-align: center;
    width: 8.75rem;
}

/* カスタム矢印 */
.p-step__selectWrapper::after {
    border: 1.8px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    color: #60907b;
    content: "";
    display: inline-block;
    height: 0.75rem;
    position: absolute;
    right: 12px;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
    vertical-align: middle;
    width: 0.75rem;
}

/* 「人」単位表示 */
.p-step__selectBoxUnit {
    color: #60907b;
    font-size: 0.8125rem;
    line-height: 1.4615384615;
    margin-left: 0.3125rem;
}

.p-step__info {
    color: #ff0004;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.4615384615;
    margin-top: 0.9375rem;
    text-align: center;
}

.p-step__btnNextWrap {
    background-color: #60907b;
    border-radius: 0.3125rem;
    /* margin-top: 1.875rem; */
    max-width: 8.125rem;
    padding: 0.6875rem 0;
    text-align: center;
    width: 100%;
}

.p-step__btnNext {
    position: relative;
}
.p-step__btnNext span {
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-right: 1.25rem;
}
.p-step__btnNext::after {
    background: url(../img/image_btn_arrow.webp) center center/contain no-repeat;
    content: "";
    height: 0.9375rem;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-75%, -40%) rotate(180deg);
    width: 0.9375rem;
}

.p-step__btnPrevWrap {
    background-color: #60907b;
    border-radius: 0.3125rem;
    /* margin-top: 1.875rem; */
    max-width: 8.125rem;
    padding: 0.6875rem 0;
    text-align: center;
    width: 100%;
}

.p-step__btnPrev {
    position: relative;
}
.p-step__btnPrev span {
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-left: 1.25rem;
}
.p-step__btnPrev::before {
    background: url(../img/image_btn_arrow.webp) center center/contain no-repeat;
    content: "";
    height: 0.9375rem;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translate(-75%, -40%) rotate(360deg);
    width: 0.9375rem;
}

.p-step__btnWrap {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 1.875rem;
}

.p-step__btnEstimateWrap {
    background-color: #d7527c;
    border-radius: 0.3125rem;
    /* margin-top: 1.875rem; */
    max-width: 8.125rem;
    padding: 0.6875rem 0;
    text-align: center;
    width: 100%;
}

.p-step__btnEstimate span {
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
}

.p-step__planTable {
    margin-top: 2rem;
}

.p-step__planGrid {
    align-items: flex-start;
    display: flex;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

/* 左のラベル列 */
.p-step__planLabels {
    border: 1px solid #60907b;
    border-radius: 0.3125rem;
    flex-shrink: 0;
    font-weight: 500;
    margin-top: 3.4375rem;
    width: 8.75rem;
}

.p-step__planLabels .label {
    background-color: #fff;
    color: #60907b;
    font-size: 0.75rem;
    font-weight: 400;
    height: 1.875rem;
    letter-spacing: 0;
    padding: 0.375rem;
    text-align: left;
}
.p-step__planLabels .label:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
}
.p-step__planLabels .label:not(:first-child) {
    border-top: 1px dotted #60907b;
}
.p-step__planLabels .label:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}

/* プラン列スクロールラッパー */
.p-step__planScroll {
    -webkit-overflow-scrolling: touch;
    flex-grow: 1;
    max-width: 100%;
    overflow-x: auto;
}

/* プラン列コンテナ */
.p-step__planColumns {
    color: #60907b;
    display: flex;
    font-weight: 500;
    gap: 1.25rem;
    margin-left: 1.25rem;
    min-width: -moz-max-content;
    min-width: max-content;
}

/* プラン単体 */
.p-step__planColumn {
    border: 1px solid #60907b;
    border-radius: 0.3125rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 11.875rem;
}

.p-step__planColumn {
    cursor: pointer;
}
.p-step__planColumn:hover .p-step__radioButtonLabel02 {
    background-color: #658b6f;
    opacity: 0.8;
    color: #fff;
    transition: 0.5s;
}

/* 値スタイル */
.p-step__planColumn .value {
    background-color: #fff;
    font-size: 0.78125rem;
    height: 1.875rem;
    min-height: 1.875rem;
    padding: 0.34375rem;
    text-align: center;
}
.p-step__planColumn .value:last-child {
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}

/* 偶数行だけ背景色を変更 */
.p-step__planColumn .value:nth-of-type(even) {
    background-color: #e9f2ee;
}

/* プランラベルボタン */
.p-step__radioButtonLabel02 {
    background-color: #fff;
    border-bottom: 1px solid;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    color: #658b6f;
    cursor: pointer;
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 1rem;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}
.p-step__radioButtonLabel02:hover {
    background-color: #658b6f;
    opacity: 0.8;
    transition: 0.5s;
    color: #fff;
}

/* 選択時の色変更 */
.p-step__planColumn input:checked + .p-step__radioButtonLabel02 {
    background-color: #658b6f;
    color: #fff;
}

.p-step__planColumn input:checked + .p-step__radioButtonLabel02::before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
}

.p-step__price {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}

.p-step__giftWrap {
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.p-step__giftTitleWrap {
    background-color: #60907b;
    border: 0.0625rem solid #60907b;
    border-radius: 3.125rem;
    color: #fff;
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 0.3125rem 0;
    position: relative;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    width: 100%;
}
.p-step__giftTitleWrap::before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
}

.p-step__giftTitle {
    position: relative;
}
.p-step__giftTitle span {
    margin-right: 3.75rem;
}
.p-step__giftTitle::after {
    content: "| 割引対象外";
    height: auto;
    left: 63%;
    max-width: 6.25rem;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-step__giftItems {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    max-height: 540px;
    overflow-y: auto;
}

.p-step__giftItem {
    display: grid;
    gap: 0.625rem;
    grid-row: span 5;
    grid-template-rows: subgrid;
    max-width: 8.75rem;
    width: 100%;
}

.p-step__giftItemImage img {
    border-radius: 0.625rem;
}

.p-step__giftItemTitle {
    color: #60907b;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.p-step__giftItemPrice {
    color: #60907b;
    font-size: 0.78125rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.44;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: relative;
}
.p-step__giftItemPrice::before,
.p-step__giftItemPrice::after {
    border-bottom: 1px dotted #60907b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.p-step__giftItemPrice::before {
    top: 0.75rem;
}
.p-step__giftItemPrice::after {
    bottom: 0.75rem;
}

.p-step__giftPriceTax {
    font-size: 0.59375rem;
    line-height: 1.8947368421;
}

.p-step__giftPriceTaxUnit {
    font-size: 0.59375rem;
    line-height: 1.8947368421;
}

.p-step__separatorSlash {
    font-size: 0.71875rem;
    line-height: 1.5652173913;
}

.p-step__giftItemNumWrap {
    color: #60907b;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.9;
}

.p-step__giftItemSelectGroup {
    color: #60907b;
    display: flex;
    gap: 3.75rem;
    justify-content: center;
    margin-top: 0.625rem;
}

/* 個々のセレクトボックスエリア */
.p-step__giftItemSelectBox {
    position: relative;
    text-align: center;
}

/* セレクトボックスのラッパー */
.p-step__giftItemSelectWrapper {
    display: inline-block;
    position: relative;
}

/* セレクトボックス本体 */
.p-step__giftItemSelectWrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #60907b;
    border-radius: 100vh;
    color: #60907b;
    cursor: pointer;
    font-size: 0.8125rem;
    text-align: center;
    width: 8.75rem;
}

/* カスタム矢印 */
.p-step__giftItemSelectWrapper::after {
    border: 1.8px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    color: #60907b;
    content: "";
    display: inline-block;
    height: 0.75rem;
    position: absolute;
    right: 12px;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
    vertical-align: middle;
    width: 0.75rem;
}

.p-step__cookingWrap {
    max-height: 640px;
    overflow-y: auto;
}

.p-step__cookingImages {
    align-items: center;
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

.p-step__cookingImage02 {
    margin-top: 2.8125rem;
}

.p-step__cookingSetWrap {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: 0.9375rem;
    position: relative;
}
.p-step__cookingSetWrap::after {
    border-bottom: 1px solid #60907b;
    bottom: -50%;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
}

.p-step__cookingSetInfo {
    color: #60907b;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5833333333;
    position: relative;
}

.p-step__cookingSingleTitle {
    color: #60907b;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3333333333;
    margin-top: 2.1875rem;
}

.p-step__cookingSingleWrap {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: 0.9375rem;
}

.p-step__childSetWrap {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-top: 0.9375rem;
}

.p-step__cookingSetSelectGroup {
    color: #60907b;
    display: flex;
    gap: 3.75rem;
    justify-content: center;
    width: 5.625rem;
}

.p-step__cookingSetSelectBox {
    position: relative;
    text-align: center;
}

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

/* セレクトボックス本体 */
.p-step__cookingSetSelectWrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #60907b;
    border-radius: 100vh;
    color: #60907b;
    cursor: pointer;
    font-size: 0.8125rem;
    text-align: center;
    width: 5.625rem;
}

/* カスタム矢印 */
.p-step__cookingSetSelectWrapper::after {
    border: 1.8px solid currentColor;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    color: #60907b;
    content: "";
    display: inline-block;
    height: 0.375rem;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    vertical-align: middle;
    width: 0.375rem;
}

.p-step__cookingSet02 {
    position: relative;
}
.p-step__cookingSet02::before {
    border-top: 1px dotted #60907b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1.25rem;
}

.p-step__cookingSet03 {
    position: relative;
}
.p-step__cookingSet03 .p-step__cookingSingleWrap:last-child {
    padding-bottom: 20px;
}
.p-step__cookingSet03::before,
.p-step__cookingSet03::after {
    border-top: 1px dotted #60907b;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.p-step__cookingSet03::after {
    bottom: 0;
}
.p-step__cookingSet03::before {
    top: -1.25rem;
}

.p-step__filterContainer {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.filter-box {
    background-color: #f3f8ec;
    border-radius: 1rem;
    margin: auto;
    max-width: 800px;
    padding: 1.25rem;
}

.filter-group {
    align-items: baseline;
    display: flex;
    gap: 1.25rem;
    padding-bottom: 1.25rem;
    position: relative;
    row-gap: 1.25rem;
}
.filter-group::after {
    border-top: 1px solid #60907b;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.filter-group:not(:first-child) {
    margin-top: 1.25rem;
}

.filter-title {
    color: #60907b;
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.4615384615;
    width: 5rem;
}

.filter-buttons {
    display: inline-block;
    max-width: 30.625rem;
    width: 100%;
}

.filter-buttons button {
    background-color: #fff;
    border: 1px solid #60907b;
    border-radius: 1.25rem;
    color: #60907b;
    cursor: pointer;
    font-size: 0.6875rem;
    margin-bottom: 0.5rem;
    min-width: 5.625rem;
    padding: 0.140625rem 0.625rem 0.140625rem 1.5625rem;
    transition: all 0.2s ease-in-out;
}

.filter-buttons button.selected {
    background-color: #60907b;
    color: #fff;
    position: relative;
}
.filter-buttons button.selected::before {
    background-color: #ffffff;
    border-radius: 50%;
    content: "";
    height: 0.5rem;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
}

.result-count {
    color: #60907b;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-left: 45%;
    text-align: center;
}

.reset-button {
    display: flex;
    justify-content: center;
}

.reset-button button {
    background-color: white;
    border: 1px solid #60907b;
    border-radius: 1.25rem;
    color: #60907b;
    cursor: pointer;
    font-size: 0.6875rem;
    line-height: 1.7272727273;
}

.venue-list-box {
    background: #e0efd8;
    border-radius: 12px;
    max-width: 18.75rem;
    width: 100%;
}

.venue-list-box label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.venue-box {
    background-color: #e0efd8;
    border-radius: 16px;
    display: none;
    max-width: 18.75rem;
    width: 100%;
}

.venue-box h3 {
    margin-top: 0;
}

.badge {
    background-color: #4d735c;
    border-radius: 6px;
    color: white;
    display: inline-block;
    font-size: 0.625rem;
    line-height: 1;
    padding: 0.3125rem 0;
    width: 3.75rem;
}

.p-step__filterResultWrap {
    align-items: flex-start;
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    margin-top: 2.5rem;
}

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

.p-step__ceremonyHallImage img {
    border-radius: 12px;
    margin-bottom: 16px;
    max-width: 600px;
    width: 100%;
}

.p-step__ceremonyHallAddress {
    color: #60907b;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3846153846;
}

.p-step__ceremonyHallMap {
    background-color: #2d71d7;
    border-radius: 100vh;
    color: #fff;
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 0.625rem;
    padding: 0.25rem 0.75rem;
}

.p-step__ceremonyHallPriceTable {
    color: #60907b;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.3333333333;
    margin-top: 0.625rem;
    padding-top: 0.625rem;
    position: relative;
    text-align: right;
}
.p-step__ceremonyHallPriceTable::before {
    border-top: 1px solid #60907b;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.p-step__ceremonyHallPriceTable::after {
    border-top: 1px dotted #60907b;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 4.1875rem;
}

.p-step__ceremonyHallPriceRow {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.p-step__ceremonyHallPriceLabel {
    margin-right: 10px;
    white-space: nowrap;
}

.p-step__ceremonyHallPriceUnit {
    display: inline-block;
    text-align: right;
    width: 3.125rem;
}

.p-step__ceremonyHallPriceValue {
    white-space: nowrap;
}

.p-step__ceremonyHallMemberNote {
    color: #d7527c;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.p-step__ceremonyHallAccess {
    align-items: flex-start;
    display: flex;
    gap: 0.625rem;
    margin-top: 1.4375rem;
}

.p-step__accessInfo {
    color: #60907b;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
    text-align: left;
    width: 13.75rem;
}

.p-step__ceremonyHallCremation {
    align-items: flex-start;
    display: flex;
    gap: 0.625rem;
    margin-top: 0.5rem;
}

.p-step__cremation {
    color: #60907b;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
    text-align: left;
}

.p-step__ceremonyHallParking {
    align-items: flex-start;
    display: flex;
    gap: 0.625rem;
    margin-top: 0.5rem;
}

.p-step__parkingCount {
    color: #60907b;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.3636363636;
    text-align: left;
}

.p-step__filtertWrap {
    align-items: center;
    display: flex;
    justify-content: space-between; /* ← 中央＆右寄せのカギ */
    margin: 0 auto; /* 中央寄せ */
    max-width: 50rem; /* 適宜調整 */
    padding: 1.875rem 1.25rem 0.625rem;
}

.p-step__placeName {
    display: inline-block;
    margin-left: 1.875rem;
    width: 12.5rem;
}

.p-step__placeInfo {
    margin-left: auto;
}

.p-step__crematoriumText {
    color: #60907b;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.6666666667;
    text-align: center;
}

.estimate-container {
    margin: 0 auto;
    padding: 2rem;
}

.heading {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
}

.price-boxWrap,
.price-box {
    border-radius: 0.625rem;
    flex: 1;
    padding: 1.4375rem 0;
    text-align: center;
}

.price-box.regular {
    background-color: #60907b;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
}

.price-box.member {
    background-color: #d7527c;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
}

.price-amount {
    color: #60907b;
    font-size: 2.1875rem;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
}

.price-amount--member {
    color: #d7527c;
}

.section {
    background-color: #60907b;
    border-radius: 0.3125rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.25rem;
    margin-top: 2rem;
    padding: 0.5rem 1rem;
    text-align: center;
}

.details-with-sides-wrapper {
    margin: 0 auto;
    max-width: 87.5rem;
    width: 100%;
}

.details-with-sides {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: center;
    max-width: 87.5rem;
}

.side-button {
    flex: 0 0 14.1875rem;
    margin: auto;
    position: relative;
}
.side-button::before {
    background: url(../../assets/img/arrow_green.png) center center/contain
        no-repeat;
    content: "";
    height: 0.9375rem;
    left: 0.9375rem;
    position: absolute;
    top: calc(0.5lh - 0.125rem);
    width: 0.9375rem;
}

.side-link {
    flex: 0 0 16.25rem;
    font-size: 0.75rem;
    margin: auto;
    text-align: center;
}

.side-button button {
    background: #fff;
    border: 1px solid #2b6040;
    border-radius: 1.875rem;
    color: #2b6040;
    cursor: pointer;
    font-size: 0.75rem;
    line-height: 0.8333333333;
    padding: 0.71875rem 0.9375rem;
    width: 100%;
}

.side-link a {
    background: #fff;
    border: 1px solid #d7527c;
    border-radius: 1.25rem;
    color: #d7527c;
    display: inline-block;
    font-weight: 700;
    line-height: 0.8333333333;
    margin-top: 0.4375rem;
    padding: 0.71875rem 0.9375rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    width: 16.25rem;
}
.side-link a::before {
    background: url(../../assets/img/arrow_pink.png) center center/contain
        no-repeat;
    content: "";
    height: 0.9375rem;
    position: absolute;
    right: 0.625rem;
    top: calc(0.5lh + 0.1875rem);
    width: 0.9375rem;
}

.side-link p {
    color: #d7527c;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 0.8333333333;
}

.details-core {
    width: 45.625rem;
}

.details-grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-item {
    border-radius: 0.3125rem;
    color: #60907b;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
}

.detail_block {
    display: contents;
}

.detail_middle {
    letter-spacing: 0.1em;
    text-align: center;
    width: 16rem;
}

.detail_title {
    letter-spacing: 0.1em;
    width: 10rem;
}

.detail-price {
    text-align: right;
    white-space: nowrap;
    width: 6.875rem;
    width: 10rem;
}

.button-row {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    margin-top: 2rem;
}

.button-row button {
    border: none;
    border: 1px solid #60907b;
    border-radius: 0.3125rem;
    cursor: pointer;
    font-size: 1rem;
    max-width: 18.125rem;
    padding: 0.8rem 2rem;
    width: 100%;
}

.retry {
    background: #fff;
    border: 1px solid #60907b;
    color: #60907b;
}

.email {
    background: #60907b;
    color: #fff;
    position: relative;
}
.email::before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 0.9375rem;
    left: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.9375rem;
}

.print {
    background: #fff;
    color: #60907b;
}

.footer {
    font-size: 1.1rem;
    margin-top: 2rem;
    position: relative;
    text-align: center;
}
.footer::before {
    background: url(../../assets/img/logo.png) center center/contain no-repeat;
    content: "";
    height: 6.25rem;
    left: 0;
    position: absolute;
    top: -2rem;
    width: 13.75rem;
}

.dotted-divider {
    border-bottom: 1px dotted #60907b;
    margin: 2em 0;
    position: relative;
}

.dotted-divider::before,
.dotted-divider::after {
    color: #60907b;
    content: "◆";
    font-size: 0.3125rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dotted-divider::before {
    left: 0;
}

.dotted-divider::after {
    right: -5px;
}

input[type="radio"]:disabled + label {
    cursor: not-allowed;
    opacity: 0.5;
}

.p-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.p-modal__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 31.25rem;
    text-align: center;
    width: 100%;
}

.p-modal__title {
    color: #fff;
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.p-modal__close {
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
}

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

.p-modal__email {
    background-color: #fff;
    border-radius: 0.625rem;
    display: block;
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    max-width: 31.25rem;
    padding: 1.078125rem 0;
    text-align: center;
    width: 100%;
}

.p-modal__description {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-top: 1.0625rem;
    text-align: left;
}

.p-modal__submitWrap {
    display: inline-block;
    margin-top: 4.0625rem;
    text-align: center;
}

.p-modal__submitButton {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.p-modal__submitButton img {
    -o-object-fit: cover;
    display: block;
    /* 任意サイズ */
    height: auto;
    max-width: 2.8125rem;
    object-fit: cover;
    width: 100%;
}

.p-modal__submitButtonTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.u-base1 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.u-base2 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.u-flex {
    display: flex;
}

.u-font14 {
    font-size: 0.875rem;
}

.u-font16 {
    font-size: 1rem;
}

.u-font18 {
    font-size: 1.125rem;
}

.u-font20 {
    font-size: 1.25rem;
}

.u-font22 {
    font-size: 1.375rem;
}

.u-font24 {
    font-size: 1.5rem;
}

.u-font28 {
    font-size: 1.75rem;
}

.u-font32 {
    font-size: 2rem;
}

.u-font40 {
    font-size: 2.5rem;
}

.u-hover {
    transition: opacity 0.5s;
}

.u-hover:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
}

.u-lh10 {
    line-height: 1;
}

.u-lh13 {
    line-height: 1.3;
}

.u-lh15 {
    line-height: 1.5;
}

.u-lh16 {
    line-height: 1.6;
}

.u-lh20 {
    line-height: 2;
}

.u-ls05 {
    letter-spacing: 0.05em;
}

.u-ls10 {
    letter-spacing: 0.1em;
}

.u-ls15 {
    letter-spacing: 0.15em;
}

.u-ls20 {
    letter-spacing: 0.2em;
}

.u-mt10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
}

.u-mt20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
}

.u-mt30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
}

.u-mt40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
}

.u-mt50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
}

.u-mt60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
}

.u-mt70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
}

.u-mt80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
}

.u-mt90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
}

.u-mt100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
}

.u-mt110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
}

.u-mt120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
}

.u-mt130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
}

.u-mt140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
}

.u-mt150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
}

.u-mt160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
}

.u-mt170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
}

.u-mt180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
}

.u-mt190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
}

.u-mt200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
}

.u-shadow {
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
    display: none;
}

.u-textLeft {
    text-align: Left !important;
}

.u-textCenter {
    text-align: Center !important;
}

.u-textRight {
    text-align: Right !important;
}

.u-textJustify {
    text-align: Justify !important;
}
.u-w300 {
    font-weight: 300;
}

.u-w400 {
    font-weight: 400;
}

.u-w500 {
    font-weight: 500;
}

.u-w600 {
    font-weight: 600;
}

.u-w700 {
    font-weight: 700;
}

.u-w900 {
    font-weight: 900;
}

@media screen and (min-width: 768px) {
    .c-hoverRun:hover {
        background-size: 100% 1px;
    }
    .c-hoverUnderline:hover::after {
        opacity: 1;
    }
    .c-hoverUnderline:hover::after {
        opacity: 1;
    }
    .c-underBar:hover:before {
        opacity: 0;
        transition: 0.5s all;
    }
}

@media screen and (min-width: 769px) {
    .c-imgHover:hover img:nth-of-type(1) {
        opacity: 0;
        transition: 0.5s opacity;
    }
    .c-imgHover:hover img:nth-of-type(2) {
        opacity: 1;
        transition: 0.5s opacity;
    }
    .c-imgZoom:hover img {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
}

@media screen and (max-width: 1300px) {
    html {
        font-size: 1.2307692308vw;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }
    a[href^="tel:"] {
        pointer-events: all;
    }
    .l-sec {
        padding: 5rem 0 6.25rem;
    }
    .l-sec01 {
        padding: 4.5rem 0 5.75rem;
    }
    .l-step-main__inner {
        display: block;
        height: auto;
        padding-bottom: 2.0625rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .c-accordion {
        /* height: 44.3125rem;
        max-width: 100%;
        min-height: 40.5rem; */

        height: 22.3125rem;
        max-width: 100%;
        min-height: 35.5rem;
        overflow-y: auto;
    }
    .c-column2 {
        gap: 1.875rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .c-column2--gap60 {
        gap: 2.5rem;
    }
    .c-column2--gapSp20 {
        gap: 1.25rem;
    }
    .c-column3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .c-column4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .c-column4--sp2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-drawer__linkWrap {
        margin-top: 2.0625rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .c-drawer__btnEstimateWrap {
        background-color: #d7527c;
        border-radius: 0.3125rem;
        margin-top: 1.875rem;
        padding: 0.6875rem 0;
        text-align: center;
        width: 100%;
    }

    .c-drawer__btnEstimate span {
        color: white;
        font-size: 0.9375rem;
        font-weight: 700;
        letter-spacing: 0.15em;
        line-height: 1.5;
    }

    .c-hamburger span {
        background-color: #60907b;
        border-radius: 1px;
        display: inline-block;
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: calc((100% - 2px) / 2);
        transition: ease 0.5s all;
        width: 100%;
    }
    .c-headline1__main {
        font-size: 1.25rem;
        padding-left: 1.375rem;
    }
    .c-headline1__sub {
        margin-top: 1.625rem;
        padding-left: 1.375rem;
    }
    .p-header {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.3);
        width: 100%;
    }
    .p-header__inner {
        gap: 1.725rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .p-header__logo img {
        max-width: 7.5rem;
    }
    .p-header__logo-title {
        font-size: 0.625rem;
        min-width: 6.125rem;
        padding: 0.4rem 0;
        text-align: center;
    }
    .p-header__logoWrap {
        gap: 0.6625rem;
        position: relative;
        z-index: 6000;
    }
    .p-header__contact {
        display: none;
    }
    .p-header__contact a {
        height: 1.625rem;
        width: 5.3125rem;
    }
    .p-header__contact a span {
        font-size: 0.625rem;
    }
    .p-header__nav {
        display: none;
    }
    .p-modal__block {
        width: 80%;
    }
    .p-modal__wrap {
        padding: 2.5rem 0 1.875rem;
    }
    .p-pageTop {
        bottom: 1.25rem;
        right: 1.5625rem;
    }
    .p-step {
        overflow: visible;
    }
    .p-step__title {
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem;
    }
    .p-step__inner {
        max-height: -moz-fit-content;
        max-height: fit-content;
        overflow-y: visible;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .p-step__containerBlock {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .p-step__radioGroup {
        margin-top: 1.6875rem;
    }
    .p-step__radioGroup--fd {
        flex-direction: column;
    }
    .p-step__radioOption {
        max-width: 7.5rem;
        width: 100%;
    }
    .p-step__radioOption02 {
        max-width: 16.875rem;
    }
    .p-step__radioOption04 {
        max-width: 16.875rem;
    }
    .p-step__selectGroup {
        flex-direction: column;
        gap: 0.9375rem;
    }
    .p-step__selectWrapper select {
        width: 14.0625rem;
    }
    .p-step__planGrid {
        padding-left: 0.75rem;
        padding-right: 0.625rem;
    }
    .p-step__planLabels {
        margin-top: 3.3rem;
        width: 6.1875rem;
    }
    .p-step__planLabels .label {
        align-items: center;
        display: flex;
        height: 2.8125rem;
        justify-content: flex-start;
    }
    .p-step__planColumns {
        gap: 1rem;
        margin-left: 0.625rem;
    }
    .p-step__planColumn {
        width: 9.375rem;
    }
    .p-step__planColumn .value {
        align-items: center;
        display: flex;
        font-size: 0.5625rem;
        justify-content: center;
        min-height: 2.8125rem;
    }
    .p-step__giftWrap {
        align-items: center;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .p-step__giftTitle {
        font-size: 0.75rem;
    }
    .p-step__giftTitle span {
        font-size: 0.8125rem;
    }
    .p-step__giftTitle::after {
        left: 59%;
    }
    .p-step__giftItems {
        gap: 1rem;
        max-height: -moz-max-content;
        max-height: max-content;
        overflow-y: visible;
    }
    .p-step__giftItem {
        max-width: 7.9375rem;
    }
    .p-step__giftItemImage {
        max-width: 7.9375rem;
    }
    .p-step__giftItemTitle {
        max-width: 7.9375rem;
    }
    .p-step__giftItemPrice {
        max-width: 7.9375rem;
    }
    .p-step__giftItemNumWrap {
        max-width: 7.9375rem;
    }
    .p-step__giftItemSelectBox {
        max-width: 7.9375rem;
    }
    .p-step__giftItemSelectWrapper select {
        width: 7.9375rem;
    }
    .p-step__cookingWrap {
        max-height: -moz-max-content;
        max-height: max-content;
        overflow-y: visible;
    }
    .p-step__cookingSetWrap {
        justify-content: normal;
    }
    .p-step__cookingSetWrap::after {
        bottom: -25%;
    }
    .p-step__cookingSetWrap--farewell,
    .p-step__childSetWrap--farewell {
        align-items: flex-start;
        flex-direction: column;
    }
    .p-step__cookingSingleWrap {
        align-items: flex-start;
        flex-direction: column;
    }
    .p-step__cookingSetPriceTaxOut,
    .p-step__cookingSetPriceTaxIn {
        display: block;
    }
    .p-step__cookingSetSelectGroup {
        justify-content: normal;
        margin-top: 1rem;
    }
    .p-step__cookingSetSelectWrapper select {
        width: 7.8125rem;
    }
    .p-step__filterContainer {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .filter-box {
        padding: 1.875rem 0.625rem;
    }
    .filter-group {
        flex-direction: column;
    }
    .filter-title {
        text-align: center;
        width: 100%;
    }
    .filter-buttons button {
        min-width: 7.5rem;
        padding: 0.140625rem 0.625rem 0.140625rem 1.375rem;
    }
    .filter-buttons button.selected::before {
        left: 5%;
    }
    .result-count {
        margin: auto;
    }
    .p-step__filterResultWrap {
        flex-direction: column;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .p-step__filtertWrap {
        flex-direction: column;
        gap: 0.9375rem;
    }
    .p-step__placeName {
        width: -moz-fit-content;
        width: fit-content;
    }
    .p-step__crematoriumText {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .estimate-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .price-boxWrap {
        padding: 0;
    }

    .heading {
        flex-direction: column;
        gap: 1.875rem;
    }
    .details-with-sides-wrapper {
        margin-top: 3.125rem;
    }
    .details-with-sides {
        flex-direction: column;
    }
    .side-button {
        flex: auto;
        order: 1;
        width: 17.5rem;
    }
    .side-link {
        flex: auto;
        order: 2;
        width: 17.5rem;
    }
    .side-link a {
        width: 17.5rem;
    }
    .details-core {
        font-size: 0.9375rem;
        order: 3;
        width: 100%;
    }
    .details-grid {
        gap: 0.9375rem;
    }
    .detail-item {
        font-weight: 500;
    }
    .detail_block {
        align-items: end;
        display: flex;
        flex-direction: column;
    }
    .detail_middle {
        text-align: right;
        width: -moz-fit-content;
        width: fit-content;
    }
    .button-row {
        align-items: center;
        flex-direction: column;
        gap: 1.25rem;
    }
    .button-row button {
        max-width: 100%;
    }
    .footer::before {
        background: none;
    }
    .p-modal__content {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .u-font18 {
        font-size: 1rem;
    }
    .u-font20 {
        font-size: 1rem;
    }
    .u-font22 {
        font-size: 1.125rem;
    }
    .u-font24 {
        font-size: 1.125rem;
    }
    .u-mt100 {
        margin-top: 1.875rem;
    }
    .u-mtSp10 {
        margin-top: 10px !important;
        margin-top: 0.625rem !important;
    }
    .u-mtSp20 {
        margin-top: 20px !important;
        margin-top: 1.25rem !important;
    }
    .u-mtSp30 {
        margin-top: 30px !important;
        margin-top: 1.875rem !important;
    }
    .u-mtSp40 {
        margin-top: 40px !important;
        margin-top: 2.5rem !important;
    }
    .u-mtSp50 {
        margin-top: 50px !important;
        margin-top: 3.125rem !important;
    }
    .u-mtSp60 {
        margin-top: 60px !important;
        margin-top: 3.75rem !important;
    }
    .u-mtSp70 {
        margin-top: 70px !important;
        margin-top: 4.375rem !important;
    }
    .u-mtSp80 {
        margin-top: 80px !important;
        margin-top: 5rem !important;
    }
    .u-mtSp90 {
        margin-top: 90px !important;
        margin-top: 5.625rem !important;
    }
    .u-mtSp100 {
        margin-top: 100px !important;
        margin-top: 6.25rem !important;
    }
    .u-mtSp110 {
        margin-top: 110px !important;
        margin-top: 6.875rem !important;
    }
    .u-mtSp120 {
        margin-top: 120px !important;
        margin-top: 7.5rem !important;
    }
    .u-mtSp130 {
        margin-top: 130px !important;
        margin-top: 8.125rem !important;
    }
    .u-mtSp140 {
        margin-top: 140px !important;
        margin-top: 8.75rem !important;
    }
    .u-mtSp150 {
        margin-top: 150px !important;
        margin-top: 9.375rem !important;
    }
    .u-mtSp160 {
        margin-top: 160px !important;
        margin-top: 10rem !important;
    }
    .u-mtSp170 {
        margin-top: 170px !important;
        margin-top: 10.625rem !important;
    }
    .u-mtSp180 {
        margin-top: 180px !important;
        margin-top: 11.25rem !important;
    }
    .u-mtSp190 {
        margin-top: 190px !important;
        margin-top: 11.875rem !important;
    }
    .u-mtSp200 {
        margin-top: 200px !important;
        margin-top: 12.5rem !important;
    }
    .u-pc {
        display: none;
    }
    .u-sp {
        display: block;
    }
    .u-textMdLeft {
        text-align: Left !important;
    }
    .u-textMdCenter {
        text-align: Center !important;
    }
    .u-textMdRight {
        text-align: Right !important;
    }
    .u-textMdJustify {
        text-align: Justify !important;
    }

    .c-accordion__titleWrap::after {
        left: 90%;
    }
}

@media screen and (max-width: 375px) {
    .filter-buttons button {
        font-size: 0.625rem;
        min-width: 6.875rem;
        padding: 0.140625rem 0.625rem 0.140625rem 1.375rem;
    }
}

@media (any-hover: hover) {
    .c-btn:hover {
        color: #fff;
        transition: 0.3s all;
    }
    .c-drawer__link:hover,
    .c-drawer__linkEntry:hover,
    .c-drawer__linkCopo:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
    .p-header__contact a:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
    .p-header__link:hover {
        color: #60907b;
        opacity: 0.8;
        transition: 0.5s;
    }
    .p-pageTop__wrap:hover img:nth-of-type(1) {
        opacity: 0;
        transition: 0.5s opacity;
    }
    .p-pageTop__wrap:hover img:nth-of-type(2) {
        opacity: 1;
        transition: 0.5s opacity;
    }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    .side-button,
    .side-link,
    .button-row {
        display: none;
    }

    .footer::before {
        top: 100%;
        left: 45%;
        transform: translate(-50%, -50%);
        margin: 4rem;
    }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
