@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
section{
    padding-bottom: 0;
}

.sec_ttl_second{
    margin-top: 80px;
}

.sec_ttl_column{
    margin-bottom: 40px;
}

.sec_ttl span.sec_ttl02.loc_en{
    font-size: 32px;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
}

.loc_flex_two,.loc_flex_four,.loc_ttl_box,.name,.loc_dev_flex01,.loc_ttl_box,.loc_com_flex01{
    font-family: "Noto Sans JP", sans-serif;  
}

.loc_end{
    margin-bottom: 80px;
}


/*  */
.location_map{
    margin-bottom: 40px;
}

.loc_btn_box{
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
}
.loc_btn{
    font-weight: 500;
    font-size: 18px;
    width: 32%;
    height: 60px;
}
.loc_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #915f3a;
    border: solid 1px #915f3a;
}
.loc_btn a:hover{
    color: #fff;
    border: solid 1px #915f3a;
    background: #915f3a;
    transition-duration: 0.3s;
    opacity: unset;
}
.loc_btn.active a{
    color: #fff;
    border: solid 1px #915f3a;
    background: #915f3a;
    pointer-events: none;
}

.loc_flex_two,.loc_flex_four{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loc_shopping_flex.loc_flex_two > li{
    margin-bottom: 0;
}

.loc_flex_two > li{
    width: 48%;
}

.loc_flex_two > li:nth-of-type(n + 3){
    margin-top: 30px;
}

.loc_flex_four > li{
    width: 23%;
    margin-bottom: 30px;
}

.loc_flex_four.gourmet_flex > li{
    margin-bottom: 0;
}

.loc_flex_txt .name,.name.loc_name{
    display: flex;
    align-items: flex-end;
    justify-content: left;
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    /* height: 65px; */
    flex-wrap: wrap;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-top: 20px;
}

.loc_flex_txt .loc_name_m_none .name{
    margin: 0;
}

.loc_flex_txt .name span{
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.loc_flex_txt .number,.loc_name .number{
    color: #fff;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 10px;
    margin: 0;
    /* display: inline-block; */
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 0.05em;
}

.number.num_red{
    background: #cd0d3f;
}
.number.num_green{
    background: #009e9a;
}
.number.num_orange{
    background: #f39800;
}
.number.num_beige{
    background: #7f4f21;
}
.number.num_purple{
    background: #2d1f87;
}

.number.num_square{
    border-radius: 0;
}


.loc_flex_txt .read{
    font-size: 13px;
    text-align: justify;
}



/*  */
.loc_column{
    margin-top: 80px;
    padding: 4%;
}
.loc_bg_beige{
    background: #f2ece2;
}
.loc_bg_beige02{
    background: #bf9d6d;
}
.loc_bg_gray{
    background: #e2e4e4;
}
.loc_bg_gray02{
    background: #6a7d87;
}
.loc_bg_wh{
    background: #fff;
}


.loc_read_mt{
    margin-top: 15px;
}

.loc_dev_flex01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.loc_dev_flex01 .loc_flex_txt{
    width: 58%;
}
.loc_dev_flex01 .loc_flex_img{
    width: 39%;
    max-width: 355px;
}

.loc_ttl_box{
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.loc_column_name_first{
    margin-top: 30px;
}
.loc_ttl{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1.5;
}
.loc_ttl span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}


/*  */
.loc_com_flex01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loc_com_flex01 li{
    width: 32%;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.05em;
}

.com_info_box{
    margin-bottom: 10px;
}
.com_info01{
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 0;
}
.com_info01.com_info01_s{
    font-size: 13px;
}

.com_info02{
    background: #96a6af;
    color: #fff;
    font-weight: bold;
}
.com_info01 span{
    font-size: 13px;
    display: block;
}
.com_txt{
    font-size: 15px;
}
.com_cap{
    font-size: 12px;
}


.loc_area{
    padding: 30px 20px;
    margin-top: 40px;
}

.loc_dev_flex02.loc_flex_two > li{
    max-width: 440px;
}

.loc_dev_fea_box{
    margin: 10px auto;
    letter-spacing: 0.1em;
}
.loc_dev_fea01{
    background: #bf9d6d;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.loc_dev_fea02_one{
    margin-top: 8px;  
}
.loc_dev_fea02_two,.loc_dev_fea02_three,.loc_dev_fea02_four{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8px;   
}
.loc_dev_fea02_two > p{
    width: calc(50% - 4px);
}
.loc_dev_fea02_three > p{
    width: calc(33% - 4px);
}
.loc_dev_fea02_four > p{
    width: calc(25% - 4px);
}

.loc_dev_fea02_one > p,.loc_dev_fea02_two > p,.loc_dev_fea02_three > p,.loc_dev_fea02_four > p{
    background: #fff;
    color: #000;
    padding: 4px;
    text-align: center;
    border: 1px solid #000;
    font-size: 12px;
}
.loc_dev_fea_cap{
    display: inline-block;
    margin: 8px 0 0;
    color: #000;
    font-size: 10px;
    line-height: 1.5;
}

.loc_font_s{
    font-size: 0.6em;
}

.loc_font_upper{
    text-transform: uppercase;
}

.loc_mt0{
    margin-top: 0 !important;
}

.loc_mb0{
    margin-bottom: 0 !important;
}

.loc_cap_in_wh{
    position: absolute;
    color: #fff;
    bottom: 0px;
    right: 0px;
    font-size: 10px;
}

.loc_font_l_pc{
    font-size: 17px !important;
}

.area_slide{
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.slick-prev:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    border-left: 3px solid #484c55;
    border-bottom: 3px solid #484c55;
    transform: rotate(45deg);
    font-size: 0;
}
.slick-next:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    border-top: 3px solid #484c55;
    border-right: 3px solid #484c55;
    transform: rotate(45deg);
    font-size: 0;
}

@media only screen and (max-width: 1080px) {
    .loc_shopping_flex.loc_flex_two > li{
        width: 100%;
        margin-bottom: 30px;
    }

    .loc_dev_flex01 .loc_flex_txt{
        width: 100%;
        order: 2;
    }
    .loc_dev_flex01 .loc_flex_img{
        width: 100%;
        max-width: 440px;
        margin: 0 auto 5px;
    }

    .loc_com_flex01 li{
        width: 48%;
    }

    .loc_dev_fea02_four > p{
        width: calc(50% - 4px);
    }
    .loc_dev_fea02_four > p:nth-of-type(n + 3){
        margin-top: 6px;
    }

    .loc_font_l_pc{
        font-size: 18px !important;
    }
}


@media only screen and (max-width: 768px) {

    .loc_flex_txt .name, .name.loc_name{
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .loc_font_l_pc{
        font-size: 16px !important;
    }

    .loc_ttl{
        font-size: 16px;
    }

    .com_info01{
        font-size: 14px;
    }
    .com_info01 span{
        font-size: 12px;
    }
    .com_txt{
        font-size: 13px;
    }
    .com_info02{
        font-size: 12px;
    }

    .loc_dev_fea02_one > p, .loc_dev_fea02_two > p, .loc_dev_fea02_three > p, .loc_dev_fea02_four > p{
        font-size: 11px;
    }

}

@media only screen and (max-width: 650px) {

    .loc_ttl_box{
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .loc_column_name_first{
        margin-top: 20px;
    }
    
    .loc_flex_two > li{
        width: 100%;
    }

    .loc_flex_two > li:first-of-type{
        margin-bottom: 0;
    }

    .loc_flex_two > li:nth-of-type(n + 2){
        margin-top: 20px;
    }

    .loc_flex_two > li:last-of-type{
        margin-bottom: 0;
    }


    .loc_flex_four.gourmet_flex > li:nth-of-type(n + 3){
        margin-top: 20px;
    }


    .loc_dev_flex02.loc_flex_two > li{
        max-width: none;
    }

    .loc_flex_four > li{
        width: 48%;
    }

    .loc_com_flex01 li{
        width: 100%;
    }

}

@media only screen and (max-width: 500px) {
    .sec_ttl_second{
        margin-top: 60px;
    }
    .loc_btn {
        font-size: 14px;
        height: 50px;
    }

    .loc_flex_txt .name span{
        font-size: 12px;
    }

    .loc_ttl span{
        font-size: 12px;
    }
    .loc_column{
        margin-top: 60px;
        padding: 6%;
    }

    .loc_area{
        margin-top: 20px;
    }

    .sec_ttl_column{
        margin-bottom: 20px;
    }

    .loc_end{
        margin-bottom: 60px;
    }
}