@charset "UTF-8";
/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
    background-image: url(/shop/images/shop_bg.png);
}

.c-heading__lower {
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .c-heading__lower {
        margin-bottom: 35px;
    }
    .c-heading__lower__txt {
        left: 55%;
        transform: translateX(-45%);
    }
}
/* 見出し背景 ページ調整用 end */

.c-shop {
    padding-bottom: 70px;
}
.c-shop__block01 {
    margin-bottom: 50px;
}
.c-shop__block__pic {
    width: 45%;
    max-width: 100%;
    text-align: center;
}
.c-shop__block__txt {
    width: 50%;
    max-width: 100%;
}
.c-shop__block__txt_Table {
    margin-bottom: 40px;
    width: 100%;
}
.c-shop__block__txt_Table tr {
    display: flex;
    width: 110%;
    padding-bottom: 15px;
}
.c-shop__block__txt_Table th {
    width: 30%;
    color: #0071bd;
}
.c-shop__block__txt_Table td {
    width: 60%;
}
.c-tell01 {
    position: relative;
    width: 100%;
}
.c-tell02 {
    position: relative;
    width: 100%;
    left: 0%;
}
.c-tell01::after {
    content: "";
    background-image: url(/shop/images/freedial.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 26px;
    position: absolute;
    left: -42px;
    top: 5px;
}
.c-tell02::after {
    content: "";
    background-image: url(/shop/images/freedial.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 26px;
    position: absolute;
    left: -42px;
    top: 5px;
}

.c-tell {
    padding-left: 40px;
}
.c-tell a {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .c-shop__block01 {
        display: block;
        margin-bottom: 25px;
    }
    .c-shop__block__pic {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
    .c-shop__block__txt {
        width: 100%;
    }
    .c-shop__block__txt_Table {
        margin-bottom: 10px;
    }
    .c-tell01::after {
        width: 30px;
        height: 18px;
        left: -32px;
        top: 2px;
    }
    .c-tell {
        padding-left: 30px;
    }
    .c-shop__block__txt_Table td {
        width: 70%;
    }
}

/* マップエリア */
.c-shop__block02 {
    background-color: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.c-shop__block02__Innner {
    padding: 30px;
}
@media screen and (max-width: 768px) {
    .c-shop__block02__Innner {
        padding: 5px 5px;
    }
    .c-shop__block02 {
        margin-bottom: 25px;
    }
}

/* リンクボタンエリア */
.c-Btn__block {
    background-color: #0071bd;
    text-align: center;
    border-radius: 90px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.c-Btn__block a {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 15px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .c-Btn__block {
        width: 67%;
    }
    .c-Btn__block a {
        padding: 10px 15px 10px;
    }
}

/* contents スマホの時に下に移動するブロック*/
.c-service {
    margin-bottom: 150px;
}
.c-service__Txt {
    width: 100%;
}
.c-service__pic {
    width: 40%;
    max-width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-service__Inner {
        display: block;
    }
    .c-service__Txt {
        width: 100%;
    }
    .c-service__pic {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

/* contents スマホの時に下に移動するブロックの電話番号ページ用*/
.c-service {
    margin-bottom: 150px;
}
.c-service__Txt {
    width: 100%;
}
.c-service__pic02 {
    width: 40%;
    max-width: 100%;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .c-service__Inner {
        display: block;
    }
    .c-service__Txt {
        width: 100%;
    }
    .c-service__pic02 {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
}

/* anchor start */
.c-linkArea {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.c-linkArea.c-linkArea_block02 {
    width: 80%;
}
.c-linkArea .c-Btn__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.2;
    margin: 0 10px;
    width: 100%;
}
.c-linkArea.c-linkArea_block02 .c-Btn__block {
    width: auto;
}
.c-linkArea .c-noLink__Btn {
    background-color: #fff;
    border: 2px solid #0071bd;
    color: #0071bd;
    padding: 15px 50px 15px 50px;
}
.c-linkArea .c-Btn__block .c-goTtx__Item01 {
    margin-left: 15px;
}
.c-linkArea .c-Btn__block a {
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    .c-linkArea {
        display: block;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 70px;
    }
    .c-linkArea.c-linkArea_block02 {
        width: 100%;
    }
    .c-linkArea .c-Btn__block {
        margin-bottom: 5%;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .c-linkArea .c-Btn__block .c-goTtx__Item01 {
        margin-left: 10px
    }
    .c-linkArea__innerTxt {
        width: 76%;
    }
}
/* anchor end */




#shop .rPhoto {
    border-radius: 10px;
}

.map-img {
    max-width: 80%;
    height: auto;
    text-align: center;
    margin-left: 80px;
}

@import screen and (min-width: 768px) {
    .mapBoxS {
        width: 400px;
        text-align: center;
        
    }
}

