
#main-swiper {
    overflow: hidden;
}

    #main-swiper .swiper-slide {
        aspect-ratio: 1 / 1;
    }

        #main-swiper .swiper-pagination {
            display: flex;
        
            position: relative;
            align-items: center;
            justify-content: center;
            padding: 14px 0px;
        
            bottom: 0px !important;
        }
        #main-swiper .swiper-pagination-bullet-active {
            width: 12px;
            height: 12px;
            background-color: #5A9F4E;
        }
        
        .store-image {
            aspect-ratio: 1 / 1;
        }


/*--------------------------------------------------------------------------------*/
.thumb-swiper-wrapper {
    display: flex;
    flex-direction: row;
}

    .thumb-swiper {
        overflow: hidden;
        margin: 0px 13px;

        flex-grow: 1;
    }

        .thumb-swiper {

        }
            .swiper-wrapper {

            }

                .swiper-slide {

                }

                .thumb-swiper .swiper-slide {
                    height: 100%;
                    background-color: #5c9f55;
                    aspect-ratio: 1 / 1;
                }


                .thumb-swiper img {
                    border-radius: 5px;
                    border: 2px solid rgba(0, 0, 0, 0);
                }

                .swiper-slide-thumb-active {
                    opacity: 1;
                }
                    .swiper-slide-thumb-active img {
                        border-color:  #fff;
                    }



    .swiper-navigation {
        position: relative;
        display: flex;

        align-items: center;

        cursor: pointer;

        user-select: none; /* disable selection */
    }

        .swiper-navigation .thumb-button-prev {
            position: relative;
            left: 5px;
        }
        .swiper-navigation .thumb-button-next {
            position: relative;
            right: 5px;
        }





/*--------------------------------------------------------------------------------*/
.store-top-tool-bar {
    display: flex;
    flex-direction: column;

    background-color: #5c9f55;

    padding: 21px 2px;
}





/*--------------------------------------------------------------------------------*/

.store-container {
    background-color: #EBE4CE;

    display: block;

    padding: 0px 15px;
}

    .store-container a,
    .store-container a:active
    .store-container a:hover {
        background-color: #5A9F4E;
        color: #fff;
    }



    .store-top {
        display: flex;
        flex-direction: row;

        justify-content: space-between;

        padding: 20px 0px 0px 0px;

        gap: 10px;

        font-size: 20px;
    }

        .side-item {
            min-width: 54px;
            width: 60px;
        }

            .store-logo {
                height: 60px;
                max-height: 60px;
            }
                .store-logo img {
                    height: 100%;
                    aspect-ratio: 1 / 1;
                }

        .center-item {
            flex-grow: 1;

            display: flex;
            flex-direction: column;
            
            justify-content: center;
            align-content: flex-start;
        }

            .store-name {
                font-size: 20px;
            }
            .store-kana {
                font-size: 14px;
            }


    .store-detail {
        margin: 10px 0px;

        border-radius: 5px;
    }

        .store-text {
            padding: 10px 15px;

            background-color: #fff;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 400;
        }




    .store-address {
        margin: 10px 0px;
        padding: 15px 0px;

        background-color: #5A9F4E;
        color: #fff;

        border-radius: 5px;

        display: flex;
        flex-direction: row;
    }

        .address-side-item {
            min-width: 60px;
            width: 60px;

            display: block;
            margin: auto auto;
            text-align: center;
        }

            .address-side-item img {
                
            }

        .address-center-item {
            flex-grow: 1;
        }
            .address-top {
                font-size: 14px;
            }





    .store-tel {
        margin: 10px 0px;
        padding: 15px 0px;

        background-color: #5A9F4E;
        color: #fff;

        border-radius: 5px;

        display: flex;
        flex-direction: row;

        cursor: pointer;

        align-items: start;
    }

        .tel-side-item {
            min-width: 60px;
            width: 60px;

            display: block;
            margin: auto auto;
            text-align: center;
        }

            .tel-side-item img {
                
            }

        .tel-center-item {
            flex-grow: 1;

            padding-top: 5px;

            font-size: 20px;
        }



    .store-genre {
        padding-bottom: 10px;
    }

        .genre-item {
            display: inline-block;
            background-color: #fff;
            border-radius: 20px;

            margin: 0px 5px 5px 0px;
            padding: 5px 15px;
        }


    .youtube-iframe-wrapper {
        padding-bottom: 10px;
        
        text-align: center;
        
        width: 100%;
    }
    
        .youtube-iframe-wrapper iframe {
            border-radius: 5px;
            border: 0px;

            width: 100%;
            aspect-ratio: 16 / 9;
        }


/*--------------------------------------------------------------------------------*/

.store-white-container {
    background-color: #fff;
    
    display: block;
    
    padding: 10px 0px;
}

    .store-common-title {
        display: flex;
        flex-direction: row;

        justify-content: center; /* Children Center */

        background-color: #fff;

        padding: 10px 0px;
    }

        .store-common-title .title-icon {
            padding-right: 3px;
            padding-top: 5px;
        }
        .store-common-title .title-text {
            font-size: 24px;
            font-weight: 600;

            color: #4F5248;
        }



    .store-staff-item {
        background-color: #EBE4CE;

        display: flex;
        flex-direction: row;

        padding: 12px 21px;

        margin: 10px 10px;
        border-radius: 5px;
    }

        .store-staff-item .staff-image {
            min-width: 95px;
            max-width: 95px;

            margin-right: 20px;
        }
            .staff-image img {
                width: 100%;

                aspect-ratio: 1/1;
                object-fit: cover;
            }

        .store-staff-item .staff-profile {
            padding-top: 10px;

            flex-grow: 1;

            display: flex;
            flex-direction: column;
        }

            .staff-profile .staff-name {
                font-size: 20px;
                font-weight: 400;

                color: #333;
            }
            .staff-profile .staff-detail {

                font-size: 15px;
                padding-top: 10px;

                display: flex;
                flex-direction: row;

                color: #333;
            }

                .staff-birthday {
                    margin-right: 20px;
                }

                    .birthday-value {
                        font-size: 16px;
                        font-weight: 500;
                    }
                    .bloodtype-value {
                        font-size: 16px;
                        font-weight: 500;
                    }

    .staff-link {
        display: flex;
        flex-direction: row;

        justify-content: center; /**/
        margin: 20px 0px;
        font-weight: 500;
    }

        .staff-link-title {
            margin-right: 9px;
        }
            .staff-link-title a,
            .staff-link-title a:hover,
            .staff-link-title a:active {
                text-decoration: none;
                color: #333333;
            }
        .staff-link-image {

        }
            .staff-link-image img {
                width: 100%;
            }



    .store-system {
        margin: 5px 15px 20px;
        padding: 5px 10px;

        background-color: #EBE4CE;

        display: flex;
        flex-direction: column;
    }


        .system-item {
            display: flex;
            flex-direction: row;

            border-bottom: 1px solid #A6A294;

            padding: 10px 0px;
            margin-bottom: 5px;
        }
            .system-item .title {
                min-width: 100px;
                width: 100px;
                max-width: 100px;

                margin-right: 10px;

                overflow: visible;

                font-weight: 600;
            }
            .system-item .value {
                word-wrap: anywhere;
            }

/*--------------------------------------------------------------------------------*/
.notice-container {
    background-color: #EBE4CE;
    
    display: block;
    
    padding: 10px 0px;
}

    .notice-color {
        background-color: #EBE4CE;
    }


    .notice-item {
        display: flex;
        flex-direction: column;

        margin: 10px 10px;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
    }

        .notice-title {
            display: flex;
            flex-direction: row;
            gap: 10px;

            color: #5A9F4E;
        }
            .notice-title-text {
                flex-grow: 1;

                font-weight: 600;
            }
            .notice-title-pin {
                width: 25px;
            }
                .notice-title-pin img {
                    width: 100%;
                }


        .notice-date {
            display: flex;
            flex-direction: row;
            gap: 10px;

            font-size: 15px;
            font-weight: 600;
        }
            .notice-date-value {
                font-size: 13px;
            }

        .notice-content {
            display: block;
            margin-top: 10px;
        }



/*--------------------------------------------------------------------------------*/
#notice-more {
    background-color: #ebe4d0;

    padding-top: 5px;

    display: flex;
    flex-direction: column;
}

    .notice-result-more {
        position: relative;

        margin: 0 auto;
    }
        #notice-more-button {
            display: flex;
            flex-direction: row;
            gap: 10px;

            border-radius: 18px;
            border: 1px solid #333;
            padding: 5px 15px;

            cursor: pointer;
        }

            .notice-result-text {
            }
            .notice-result-icon {
                display: flex;
                flex-direction: column;
            }
                .notice-result-icon img {
                    padding-top: 8px;
                    width: 16px;
                }



/*--------------------------------------------------------------------------------*/
.store-voice-container {
    background-color: #fff;
    
    display: block;
    
    padding: 10px 0px;
}

    .store-voice-item {
        display: flex;
        flex-direction: row;
        gap: 10px;

        margin: 10px 40px;
    }
        .voice-left {
            width: 80px;
            min-width: 80px;

            display: flex;
            flex-direction: column;
            gap: 10px;
        }

            .voice-left-date {
                font-size: 12px;
                font-weight: 500;
            }
            .voice-left-image {
                
            }
                .voice-left-image img {
                    width: 100%;
                }


        .voice-right {
            flex-grow: 1;

            display: flex;
            flex-direction: column;
            gap: 10px;
        }
            .voice-right-top {

            }
                .voice-right-border {
                    border-top: 1px solid #A6A294;
                    margin-top: 10px;
                }

            .voice-right-content {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
                .content-right-title {
                    color: #5A9F4E;
                    font-weight: 600;
                }

                .content-right-value {
                    display: block;
                    font-size: 12px;

                    overflow-wrap: anywhere;
                }


/*--------------------------------------------------------------------------------*/
.recruit-container {
    background-color: #ebe4ce;
    
    display: block;
    
    padding: 10px 0px;
}


    .recruit-image {
        display: block;
        padding: 20px 40px;
    }
        .recruit-image img {
            width: 100%;
            border-radius: 5px;
        }

    .recruit-comment {
        display: flex;
        flex-direction: row;

        padding: 0px 20px 10px;
        justify-content: center;
    }
        .recruit-comment-quote-both {
            
        }
            .recruit-comment-quote-both img {

            }
        .recruit-comment-text {
            font-size: 20px;
            font-weight: 600;

            text-align: center;
        }



/*--------------------------------------------------------------------------------*/
.store {
    display: flex;
    flex-direction: column;
    justify-content: center;

    background-color: #5c9f55;

    position: relative;
}


    .store-title {
        position: absolute;
        display: flex;

        flex-direction: row;
        justify-self: center;

        color: #fff;
        font-weight: 900;

        top: 60px;
        left: 50%;
        transform: translateX(-50%);
    }
        .store-title img {
            margin-right: 5px;
        }

