@charset "utf-8";

.plan .inner {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.plan .inner .sec-body {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.plan .inner .sec-head {
    gap: 30px;
}


.plan .inner .sec-head .desc p {
    line-height: calc(24/16);
    text-align: center;
}

.plan .inner .sec-body .item {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}

.plan .inner .sec-body .item .sec-slider {
    max-width: 427px;
    width: 38%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.plan .inner .sec-body .item .sec-text {
    flex: 1;
    border: 1px solid #150e06;
}

.plan .inner .sec-body .item .label {
    font-size: clamp(1.125rem, 1.034rem + 0.39vw, 1.5rem);
    color: #e6e2d8;
    padding: 9px 40px;
    background-color: #150E06;
}

.plan .inner .sec-body .item .detail {
    display: flex;
    align-items: baseline;
    gap: 9px;
    padding: 0 5%;
    border-bottom: 1px solid #150e06;
}

.plan .inner .sec-body .item .detail .tit-main {
    font-size: clamp(2.5rem, 2.151rem + 1.49vw, 3.938rem);
    color: #150e06;
}

.plan .inner .sec-body .item .detail .tit-sub {
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    color: #150e06;
}

.plan .inner .sec-body .item .scene {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    padding: 5%;
    align-items: flex-start;
}

.plan .inner .sec-body .item .kome {
    grid-column: 1/3;
    font-size: 14px;
}

.plan .inner .sec-body .item .kome p::before {
    content: "※";
    display: inline-block;
}

.plan .inner .sec-body .item .scene .tit-main {
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    color: #150e06;
}

.plan .inner .sec-body .item .scene .dot-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    color: #150e06;
}

.plan .inner .sec-body .item .scene .dot-list p {
    position: relative;
}

.plan .inner .sec-body .item .scene .dot-list p::before {
    content: "・";
    display: inline-block;
}



.portrait-gallery .swiper-slide {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #150E06;
}

.portrait-gallery .swiper-slide img,
.portrait-gallery__thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;

}

.portrait-gallery__thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #150E06;
}

.freeservice {
    display: flex;
    border: 1px solid #150e06;
    gap: 5%;
}

.freeservice .sec-img {
    max-width: 522px;
    width: 100%;
}

.freeservice .sec-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.freeservice .sec-text {
    display: flex;
    flex-direction: column;
    padding: 32px 2%;
}

.freeservice .sec-text .tit-ja {
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    color: #150e06;
    margin-bottom: 17px;
}

.freeservice .sec-text .desc {
    margin-bottom: 16px;
}

.freeservice .sec-text .desc p {
    line-height: calc(24/16);
}

.freeservice .sec-text .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
}

.freeservice .sec-text .list .text {
    display: flex;
    align-items: center;
    gap: 13px;
}

.freeservice .sec-text .list .text::before {
    content: "";
    background: url(/system_panel/uploads/images/20260723114747717900.svg) no-repeat center/contain;
    width: 23px;
    height: 19px;
    display: inline-block;
}

.freeservice .sec-text .kome {
    font-size: 14px;
    line-height: calc(20/14);
}

.option .inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.option .sec-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.option .list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 145px));
    gap: 35px;
}

.option .list .item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.option .list p {
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    text-align: center;
    color: #150e06;
}

.option .kome {
    font-size: 14px;
}

.faq .inner {
    padding: 120px 0 160px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.faq .sec-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.faq .sec-body .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid #150e06;
}

.faq .sec-body .text {
    display: grid;
    grid-template-columns: 10% 1fr;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    line-height: calc(26/18);
    color: #150e06;
}

.faq .sec-body .icon {
    width: 30px;
    height: 32px;
    background-color: #150E06;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    color: #e6e2d8;
}

.faq .sec-body .icon.a-icon {
    background-color: transparent;
    border: 2px solid #150e06;
    color: #150e06;
}

@media screen and (max-width: 1180px) {
    .option .list {
        gap: 17px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .option .list .item {
        width: 19%;
    }

    .freeservice .sec-text .list {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1024px) {
    .plan .inner .sec-body .item {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
    }

    .plan .inner .sec-body .item .sec-text {
        width: 100%;
    }

    .plan .inner .sec-body .item .sec-slider {
        width: 100%;
    }

    .plan .inner .sec-body .item .label {
        padding: 8px 0;
        text-align: center;
    }

    .freeservice {
        flex-direction: column;
        gap: 24px;
    }

    .freeservice .sec-img {
        max-width: none;
    }

    .freeservice .sec-text {
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .plan .desc {
        width: 92%;
    }

    .plan .inner .sec-body .item .scene {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .plan .inner .sec-body .item {
        width: 100%;
    }

    .plan .inner .sec-body .item .sec-slider {
        width: 90%;
        margin: 0 auto;
    }

    .plan .inner .sec-body .item .detail {
        padding: 0 4%;
    }

    .option .list .item {
        width: 40%;
    }

    .faq .sec-body .text {
        gap: 16px;
    }
}