/*
 * 御食事・御宴席
 * 元CSS行: 1689-1921
 */

/*御食事・御宴席
********************************************************************/
#post-11 .entry-header {
    background-image: url('/wp-content/uploads/common/sub-t02.jpg');
}
.m-l {
    max-width: 700px;
    margin: 5px auto 30px;
}
.m-l h3 {
    font-size: 170%;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: solid 2px #005438;
}
.m-l span {
    color: red;
    font-size: 130%;
    line-height: 140%;
}
span.smt-br {
    color: #555555;
    font-size: 100%;
    line-height: 100%;
}
.m-l p {
    line-height: 180%;
}
ul.narrowleft {
    padding-left: 17px;
}
@media screen and (max-width:781px) {
    .m-l h3 {
        font-size: 140%;
        margin: 0 0 10px;
        padding-bottom: 5px;
        line-height: 140%;
    }
    .m-l p {
        margin: 0;
        font-size: 90%;
    }
    span.smt-br {
        display: block;
        margin-left: 20px;
    }
    span.smt-br2 {
        display: block;
        margin-left: 40px;
    }
}
.m-l2 {
    max-width: 100%;
}
h3.dish-name {
    font-size: 170%;
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: solid 2px #005438;
}
.dish-name-table td {
    border: none;
    padding: 1px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.dish-name-table2 td {
    border: none;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding-left: 1em;
    text-indent: -1em;
}
/*御食事・御宴席 アンカーリンク-tuika20250402*/
#post-11 .entry-content {
    line-break: loose;
}
.list-menu-anchor {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    justify-content: center;
}
.list-menu-anchor li {
    flex: 1 1 260px;
    max-width: 260px;
    position: relative;
}
.list-menu-anchor a {
    font-size: 110%;
    display: block;
    background-color: #fff;
    color: #000;
    border: 1px solid #CCCCCC;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-image: url(/wp-content/uploads/common/arrow-down.svg); /* ← ここで背景画像を指定 */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}
.list-menu-anchor a:hover {
    color: #fff;
    background-color: #333;
    background-image: url(/wp-content/uploads/common/arrow-down-white.svg); /* ← ここで背景画像を指定 */
    background-size: 16px 16px;
}
/* レスポンス対応（3列） */
@media (max-width: 800px) {
    .list-menu-anchor {
        gap: 5px;
    }
    .list-menu-anchor li {
        flex: 1 1 calc(33.333% - 5px);
        max-width: calc(33.333% - 5px);
    }
    .list-menu-anchor a {
        font-size: 90%;
        text-align: left;
        white-space: normal;
        padding: 5px;
        background-image: url(/wp-content/uploads/common/arrow-down.svg); /* ← ここで背景画像を指定 */
        background-size: 8px 8px;
    }
    .list-menu-anchor a:hover {
        color: #fff;
        background-color: #333;
        background-image: url(/wp-content/uploads/common/arrow-down-white.svg); /* ← ここで背景画像を指定 */
        background-size: 8px 8px;
    }
}
/* レスポンス対応（2列） */
@media (max-width: 675px) {
    .list-menu-anchor {
        width: 90%;
    }
    .list-menu-anchor li {
        flex: 1 1 calc(50% - 5px);
        max-width: calc(50% - 5px);
    }
    .list-menu-anchor a {
        font-size: 90%;
        text-align: left;
        white-space: normal;
        padding: 5px;
    }
}
@media only screen and (max-width: 450px) {
    #post-11 .wp-block-columns {
        display: block;
    }
}
/*御食事・御宴席-tuika20250401*/
.anniv70-bento-area {
    text-align: center
}
.anniv70-bento-area h3 {
    color: #ff7800;
    font-size: 200%;
}
.anniv70-bento-area h4 {
    color: #000;
    font-size: 170%;
}
.anniv70-bento-area .fs180 {
    font-size: 160%;
}
@media screen and (max-width:650px) {
    .anniv70-bento-area h3 {
        font-size: 155%;
    }
    .anniv70-bento-area h4 {
        font-size: 140%;
    }
    .anniv70-bento-area .fs180 {
        font-size: 100%;
    }
}
/*画像エリア*/
.anniv70-bento-img-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 左右2カラム */
    grid-template-rows: auto auto; /* 2行 */
    gap: 10px;
}
.anniv70-bento-img-area .main {
    grid-column: 1 / 3; /* 横に2列ぶち抜き */
    grid-row: 1 / 2; /* 1行目 */
}
.anniv70-bento-img-area .sub1 {
    grid-column: 1 / 2; /* 左半分 */
    grid-row: 2 / 3; /* 2行目 */
}
.anniv70-bento-img-area .sub2 {
    grid-column: 2 / 3; /* 右半分 */
    grid-row: 2 / 3; /* 2行目 */
}
.anniv70-bento-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (min-width: 768px) {
    .anniv70-bento-img-area {
        grid-template-columns: 2fr 1fr;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: dense;
    }
    .anniv70-bento-img-area .main {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .anniv70-bento-img-area .sub1 {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }
    .anniv70-bento-img-area .sub2 {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
}
/*御食事・御宴席-end
********************************************************************/
