@charset "UTF-8";
/* article__header */
.article__header {
    margin-top: 80px;
}

.articleHeader__group {
    position: relative;
}

.header__img {
    width: 100%;
}

.egTitle--topic {
    position: absolute;
    color: rgba(255, 255, 255, 0.90);
    font-family: "Spectral";
    font-size: 9.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.0;
    top: 85px;
    transform: translateX(-5px);
}

.topic__group {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding-top: 17px;
    margin: -30px 8.5%;
}

.topic {
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 2.0rem;
    font-weight: 600;
}

.topicTxt {
    text-align: justify;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 400;
    padding-top: 50px;
}

.br__pc {
    display: flex;
    flex-direction: column;
}

/* article__header PC */
@media screen and (min-width: 768px) {
    .article__header img {
        width: 100%;
    }

    .egTitle {
        font-size: 9vw;
        font-weight: 500;
        line-height: 1.0;
        transform: translateX(-15px);
    }

    .topic__group {
        padding-top: 50px;
        margin: -100px 9.7%;
    }

    .topicTxt {
        text-align: center;
        padding: 80px 0;
    }

    .topicTxt p:last-child {
        margin-top: 16px;
    }

    .br__pc {
        display: block;
    }
}

/* sns */
.section--sns {
    padding: 0 8.5%;
}

.sns__topic {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 30px;
}

.sns__item {
    width: 70px;
    height: 70px;
    margin: 80px auto 0;
}

.sns__txt {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    max-width: 343px;
    margin: 0 auto;
}

.btn {
    display: block;
    margin: 0 auto;
    background-color:#FFF;
    border: 1px solid #333;
    padding: 10px 0 10px 20px;
    color: #333;
    font-family: "Shippori Mincho";
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
    position: relative;
    width: 260px;
    padding: 10px 40px 10px 0px;
    text-align: center;
}

.btn::before {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 29px;
    background-image: url(../img/icon_link.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 40px;
}

/* sns PC */
@media screen and (min-width: 1110px) {
    .section--sns {
        padding: 0;
        margin: 120px auto 0;
        /* max-width: 1000px; */
        width: 55%;
    }

    .sns_group {
        display: flex;
        justify-content: space-between;
        vertical-align: top;
    }

    .sns__topic {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
        flex: 1;
        justify-content: start;
    }

    .sns__txt {
        width: 260px;
        flex: 1;
    }
}

/* Reserve */
.topic__header {
    position: relative;
}

.egTitle--reserve {
    position: absolute;
    color: rgba(239, 240, 188, 0.60);
    font-family: "Spectral";
    font-size: 4.8em;
    font-weight: 500;
    line-height: 1.5;
    top: -45px;
    transform: translateX(-8px);
    z-index: 1;
}

.topic__subTopic--reserve {
    text-align: center;
    margin-top: -30px;
    background-color: #FCFBDD;
    padding: 20px 8.5%;
    margin-top: 110px;
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.0;
}

.reserve__txt {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    text-align: center;
    margin-top: 60px;
}

.calender {
    margin: 50px auto;
}

/* reserve PC */
@media screen and (min-width: 768px) {
    .egTitle--reserve {
        font-size: 11rem;
        top: -105px;
    }

    .topic__subTopic--reserve {
        margin-top: 230px;
    }
}