@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: #E1FFC6;
    --color-yellow-primary: #FDD801;
    --color-blue-primary: #0A84C3;
    --color-green-primary: #4da535;
    --color-red-primary: #EA332E;

    --color-port-master: #0068B7;
    --color-terrace-master: #DE0073;

    --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;

    --color-top-btn: #8c8c8c;

    /* フォントサイズ */
    --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);
}



/*--------------------------------------------------
 メディアクエリ
--------------------------------------------------*/
/* width <= 768px */
@media screen and (width <= 768px) {
    .PC-only {
        display: none !important;
    }
}
  
.sp-only {
    display: none !important;
}
@media screen and (width <= 768px) {
    .sp-only {
        display: block !important;
    }
}

/* width <= 1280px */
.tab-only {
    display: none !important;
}
@media screen and (width <= 1280px) {
    .tab-only {
        display: block !important;
    }
}

/* width <= 960px */
.tab-small-only {
    display: none !important;
}
@media screen and (width <= 960px) {
    .tab-small-only {
        display: grid !important;
    }
}

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

/* width <= 500px */
.sp-small-only {
    display: none !important;
}
@media screen and (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;
    }
}

@media screen and (width <= 768px) {
    .main_category_wrap ~ .main_category_wrap {
        margin-top: 20vw;
    }
}
@media screen and (width <= 768px) {
    .accordion ~ .accordion {
        margin-top: 20vw;
    }
}



/*--------------------------------------------------
 アコーディオンパーツ
--------------------------------------------------*/
.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;
            }
        }

        &.last_btn {
            margin-bottom: 0;
        }
    }
    @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;
    }

    .trigger {
        position: relative;
        z-index: 100;
    }
}



/*--------------------------------------------------
 ハンバーガーメニュー
--------------------------------------------------*/
/* ボタン */
.hamburger-menu_wrap {
    position: fixed;
    top: clamp(75px, 39.744px + 9.402vw, 130px);
    right: min(2vw, 20px);
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 99999px;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 11000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transition: top 0.5s;

    &.hamburger-menu_wrap--open {
         top: 4vw;
         /* 画面サイズ960より大きくされても閉じるボタンを表示させるため */
         display: grid !important;
    }

    .hamburger-menu_inner {
        display: grid;
        grid-template-rows: min-content min-content;
        row-gap: 4px;
    }
}
@media screen and (width <= 626px) {
    .hamburger-menu_wrap {
        width: 50px;
        height: 50px;
        top: clamp(80px, 50.120px + 7.968vw, 100px);
        right: 2vw;

        .hamburger-menu_inner {
            row-gap: 1px;
        }
    }
}

.hamburger_menu_text_container {
    color: var(--color-green-primary);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}
@media screen and (width <= 626px) {
    .hamburger_menu_text_container {
        font-size: 10px;
        letter-spacing: -0.01em;
    }
}

.hamburger-menu {
    /* width: min(13dvw, 40px);
    height: min(13dvw, 40px); */
    width: 100%;
    /* height: 36px; */
    aspect-ratio: 40 / 36;

    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: var(--color-green-primary);
            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: 100%;
        height: min(0.6dvw, 3px);
        background-color: var(--color-green-primary);
        border-radius: 9999px;
        position: absolute;
        left: 0;
        transform: translate(0%, -50%);
        transition: .5s;

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

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

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

/* メニュー */
.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.5;
        text-decoration: none;
        transition: .5s;
        display: flex;
        flex-direction: column;

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

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

  

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

    div.header_inner {
        margin-inline: auto;
        max-width: 1440px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr auto;
        -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 (width <= 960px) {
        div.header_inner {
            height: 47px;
        }
    }
}
@media screen and (width <= 960px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        padding-inline: 5vw;
        padding-block: 3vw;
    }
}

#top {
    .logo_wrap {
        display: grid;
        grid-template-columns: auto 1fr auto;
        column-gap: min(5vw, 30px);
    }
}

.logo_left_box {
    display: grid;
    place-items: center;

    &.box_02 {
        justify-self: flex-start;
    }

    .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;
                    grid-template-columns: 1fr 1fr;
                    column-gap: 60px;
                    /* 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;
        }
    }    
}
