@charset "UTF-8";

/* ---------------------------------------
  70th anniversary page
--------------------------------------- */

/* ページヘッダー */
.anniversary-page-header {
    background-position: left top;
}

.anniversary-page-header .c-page-header__title {
    letter-spacing: .18rem;
    line-height: 1.6;
}

.anniversary-page-header .c-page-header__title small {
    margin-top: .5em;
}

/* ---------------------------------------
  リード
--------------------------------------- */

.anniversary-lead {
    padding: 54px 0 34px;
    text-align: center;
    background: #fff;
    color: #333;
}

.anniversary-lead__sub {
    margin: 0 0 18px;
    color: #b90000;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    font-family: "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.anniversary-lead__title {
    margin: 0 0 24px;
    padding: 0;
    border: none;
    color: #111;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: .12rem;
    font-family: "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.anniversary-lead__title span {
    display: inline-block;
}

.anniversary-lead__title span + span {
    margin-left: .35em;
}

.anniversary-lead__text {
    margin: 0;
    color: #333;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 2;
    letter-spacing: .08rem;
}

.anniversary-lead__text span {
    display: inline;
}

.anniversary-lead__line {
    margin: 26px 0 0;
    line-height: 1;
}

.anniversary-lead__line span {
    display: inline-block;
    width: 54px;
    height: 2px;
    background: #b90000;
    vertical-align: top;
}

/* ---------------------------------------
  共通見出し余白調整
--------------------------------------- */

.anniversary-summary .c-headline,
.anniversary-flyer .c-headline,
.anniversary-contact .c-headline {
    margin: 0 0 28px;
}

/* ---------------------------------------
  特別企画カード
--------------------------------------- */

.anniversary-summary {
    padding: 48px 0 70px;
    background: #fff;
    border-top: none;
}

.anniversary-cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 1080px;
    margin: 0 auto;
}

.anniversary-card {
    width: calc(33.333% - 24px);
    margin: 0 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.anniversary-card__image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #fff;
}

.anniversary-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.anniversary-card__body {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.anniversary-card__heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.anniversary-card__badge {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #b90000;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.45;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    font-family: "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.anniversary-card__heading h3 {
    margin: 0;
    padding: 0;
    border: none;
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: .08rem;
    font-family: "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.anniversary-card__text {
    margin: 0 0 18px;
    color: #333;
    line-height: 1.9;
    font-size: 16px;
    font-size: 1.6rem;
}

.anniversary-card__list {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9;
}

.anniversary-card__list li {
    position: relative;
    padding-left: 1.2em;
}

.anniversary-card__list li:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
}

.anniversary-card__price {
    margin: auto 0 0;
    padding: 12px 16px;
    border: 1px solid #d9c9ab;
    color: #b90000;
    background: #fff;
    line-height: 1.4;
    font-family: "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.anniversary-card__price-label {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 8px;
}

.anniversary-card__price strong {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400;
}

.anniversary-card__price small {
    font-size: 13px;
    font-size: 1.3rem;
    color: #b90000;
}

.anniversary-card__slash {
    color: #b90000;
    margin: 0 4px;
}

/* ---------------------------------------
  チラシ
--------------------------------------- */

.anniversary-flyer {
    padding: 54px 0 72px;
    background: #fff;
    text-align: center;
}

.anniversary-flyer__image {
    display: block;
    max-width: 960px;
    margin: 24px auto 0;
    background: #fff;
}

.anniversary-flyer__image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e7e7e7;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .15);
    box-sizing: border-box;
}

.anniversary-flyer__note {
    margin: 18px 0 0;
    color: #727171;
    font-size: 13px;
    font-size: 1.3rem;
}

/* ---------------------------------------
  予約・お問い合わせ
--------------------------------------- */

.anniversary-contact {
    padding: 54px 0 78px;
    background: #fff;
    color: #333;
}

.anniversary-contact__content {
    max-width: 780px;
    margin: 24px auto 0;
    padding: 38px 28px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.anniversary-contact__label {
    margin: 0 0 10px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .08rem;
}

.anniversary-contact__tel {
    margin: 0 0 8px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    letter-spacing: .08rem;
}

.anniversary-contact__tel a {
    color: #333;
    text-decoration: none;
    font-family: "yu-mincho-pr6n", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, "MS 明朝", serif;
}

.anniversary-contact__time {
    margin: 0;
    color: #727171;
    font-size: 14px;
    font-size: 1.4rem;
}

.anniversary-contact__button {
    margin-top: 28px;
    margin-bottom: 0;
}

.anniversary-contact__button a {
    background-color: #b90000;
}

.anniversary-contact__button a:hover {
    background-color: #860000;
}

/* ---------------------------------------
  SP
--------------------------------------- */

@media only screen and (max-width: 768px) {
    .anniversary-page-header {
        background-position: left top;
    }

    .anniversary-page-header .c-page-header__title {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.6;
        padding: 60px 12px;
    }

    .anniversary-lead {
        padding: 40px 0 22px;
        background: #fff;
    }

    .anniversary-lead__sub {
        margin-bottom: 12px;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .12rem;
    }

    .anniversary-lead__title {
        margin-bottom: 16px;
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.55;
        letter-spacing: .06rem;
    }

    .anniversary-lead__title span {
        display: block;
    }

    .anniversary-lead__title span + span {
        margin-left: 0;
    }

    .anniversary-lead__text {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.9;
        letter-spacing: .04rem;
    }

    .anniversary-lead__text span {
        display: block;
    }

    .anniversary-lead__text br {
        display: none;
    }

    .anniversary-lead__line {
        margin-top: 18px;
    }

    .anniversary-lead__line span {
        width: 46px;
    }

    .anniversary-summary {
        padding: 28px 0 38px;
        background: #fff;
        border-top: none;
    }

    .anniversary-summary .c-headline,
    .anniversary-flyer .c-headline,
    .anniversary-contact .c-headline {
        margin: 0 0 22px;
    }

    .anniversary-cards {
        display: block;
        margin: 0;
    }

    .anniversary-card {
        width: 100%;
        margin: 0 0 26px;
        display: block;
    }

    .anniversary-card:last-child {
        margin-bottom: 0;
    }

    .anniversary-card__body {
        display: block;
        padding-top: 18px;
    }

    .anniversary-card__heading {
        gap: 12px;
    }

    .anniversary-card__badge {
        width: 64px;
        height: 64px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .anniversary-card__heading h3 {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6;
    }

    .anniversary-card__text {
        margin-bottom: 16px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .anniversary-card__list {
        margin-bottom: 16px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .anniversary-card__price {
        margin-top: 0;
        padding: 10px 12px;
    }

    .anniversary-card__price strong {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .anniversary-flyer {
        padding: 34px 0 36px;
        background: #fff;
    }

    .anniversary-flyer__image {
        margin-top: 8px;
    }

    .anniversary-flyer__image img {
        box-shadow: 6px 6px 8px rgba(0, 0, 0, .12);
    }

    .anniversary-flyer__note {
        margin-top: 14px;
    }

    .anniversary-contact {
        padding: 34px 0 70px;
        background: #fff;
    }

    .anniversary-contact__content {
        margin-top: 18px;
        padding: 28px 18px;
    }

    .anniversary-contact__tel {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .anniversary-contact__button a {
        width: 100%;
        min-width: auto;
    }
}