@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1024px) {
    .page-tit {
        position: relative;
        text-align: center;
        margin: 20px 0 80px;
    }
    .page-tit h2 {
        font-family: 'Spectral SC';
        font-size: 5rem;
        display: block;
        text-align: center;
        margin: 0 0 20px;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    .page-tit h2::after {
        content: "";
        height: 1px;
        width: 50px;
        background: #5d535e;
        position: absolute;
        left: 44.5%;
        bottom: -12px;
    }
    ruby {
        font-size: 1.5rem;
        display: block;
    }
    .faq-category {
        margin-bottom: 40px;
        font-size: 1.5rem;
        letter-spacing: 1.5px;
    }
    .faq-category h2 {
        border-left: 5px solid #dfe166;
        padding-left: 10px;
        font-size: 2rem;
        margin-bottom: 10px;
        color: #333;
    }
    span.text-bold {
        font-weight: bold;
    }
    .underline {
        background: linear-gradient(transparent 60%, #f7f994 60%);
        font-weight: bold;
    }
    /* メニュー */
    .faq_menu_wrap {
        margin: 0 0 30px;
        border: 1px solid #42444b;
        padding: 2em;
    }
    .faq_menu_wrap a {
        color: #5d535e;
        text-decoration: none;
    }
    .faq_menu_tit {
        font-size: 1.7rem;
    }
    i.fa-solid.fa-angles-down::before {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f103";
        font-style: normal;
        margin-right: 0.5em;
    }
    .faq_sub_box {
        display: flex;
        flex-wrap: wrap;
        margin: 10px 0px 15px;
    }
    .faq_sub_box a {
        border: 1px solid #dddddd;
        background: rgba(255, 255, 255, 0.7);
        margin: 5px 2px;
        line-height: 2;
    }
    #rental-guide, #product, #calendar, #payment, #after-use {
        margin-top: -70px;
        padding-top: 70px;
    }
    /* アコーディオン */
    .accordion-item {
        border-bottom: 1px solid #ddd;
        margin: 0 0 15px;
    }
    .accordion-question {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 10px 8px 2em;
        background: #fff;
        position: relative;
        font-size: 3.5vw;
        line-height: 1.8;
        letter-spacing: 1.5px;
        font-weight: 500;
    }
    .accordion-question::before {
        content: "Q";
        position: absolute;
        left: 0.4em;
        top: 26%;
        font-size: 2rem;
        color: #ec96a4;
    }
    .accordion-question:hover {
        opacity: 0.8;
    }
    .accordion-item.active .accordion-question {
        background-color: #FFFFFF;
    }
    .accordion-icon {
        font-size: 3rem;
        transition: transform 0.3s ease;
    }
    .accordion-answer {
        display: none;
        padding: 12px;
        background: #FFFFFF;
        border-top: 1px solid #eee;
        text-indent: 1.5em;
        position: relative;
        line-height: 2.5;
    }
    .accordion-answer::before {
        content: "A";
        position: absolute;
        left: -0.4em;
        top: 3px;
        font-size: 2.2rem;
        color: #d2d521;
    }
    .accordion-item.active .accordion-answer {
        display: block;
    }
    .accordion-item.active .accordion-icon::before {
        content: '−';
    }
    .accordion-icon::before {
        content: '+';
    }
    .accordion-answer img {
        width: 100%;
        height: 100%;
        max-width: min-content;
        display: block;
    }
}
@media screen and (min-width:1025px) {
    body {
        font-family: sans-serif;
        line-height: 1.6;
        background-color: #ebedf3;
    }
    .contents-area {
        margin: 110px 40px 0 295px;
        width: calc(100% - 335px);
    }
    .page-tit {
        position: relative;
        text-align: center;
        margin: 20px 0 80px;
    }
    .page-tit h2 {
        font-family: 'Spectral SC';
        font-size: 5rem;
        display: block;
        text-align: center;
        margin: 0 0 100px;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    .page-tit h2::after {
        content: "";
        height: 1px;
        width: 50px;
        background: #5d535e;
        position: absolute;
        left: 48%;
        bottom: -12px;
    }
    ruby {
        font-size: 1.5rem;
        display: block;
    }
    .faq-category {
        margin-bottom: 40px;
        font-size: 1.5rem;
        letter-spacing: 1.5px;
    }
    .faq-category h2 {
        border-left: 5px solid #dfe166;
        padding-left: 10px;
        font-size: 2rem;
        margin-bottom: 10px;
        color: #333;
    }
    span.text-bold {
        font-weight: bold;
    }
    .underline {
        background: linear-gradient(transparent 60%, #f7f994 60%);
        font-weight: bold;
    }
    /* メニュー */
    .faq_menu_wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 50px;
        border-bottom: 1px solid #aaadb7;
        color: #5d535e;
        padding-bottom: 25px;
    }
    .faq_menu_box {
        width: 31%;
        margin: 1%;
        border: 1px solid #aaadb7;
        padding: 5px 10px 10px;
        box-sizing: border-box;
        background: #FFFFFF;
        border-radius: 10px;
    }
    .faq_menu_tit {
        font-size: 1.9rem;
        font-family: 'Spectral SC';
    }
    .faq_menu_tit a {
        text-decoration: none;
        line-height: 2.5;
        font-family: serif;
        color: #5d535e;
    }
    i.fa-solid.fa-angles-down::before {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: "\f103";
        font-style: normal;
        margin-right: 0.5em;
        color: #5d535e;
    }
    .faq_sub_box a {
        text-decoration: none;
        color: #5d535e;
        margin-right: 3px;
    }
    span.sub-guide {
        font-size: 1.4rem;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        padding: 3px 8px;
        background: #ffffff;
        display: inline-block;
    }
    #rental-guide, #product, #calendar, #payment, #cancel, #after-use {
        margin-top: -80px;
        padding-top: 80px;
    }
    /* アコーディオン */
    .accordion-item {
        border-bottom: 1px solid #ddd;
        margin: 0 0 15px;
    }
    .accordion-question {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
        background: #fff;
        position: relative;
        font-size: 1.6rem;
        letter-spacing: 1.5px;
        text-indent: 1.5em;
        font-weight: 500;
    }
    .accordion-question::before {
        content: "Q";
        position: absolute;
        left: -0.5em;
        top: 21px;
        font-size: 2rem;
        color: #ec96a4;
    }
    .accordion-question:hover {
        opacity: 0.8;
    }
    .accordion-item.active .accordion-question {
        background-color: #FFFFFF;
    }
    .accordion-icon {
        font-size: 3rem;
        transition: transform 0.3s ease;
    }
    .accordion-answer {
        display: none;
        padding: 12px 50px 12px 12px;
        background: #FFFFFF;
        border-top: 1px solid #eee;
        text-indent: 1.5em;
        position: relative;
        line-height: 2.5;
    }
    .accordion-answer::before {
        content: "A";
        position: absolute;
        left: -0.4em;
        top: 3px;
        font-size: 2.2rem;
        color: #d2d521;
    }
    .accordion-item.active .accordion-answer {
        display: block;
    }
    .accordion-item.active .accordion-icon::before {
        content: '−';
    }
    .accordion-icon::before {
        content: '+';
    }
    table.cancel {
        color: #333;
        margin-bottom: 20px;
    }
    table.cancel tr, table.cancel td {
        border: 1px solid #dddddd;
        padding: 5px;
    }
    table.cancel th {
        background: #eeeeee;
    }
    .accordion-answer img {
        width: 100%;
        height: 100%;
        max-width: min-content;
        display: block;
    }
}