body #wrap #enjoyplaza.content_area {
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", Avenir, "Open Sans", "Helvetica Neue",
    Helvetica, Arial, Verdana, Roboto, "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI",
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(../img/enjoyplaza/bg-color.png);
    width: 100%;
    padding-bottom: 0;
}

#main-vidual img,
#floor-map img {
    width: 100%;
}

#store-guide {
    color: #604c3f;
}
#store-guide p,
#store-guide li {
    font-size: clamp(15px, 4.5vw, 22px);
    line-height: 1.4;
    text-align: justify;
}
#store-guide img {
    width: 100%;
}

#store-guide .store-01 {
    background-color: rgba(239, 225, 223, 0.5);
}
#store-guide .store-01 .store_inner {
    padding-left: 20px;
    padding-right: 20px;
}
#store-guide .store-01 .store-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
#store-guide .store-01 .store-name img {
    max-width: 520px;
}
#store-guide .store-01 .store-info {
    margin-top: 32px;
    margin-right: 20px;
    color: #231815;
    border-left: 4px solid #00a199;
}
#store-guide .store-01 .store-info p {
    font-size: clamp(20px, 4.5vw, 25px);
    padding-left: 1.5em;
    position: relative;
    text-wrap-mode: nowrap;
}
#store-guide .store-01 .store-info p::before {
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0.2em;
    width: 25px;
    height: 25px;
    background-size: contain;
}
#store-guide .store-01 .store-info p.time::before {
    background-image: url("../img/enjoyplaza/enjoyplaza_icon_time.png");
}
#store-guide .store-01 .store-info p.tel::before {
    background-image: url("../img/enjoyplaza/enjoyplaza_icon_tel.png");
}
#store-guide .store-01 .store-info img {
    max-width: 320px;
}
#store-guide .store-01 .feature {
    padding-bottom: 25px;
}
#store-guide .store-01 .feature h4 {
    font-size: clamp(22px, 5vw, 33px);
    font-weight: 600;
    margin-bottom: 0.3em;
}
#store-guide .store-01 .feature p {
    margin-bottom: 0.5em;
}
#store-guide .store-01 .feature .photo-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#store-guide .store-01 .feature .photo-list img {
    max-width: 32%;
}
#store-guide .store-01 .feature-03 .two-column {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#store-guide .store-01 .feature-03 .two-column .col-01 {
    width: 47%;
}
#store-guide .store-01 .feature-03 .two-column .col-01 ul {
    padding: 3em 0;
}
#store-guide .store-01 .feature-03 .two-column .col-02 {
    width: 51%;
    position: relative;
}
#store-guide .store-01 .feature-03 .two-column .col-02 img {
    width: 94%;
}
#store-guide .store-01 .feature-03 .two-column .col-02 p {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 41%;
}
#store-guide .store-box,
#store-guide .store-box > a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #604c3f;
}
#store-guide .store-box .title-box {
    width: 60%;
}
#store-guide .store-box .info-box {
    width: calc(39% - 15px);
    padding-top: 7.5%;
    padding-right: 15px;
}
#store-guide .store-02 {
    border-top: 1px solid #000;
}
#store-guide .content_inner > .store-box {
    margin-top: 20px;
}
#store-guide .store-03 {
    background-color: rgba(209, 237, 233, 0.5);
}
#store-guide .store-04 {
    background-color: rgba(255, 249, 233, 0.5);
}
#store-guide .store-05 {
    background-color: rgba(218, 255, 218, 0.5);
}
#store-guide .store-05 .info-box {
    position: relative;
}
#store-guide .store-05 .info-box .feature {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78%;
    padding-bottom: 20px;
}
#store-guide .store-06 {
    background-color: rgba(255, 242, 222, 0.5);
}

#access {
    padding-bottom: 80px;
}
#access .wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 3%
}
#access .wrap img {
    width: 100%;
}
#access .wrap .map {
    width: 62%;
}
#access .wrap .info {
    width: 36%;
}

@media screen and (max-width: 767px)
{
    #store-guide .store-01 .store-title {
        display: block;
        margin-bottom: 3vw;
    }
    #store-guide .store-01 .store-name img {
        max-width: 600px;
        width: 96%;
    }
    #store-guide .store-01 .store-info {
        margin: 1vw 0 5vw 6vw;
    }
    #store-guide .store-01 .store-info img {
        max-width: 60%;
    }
    #store-guide .store-01 .feature-03 .two-column {
        display: block;
    }
    #store-guide .store-01 .feature-03 .two-column .column {
        width: 100%;
    }
    #store-guide .store-01 .feature-03 .two-column .col-01 ul {
        padding: 1.5em 0;
    }
    #store-guide .store-01 .store-02 .info-box {
        padding-left: 0;
    }
    #store-guide .store-box {
        display: block;
        padding-bottom: 4vw;
    }
    #store-guide .store-box > a {
        display: block;
    }
    #store-guide .store-box .title-box,
    #store-guide .store-box .info-box {
        width: 100%;
        box-sizing: border-box;
    }
    #store-guide .store-box .info-box {
        padding: 1vw 15px 0;
    }
    #store-guide .store-05 .info-box .feature {
        position: relative;
        padding-top: 4vw;
        padding-bottom: 0;
    }
    #store-guide .store-05 .info-box .feature img {
        max-width: 350px;
    }
    #access .wrap {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    #access .wrap .map,
    #access .wrap .info {
        width: 100%;
    }
    #access .wrap .info {
        margin-top: 3vw;
        width: 80%;
    }
}

@media screen and (max-width: 480px)
{
    #store-guide .store-01 .store-info p::before {
        top: 0.17em;
        left: 0.2em;
        width: 22px;
        height: 22px;
        background-size: contain;
    }
}