@charset "utf-8";
:root {
    /* フッターカラー */
    --footer-exit-color:#fff;

    --footer-border-color: #333333;

    /* PC デフォルトフッターリンク領域サイズ */
    --footer-links-size-pc: 1000px;

    /* SP デフォルトフッターリンク領域サイズ */
    --footer-links-size-sp: 100%;
}

.qa_wrap {
    width: 100%;
    text-align: center;
}

.qa_wrap a img {
    width: 100%;
    max-width: 500px;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 16px;
    gap: 16px;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
}

.footer_menus {
    margin-top: 32px;
}

.footer_menus hr {
    color: #ddd;
}

.footer_menus details {
    cursor: pointer;
}

.footer_menus div,
.footer_menus details {
    margin: 16px;
}

.footer_menus div a p,
summary p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

/* Firefox対応 */
summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

/* Chrome, Safariなど */
summary::marker {
    display: none;
}

.toggle_icon {
    display: inline-block;
    transition: transform 0.5s ease;
    transform: rotate(0deg);
    /* ▶ */
}

/* open属性がついたとき（下向き） */
details[open]>summary span {
    transform: rotate(90deg);
    /* ▼ */
}

.footer_menus li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 16px;
    position: relative;
    text-align: start;
}

.footer_menus li.accordionList {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.footer_menus li.accordionList p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}


.footer_logo a img.logo {
    height: 30px;
}

.about {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    justify-content: center;
}

.sns_link {
    display: flex;
    flex-direction: row;
    height: 30px;
    gap: 10px;

    /* Safari iOS対応 */
    flex-wrap: nowrap;
    align-items: center;
    min-width: 0;
    box-sizing: border-box;
}

.footer_sns_icon img {
    width: auto;
    height: 100%;
    max-height: 30px;
}

.contents-banner,
img.travelerch-link_img {
    width: 100%;
    max-width: 500px;
}

.nightlife_link a {
    display: flex;
    margin: 10px auto;
}

.nightlife_img {
    width: 25%;
}

.nightlife_text {
    font-size: 15px;
    word-break: break-word;
    width: 72.5%;
    color: #333333;
    margin-left: 10px;
}

.nightlife_text span {
    font-size: 18px;
    font-weight: bold;
}

img.travelerch-link_img {
    width: 100%;
    max-width: 500px;
}

.footer .bottom-menu {
    background-color: var(--footer-exit-color);
    border-top: 1px solid var(--footer-border-color);

    & .footer-links {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    & .footer-link {
        padding: 10px 20px;
        box-sizing: border-box;
        flex-basis: var(--footer-links-size-sp);
    }

    & .footer-link-title {
        font-size: 1.2em;
        font-weight: bold;
        color: #333333ab;
    }

    & .footer-link-items-area > li > a{
        color: #33333391;
        text-decoration: underline;
    }

    & .footer-link-items-business > li > a{
        color: #33333391;
        text-decoration: underline;
    }
}

.first-area-item {
    margin-bottom: 5px;
}

.first-area-container {
    display: flex;
    align-items: center;
}

.toggle-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 0 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.second-area-list {
    margin-left: 15px;
    margin-top: 5px;
    list-style-type: none;
    padding-left: 0;
}

.second-area-item {
    position: relative;
    padding-left: 15px;
    margin-bottom: 3px;
    word-break: normal;
}

.second-area-item::before {
    content: "┗";
    position: absolute;
    left: 0;
    color: #666;
}

@media screen and (min-width: 768px) {
    .footer .bottom-menu {
        & .footer-links {
            margin: 0 auto;
            width: var(--footer-links-size-pc);
        }

        & .footer-link {
            padding: 10px;
            flex-basis: calc(var(--footer-links-size-pc) / 2);
        }
    }

    .footer-links a {
        color: #33333391;
        text-decoration: underline;
    }

}

@media screen and (max-width: 767px) {

    .footer-navi-container {
        background-color: #f7f7f7;
        border-top: 1px solid #000000;
    }

    .footer .bottom-menu {
        & .footer-link-title {
            color: #333333ab;
        }

        & .footer-link-items-area > li > a{
            color: #33333391;
            text-decoration: underline;
        }

        & .footer-link-items-business > li > a{
            color: #33333391;
            text-decoration: underline;
        }
    }

    .footer-links a {
        color: #33333391;
        text-decoration: underline;
    }

}
