@charset "UTF-8";
.sub-eyecatch {
    background: url(../img/villa-hero.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
}

.sub-eyecatch h2 {
    margin: 0;
}

.villa-story-list {
    padding: 60px 0 90px;
}

.villa-story-list__inner {
    max-width: 1100px;
}

.villa-story-card {
    margin-bottom: 56px;
}

.villa-story-card:last-child {
    margin-bottom: 0;
}

.villa-story-card__image {
    margin: 0;
}

.villa-story-card__image img {
    display: block;
    width: 80%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}

.villa-story-card__body {
    background: #ececec;
    width: 80%;
    margin: 0 auto;
    padding: 38px 42px;
}

.villa-story-card__body--lead {
    background: transparent;
}

.villa-story-card__body p {
    margin: 0 0 26px;
    font-size: 1.5rem;
    line-height: 1.9;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111;
}

.villa-story-card__body p:last-child {
    margin-bottom: 0;
}

.villa-story-card__title {
    width: 80%;
    margin: 0 auto 24px;
    font-size: 2.6rem;
    line-height: 1.5;
}

.villa-qa-list {
    margin-bottom: 24px;
}

.villa-qa-item {
    margin-bottom: 16px;
    border: 0;
}

.villa-qa-item:last-child {
    margin-bottom: 0;
}

.villa-qa-question,
.villa-qa-answer {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.villa-qa-question {
    padding: 16px 20px;
    background: #f2f2f2;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    list-style: none;
}

.villa-qa-answer {
    padding: 12px 20px 4px;
    background: #fff;
    display: none;
}

.villa-qa-item[open] .villa-qa-answer {
    display: flex;
}

.villa-qa-question::-webkit-details-marker {
    display: none;
}

.villa-qa-question::marker {
    content: "";
}

.villa-qa-mark {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}

.villa-qa-mark--q {
    color: #4e6e5b;
}

.villa-qa-mark--a {
    color: #7f6072;
}

.villa-qa-question-text {
    display: block;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 700;
    color: #1d1d1d;
}

.villa-qa-answer-text {
    display: block;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 800;
    letter-spacing: 0.015em;
    color: #111;
}

.villa-qa-toggle {
    color: #5e5e5e;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0;
    margin-left: 6px;
}

.villa-qa-toggle::before {
    content: "+";
}

.villa-qa-item[open] .villa-qa-toggle::before {
    content: "−";
}

@media screen and (max-width: 991px) {
    .villa-story-card__body {
        padding: 28px 26px;
    }

    .villa-story-card__title {
        font-size: 2.2rem;
    }

    .villa-qa-list {
        margin-bottom: 20px;
    }

    .villa-qa-item {
        margin-bottom: 14px;
    }

    .villa-qa-question {
        padding: 14px 16px;
        gap: 12px;
    }

    .villa-qa-answer {
        padding: 10px 16px 4px;
        gap: 12px;
    }

    .villa-qa-mark {
        font-size: 2rem;
    }

    .villa-qa-question-text {
        font-size: 1.5rem;
    }

    .villa-qa-answer-text {
        font-size: 1.5rem;
        font-weight: 800;
    }

    .villa-qa-toggle {
        font-size: 2rem;
        margin-left: 4px;
    }
}

@media screen and (max-width: 599px) {
    .villa-story-list {
        padding: 40px 0 60px;
    }

    .villa-story-card {
        margin-bottom: 42px;
    }

    .villa-story-card__body {
        padding: 20px 16px;
    }

    .villa-story-card__body p {
        font-size: 1.5rem;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .villa-story-card__title {
        font-size: 1.9rem;
        line-height: 1.45;
    }

    .villa-qa-list {
        margin-bottom: 18px;
    }

    .villa-qa-item {
        margin-bottom: 12px;
    }

    .villa-qa-question {
        padding: 10px 12px;
        gap: 8px;
    }

    .villa-qa-answer {
        padding: 8px 12px 2px;
        gap: 8px;
    }

    .villa-qa-mark {
        font-size: 1.6rem;
    }

    .villa-qa-question-text {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .villa-qa-answer-text {
        font-size: 1.1rem;
        line-height: 1.7;
        font-weight: 800;
    }

    .villa-qa-toggle {
        font-size: 1.3rem;
    }
}