@charset "utf-8";
/* ヘッダー */
            .header__btn_contents_lang{
                border: 1px #232423 solid;
            }
                    .header__btn_contents_lang_heading_txt{
                        color: #232423;
                    }
                    .header__btn_contents_lang_contents_link{
                        color: #232423;
                    }
                    .header__btn_contents_lang_contents_link::before{
                        background-color: #232423;
                    }
                        .hbg_btn_icon{
                            background-color: #232423;    
                        }
                        .close .hbg_btn_icon_top{
                            animation: shop_close_hbg_btn_line_top 0.3s forwards !important;
                        }
                        .close .hbg_btn_icon_btm{
                            animation: shop_close_hbg_btn_line_btm 0.3s forwards !important;
                        }
                        @keyframes shop_close_hbg_btn_line_top {
                            0%{
                                transform: translateY(7px) rotate(-30deg);
                            }
                            40%{
                                transform: translateY(7px) rotate(0deg);
                            }
                            100%{
                                transform: translateY(0px) rotate(0deg);
                            }
                        }
                        @keyframes shop_close_hbg_btn_line_btm {
                            0%{
                                transform: translateY(-7px) rotate(30deg);
                            }
                            40%{
                                transform: translateY(-7px) rotate(0deg);
                            }
                            100%{
                                transform: translateY(0px) rotate(0deg);
                            }
                        }
#shop_fv_area{
    width: 100%;
    height: auto;
    padding: 152px 0 120px 0;
}
    .shop_fv_ttl{
        width: 100%;
        height: auto;
        padding-top: 152px;
    }
        .shop_fv_ttl__main{
            font-size: clamp(30px, 3.2vw, 42px);
            font-weight: 400;
            line-height: 1.5;
            text-align: center;
            letter-spacing: 0.12em;
            font-feature-settings: 'vert' on;
            color: #232423;
        }
        .shop_fv_ttl__sub{
            font-weight: 600;
            font-size: 12px;
            line-height: 2.2;
            text-align: center;
            letter-spacing: 0.2em;
            font-feature-settings: 'vert' on;
            color: #232423;
            padding: 12px 0 40px 0;
        }
    #shop_info::before{
        display: none;
    }
                    .shop_info__contents_dtl{
                        padding: 70px 0 75px 0;
                    }
                        .shop_info__contents_heading{
                            color: #232423;
                        }
                        .shop_info__contents_heading::before{
                            background-color: #232423;
                        }
                        .shop_info__contents_dtl_list{
                            width: 43%;
                        }
                        .shop_info__contents_dtl_list._large{
                            width: 57%;
                        }
                            .shop_info__contents_dtl_item{
                                column-gap: 30px;
                            }
                                .shop_info__contents_dtl_term{
                                    width: 73px;
                                    min-width: 73px;
                                    flex-shrink: 0;
                                    color: #232423;
                                    padding-top: 11px;
                                }
                                .shop_info__contents_dtl_term.__large{
                                    width: 156px;
                                }
                                .shop_info__contents_dtl_term.__padding23{
                                    padding-top: 23px;
                                }
                                .shop_info__contents_dtl_info{
                                    color: #232423;
                                    padding-top: 11px;
                                }
                                .shop_info__contents_dtl_info.__padding23{
                                    padding-top: 23px;
                                }
                                    .shop_info__contents_dtl_info a{
                                        color: #232423;
                                    }
                                    .shop_info__contents_dtl_info::after{
                                        background-color: #232423;
                                        left: -15px;
                                    }
                .shop_info__map{
                    width: 100%;
                    height: 358px;
                }
                    .shop_info__map iframe{
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
/* SP ================================================== */
@media all and (max-width:820px){
#shop_fv_area{
    width: 100%;
    height: auto;
    padding: 152px 0 120px 0;
}
    .shop_info__inner {
        width: 100%;
        height: auto;
        margin: 0 auto;
        max-width: 1140px;
        position: relative;
        border-radius: 14px;
        padding: 40px calc((30 / 375) * 100vw) 45px calc((30 / 375) * 100vw);
        border-radius: 0;
    }
        .shop_fv_ttl{
            width: 100%;
            height: auto;
            padding-top: 165px;
        }
            .shop_fv_ttl__main{
                font-size: clamp(30px, 3.2vw, 42px);
                font-weight: 400;
                line-height: 1.5;
                text-align: center;
                letter-spacing: 0.12em;
                font-feature-settings: 'vert' on;
                color: #232423;
            }
            .shop_fv_ttl__sub{
                font-weight: 600;
                font-size: 12px;
                line-height: 2.2;
                text-align: center;
                letter-spacing: 0.2em;
                font-feature-settings: 'vert' on;
                color: #232423;
                padding: 0 0 30px 0;
            }
        #shop_info::before{
            display: none;
        }
                    .shop_info__contents_dtl{
                        padding: 0;
                        margin-bottom: 50px;
                    }
                        .shop_info__contents_dtl::after{
                            background-color: #232423;
                        }
                        .shop_info__contents_heading{
                            color: #232423;
                        }
                        .shop_info__contents_dtl_list{
                            width: 100%;
                        }
                        .shop_info__contents_dtl_list:last-of-type{
                            padding-top: 12px;
                        }
                        .shop_info__contents_dtl_list._large{
                            width: 100%;
                        }
                            .shop_info__contents_dtl_item{
                                column-gap: 20px;
                            }
                                .shop_info__contents_dtl_term{
                                    width: 106px;
                                    min-width: 106px;
                                    flex-shrink: 0;
                                    color: #232423;
                                    padding-top: 11px;
                                }
                                .shop_info__contents_dtl_term.__large{
                                    width: 106px;
                                }
                                .shop_info__contents_dtl_term.__padding23{
                                    padding-top: 12px;
                                }
                                .shop_info__contents_dtl_info{
                                    display: block;
                                    color: #232423;
                                    padding-top: 11px;
                                }
                                .shop_info__contents_dtl_info.__padding23{
                                    padding-top: 12px;
                                }
                                    .shop_info__contents_dtl_info a{
                                        color: #232423;
                                    }
                                    .shop_info__contents_dtl_info::after{
                                        background-color: #232423;
                                        left: -12px;
                                    }
                .shop_info__map{
                    width: 100%;
                    height: 223px;
                }
                    .shop_info__map iframe{
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: center;
                    }
}