@charset "utf-8";

/* ====================
common
===================== */
:root {
    --mainBrown: #6D5656;
    --lightBrown: #BA9E9E;
    --bgBrown: #917070;
    --warmOrange: #D6862B;
    --lightBlue: #D6ECFB;
    --footerNavy: #1C1D49;
    --contentWidthPc: 80.5%;
    --contentWidthSp: 94.9%;
    --contentPaddingPc: 9.7%;
    --contentPaddingSp: 5%;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    color: #2f2f2f;
    line-height: 2;
    background-color: #ffffff;
    font-size: 1.6rem;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    background-image: url(../images/bg_faq2.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

a {
    transition: 0.4s;
}

/* =====================
header
======================= */

.header__flex {
    display: flex;
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: space-between;
    background-color: #5A3E3E;
    width: 480px;
    height: 98px;
    padding: 18px 30px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
}

.header__rogo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    transition: 0.4s;
}

.header__menu--faq p,
.header__menu--reserve p {
    text-align: center;
}

.header__marcellus {
    color: #FFF;
    font-family: Marcellus;
    font-size: 1.4rem;
    /* line-height: 32px; */
    line-height: 1.8;
}

.header__serif {
    color: #FFF;
    font-family: "Noto Serif CJK JP";
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 3;
}

.header__menu--faq {
    position: relative;
    transition: 0.4s;
}

.header__menu--reserve {
    position: relative;
    transition: 0.4s;
}

.header__menu--faq .header__marcellus::after {
    content: '';
    display: block;
    width: 67px;
    height: 1px;
    background-color: #ffffff;
    /* position: absolute;
    top: 27px;
    left: 80px; */
    margin: 0 auto;
}

.header__menu--reserve .header__marcellus::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #ffffff;
    /* position: absolute;
    top: 27px;
    right: 20px; */
    margin: 0 auto;
}

.nav__menuButton {
    transition: 0.4s;
    cursor: pointer;
}


/* sp768px */

@media screen and (max-width: 768px) {

    .nav__menuButton img {
        width: 30px;
        height: 38px;
    }

    .header__rogo {
        width: 81px;
        height: 81px;
    }

    .header {
        width: 68vw;
        height: 60px;
        padding: 2vw;
        align-items: flex-end;
        gap: 0 8px;
    }

    .header__marcellus {
        font-size: 0.8rem;
    }

    .header__menu--faq .header__marcellus::after {
        content: '';
        display: block;
        background-color: #ffffff;
        width: 30px;
        height: 1px;
        margin: 0 auto;
        top: 18px;
        left: 50px;
    }

    .header__menu--reserve .header__marcellus::after {
        content: '';
        display: block;
        background-color: #ffffff;
        width: 30px;
        height: 1px;
        margin: 0 auto;
    }

    .header__marcellus {
        font-size: 0.8rem;
        line-height: 2;
    }

    .header__serif {
        font-size: 1.1rem;
        line-height: 2;
        font-weight: 400;
    }
}

.spBr {
    display: none;
}


/* =====================
nav
======================= */

.nav {
    background-color: #C1E1F5;
    line-height: normal;
    padding: 1vw 0 5.5vh;
    transform: translateX(200%);
    transition: 0.8s;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    z-index: 300;
}

.nav__flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button__close {
    width: 23px;
    height: 23px;
    margin-left: auto;
    margin-right: 1vw;
    cursor: pointer;
}

.rogo__nav {
    width: 121px;
    height: 136.1px;
    margin: 0 auto;
}

.nav__menu {
    color: #5A3E3E;
    font-size: 1.3rem;
}

.nav__menu li {
    text-align: center;
    margin-top: 3vh;
}

.nav__detail {
    color: #5A3E3E;
    font-family: Marcellus;
    font-size: 2.2rem;
    line-height: 27px;
}

.nav__detail span {
    font-size: 1.3rem;
}

.nav__button {
    margin-top: 4vh;
}

.nav__button--faq {
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 20px 0 10px;
    position: relative;
    transition: 0.4s;
}

.nav__button--reserve {
    width: 100px;
    height: 100px;
    background-color: var(--bgBrown);
    border-radius: 22px;
    padding: 20px 0 26px;
    position: relative;
    transition: 0.4s;
}

.nav__button--faq p:first-of-type,
.nav__button--reserve p:first-of-type {
    font-family: Marcellus;
    font-size: 1rem;
    text-align: center;
}

.nav__button--faq p:last-of-type,
.nav__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.4rem;
    font-weight: 500;
    /* 114.286% */
    letter-spacing: 0.7px;
}

/* .vector__nav img {
    width: 23.2px;
    height: 2px;
} */
/* 
.vector__nav {
    width: 23.2px;
    height: 2px;
    margin-top: 0;
} */

.nav__button--faq a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 23.2px;
    height: 1px;
    background-color: #2f2f2f;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}

.nav__button--reserve a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 23.2px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
}


.nav__button--faq p:last-of-type,
.nav__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2;
    /* 114.286% */
    letter-spacing: 0.7px;
    margin-top: 16px;
}


.nav__button--reserve p:last-of-type {
    font-size: 1.6rem;
}


.nav__button--reserve p {
    color: #ffffff;
}

.nav__button {
    display: flex;
    justify-content: center;
    gap: 0 14px;
}

.icon__tent {
    width: 24px;
    height: 19px;
    display: block;
    margin: 3px auto 0;
}

.nav.active {
    transform: translateX(100%);
}

@media screen and (max-width: 769px) {
    .nav {
        width: 100%;
        transform: translateX(100%);
    }

    .spBr {
        display: block;
    }

    .nav__button--faq p:first-of-type,
    .nav__button--reserve p:first-of-type {
        /* font-size: 0.9rem; */
        display: none;
    }

    .nav__button--faq p:last-of-type,
    .nav__button--reserve p:last-of-type {
        font-size: 1.2rem;
        line-height: normal;
        margin-top: 0;
    }

    .nav__button--reserve p:last-of-type {
        font-size: 1.4rem;
    }

    .nav__button--faq,
    .nav__button--reserve {
        width: 100px;
        height: 80px;
        padding: 15px 0 10px;
    }

    .nav__button--faq a p:first-of-type::after {
        top: 30px;
        display: none;
    }

    .nav__button--reserve a p:first-of-type::after {
        top: 30px;
        display: none;
    }

    .nav.active {
        transform: translateX(0);
    }

    .rogo__nav {
        margin-top: -6vh;
        width: 85px;
        height: 96px;
    }

    .button__close {
        margin-right: 3vw;
        margin-top: 3vw;
    }

    .nav__menu {
        margin-top: 5.9vh;
    }

    .icon__tent {
        display: block;
        margin: 3px auto 0;
        width: 34.8px;
        height: 27.6px;
    }

}

/* =====================
topics
========================*/
.sn__topicsSp {
    display: none;
}

.topics {
    padding-bottom: 100px;
}

.topics__header {
    padding: 0 var(--contentPaddingPc);
}

.sn__topics {
    width: 100%;
    height: auto;
}

h1 {
    color: #6D5656;
    font-family: Marcellus;
    font-size: 7rem;
    font-style: normal;
    margin-top: -40px;
    line-height: normal;
    position: relative;
}

h1::after {
    content: '';
    display: block;
    width: 106px;
    height: 2px;
    background-color: #5A3E3E;
    position: absolute;
    left: 2.2%;
}

h2 {
    color: #1F1F1F;
    font-family: "Noto Serif JP";
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 20px;
}

.topics__headerTxt {
    margin-top: 20px;
}

.topics__main {
    width: 67.9vw;
    display: block;
    margin: 0 auto;
}

.topics__main::before {
    content: '';
    display: block;
    width: 67.9vw;
    height: 3px;
    background-color: #5A3E3E;
    margin-top: 100px;
}

.topics__main::after {
    content: '';
    display: block;
    width: 67.9vw;
    height: 3px;
    background-color: #5A3E3E;
    margin-top: 100px;
}

h3 {
    color: #6D5656;
    font-family: "Noto Serif JP";
    font-size: 3.2rem;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
    margin-top: 100px;
    text-align: center;
}

h3 time {
    color: #6D5656;
    font-family: "Tenor Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-right: 30px;
}

.topics__img {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 0 46px;
}

.topics__txt {
    margin-top: 60px;
}

.topics__txt p {
    display: block;
    margin: 0 auto;
    width: 45.3vw;
}

/* sp769px */
@media screen and (max-width: 769px) {


    .topics__header {
        padding: 0 var(--contentPaddingSp);
    }

    .topics__headerTxt {
        margin-top: 10px;
    }

    .sn__topics {
        display: none;
    }

    .sn__topicsSp {
        display: block;
        width: 100%;
        height: auto;
    }

    h1 {
        font-size: 4rem;
        margin-top: -20px;
    }

    h1::after {
        width: 60px;
        height: 1px;
    }

    h2 {
        font-size: 2.4rem;
        margin-top: 10px;
    }

    h3 {
        font-size: 2rem;
        text-align: left;
        line-height: 2;
        width: 345px;
        display: block;
        margin: 50px auto 0;
    }

    h3 time {
        font-size: 1.5rem;
        text-align: left;
    }

    .topics__main {
        width: 100%;
        padding: 0 9%;
    }

    .topics__main::before,
    .topics__main::after {
        width: 82vw;
        height: 2px;
        margin: 50px auto 0;
    }

    .topics__txt p {
        width: 100%;
    }

    .topics__img {
        display: block;
    }

    .topics__img div img {
        display: block;
        margin: 20px auto 0;
    }
}


/* =====================
footer
======================== */

.footer__rogo {
    display: block;
}

.footer__rogoSp {
    display: none;
}

.footer {
    background-color: #1C1D49;
    padding: 0 var(--contentPaddingPc) 40px;
}

.footer p {
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans JP";
    line-height: 1.6;
    /* 168.75% */
}

.instagram__iconFooter img {
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
}

.footer__flex {
    display: flex;
    justify-content: space-between;
}

.footer__flex1 {
    display: flex;
    gap: 0 5.5vw;

}

.footer__flex2 {
    display: flex;
    gap: 0 2vw;
    margin-top: 100px;
}

.footer__rogo {
    margin-top: 80px;
}

.footer__address {
    margin-top: 32px;
}

.footer__postNumber {
    margin-top: 24px;
}

.footer__time,
.footer__day {
    margin-top: 6px;
}

.footer .footer__name {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: Marcellus;
    line-height: 1;
    /* 96.429% */
    letter-spacing: 2.8px;
}

.instagram__iconFooter {
    margin-top: 40px;
    width: 110px;
    height: 90px;
}

.instagram__iconFooter p {
    font-family: Jost;
    font-size: 1.2rem;
    margin-top: 8px;
    line-height: normal;
    letter-spacing: normal;
}

.footer__button--faq {
    width: 190px;
    height: 176px;
    background-color: #ffffff;
    border-radius: 22px;
    padding: 30px 0;
    position: relative;
    transition: 0.4s;
}

.footer__button--reserve {
    width: 190px;
    height: 176px;
    background-color: var(--bgBrown);
    border-radius: 22px;
    padding: 32px 0 55px;
    position: relative;
    transition: 0.4s;
}

.footer__button--faq p:first-of-type,
.footer__button--reserve p:first-of-type {
    font-family: Marcellus;
    font-size: 1.6rem;
    text-align: center;
}

.footer__button--faq p:last-of-type,
.footer__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.6rem;
    font-weight: 500;
    /* 114.286% */
    letter-spacing: 0.7px;
}

.footer__button--faq a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 32.5px;
    height: 1px;
    background-color: #2f2f2f;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}

.footer__button--reserve a p:first-of-type::after {
    content: '';
    display: inline-block;
    width: 32.5px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
}


.footer__button--faq p:last-of-type,
.footer__button--reserve p:last-of-type {
    text-align: center;
    font-family: "Noto Serif CJK JP";
    font-size: 1.6rem;
    font-weight: 700;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-top: 16px;
}


.footer__button--reserve p:last-of-type {
    font-size: 2.4rem;
}


.footer__button--faq p {
    color: #2f2f2f;
}

.footer__button--reserve img {
    display: block;
    margin: 5px auto 0;
    width: 58px;
    height: 46px;
}


@media screen and (max-width: 1320px) {

    .footer__flex {
        justify-content: space-evenly;
    }

    .footer__flex2 {
        display: block;
        margin-top: 5.3vw;
    }

    .footer__button--faq,
    .footer__button--reserve {
        width: 127.1px;
        height: 117.8px;
    }

    .footer__button--faq {
        padding: 19px 0;
    }

    .footer__button--faq a p:first-of-type::after {
        top: 40px;
        height: 0.5px;
    }

    .footer__button--reserve a p:first-of-type::after {
        top: 45px;
        height: 0.5px;
    }

    .footer__button--reserve {
        width: 127.1px;
        height: 117.8px;
        padding: 26px 0;
        margin-top: 16px;
    }

    .footer__button--faq p:first-of-type,
    .footer__button--reserve p:first-of-type {
        font-size: 1rem;
        margin-top: 0;
    }

    .footer__button--faq p:last-of-type,
    .footer__button--reserve p:last-of-type {
        font-size: 1.4rem;
        line-height: 1;
    }

    .footer__button--reserve img {
        display: block;
        margin: 5px auto 0;
        width: 34.8px;
        height: 27.6px;
    }

}


@media screen and (max-width: 769px) {

    .footer {
        padding: 5.3vw;
    }

    .footer__rogo {
        display: none;
    }

    .footer__rogoSp {
        display: block;
    }

    .footer__flex1 {
        width: 55%;
    }

    .footer p {
        font-size: 1.4rem;
        margin-top: 0;
    }

    .footer .footer__address {
        margin-top: 0px;
    }

    .footer .footer__postNumber,
    .footer .footer__time,
    .footer .footer__day {
        margin-top: 6px;
    }

    .footer .footer__postNumber {
        line-height: normal;
    }

    .footer .footer__name {
        font-size: 2.4rem;
        margin-top: 0;
        line-height: 1.3;
    }

    .footer__flex2 {
        display: block;
        margin-top: 0;
    }

    .footer__button--faq {
        width: 127.1px;
        height: 117.8px;
        padding: 19px 0;
    }

    .footer__button--faq a p:first-of-type::after {
        top: 40px;
        height: 0.5px;
    }

    .footer__button--reserve a p:first-of-type::after {
        top: 40px;
        height: 0.5px;
    }

    .footer__button--reserve {
        width: 127.1px;
        height: 117.8px;
        margin-top: 18px;
        padding: 20px 0;
    }

    .footer__button--faq p:first-of-type,
    .footer__button--reserve p:first-of-type {
        font-size: 1rem;
        margin-top: 0;
    }

    .footer__button--faq p:last-of-type,
    .footer__button--reserve p:last-of-type {
        font-size: 1.4rem;
        line-height: 1;
    }

    .instagram__iconFooter {
        width: 90px;
        height: 70px;
        margin-top: 22px;
    }

    .instagram__iconFooter img {
        width: 45px;
        height: 45px;
    }

    .instagram__iconFooter p {
        font-size: 1rem;
        margin-top: 8px;
    }

    .footer__rogoSp img {
        width: 149px;
        height: 167px;
        display: block;
        margin: 0 auto;
    }

    .footer__button--reserve img {
        display: block;
        margin: 5px auto 0;
        width: 34.8px;
        height: 27.6px;
    }
}


/* ==================
pagetop
===================== */

.pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 95px;
    height: 70px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.pageTop__active {
    opacity: 1;
    visibility: visible;
}

/* sp769px */

@media screen and (max-width: 769px) {
    .pageTop {
        width: 67px;
        height: 52px;
    }
}

/* =====================
hover
======================== */

@media (hover: hover) {

    .header__rogo:hover {
        opacity: 0.6;
    }

    .header__menu--faq:hover,
    .header__menu--reserve:hover,
    .nav__menuButton:hover {
        opacity: 0.6;
    }

    .nav__menu li:hover,
    .nav__detail:hover {
        color: #BA9E9E;
    }

    .nav__button--faq:hover {
        background-color: #ffffff;
        opacity: 0.6;
    }

    .nav__button--reserve:hover {
        background-color: #BA9E9E;
        opacity: 0.6;
    }

    .pageTop:hover {
        opacity: 0.6;
    }

    .instagram__iconFooter a:hover {
        opacity: 0.7;
    }

    .footer__button--faq:hover {
        background-color: #ffffff;
        opacity: 0.6;
    }

    .footer__button--reserve:hover {
        background-color: #BA9E9E;
        opacity: 0.6;
    }
}

/* fade In */

/* .fadeInTrigger {
    opacity: 0;
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */