/*fv */
.fv {
    background-image: url(fv-cafe.jpg);
}

/* カフェ */
#cafe {
    padding-top: 0;
}

#cafe h2 {
    position: relative;
}

#cafe h2::before {
    content: "Cafe";
    font-family: 'Noto Serif', serif;
    font-size: 2em;
    opacity: 0.2;
    color: #5ABB51;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    margin: 0;
    z-index: -1;
}

@media (min-width:880px) {
    #cafe {
        padding-top: 32px;
    }

    #cafe h2::before {
        font-size: 3em;
        bottom: 32px;
    }
}

#cafe dl {
    width: fit-content;
    margin: auto;
}

#cafe dl div {
    display: table-row;
}

#cafe dl dt,
#cafe dl dd {
    display: table-cell;
    padding-top: 8px;
    border-bottom: solid 1px #00213F;
}

#cafe dl dt {
    width: 55%;
    font-weight: bold;
    padding-left: 8px;
}

#cafe dl dd {
    padding-right: 8px;
}

@media (min-width:640px) {
    #cafe dl dt,
    #cafe dl dd {
    padding: 16px 32px;
}
}

#cafe .p {
    text-align: center;
}

/* お知らせ */
.sentence-2 {
    display: block;
    max-width: 640px;
    opacity: 0.9;
    border-radius: 32px;
    position: relative;
    margin: auto;
}

.sentence-2 span {
    font-weight: bold;
    color: #E33D3D;
}

@media (max-width:380px) {
    #kakaku .p {
        letter-spacing: 0;
    }
}

@media (min-width:880px) {
    .cafe-news {
        margin-top: 48px;
    }
}

.cafe-news img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* アクセス情報 */
#access .map {
    text-align: center;
}

#access .map iframe {
    width: 100%;
    max-width: 640px;
    height: 300px;
}

#access .white-back {
    max-width: 640px;
    text-align: left;
    margin: auto;
}

#access h2 {
    text-align: center;
}

@media (min-width:720px) {
    #access .map iframe {
        height: 450px;
    }
}