@charset "utf-8";
.is-active.storeList-wrapper .address-wrapper {
    display: block !important;
}
:root {
    --link-bg-Color: #301913;
    --open-bgcolor: #FFE390;
    --pc-open-bg-color: #FFB890;
    --color: #000;
    --border-radius: 4px;
    --font-family-main: "Noto Sans JP", sans-serif;
}
.l-contents-wrapper * {
    font-family: var(--font-family-main);
}
.l-contents-wrapper {
    width: 100%;
}
.contents-bg-wrapper {
    background-image: url(../images/bg-main-sp_01.jpg);
    padding: 50px 0 32px;
    background-size: cover;
}
.mod-wrap {
    max-width: initial;
    width: 100%;
}
@media (max-width: 767px) {
    .pc-only-contents-wrapper .is-active.storeList-wrapper {
        display: none;
    }
    .sp-only-contents-wrapper {
        display: block;
        margin-bottom: 32px;
    }
    .mod-wrap-sp {
        padding: 0;
    }
    h1.mod-heading {
        width: 92%;
    }
    .is-active.storeList-wrapper {
        margin-bottom: 30px;
    }
    .placeName:has(> input:checked ~ label) + .storeList-wrapper {
        display: block;
    }
}
.placeName, .pc_placeName {
    width: 100%;
    height: 35px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    background-color: var(--item-bg-color);
    list-style: none;
}
.placeName input:checked ~ label {
    color: var(--color);
    background-color: var(--open-bgcolor);
    display: flex;
    height: 100%;
    border-radius: var(--border-radius);
    justify-content: center;
    align-items: center;
}
.placeName {
    background-color: var(--open-bgcolor);
}

.storeList-wrapper {
    margin-top: 20px;
}
.l-small {
    display: block;
    width: 92%;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.l-section {
    width: 92%;
    margin: 0 auto;
}
.l-section h2 {
    margin-top: 0;
    margin-bottom: 10px;
}
h2.storeSearch-title {
    margin-bottom: 16px;
}
.content {
    height: initial;
}
.address-wrapper {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 8px;
    padding: 8px 8px 12px;
}
.address {
    margin: 0;
}
.address_item {
    height: initial;
    width: 70%;
}
p.address {
    margin-bottom: 6px;
}

.pc-only-contents-wrapper {
    display: none;
}
/* ラ・オハナについて詳しく知ろう、魅力たっぷりのメニューを見てみよう */
.about-contents-wrapper {
    margin-top: 32px;
    margin-bottom: 16px;
}
.about-item-wrapper {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
a.about-link {
    position: relative;
    font-size: 14px;
    color: #fff;
    background-color: #186B54;
    display: block;
    text-align: center;
    padding: 18px 0;
    border-radius: 4px;
}
a.about-link::after {
    content: "";
    background-image: url(../images/link-mark-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;

}
@media screen and (min-width:768px) {
    .contents-bg-wrapper {
        background-image: url(../images/bg-main-pc_01.jpg);
    }
    .pc-only-contents-wrapper {
        display: block;
    }
    .sp-only,
    .sp-only-contents-wrapper {
        display: none;
    }
    .placeName input:checked ~ label {
        background-color: var(--pc-open-bg-color);
    }
    .Label:hover {
        cursor: pointer;
    }
    .block-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 12px;
    }
    .placeName {
        width: 32%;
        margin-bottom: 0;
    }
    h1.mod-heading,
    .l-section,
    .l-small {
        width: 97%;
        max-width: 1056px;
    }
    .l-section .store_name {
        margin-bottom: 8px;
        line-height: 1.6;
    } 
    .placeName label {
        font-size: 16px;
        margin-bottom: 0;
    }
    .storeList-wrapper {
        margin-top: 0;
    }
    .address_item-wrapper {
        width: 720px;
        align-items: center;
    }
    .address-wrapper {
        padding: 8px 24px 16px;
        margin-top: 8px;
    }
    .about-contents-wrapper {
        margin-top: 40px;
    }
    .about-item-wrapper {
        width: 97%;
        max-width: 1056px;
        flex-direction: row;
        justify-content: space-between;
    }
    .about-item {
        width: 49%;
    }
    a.about-link {
        font-size: 16px;
        font-weight: bold;
    }
}