@charset "utf-8";

/* =======================
　　　SP・共通部分
======================= */

section{
    margin: 70px auto;
    padding: 0 10px;
}

.shop_main_visual{
    width: 100%;
    height: 100vh;
    background-image: url("/shop/img/shop_sp_main.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.shop_main_visual h2{
    padding: 0 15px;
    color: #fff;
    font-size: 1.3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    letter-spacing: 4px;
}
.shop_main_visual h2 .shop_main_txt{
    font-size: 0.9em;
}


/* --SHOP DETAIL-- */

.shop_detail h3{
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 60px;
}
.shop_flex{
    display: flex;
    flex-direction: column-reverse;
}
.shop_img_wrap{
    width: 80%;
    margin: 0 auto 70px;
}
.shop_data_txt{
    margin-bottom: 50px;
}
.shop_data_txt li{
    margin-bottom: 15px;
}
.shop_data_txt li:last-child{
    margin-bottom: 0;
}
.shop_data_txt li p{
    font-size: 0.9em;
}
.shop_data_txt li p:first-child{
    margin-bottom: 5px;
}
.shop_data a{
    display: block;
    color: #FFF;
    font-size: 0.9em;
    text-align: center;
    background-color: #9a1e05;
    max-width: 464px;
    padding: 15px 0;
    position: relative;
}
.shop_data a::after{
    content: "";
    display: inline-block;
    width: 95%;
    height: 80%;
    border: 1px solid #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shop_data a:hover{
    opacity: 0.7;
    transition: 0.5s;
}


/* --MAP-- */

.map iframe{
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
}
.map p{
    text-align: center;
    font-size: 0.9em;
}


/* --COMPANY-- */

.company_detail h3{
    text-align: center;
    font-size: 0.85em;
    margin-bottom: 60px;
}
.company_detail h3 span{
    font-size: 1.8em;
    letter-spacing: 0.1em;
}
.company_detail li{
    width: 100%;
    display: flex;
    font-size: 0.9em;
    margin-bottom: 20px;
}
.company_detail li:last-child{
    margin-bottom: 0;
}
.company_detail li p:first-child{
    width: 72%;
}
.company_detail li p:last-child{
    width: 50%;
}
.profile{
    margin-bottom: 60px;
}
.history li p:first-child{
    width: 35%;
}
.history li p:last-child{
    width: 65%;
}
.no-flex {
    display: block;
    width: 51%;
}
li .no-flex p:first-child,
li .no-flex p:last-child{
    width: 100%;
}


.page_top{
    height: 120px;
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
}
.page_top a{
    text-align: center;
    color: #999;
    position: relative;
}
.page_top a::after{
    content: "";
    display: inline-block;
    background-size: contain;
    background-image: url("../img/pagetop.png");
    width: 17px;
    height: 11px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

/* =======================
　　　      PC
======================= */

@media screen and (min-width:769px) {

section{
    padding: 0;
}

.shop_main_visual h2{
    padding: 0 10%;
    color: #fff;
    font-size: 1.7em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.shop_main_visual h2 .shop_main_txt{
    font-size: 0.9em;
    margin-left: 60px;
}

/* --SHOP DETAIL-- */

.shop_flex{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
}
.shop_data{
    width: 60%;
}
.shop_data_txt{
    width: 100%;
}
.shop_data_txt li{
    display: flex;
}
.shop_data_txt li p:first-child{
    width: 25%;
}
.shop_data_txt li p:last-child{
    width: 75%;
}
.shop_img_wrap{
    width: 40%;
    margin: 0;
}
.shop_data a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    text-align-last: left;
}


/* --COMPANY-- */

.company_detail{
    max-width: 700px;
    margin: 0 auto 125px;
    padding: 0 50px;
}

}