@charset "utf-8";

*, ::before, ::after {
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    color: #000;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    vertical-align: bottom;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

a {
    text-decoration: none;
    cursor: pointer;
}

address{
    font-style:normal;
}



/*--------------------------------------------------
 ブレイクポイント
--------------------------------------------------*/
/* 左側のロゴが消えるサイズ */
@media screen and (max-width: 1280px) {
}

/* バーガーメニューに切り替えるサイズ */
@media screen and (max-width: 960px) {
}

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

/* SP表示（センターの最大：576px ＋ 左の幅：20px ＋ 右の幅：20px ＋ スクロールバー：10px）のサイズ */
@media screen and (max-width: 626px) {
}

/* 画面幅が小さい時に改行したいときのサイズ */
@media screen and (max-width: 500px) {
}



/*--------------------------------------------------
 変数
--------------------------------------------------*/
:root {
    /* 色 */
    --color-bg: #FEFCEB;
    --color-blue-primary: #0A84C3;
    --color-red-primary: #EA332E;
    --color-port-master: #0068B7;
    --color-ladies-mens: #B896C5;
    --color-ladies: #F3A9C1;
    --color-mens: #96B3DE;
    --color-kids: #F9C78E;
    --color-fashion-goods: #A9D499;
    --color-general-goods: #D2E49E;
    --color-interior: #C9AF84;
    --color-fashion: #A1D1DB;
    --color-gourmet: #FBCA5A;
    --color-service: #71C3CC;
    --color-amusement: #E95E61;
    --color-householdgoods-interior: #A5DDB4;

    /* フォントサイズ */
    --font-size-h2-sp: min(4dvw, 34px);
    --font-size-h3-heading-facility-sp: min(3.5dvw, 24px);
    --font-size-h3-other-events-sp: min(5.4dvw, 37px);
    --font-size-h4-heading-sp: min(4.5dvw, 24px);
    --font-size-h4-category-sp: min(3.6dvw, 22px);
    --font-size-h4-other-events-inner-sp: min(3.8dvw, 28px);
    --font-size-red-bg-box-sp: min(3.2dvw, 20px);
    --font-size-heading-01-sp: min(5.7dvw, 36px);
    --font-size-heading-02-sp: min(7.5dvw, 45px);
    --font-size-acccordion-label-sp: min(3dvw, 16px);
    --font-size-other-events-banner-sp: min(2.7dvw, 16px);
}



/*--------------------------------------------------
 共通
--------------------------------------------------*/
@media screen and (max-width: 768px) {
    .PC-only {
        display: none !important;
    }
}
  
.sp-only {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .sp-only {
        display: block !important;
    }
}
  
.tab-only {
    display: none !important;
}
@media screen and (max-width: 1280px) {
    .tab-only {
        display: block !important;
    }
}

.tab-small-only {
    display: none !important;
}
@media screen and (max-width: 960px) {
    .tab-small-only {
        display: block !important;
    }
}

.sp-middle-only {
    display: none !important;
}
@media screen and (max-width: 626px) {
    .sp-middle-only {
        display: block !important;
    }
}

.sp-small-only {
    display: none !important;
}
@media screen and (max-width: 500px) {
    .sp-small-only {
        display: block !important;
    }
}

/* フォントサイズ */
.text_enlarge {
    font-size: 1.5em;
}

.text_shrink {
    font-size: 0.8em;
}

.text_size_heading_01 {
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3;
}
.text_size_heading_02 {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3;
}
@media only screen and (max-width: 626px) {
    .text_size_heading_01 {
        font-size: var(--font-size-heading-01-sp);
    }
    .text_size_heading_02 {
        font-size: var(--font-size-heading-02-sp);
    }
}

.hover_opacity {
    transition: all 0.3s;

    &:hover {
        opacity: 0.7;
    }
}



/*--------------------------------------------------
 main
--------------------------------------------------*/
main {
    position: relative;;
}

#kv_area {
    @media screen and (max-width: 960px) {
        h1 {
            overflow: hidden;
        }
    }
}
@media screen and (max-width: 960px) {
    #kv_area {
        margin-top: calc(47px + 6vw);
    }
}
/* @media screen and (width <= 960px) {
    #kv_area {
        margin-top: calc(47px + 6vw);
    }
} */

#main_container_area {
    .wrapper {
        width: 100%;
        background-color: var(--color-yellow-bg);       
    }

    .container {
        &.grid {
            display: grid;
            grid-template-columns: 1fr minmax(100px, 576px) 1fr;
        }
    }
    @media screen and (max-width: 1280px) {
        .container {
            &.grid {
                display: grid;
                grid-template-columns: max(5%, 20px) minmax(100px, 576px) 1fr;
            }
        }
    }
    @media screen and (max-width: 960px) {
        .container {
            &.grid {
                display: grid;
                grid-template-columns: 1fr minmax(100px, 576px) 1fr;
            }
        }
    }
    @media screen and (max-width: 626px) {
        .container {
            &.grid {
                display: grid;
                grid-template-columns: 20px 1fr 20px;
            }
        }
    }

    .container_left {
        background-color: var(--color-bg);

        .left_inner {
            position: relative;
        }
    }

    .container_center {
        background-color: var(--color-bg);

        .center_containaer_banner {
            margin-block: 30px 45px;
        }

        .heading_container {
            margin-bottom: 50px;

            > h2 {
                text-align: center;
                color: var(--color-blue-primary);
                text-align: center;
                font-feature-settings: 'palt' on;
                text-shadow: 0 4px 0 #F3D446;
                font-size: min(3.6vw, 22px);
                font-style: normal;
                font-weight: 900;
                line-height: 1.4;
                letter-spacing: 0.08em;
                width: fit-content;
                margin-inline: auto;
                position: relative;

                &::before,
                &::after {
                    content: "";
                    width: 1.5em;
                    height: 2.8em;
                    position: absolute;
                    top: 1.1em;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

                &::before {
                    background-image: url(../img/closingsale-01-left.png);
                    left: -2.2em;
                }

                &::after {
                    background-image: url(../img/closingsale-01-right.png);
                    right: -2.2em;
                }

                .heading_container_enlarge {
                    /* font-size: min(3.8vw, 22px); */
                    font-size: 1.9em;
                }
            }

            &::before {
                content: "";
                width: 1em;
                height: 1em;
                position: absolute;
                top: 0;
                left: 0;
            }
        }

        .center_inner {
            width: 576px;
            background-color: #fff;
            border-radius: 0 0 20px 20px;
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
            position: relative;
            padding-top: min(8dvw, 50px);
            margin-bottom: 50px;

            &:not(:first-of-type) {
                border-radius: 20px;
            }

            &:first-of-type {
                padding-top: 0;
            }

            &:last-of-type {
                padding-top: 0;
                margin-bottom: 57px;
            }

            /* &.inner_top_pt0 {
                padding-top: 0;
            } */

            .center_inner_padding {
                padding: min(9.5vw, 40px) min(4.5vw, 30px);
            }
        }
        @media only screen and (max-width: 626px) {
            .center_inner {
                width: 100%;
            }
        }

        .center_inner_heading_text_box {
            padding: 26px;
            border-radius: 20px 20px 0 0;
            background-color: var(--color-red-primary);

            .center_inner_heading_text {
                color: #FFF;
                text-align: center;
                font-size: min(4.5dvw, 26px);
                font-style: normal;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.057em;
            }
        }

        .center_inner_heading_img_box {
            padding: 40px 14px;
        }

        .center_inner_heading_shoplist_text_box {
            border-top: 2px solid var(--color-blue-primary);
            border-bottom: 2px solid var(--color-blue-primary);
            padding-block: 26px;

            .center_inner_heading_shoplist_text {
                color: var(--color-blue-primary);
                text-align: center;
                font-size: min(4.4dvw, 23px);
                font-style: normal;
                font-weight: 700;
                line-height: 1;
                letter-spacing: 0.05em;
            }
        }

        .benefit_container {
            .btn_category_container {
                margin-bottom: 40px;

                .btn_category_container_anno {
                    color: #000;
                    text-align: center;
                    font-size: 20px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 1.3;
                    letter-spacing: 0.1em;
                    margin-bottom: 40px;
                }
                @media only screen and (max-width: 626px) {
                    .btn_category_container_anno {
                        font-size: min(3.6dvw, 20px);
                    }
                }

                .btn_category_box {
                    &.grid {
                        display: grid;
                        grid-template-columns: 1fr 1fr 1fr;
                        grid-template-rows: 1fr;
                        column-gap: 16px;
                        row-gap: 36px;

                        .btn_category_item_box-01 {
                            border-radius: 1em;
                            border: 1px solid #B1B1B1;
                            background: #FFF;
                            position: relative;

                            &.grid {
                                display: grid;
                                justify-content: center;
                                align-items: center;
                                transition: 0.3s;
                            }

                            &.is-open {
                                border-radius: 1em 1em 0 0;
                            }

                            .master_category {
                                color: #000;
                                text-align: center;
                                font-size: 14px;
                                font-style: normal;
                                font-weight: 700;
                                line-height: 1;
                                position: relative;
                                display: flex;
                                justify-content: center;
                                width: 100%;
                                padding: min(4dvw, 21px) 10px calc(21px + 0.3em);
                                transition: all 0.3s;

                                &::before {
                                    content: "";
                                    width: 1em;
                                    height: 0.5em;
                                    background-color: #000;
                                    position: absolute;
                                    bottom: 0.8em;
                                    left: 50%;
                                    translate: -50% 0; 
                                    clip-path: polygon(0 0, 100% 0, 50% 100%);
                                    transition: all 0.3s;
                                }
                            }
                            @media only screen and (max-width: 626px) {
                                .master_category {
                                    font-size: min(3dvw, 14px);
                                }

                                a {
                                    font-size: min(2.4dvw, 14px);
                                }
                            }

                            /* ドロップダウンメニュー */
                            .menu_hidden {
                                position: absolute;
                                top: 100%;
                                left: -1px;
                                z-index: 10;
                                background: #fff;
                                transition: opacity 0.3s;
                                border-radius: 0 20px 20px 20px;
                                border: 1px solid #B1B1B1;
                                width: calc(100% + 2px);
                                padding: 0.5em 0.5em;
                                display: none;
                                row-gap: 0;
                                width: 220px;

                                li {
                                    display: flex;
                                    justify-content: center;
                                    position: relative;

                                    &:not(:last-of-type)::before {
                                        content: "";
                                        width: 100%;
                                        height: 1px;
                                        background-color: #b1b1b1;
                                        position: absolute;
                                        bottom: 0;
                                        left: 0%;
                                    }

                                    &:hover {
                                        .sub_category {
                                            color: #fff;
                                            background-color: #b1b1b1;

                                            &::before {
                                                border-top: 1px solid #fff;
                                                border-right: 1px solid #fff;
                                            }
                                        }
                                    }

                                    .sub_category {
                                        text-align: center;
                                        text-decoration: none;
                                        color: #000;
                                        font-size: 14px;
                                        font-style: normal;
                                        font-weight: 700;
                                        line-height: 1;
                                        position: relative;
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        width: 100%;
                                        height: 100%;
                                        padding-block: 1em;

                                        &::before {
                                            content: "";
                                            width: 0.6em;
                                            height: 0.6em;
                                            border: 0;
                                            border-top: 1px solid #000;
                                            border-right: 1px solid #000;
                                            rotate: 45deg;
                                            position: absolute;
                                            top: 50%;
                                            right: 2em;
                                            translate: 0 -50%;
                                        }
                                    }
                                    @media screen and (max-width: 626px) {
                                        .sub_category {
                                            line-height: 1.5;
                                            font-size: min(3dvw, 14px);
                                        }
                                    }
                                }
                            }
                            .menu_hidden.is-open {
                                display: grid;
                            }
                        
                            /* ホバー時の振る舞い */
                            &:hover {
                                position: relative;
                                z-index: 1000;

                                border: 1px solid #B1B1B1;
                                background: #B1B1B1;

                                .master_category {
                                    color: #fff;

                                    &::before {
                                        background-color: #fff;
                                    }
                                }
                            }
                        }
                    }
                    @media only screen and (max-width: 626px) {
                        &.grid {
                            column-gap: 4dvw;
                            row-gap: 4dvw;
                        }
                    }
                }
            }

            .category_box {
                display: flex;
                padding: 27px 8px;
                margin-bottom: 26px;
                justify-content: center;
                align-items: center;
                border-radius: 8px;

                &.ladies-mens_box {
                    background: var(--color-ladies-mens);
                }

                &.ladies_box {
                    background: var(--color-ladies);
                }

                &.mens_box {
                    background: var(--color-mens);
                }

                &.kids_box {
                    background: var(--color-kids);
                }

                &.fashion-goods_box {
                    background: var(--color-fashion-goods);
                }

                &.general-goods_box {
                    background: var(--color-general-goods);
                }

                &.interior_box {
                    background: var(--color-interior);
                }

                &.service_box {
                    background: var(--color-service);
                }

                &.amusement_box {
                    background: var(--color-amusement);
                }

                h4 {
                    color: #000;
                    text-align: center;
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 1;
                    letter-spacing: 0.1em;
                }
            }
            @media only screen and (max-width: 626px) {
                .category_box {
                    padding: min(5dvw, 27px) 8px;

                    h4 {
                        font-size: var(--font-size-h4-category-sp);
                    }
                }
            }
        }

        .other_events_container {
            .heading_balloon_box {
                width: 100%;
                border-radius: 9999px;
                background-color: #000;
                padding: 20px;
                margin-bottom: 20px;
                position: relative;

                &::before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 50%;
                    margin-left: -15px;
                    border: 15px solid transparent;
                    border-top: 15px solid #000;
                }

                h3 {
                    color: #FFF;
                    text-align: center;
                    font-size: 37px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 1.2;
                    letter-spacing: 0.14em;
                }
            }
            @media only screen and (max-width: 626px) {
                .heading_balloon_box {
                    padding: min(5dvw, 25px);

                    h3 {
                        font-size: var(--font-size-h3-other-events-sp);
                    }
                }
            }

            .other_events_inner {
                h4 {
                    color: #000;
                    text-align: center;
                    font-size: 28px;
                    font-style: normal;
                    font-weight: 900;
                    line-height: 1.2;
                    letter-spacing: 0.05em;
                    margin-bottom: 41px;
                }
                @media only screen and (max-width: 626px) {
                    h4 {
                        font-size: var(--font-size-h4-other-events-inner-sp);
                    }
                }

                .content_event_box,
                .content_facility_event_box {
                    padding-inline: 30px;

                    li {
                        transition: 0.3s;

                        &:not(:last-of-type) {
                            margin-bottom: 41px;
                        }
                    }
                }
                @media only screen and (max-width: 626px) {
                    .content_event_box,
                    .content_facility_event_box {
                        padding-inline: min(4dvw, 30px);
                    }
                }

                .content_event_box {
                    margin-bottom: 41px;
                }

                .content_facility_event_box {
                    li {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border-radius: 28px;
                        position: relative;

                        &:first-of-type {
                            background-color: var(--color-port-master);
                            border: 1px solid var(--color-port-master);
                            transition: all 0.3s;
                        }

                        &::before {
                            content: "";
                            width: 0.8em;
                            height: 1em;
                            background-color: #fff;
                            position: absolute;
                            top: 50%;
                            right: 20px;
                            translate: 0 -50%;
                            clip-path: polygon(0 0, 100% 50%, 0 100%);
                            transition: all 0.3s;
                        }

                        &:hover {
                            &:first-of-type {
                                background-color: #fff;
                            }

                            &::before {
                                background-color: var(--color-blue-primary);
                            }

                            a {
                                color: var(--color-blue-primary);
                            }
                        }

                        a {
                            color: #FFF;
                            text-align: center;
                            font-size: 16px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: 1.5;
                            letter-spacing: 0.1em;
                            padding-block: 33px;
                            display: block;
                            width: 100%;
                            height: 100%;
                            transition: all 0.3s;
                        }
                    }
                    @media only screen and (max-width: 626px) {
                        li {
                            border-radius: 20px;

                            &::before {
                                width: 0.6em;
                                height: 0.8em;
                                right: 2dvw;
                            }

                            a {
                                font-size: var(--font-size-other-events-banner-sp);
                                padding-block: min(5dvw, 33px);
                            }
                        }
                    }
                }
            }
        }

        .content_box {
            margin-bottom: min(3dvw, 20px);
        }
    }

    .container_right {
        background-color: var(--color-bg);

        .right_inner {
            padding-top: 114px;
            padding-inline: 10%;
            height: 100%;

            .right_menu_container {
                position: sticky;
                top: 114px;     /* ビューポート上端から 114px の位置で固定 */
                z-index: 10;    /* 必要に応じて他要素より前面に */
            }
        }
        @media screen and (max-width: 1280px) {
            .right_inner {
                padding-top: 70px;
                padding-inline: 10%;
                height: 100%;
    
                .right_menu_container {
                    position: sticky;
                    top: 70px;
                    z-index: 10;
                }
            }
        }
        @media screen and (max-width: 960px) {
            .right_inner {
                display: none;
            }
        }

        .right_menu_title_box {
            width: 77px;
            margin-bottom: 20px;
        }

        .right_menu_list_box {
            display: flex;
            flex-direction: column;
            row-gap: 60px;
            padding: 20px;

            li {
                position: relative;

                &:not(:last-of-type)::before {
                    content: "";
                    width: 100%;
                    height: 1px;
                    background-color: #000;
                    position: absolute;
                    bottom: -30px;
                    left: 0;
                }

                /* カレントのテキスト色を変更 */
                a.active {
                    color: var(--color-red-primary);
                }
            }

            a {
                color: #000;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: 1;
            }
        }
    }
}



/*--------------------------------------------------
 アコーディオンパーツ
--------------------------------------------------*/
.accordion {
    &.not_btn-more {
        margin-bottom: 60px;
    }

    .btn-more {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.1em;
        cursor: pointer;
        position: relative;

        display: flex;
        justify-content: center;
        width: 60%;
        padding: 23px;
        margin-top: 20px;
        margin-bottom: 60px;
        margin-inline: auto;
        background-color: #000;
        border: 1px solid #000;
        border-radius: 9999px;
        transition: background-color 0.2s;
        user-select: none;
        flex-shrink: 0;
        transition: 0.3s;

        &::before,
        &::after {
            content: "";
            position: absolute;
            top:50%;
            width: 2.5px;
            height: 10px;
            background-color: #FFF;
            transition: .3s;
        }

        &::before {
            transform: translateY(-50%) rotate(-45deg);
            right: 35px;
        }
        &::after {
            transform: translateY(-50%) rotate(45deg);
            right: 30px;
        }

        &.close::before {
            transform: translateY(-50%) rotate(-135deg);
            transition: .3s;
        }
        &.close::after {
            transform: translateY(-50%) rotate(135deg);
            transition: .3s;
        }

        &:hover {
            color: #000;
            background-color: #fff;

            &::before,
            &::after {
                background-color: #000;
            }
        }
    }
    @media only screen and (max-width: 626px) {
        .btn-more {
            font-size: var(--font-size-acccordion-label-sp);
        }
    }

    .dropdown {
        display: none;
        overflow: hidden;
        transition:max-height 0.3s ease-out;
    }
}



/*--------------------------------------------------
 ハンバーガーメニュー
--------------------------------------------------*/
/* ボタン */
.hamburger-menu {
    width: min(13dvw, 40px);
    height: min(13dvw, 40px);
    position: relative;
    
    appearance: none;
    padding: 0;
    cursor: pointer;

    z-index: 11000;

    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

    &.hamburger-menu--open {
        background-color: transparent;
        border: 2px solid transparent;

        .hamburger_menu_bar {
            background-color: #000;
            top: 50%;

            &:first-child {
                transform: translateX(0%) translateY(-50%) rotate(45deg);
                top: 50%;
            }

            &:nth-child(2) {
                display: none;
            }

            &:last-child {
                transform: translateX(0%) translateY(-50%) rotate(-45deg);
                top: 50%;
            }
        }
    }

    .hamburger_menu_bar {
        display: inline-block;
        /* width: stretch; */
        width: 100%;
        height: min(0.6dvw, 3px);
        background-color: #000;
        border-radius: 9999px;
        position: absolute;
        left: 0;
        transform: translate(0%, -50%);
        transition: .5s;

        &:first-child {
            top: 25%;
        }

        &:nth-child(2) {
            top: 50%;
        }

        &:last-child {
            top: 75%;
        }
    }
}

/* メニュー */
.navigation_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100dvw;
    max-width: 100dvh;
    height: 0;
    z-index: 9000;
    margin-inline: 0;

    .navigation {
        display: none;
        background-color: var(--color-bg);
        position: absolute;
        top: 0;
        left: 0;
        /* width: 100%; */
        width: 100dvw;
        height: 100vh;
        z-index: 8000;
    }

    .navigation_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        overflow-y: auto;
        margin-inline: 0;
    }

    .navigation_inner_box {
        margin-inline: 5%;
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .navigation_title_box { 
        margin-inline: 0;
        margin-bottom: 25px;

        .navigation_title {
            width: 80px;
            margin-inline: 0;
        }
    }

    .navigation_list {
        list-style: none;
        padding: 0 20px;
        margin: 0;
        display: grid;
        row-gap: 60px;
    }

    .list_item {
        position: relative;

        &:not(:last-of-type):before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #000;
            position: absolute;
            bottom: -30px;
            left: 0;
        }
    }

    .navigation_link {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        transition: .5s;
        display: flex;

        &:hover {
            color: #40ABCE;
        }
    }
}

/* バーガーメニューOPEN時にスクロールを禁止する */
body.navigation--open {
    overflow-y: hidden;
} 

  

/*--------------------------------------------------
 header
--------------------------------------------------*/
header {
    /* width: stretch; */
    width: 100%;
    padding-inline: 30px;
    padding-block: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    div.header_inner {
        max-width: 1440px;
        /* width: stretch; */
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    @media screen and (max-width: 960px) {
        div.header_inner {
            height: 47px;
        }
    }
    /* @media screen and (width <= 960px) {
        div.header_inner {
            height: 47px;
        }
    } */
}
@media screen and (max-width: 960px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        /* width: stretch; */
        width: 100%;
        padding-inline: 5vw;
        padding-block: 3vw;
    }
}

#top {
    .logo_wrap {
        display: flex;
        justify-content: flex-start;
        column-gap: min(5vw, 30px);
    }
    @media screen and (width > 960px) {
        .logo_wrap {
            display: contents;
        }
    }
}

.logo_left_box {
    display: grid;
    place-items: center;
}
.logo_left {
    height: min(6.5vw, 47px);
    width: auto;
}

.logo_right_box {
    display: grid;
    place-items: center;
}
.logo_right {
  float: right;
  height: min(5.5vw, 32px);
  width: auto;
}



/*--------------------------------------------------
 footer（footerタグから外に出した）
--------------------------------------------------*/
#footer {
    width: 100%;

    .footer_wrapper {
        width: 100%;
        background-color: var(--color-yellow-bg);
    }

    .footer_container {
        .footer_container_center {
            .footer_center_inner {
                background-color: #fff;
                padding: 38px min(4.5vw, 38px);
            }
        }
    
        .sns_link_box {
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 15px;
            padding-block: 30px;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
    
            .title {
                width: 100%;
                max-width: 253px;
            }
    
            .followUs_box {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
    
            .flollowUs_title {
                width: 100%;
                max-width: 176px;
                margin-bottom: 15px;
            }
    
            .sns_link_wrap {
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: 27px;
            }
    
            .sns_link {
                a {
                    display: flex;
                    align-items: center;
                    column-gap: 13px;
                    color: #000;
                    font-size: 10px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 1.2;
    
                    .sns_icon {
                        width: 43px;
                    }
                }
            }
        }

        .detail {
            padding-block: 22px 59px;
            border-bottom: 1px solid #000;
            color: #000;
            font-size: 11px;
            font-style: normal;
            font-weight: 400;
            line-height: 1.50;
            text-align: justify;
        }

        .footer_nav_container {
            padding-block: 27px;

            .footer_nav {
                li {
                    &:not(:last-of-type) {
                        margin-bottom: 15px;
                    }
                }
            }

            a {
                color: #000;
                font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: 300;
                line-height: 1.5;
                transition: 0.3s;
                display: inline-block;

                &:hover {
                    color: #777;
                }
            }
        }

        .footer_facility_logo_container {
            display: grid;
            place-items: center;
            margin-bottom: 37px;

            .footer_facility_logo_inner {
                &.grid {
                    display: grid;
                    place-content: center;
                }
            }
        }

        .footer_logo_container {
            width: 250px;
            margin-inline: auto;
            margin-bottom: 22px;
        }
        @media only screen and (max-width: 626px) {
            .footer_logo_container {
                width: 100%;
                max-width: 250px;
            }
        }

        .copyright_container {
            color: #9E9D9D;
            text-align: center;
            font-size: 9px;
            font-style: normal;
            font-weight: 300;
            line-height: 1.5;
        }
    }    
}
