@media (min-width: 600px) {

    header {
        .hamburger-menu {
            padding: 191px 96px 0 0;

            h2 {
                font-size: 48.8px;
            }

            ul {
                li {
                    font-size: 28.8px;
                }
            }
        }
    }

    /*============================
#site-content
============================*/
    #site-content {
        width: 100%;

        .site-content-right {
            width: 100%;

            main {

                /*============================
#first-view
============================*/
                section#first-view {

                    .first-view-text-1 {
                        font-size: 44.8px;
                        bottom: 18%;

                    }

                    .first-view-text-2 {
                        font-size: 44.8px;

                        &::before {
                            height: 390px;
                        }
                    }

                    .first-view-img {
                        .slideshow {
                            .slideshow-img {
                                &:nth-child(1) {
                                    background-image: url(../assets/images/slide-show/slide-0.webp);
                                }

                                &:nth-child(2) {
                                    background-image: url(../assets/images/slide-show/slide-1.webp);
                                }

                                &:nth-child(3) {
                                    background-image: url(../assets/images/slide-show/slide-2.webp);
                                }

                                &:nth-child(4) {
                                    background-image: url(../assets/images/slide-show/slide-3.webp);
                                }

                                &:nth-child(5) {
                                    background-image: url(../assets/images/slide-show/slide-4.webp);
                                }

                                &:nth-child(6) {
                                    background-image: url(../assets/images/slide-show/slide-5.webp);
                                }
                            }
                        }
                    }
                }


                /*============================
#shop-introduction
============================*/
                section#shop-introduction {
                    .shop-introduction-content {

                        .shop-introduction-content-border {
                            padding-bottom: 470px;

                            &::after {
                                bottom: 32.5%;
                                width: 50%;
                            }

                            .shop-introduction-content-border-text-img {
                                position: relative;
                                width: 590px;

                                p {
                                    width: 490px;
                                    font-weight: 700;
                                    margin: 0;
                                }

                                br {
                                    display: none;
                                }

                                img {
                                    display: block;
                                    margin: 0 auto;
                                    position: absolute;

                                    &:nth-of-type(1) {
                                        display: block;
                                        width: 100px;
                                        height: 160px;
                                        top: 70px;
                                        right: 0px;
                                    }

                                    &:nth-of-type(2) {
                                        width: 200px;
                                        height: 320px;
                                        top: 230px;
                                        right: 0px;
                                    }

                                    &:nth-of-type(3) {
                                        width: 220px;
                                        height: 120px;
                                        top: 270px;
                                        left: 75px;
                                    }
                                }

                                .special-p-1 {
                                    width: 500px;
                                    margin-top: 30px;
                                    font-size: 15px;
                                }

                                .special-text-1 {
                                    display: none;
                                }

                            }
                        }

                        .shop-introduction-content-text {
                            position: relative;
                            width: 100%;
                            height: 1ba46px;
                            background-image: url(../assets/images/tree-yoko.jpg);
                            background-size: cover;
                            background-position: center;
                            background-repeat: no-repeat;

                            .shop-introduction-content-text-back {
                                left: 0;
                                right: auto;
                                width: 609px;
                                height: 96px;
                                padding: 0;
                                background-color: white;
                                opacity: 0.8;
                                font-size: 17.6px;
                                text-align: left;

                                p {
                                    width: 580px;
                                    margin: 0 auto;
                                    padding-top: 20px;
                                    padding-left: 10px;

                                    span {
                                        text-decoration: none;
                                    }

                                    .special-span-5 {
                                        display: none;
                                    }

                                    .special-text-2 {
                                        display: block;
                                    }
                                }

                                br {
                                    display: none;
                                }


                            }
                        }
                    }
                }

                /*============================
#helpful-tips
============================*/
                section#helpful-tips {
                    h2 {
                        font-size: 24px;
                    }

                    .helpful-tips-content {
                        width: 100%;
                        margin: 20px auto 0px auto;

                        .swiper-slide {
                            p {
                                &:nth-child(4) {
                                    padding-bottom: 50px;

                                    span {
                                        margin-top: 10px;
                                        display: block;
                                        width: 100px;
                                        margin: 10px auto 0 auto;
                                    }
                                }
                            }
                        }

                        .swiper-pagination1 {
                            position: absolute;
                            width: 200px !important;
                            bottom: 0px !important;
                            left: 50% !important;
                            transform: translateX(-50%);
                        }
                    }

                    .morebutton {
                        position: absolute;
                        bottom: 40px;
                        right: 40px;

                    }
                }

                /*============================
#shop-lists
============================*/
                section#shop-lists {
                    h2 {
                        width: 321px;
                        padding-left: 100px;
                        font-size: 24px;
                    }

                    .shop-lists-content {
                        position: relative;
                        width: 100%;
                        margin: 0 auto 50px auto;
                        padding-bottom: 50px;

                        /* .swiper1 {
                            width: 100%;
                            margin: 0 auto;
                        } */

                        .swiper-slide {

                            .swiper-slide-text {
                                width: 100%;
                                height: 120px;
                                margin-top: 0px;
                                padding-top: 30px;
                            }
                        }

                        .swiper-pagination2 {
                            position: absolute;
                            width: 200px !important;
                            bottom: 0px !important;
                            left: 50% !important;
                            transform: translateX(-50%);
                        }
                    }

                    .morebutton {
                        bottom: 60px;
                        right: 40px;
                    }
                }

                /*============================
#related-shops
============================*/
                section#related-shops {
                    width: 100%;
                    padding: 50px 0;
                    background-color: rgba(88, 90, 34, .125);

                    h2 {
                        width: 321px;
                        margin-left: auto;
                        padding-left: 60px;
                        font-size: 24px;
                    }

                    .related-shops-content {
                        width: 100%;
                        margin: 0 auto 100px auto;
                        padding-bottom: 100px;

                        .swiper-slide {

                            .swiper-slide-text {
                                width: 100%;
                                height: 220px;
                                margin-top: 0px;
                                padding-top: 30px;
                            }

                            .special-p-2 {
                                margin-bottom: 10px;
                            }
                        }

                        .swiper-pagination3 {
                            position: absolute;
                            width: 200px !important;
                            bottom: 0px !important;
                            left: 50% !important;
                            transform: translateX(-50%);
                        }


                        .morebutton {
                            bottom: 60px;
                            right: 40px;
                        }

                    }
                }
            }
        }



        /*///////////////////////// spalistページ /////////////////////*/

        section#spalist-shop-lists {
            #spalist-shop-lists-content {
                h2 {
                    width: 270px;
                    padding: 10px 0px 10px 80px;
                }
            }
        }


        /*///////////////////////// relationlistページ /////////////////////*/

        /* section#relationlist-shop-lists {
            & #relationlist-shop-lists-content {
                h2 {
                    width: 270px;
                    padding: 10px 0px 10px 100px;
                }
            }
        } */

        /*///////////////////////// usefulcolumnページ /////////////////////*/

        /*============================
#column-lists
============================*/
        section#column-lists {

            #column-lists-content {

                .swiper-slide-content {
                    display: flex;
                    justify-content: space-around;
                    flex-wrap: wrap;
                    width: 95%;

                    .swiper-slide {
                        position: relative;
                        display: flex;
                        flex-direction: row-reverse;
                        width: 45% !important;
                        height: auto;
                        font-size: 18px;
                        margin-right: 0 !important;
                        padding: 30px 0;
                        margin-bottom: 30px;

                        .swiper-slide-left {
                            width: 50px;

                            .swiper-slide-title {
                                display: flex;
                                flex-direction: column;
                                /* justify-content: space-between; */
                                width: 50px;
                                height: 100%;
                                margin-left: 15px;
                                padding-left: 5px;
                                border-bottom: none;
                                border-left: 1px black solid;

                                .swiper-slide-title-left {
                                    width: 50px;
                                    height: 100px;
                                    margin-left: 5px;
                                    writing-mode: vertical-lr;
                                }

                                .swiper-slide-title-right {
                                    width: 50px;
                                    margin-top: 30px;
                                    font-size: 23px;
                                    font-weight: 700;
                                    writing-mode: vertical-lr;
                                }
                            }
                        }

                        .swiper-slide-right {

                            img {
                                height: auto;
                            }

                            .swiper-slide-text {
                                height: auto;
                                padding-bottom: 20px;
                                background-color: white;

                                h3 {
                                    font-size: 30px;
                                    padding: 20px 10px;
                                    text-align: center;
                                }

                                dl {
                                    margin: 0 auto;
                                }
                            }
                        }
                    }
                }
            }
        }


        /*============================
#column-detail
============================*/

        #column-detail {
            /* .column-detail-content {
        } */

            .column-detail-mb-img {
                display: none;
            }

            .column-detail-flex {

                .column-detail-flex-left {

                    p {
                        font-size: 16px;
                        line-height: 80px;
                    }

                    a {
                        width: 330px;
                        margin: 10px auto 30px auto;
                        font-size: 32px;
                    }
                }

                .column-detail-flex-right {

                    iframe {
                        width: 100%;
                    }
                }

                a {
                    margin: 30px 0 50px auto;
                }
            }
        }

    }

    /*///////////////////////// トップページ以外のファーストビュー /////////////////////*/

    #site-content {
        .site-content-right {
            main {
                section#first-view {
                    .first-view-text-1 {
                        font-size: 30px;

                        .special-span-6 {
                            margin-right: 10px;
                            margin-left: 10px;
                        }
                    }

                    .special-div-1 {
                        height: 600px;
                        top: 28%;
                        left: 13%;
                    }

                    .first-view-text-2 {
                        /* height: 340px; */
                        letter-spacing: 3px;

                        /* &:before {
                            height: 484px;
                        } */

                        .special-span-8 {
                            font-size: 29px;
                        }
                    }
                }
            }
        }
    }


    /*============================
footer
============================*/

    footer {
        .footer-content {

            .footer-content-text {
                width: 545px;
                font-size: 20.8px;

                p {
                    .special-br {
                        display: none;
                    }
                }
            }

            .footer-content-text-2 {
                width: 553px;
            }
        }
    }
}