@charset "UTF-8";
/* --------------------
 Template ストーリーテンプレート
-------------------- */
.template-story #article {
    overflow: hidden;
    padding: 0 0 30px;
}

.template-story #article .post_content .story-post-cover:first-of-type {
    margin-top: -27px;
}

@media (min-width: 751px) {
    .template-story #article .post_content .story-post-cover:first-of-type {
        margin-top: -45px;
    }
}

.template-story #article .post_content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 730px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}

.template-story #article .post_content p {
    letter-spacing: .08em;
    line-height: 1.8;
    margin: 3em 0;
}

@media (min-width: 751px) {
    .template-story #article .post_content p {
        line-height: 2.2;
    }
}

.template-story #article .post_content p a {
    background: transparent;
    background: linear-gradient(to top, black 1px, rgba(0, 0, 0, 0) 1px, transparent 100%);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.template-story #article .post_content p a:hover, .template-story #article .post_content p a:focus {
    background: none;
    color: #000000;
    text-decoration: none;
}

.template-story #article .post_content p a[target="_blank"] {
    position: relative;
}

.template-story #article .post_content p a[target="_blank"]:after {
    background-image: url(../img/icons/icon-external-link-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 4px 2px 5px;
    vertical-align: middle;
    width: 10px;
}

.external-link:after {
    background-image: url(../img/icons/icon-external-link-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 4px 2px 5px;
    vertical-align: middle;
    width: 10px;
}

.template-story #article .post_content img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.template-story #article .post_content img[class*="wp-image"] {
    margin-bottom: 72px;
    margin-top: 72px;
}

.template-story #article .post_content .wp-block-image {
    margin: 72px 0 40px;
}

.template-story #article .post_content .wp-block-image img[class*="wp-image"] {
    margin-bottom: 0;
    margin-top: 0;
}

.template-story #article .post_content .wp-block-image figcaption {
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 0;
    text-align: left;
}

@media (min-width: 751px) {
    .template-story #article .post_content .wp-block-image figcaption {
        font-size: 14px;
    }
}

.story-post-cover {
    align-items: center;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    height: auto;
    justify-content: center;
    line-height: 1.6;
    margin: 50px 0;
    min-height: 160px;
    overflow: hidden;
    padding: 2em 1em;
    position: relative;
    width: auto;
}

@media (min-width: 751px) {
    .story-post-cover {
        margin: 72px -150px 72px;
        min-height: 230px;
    }
}

@media all and (-ms-high-contrast: none) {
    .story-post-cover *::-ms-backdrop, .story-post-cover {
        min-height: auto !important;
        padding-bottom: 80px;
        padding-top: 80px;
    }
}

.story-post-cover:before {
    background-color: #222222;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .5s ease;
    z-index: 1;
}

.story-post-cover div {
    color: #ffffff;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .06em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

@media (min-width: 751px) {
    .story-post-cover div {
        font-size: 28px;
    }
}

.story-post-cover--large {
    min-height: 200px;
}

@media (min-width: 751px) {
    .story-post-cover--large {
        min-height: 430px;
    }
}

.story-post-cover.is-active:before {
    opacity: .7;
}

.story-shop-info {
    background-color: rgba(0, 0, 0, .05);
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    margin: 40px auto;
    max-width: 700px;
    padding: 35px 0 0;
    width: 100%;
}

@media (min-width: 751px) {
    .story-shop-info {
        align-items: stretch;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 80px;
        margin-top: 80px;
        padding-top: 0;
    }
}

.story-shop-info__photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 130px;
}

@media (min-width: 751px) {
    .story-shop-info__photo {
        flex-grow: 0;
        flex-shrink: 0;
        height: auto;
        margin: 0;
        width: 170px;
    }
}

.story-shop-info__photo img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.story-shop-info__main {
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    width: 100%;
}

@media (min-width: 751px) {
    .story-shop-info__main {
        flex-grow: 1;
        flex-shrink: 1;
        padding: 30px 180px 30px 25px;
        width: calc(100% - 180px);
    }
}

.story-shop-info__main__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
    text-align: left;
}

@media (min-width: 751px) {
    .story-shop-info__main__title {
        font-size: 16px;
    }
}

.story-shop-info__main__address {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
    text-align: left;
}

.story-shop-info__main__address:before {
    background-image: url(../img/icons/icon-post.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 11px;
    content: "";
    display: block;
    height: 11px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 12px;
}

.story-shop-info__main__tel {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    position: relative;
    text-align: left;
}

.story-shop-info__main__tel:before {
    background-image: url(../img/icons/icon-reciever.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 12px;
}

.story-shop-info__main__business {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
    text-align: left;
}

.story-shop-info__main__business:before {
    background-image: url(../img/icons/icon-time.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 12px;
}

.story-shop-info__main__action {
    box-sizing: border-box;
    margin: 15px 0 0;
    padding: 0;
    width: auto;
}

@media (min-width: 751px) {
    .story-shop-info__main__action {
        margin-top: 0;
        padding-left: 30px;
        position: absolute;
        right: 30px;
        top: 30px;
        width: 170px;
    }
}

.story-shop-info__main__action a {
    background-color: #bea242;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 751px) {
    .story-shop-info__main__action a {
        display: block;
        padding: 5px 8px;
    }
}

.story-shop-info__main__action a:after {
    background-image: url(../img/icons/icon-external-link-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 10px;
}

.story-shop-info__main__action a:hover, .story-shop-info__main__action a:focus {
    color: #ffffff;
}

@media (min-width: 751px) {
    .story-shop-info__main__action a:hover, .story-shop-info__main__action a:focus {
        opacity: .75;
    }
}

.story-meal-info {
    background-color: rgba(0, 0, 0, .05);
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    margin: 40px auto 72px;
    max-width: 700px;
    padding: 35px 0 0;
    width: 100%;
}

@media (min-width: 751px) {
    .story-meal-info {
        align-items: stretch;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 0;
    }
}

.story-meal-info__photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 130px;
}

@media (min-width: 751px) {
    .story-meal-info__photo {
        flex-grow: 0;
        flex-shrink: 0;
        height: auto;
        margin: 0;
        width: 170px;
    }
}

.story-meal-info__photo img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.story-meal-info__main {
    box-sizing: border-box;
    padding: 25px;
    position: relative;
    width: 100%;
}

@media (min-width: 751px) {
    .story-meal-info__main {
        flex-grow: 1;
        flex-shrink: 1;
        padding: 30px 30px 30px 25px;
        width: calc(100% - 180px);
    }
}

.story-meal-info__main__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 10px;
    text-align: left;
}

@media (min-width: 751px) {
    .story-meal-info__main__title {
        font-size: 16px;
    }
}

.story-meal-info__main__content {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-align: left;
}

.story-meal-info__main__content ul {
    line-height: 1.6;
    list-style: none;
    margin: 0;
    padding: 0;
}

.story-meal-info__main__content ul li {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 .65em;
    position: relative;
}

.story-meal-info__main__content ul li:before {
    background-color: #000000;
    border-radius: 10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 3px;
}

.story-meal-info__main__action {
    box-sizing: border-box;
    margin: 15px 0 0;
    padding: 0;
    width: auto;
}

@media (min-width: 751px) {
    .story-meal-info__main__action {
        margin-top: 0;
        padding-left: 30px;
        position: absolute;
        right: 30px;
        top: 30px;
        width: 170px;
    }
}

.story-meal-info__main__action a {
    background-color: #bea242;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 8px 15px;
    position: relative;
    text-align: center;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 751px) {
    .story-meal-info__main__action a {
        display: block;
        padding: 5px 8px;
    }
}

.story-meal-info__main__action a:after {
    background-image: url(../img/icons/icon-external-link-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 10px;
}

.story-meal-info__main__action a:hover, .story-meal-info__main__action a:focus {
    color: #ffffff;
}

@media (min-width: 751px) {
    .story-meal-info__main__action a:hover, .story-meal-info__main__action a:focus {
        opacity: .75;
    }
}

.story-note {
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
