@charset "utf-8";

html,
body {
    overflow-x: hidden;
    margin: 0;
}
img {
    display: block;
    vertical-align: bottom;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
    .pc_none {
        display: none;
    }
}
/* ヘッダー */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    z-index: 1;
}
header a {
    display: block;
    width: 150px;
}
header a.BtnLine img {
    width: 100%;
}
/* メイン、セクション共通 */
main {
    margin-top: 60px;
}
section {
    padding-top: 40px;
}
section img {
    width: 100%;
}
.pankuzu {
    background-color: #EEF0E7;
    padding: 10px 20px;
    font-size: 13px;
}
.pankuzu a {
    color: #000;
}
/* フッター */
footer {
    background-color: #F7F8F2;
    padding: 40px 20px;
    margin-top: 20px;
}
footer .page {
    display: flex;
    justify-content: center;
    gap: 20px;
}
footer .page a {
    display: flex;
    justify-content: center;
    color: #323232;
    font-size: 12px;
    text-decoration: none;
}
footer .sns {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 20px;
}
footer .sns img {
    width: 20px;
}
footer p {
    color: #323232;
    font-size: 12px;
    text-align: center;
}
/* 個別セクション */
section.bgcF7F8F2 {
    background-color: #F7F8F2;
}
section#MainVisual,
section#Oyakusoku {
    padding-top: 0;
}
section#ShopLink .wrap {
    position: relative;
}
section#ShopLink a {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}
section#ShopList .Link {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 auto;
    padding: 20px;
    max-width: 900px;
}
section#ShopList .Link a {
    position: relative;
    width: calc(50% - 4px);
}
section#ShopList .Link a p {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    margin: 0;
    color: #000;
    font-size: 14px;
}
section#ShopList .AreaTitle {
    margin: 40px 20px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
section#ShopList .AreaTitle span {
    font-size: 12px;
}
section#ShopList .AreaBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
section#ShopList .AreaBox li {
    position: relative;
}
section#ShopList .AreaBox li .MapBox {
    position: absolute;
    top: 40%;
    left: 37%;
    width: 40%;
    display: block;
}
section#ShopList .AreaBox li.row2 .MapBox {
    top: 44%;
}
section#ShopList .AreaBox li .MapBox .BtnMap {
    width: 100%;
}
section#ShopList .AreaBox li .TelBox {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 60%;
}
section#ShopList .AreaBox li .BtnTel {
    width: 100%;
}
section#ShopList .AreaBox li .MoreBox {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
section#ShopList .AreaBox li .MoreBox img {
    height: 100%;
}

section#MainVisual .ShopBtn {
    display: flex;
    gap: 10px;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}
section#Intro.shop picture:nth-of-type(2) img {
    padding-top: 40px;
}
section#Access {
    padding: 40px 0;
    margin-top: 40px;
}
section#Contact .wrap {
    position: relative;
}
section#Contact .BtnTel {
    position: absolute;
    bottom: 37%;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
section#Contact .BtnLine {
    position: absolute;
    bottom: 14%;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}
section#Jirei {
    padding: 40px 0;
    margin-top: 40px;
}
@media (min-width: 768px) {
    header a {
        width: 200px;
    }
    .pankuzu {
        padding: 10px 15%;
    }
    .sp_none {
        display: none;
    }
    section {
        padding-top: 64px;
    }
    section img {
        margin: 0 auto;
    }
    section.max768 img {
        max-width: 768px;
    }
    section.max960 img {
        max-width: 960px;
    }
    section.max1160 img {
        max-width: 1160px;
    }
    section.bgcF7F8F2 {
        margin-top: 64px;
        padding-bottom: 64px;
    }
    section#ShopLink a {
        bottom: 20%;
        width: 400px;
    }
    section#ShopList .Link {
        gap: 16px;
    }
    section#ShopList .Link a {
        width: calc(25% - 12px);
    }
    section#ShopList .AreaTitle {
        max-width: 780px;
        margin: 80px auto 40px;
    }
    section#ShopList .AreaBox {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 780px;
        margin: 0 auto 40px;
    }
    section#ShopList .AreaBox li {
        width: calc(50% - 5px);
    }
    section#ShopList .AreaBox li > img {
        height: 100%;
        object-fit: cover;
    }
    footer .page a {
        font-size: 16px;
    }
    section#Access {
        padding: 64px 0;
    }
    section#Contact {
        background-color: #FB8014;
        padding-bottom: 64px;
    }
    section#Contact .BoxBtn {
        display: flex;
        width: 59%;
        gap: 20px;
        position: absolute;
        left: 50%;
        bottom: 6%;
        transform: translateX(-50%);
        max-width: 800px;
    }
    section#Contact .BtnTel,
    section#Contact .BtnLine {
        position: unset;
        transform: unset;
    }
    section#Jirei {
        padding: 64px 0;
        margin-top: 64px;
    }
}