@charset "UTF-8";
/* ==============================
article header 
=============================== */
.mainvisual {
    height: 100vh;
    width: 100%;
    background: url(../images/hotspting.png);
    position: relative;
    background-position: 55% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#firstView {
    height: 100vh;   /* ※非対応ブラウザ対策 */
    height: calc(var(--vh) * 100);
}

.mainvisual::after {
    position: absolute;
    content: '温泉';
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.2em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mainTopics {
    padding: 58px 8.6% ;
}

.mainTopics__name {
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.3em; 
    letter-spacing: 0.06em;
    margin: 0 auto;
}

.mainTopics__txt {
    margin: 40px 0 auto;
    /* margin-top: 50px; */
    font-size: 1.4rem;
    line-height: 1.7em; 
    letter-spacing: 0.07em;
}

/* article header pc*/
@media screen and (min-width:769px) {
.mainvisual {
    height: 100vh;
    width: 100%;
    /* background: url(../); */
    position: relative;
    background-position: 0 -10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainvisual::after {
    position: absolute;
    content: '温泉';
    font-size: 4rem;
}

.mainTopics {
    padding: 188.5px 19.2%;;
}

.wrap__box {
    text-align: center;
}

.mainTopics__name {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2em; 
    letter-spacing: 0.08em;
}

.mainTopics__txt {
    font-size: 1.6rem;
    line-height: 2.6em; 
    letter-spacing: 0.08em;
    margin-top: 69px;
}
}
/* pc 769px */

/* hotspring */
/* ==============================
slick
=============================== */
.slick-slider {
    overflow: hidden;
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hotspring__img img {
    width: 100%;
    /* height: 180vw; 
    max-height: 400px; 
    min-height: 350px; */
    object-fit: cover;
}

.dots-wrap {
    display: flex;
    margin-top: 13px;
    justify-content: flex-end;
    padding-right: 7.5%;
}

.dots-wrap li {
    width: 5px;
    height: 5px;
    margin: 0 8px;
    background: #fff;
    border: 1px solid #615B54;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #615B54;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* .slick-slider pc */
@media screen and (min-width:769px) {
    .slick-slider {
        margin: 0 auto;
        padding: 0 7.5%;
    }

    .hotspring__img {
        margin: 0 40px;
    }

    .hotspring__img img {
        width: 85%;
        height: 50vw;
        min-height: 550px;
        max-height: 600px;
        margin: 0 auto;
        /* height: 180vw; 
        max-height: 400px; 
        min-height: 350px; */
        object-fit: cover;
    }

    .dots-wrap {
        margin-top: 26px;
        justify-content: flex-end;
        padding-right: 9.3%;
    }
    
    .dots-wrap li {
        width: 8px;
        height: 8px;
        margin: 0 10px;
        cursor: pointer;
    }
}

/* hotspring contents */
.section--introduction {
    padding: 50px 9.2% 0;
}

.section--information {
    padding: 50px 9.2% 75px;
}

.section__topic {
    font-size: 1.6rem;
    line-height: 2.2em; 
    letter-spacing: 0.11em;
    text-align: center;
    margin-bottom: 16px;
}

.hotspring__item {
    border-top: 1px solid #615B54;
    padding: 20px 0 24px;
}

.hotsprong__subtitle {
    display: inline-block;
    font-family: "Inter";
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4em; 
    letter-spacing: 0.07em;
}

.hotsprong__txt {
    font-family: "Inter";
    font-size: 1.4rem;
    line-height: 1.42em; 
    letter-spacing: 0.07em;
    margin-top: 13px;
}

/* .hotspring contents pc */
@media screen and (min-width:769px) {
.section--introduction  {
    padding: 150px 17.3% 0;
}

.section--information {
    padding: 83px 17.3% 200px;
}
    
.hotspring__item {
    border-top: 1px solid #615B54;
    padding: 30px 0;
    display: flex;
    gap: 227px;
}

.section__topic {
    font-size: 2.4rem;
    line-height: 1.5em; 
    letter-spacing: 0.07em;
    text-align: center;
    margin-bottom: 40px;
}

.hotsprong__subtitle {
    width: 87px;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2em; 
    letter-spacing: 0.08em;
}


.hotsprong__txt {
    font-size: 1.6rem;
    line-height: 2em; 
    letter-spacing: 0.08em;
    margin-top: 0;
}
}

/* reservation */
.section--reservation {
    padding: 72px 0;
    background: #000;
}

.reservation__contents {
    margin: 29px auto 0;
    padding: 0 8.6%;
}

.reservation__txt {
    color: #FFF;
    font-size: 1.3rem;
    line-height: 1.76em; 
    letter-spacing: 0;
}

.reservation__txt span {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}

.btn__reservation {
    display: block;
    padding: 13.5px 42px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    color: #B5A47A;
    font-family: Cardo;
    font-size: 1.1rem;
    letter-spacing: 0.13em;
    border: 1px solid #B5A47A;
    transition: 0.4s;
    margin-top: 19px;
    justify-content: center;
    align-items: center;
}

.btn__reservation:hover {
    color: #ffffff;
    background-color: #B5A47A;
}

.reservation__tel {
    color: #FFF;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    line-height: 1.12em; 
    letter-spacing: 0.08em;
    margin-top: 21px;
}

/* reservation pc */
@media screen and (min-width:769px) {
    .section--reservation {
        padding: 99px 0;
    }

    .reservation__contents {
        margin: 63px auto 0;
        padding: 0 24.5%;
    }

    .reservation__txt {
        font-size: 1.8rem;
        line-height: 2.08em; 
        letter-spacing: 0.06em;
        display: flex;
    }
    
    .reservation__txt span {
        font-size: 1.4rem;
        letter-spacing: 0.08em;
    }

    .btn__reservation {
        padding: 28px 118.5px;
        text-align: center;
        line-height: 1;
        font-size: 1.6rem;
        letter-spacing: 0.11em;
        transition: 0.4s;
        margin-top: 35px;
        justify-content: center;
        align-items: center;
    }

    .reservation__tel {
        font-size: 2.5rem;
        line-height: 1em; 
        letter-spacing: 0.05em;
        margin-top: 35px;
    }
}
/* pc 769px */

/* ==============================
footer
=============================== */
.footer  {
    padding: 51px 9% 31px;
    background-color: #141814;;
}

/* .footer__group {
    display: flex;
    justify-content: space-between;
} */

.footer__topic {
    width: 40px;
    height: 76px;
}

.footer__contents {
    display: flex;
    justify-content: space-between;
}

.foooter__information {
    display: block;
}

.footer__access, .footer__contact {
    color: #FFF;
    font-size: 1rem;
    line-height: 2.04em; 
    letter-spacing: 0.1em;
}

.footer__contact span {
    display: block;
    font-size: 0.8rem;
    line-height: 2.04em; 
    letter-spacing: 0.125em;
}

.footer__sns {
    display: flex;
    margin-top: 17px;
    justify-content: flex-end;
}

.sns__item--footer {
    width: 25px;
    height: 25px;
    margin-right: 25px;
}

.menu__list--main {
    margin-top: 48px;
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #fff;
    padding-bottom: 48px;
}

.menu__item--main {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    margin-right: 27px;
}

.menu__item--main:last-of-type {
    margin-right: 0;
}

.menu__list--sub {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-left: 95px;
    gap: 0 33px ;
}

.menu__item--sub {
    color: #FFF;
    font-family: "Inter";
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 2.8em; 
    letter-spacing: 0.1px;
    /* width: 42%; */
}

.copy {
    margin-top: 48px;
    text-align: right;
}

.copy small {
    color: #FFF;
    font-family: "Zen Old Mincho";
    font-size: 1rem;
    line-height: 2.16em; 
    letter-spacing: 0.17em;
}

/* footer pc */
@media screen and (min-width:769px) {
    .footer {
        padding: 103px 7% 31px;
    }

    .footer__group {
        display: flex;
        max-width: 1244px;
        justify-content: space-between;
    }

    .footer__contents {
        display: block;
    }


    .footer__topic {
        width: 44px;
        height: 83px;
    }

    .footer__access {
        font-size: 1.3rem;
        line-height: 1.8em; 
        letter-spacing: 0.1em;
        margin-top: 13px;
    }

    .footer__contact {
        font-size: 1.6rem;
        line-height: 1.62em;
        letter-spacing: 0.06em;
        margin-top: 70px;
    }

    .footer__contact span {
        font-size: 1.2rem;
        line-height: 1.8em; 
        letter-spacing: 0.1em;
    }

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

    .menu__list--main {
        order: 1;
        margin-top: 0;
        padding-bottom: 96px;
        width: 809px;
    }

    .menu__item--main {
        font-size: 1.5rem;
        letter-spacing: 0.5em;
        margin-right: 34px;
       
    }

    .menu__list--sub {
        margin-top: 70px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-left: 0;
        gap: 0 0 ;
    }

    .menu__item--sub {
        display: inline-block;
        padding: 0 21px;
        border-right: 1px solid #fff;
        font-size: 1.4rem;
        line-height: 1em; 
    }

    .menu__item--sub:first-of-type {
        padding: 0 21px 0 0;
    }

    .footer__sns {
        order: 2;
        display: flex;
        margin-top: -17px;
        justify-content: flex-end;
    }

    .sns__item--footer:last-of-type {
        margin-right: 0;
    }

    .copy {
        margin-top: 62px;
    }

    .copy small {
        font-size: 1.2rem;
        letter-spacing: 0.14em;
    }
}   

/*==========================
fadeIn
==========================*/
.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1;
}