.hall-faq {
    margin-top: 70px;
}

.faq-list {
    max-width: 1000px;
    margin: 35px auto 0;
}

.hall-faq--top {
    max-width: 1200px;
    margin: 90px auto 0;
    padding: 0 30px 90px;
    box-sizing: border-box;
}

.hall-faq--top .faq-title {
    margin: 0;
    color: #8C4E4D;
    font-family: 'Noto Serif Japanese 400', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

.hall-faq--top .faq-list {
    max-width: none;
}

.faq-item {
    border-top: 1px solid #d8d3ca;
}

.faq-item:last-child {
    border-bottom: 1px solid #d8d3ca;
}

.faq-question {
    margin: 0;
}

.faq-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 24px 64px 24px 20px;
    position: relative;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    line-height: 1.8;
    cursor: pointer;
}

.faq-toggle:hover,
.faq-toggle:focus-visible {
    background: #f7f4ef;
}

.faq-toggle:focus-visible {
    outline: 2px solid #8b7046;
    outline-offset: -2px;
}

.faq-question-mark {
    flex: 0 0 auto;
    margin-right: 16px;
    color: #8b7046;
    font-size: 1.35em;
    font-weight: 500;
}

.faq-question-text {
    flex: 1 1 auto;
    font-weight: 500;
}

.faq-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #8b7046;
    transition: transform 0.25s ease;
}

.faq-icon::after {
    transform: rotate(90deg);
}

.faq-toggle[aria-expanded="true"] .faq-icon::after {
    transform: rotate(0deg);
}

.faq-answer {
    background: #f7f4ef;
}

.faq-answer-inner {
    padding: 24px 40px 30px 58px;
    line-height: 2;
}

.faq-answer-inner p,
.faq-answer-inner ol,
.faq-answer-inner ul {
    margin: 0 0 1em;
}

.faq-answer-inner p:last-child,
.faq-answer-inner ol:last-child,
.faq-answer-inner ul:last-child {
    margin-bottom: 0;
}

.faq-answer-inner ol,
.faq-answer-inner ul {
    padding-left: 1.5em;
}

.faq-answer-inner .faq-numbered-list {
    padding-left: 0;
    list-style: none;
}

.faq-answer-inner h4,
.faq-answer-inner h5 {
    margin: 1.5em 0 0.5em;
    font-size: 1em;
}

@media screen and (max-width: 767px) {
    .hall-faq {
        margin-top: 45px;
    }

    .faq-list {
        margin-top: 25px;
    }

    .hall-faq--top {
        margin-top: 55px;
        padding: 0 15px 55px;
    }

    .hall-faq--top .faq-title {
        font-size: 24px;
    }

    .faq-toggle {
        padding: 18px 48px 18px 12px;
        line-height: 1.65;
    }

    .faq-question-mark {
        margin-right: 10px;
    }

    .faq-icon {
        right: 14px;
    }

    .faq-answer-inner {
        padding: 20px 15px 24px;
        line-height: 1.85;
    }
}

@media (prefers-reduced-motion: reduce) {
    .faq-icon::before,
    .faq-icon::after {
        transition: none;
    }
}
