@charset "UTF-8";
/* ==============================
common
=============================== */
:root {
    --primary-black: #282828;
    --primary-white: #fff;
    --primary-brown: #615B54;
    --content-padding: 9%;
}

html {
    font-size: 62.5%;
}

body {
        font-family:"Cardo", "Zen Old Mincho", serif, "Inter", sans-serif;
        font-style: normal;
        color: var(--primary-black, #282828);
        font-weight: 400;
        background-color: var(--primary-white, #fff);
}

img {
    max-width: 100%;
    height: auto;
}

.section__topic--room, .section__topic--hotspring, .section__topic--restaurant {
    /* font-family:  "Zen Old Mincho"; */
    font-size: 1.7rem;
    /* line-height: 24px;  */
    letter-spacing: 0.29em;
    line-height: 1em; 
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    margin: 0 auto;
    /* border-left: solid #282828 1px;
    padding-left: 5px; */
    position: relative;
}

.section__topic--room span, .section__topic--hotspring span, .section__topic--restaurant span {
    color: #615B54;
    font-family: "cardo";
    font-size: 1rem;
    line-height: 2.5em; 
    letter-spacing: 0;
}

.section__topic--room::before {
    position: absolute;
    display: block;
    content: "";
    top: 98%;
    right: 0;
    transform:rotate(90deg);  
    width: 120px;
    height: 0.5px;
    background-color: #282828;
    z-index: 1000;
}

.section__topic--restaurant::before {
    position: absolute;
    display: block;
    content: "";
    /* top: 98%; */
    bottom: 4%;
    right: 0;
    transform:rotate(90deg);  
    width: 120px;
    height: 0.5px;
    background-color: #282828;
    z-index: 1000;
}

.section__topic--hotspring::before {
    position: absolute;
    display: block;
    content: "";
    bottom: -28%;
    right: 0;
    transform:rotate(90deg);  
    width: 120px;
    height: 0.5px;
    background-color: #282828;
    z-index: 1000;
}


.section__topic--other {
    writing-mode: horizontal-tb;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-align: center;
    margin: 0 auto;
    color: #282828;
    font-size: 1.7rem;
    line-height: 1em; 
    letter-spacing: 0.29em;
}

.section__topic--other span{
    display: block;
    color: #615B54;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2em; 
    letter-spacing: 0;
}

.section__topic--other::before {
    display: none;
}

.section__topic--reservation {
    writing-mode: horizontal-tb;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode: lr-tb;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1em; 
    letter-spacing: 0.29em;
    text-align: center;
}

.section__topic--reservation span{
    display: block;
    color: #615B54;
    text-align: center;
    font-size: 1.3rem;
    line-height: 2em; 
    letter-spacing: 0;
}

.section__topic--reservation::before {
    display: none;
}

.wrap__box {
    text-align: center;
}

.spBr {
    display: block;
}

/* common pc */
@media screen and (min-width: 769px) {
    .section__topic--room, .section__topic--hotspring, .section__topic--restaurant {
        font-size: 3.4rem;
        letter-spacing: 0.23em;
        margin: 0 auto;
    }

    .section__topic--room span, .section__topic--hotspring span, .section__topic--restaurant span {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    .section__topic--room::before, .section__topic--restaurant::before {
        position: absolute;
        content: "";
        top: 80%;
        right: 15%;
        transform:rotate(90deg);  
        width: 200px;
        height: 0.5px;
        background-color: #282828;
    }

    .section__topic--hotspring::before {
        position: absolute;
        content: "";
        top: 112%;
        bottom: 0;
        right: 15%;
        transform:rotate(90deg);  
        width: 200px;
        height: 0.5px;
        background-color: #282828;
        z-index: 100;
    }

    /* .bottom: -28%; */

    .section__topic--hotspring {
        margin-right: 102px;
    }

    .section__topic--restaurant {
        margin-left: 102px;
    }
    
    .section__topic--other {
        text-align: center;
        margin: 0 auto;
        font-size: 3.4rem;
        line-height: 1em; 
        letter-spacing: 0.14em;
    }
    
    .section__topic--other span{
        display: block;
        text-align: center;
        font-size: 1.9rem;
        line-height: 2em; 
    }
    
    .section__topic--reservation {
        color: #fff;
        font-size: 3.4rem;
        line-height: 1em; 
        letter-spacing: 0.14em;
        text-align: center;
    }
    
    .section__topic--reservation span{
        display: block;
        text-align: center;
        font-size: 1.9rem;
        line-height: 2em; 
    }
    
    .section__topic--reservation::before {
        display: none;
    }

    .wrap__box {
        text-align: left;
    }

    .spBr {
        display: none;
    }
}
/* pc 769px */

/* ==============================
header
=============================== */
.text__content {
    /* position: absolute; */
    position: fixed;
    top: 20px;
    right: 34px;
    height: 55px;
    display: flex;
    align-items: center;
    z-index: 100;
}

/* 固定ヘッダーのスタイル */
.text__content.fixed {
    position: fixed;
    top: 20px;
    right: 34px;
    height: 55px;
    /* width: 100%; */
    transition: 0.8s;
}

/* 固定ヘッダーのテキストの色 */
.text__content.fixed p {
    color: #000;
}

/* .text__content.fixed .header__lang {
    color: #000;
}

.text__content.fixed .header__btn {
    color: #000; 
} */


/* jqでヘッダーのcolor変更 */
/* .header-default {
    color: red;
} */

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%);
    width: 67px;
    height: 127px;
    z-index: 100;
}

.header__lang, .nav__lang {
    margin-right: 21px;
}

.lang__item--header, .lang__item--nav {
    color:  #fff;
    display: inline-block;
    padding: 0 7px;
    /* font-family: Cardo; */
    font-size: 1rem;
    line-height: 1.5em; 
    letter-spacing: 0.1em;
    border-right: 1px solid #FFF;
}

.lang__item--header.black {
    color: #111111; /* スクロール後の色 */
    border-right-color: #111111;
}


.lang__item--header:last-of-type {
    border-right: none;
}

.lang__item--nav:last-of-type {
    border-right: none;
}

/* nav 初期表示 */
.nav {
    background: #000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
    padding: 20px 9% 0;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    width: 29px;
    height: 54px;
}

.navheader__contents {
    display: flex;
    align-items: center;
    /* gap: 21px; */
}

.lang__item--nav:first-of-type {
    border-right: 1px solid var(--primary-white);
}

.close__btn {
    display: block;
    position: relative;
    width: 29px;
    height: 29px;
}

.close__btn::before, .close__btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 29px;
    background: #fff;
}

.close__btn::before {
    transform: translate(-50%,-50%) rotate(65deg);
}
 
.close__btn::after {
  transform: translate(-50%,-50%) rotate(-65deg);
}

.nav__box {
    padding: 0 16%;
}

.nav__list--main {
    margin-top: 126px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav__item--main {
    color: #FFF;
    font-size: 1.5rem;
    /* font-family: "Zen Old Mincho"; */
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    line-height: 32px;
    letter-spacing: 1.1em;
}

.nav__subcontents {
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
}

.nav__sns {
    display: flex;
}

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

.nav__list--sub {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.nav__item--sub {
    color: #FFF;
    font-family: "Inter";
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 1rem;
    font-weight: 300;
    margin-right: 20px;
    letter-spacing: 0.1em;
}

.nav__item--sub:last-of-type {
    margin-right: 0;
}

.nav__reservation {
    display: block;
    margin: 78px auto 0;
    width: 250px;
    height: 61px;
    color: #FFF;
    text-align: center;
    /* font-family: "Cardo"; */
    font-size: 1.6rem;
    letter-spacing: 0.09em;
    line-height: 61px;
    border: 1px solid #fff;
    transition: 0.4s;
}

/* nav active表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: flex;
    width: 29px;
    height: 29px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
    /* position: absolute;
    top: 23.5px;
    right: 9%; */
}


.hamburger-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 8px;
}

.hamburger-line.white {
    background-color: #111111;
}

/* header pc */
@media screen and (min-width: 769px) {
    /* .header {
        max-width: 1236px;
        padding-top: 14.5px 0 0 0;
        background-color: red;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    } */

/* 固定ヘッダーのスタイル */
    .text__content.fixed {
        display: none;
    }

    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -20%);
        width: 84px;
        height: 159px;
        z-index: 100;
    }
    
    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translateX(0);
    }

    .nav__all {
        display: flex;
        align-items: center;
        max-width: 1236px;
        z-index: 100;
        /* position: fixed; */
        top: 0;
        left: 8px;
        transition: .3s;
    }

    /* .nav__all.change-color {
        background-color: white;
    } */

    .nav__header {
        display: flex;
        padding: 0 0;
        order: 2;
        justify-content: flex-start;
        align-items: center;
    }

    .nav__lang {
        margin-right: 35px;
    }

    .lang__item--nav {
        display: inline-block;
        padding: 0 10.5px;
        font-size: 1.5rem;
        line-height: 1em; 
        letter-spacing: 0.06em;
        border-right-color: #fff;
    }

    .lang__item--nav.change {
        color: #111111; /* スクロール後の色 */
        border-right-color: #111111;
    }

    /* .lang__item--nav.change-color {
        color: black;
    } */

    .close__btn {
        display: none;
    }

    .nav__box {
        padding: 0;
    }

    .header__logo {
        display: none;
    }

    .nav__list--main {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        order: 1;
    }

    .nav__item--main {
        color: #FFF;
        font-size: 1.5rem;
        writing-mode: horizontal-tb;
        -webkit-writing-mode:horizontal-tb;
        -ms-writing-mode: lr-tb;
        line-height: 1;
        letter-spacing: 0.26em;
        margin-right: 36px;
    }

    .nav__item--main.invert {
        color: #111111; /* スクロール後の色 */
    }

    /* .nav__item--main:first-of-type {
        display: none;
    } */

    /* .nav__item--main.change-color {
        color: black;
    } */

    .nav__subcontents {
        display: none;
    }

    .header__btn {
        display: none;
    }

    .header__lang {
        display: none;
    }
    
    .nav__reservation {
        display: block;
        margin: 0;
        width: 135px;
        height: 50px;
        justify-content: center;
        align-items: center;
        font-size: 1.3rem;
        letter-spacing: 0.06em;
        line-height: 50px;
        order: 3;
        border: 1px solid #fff;
    }

    .nav__reservation.color {
        color: #111111;
        border: 1px solid #111111; /* スクロール後の色 */
    }

    /* .nav__reservation.change-color {
        color: black;
    } */

    /* 固定ヘッダーのスタイル */
    /* .nav__all.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        transition: 0.8s;
    } */
  
  /* 固定ヘッダーのテキストの色 */
    /* .nav__all.fixed a {
        color: #ffffff;
    } */
}
/* pc 769px */

/* ==============================
main
=============================== */
.mainvisual {
    height: 691px;
    width: 100%;
    background: url(../images/mainvisual.png);
    /* position: relative; */
    background-position: 50% -60px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ==============================
viewmore__btn
=============================== */
.morebtn__wrap, .morebtn__wrap--other {
    /* text-align: center; */
    margin-top: 33px;
    padding: 0 29%;
}

.morebtn__wrap--news {
    margin-top: 50px;
    padding: 0 33.5%;
}

.button2{
    display:inline-block;
    font-size: 1.1rem;
    line-height: 1.45em; 
    letter-spacing: 0.07em;
    text-align:center;
    color:#282828;
    /* margin:5px; */
    
    /* border:1px solid; */
    cursor:pointer;
    position: relative;
    text-decoration: none;
}

.button2::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    left: 75px;    /* 位置 */
    width: 45px;    /* 長さ */
    height: 6px;
    border: none;
    border-right: 1px solid #282828;
    border-bottom: 1px solid #282828;
    transform: skew(45deg);
    transition: .3s;
}

.button2:hover::after{
    right: 40px;
    width: 85px;
}

/* viewmorebtn pc*/
@media screen and (min-width:769px) {
    .morebtn__wrap {
        margin-top: 60px;
        padding: 0 33.9%;
    }

    .morebtn__wrap--other {
        margin-top: 60px;
        margin-left: auto;
        padding: 0 0;
    }

    .morebtn__wrap--news {
        margin-top: 80px;
        padding: 0 43.5%;
    }

    .button2{
        font-size: 1.6rem;
        line-height: 1em; 
        letter-spacing: 0.05em;
        text-align:center;
        cursor:pointer;
        position: relative;
        text-decoration: none;
    }

    .button2::after{
        content: "";
        display: block;
        position: absolute;
        top: calc(50% - 5px);
        left: 120px;    /* 位置 */
        width: 60px;    /* 長さ */
        height: 6px;
        border: none;
        border-right: 1px solid #282828;
        border-bottom: 1px solid #282828;
        transform: skew(45deg);
        transition: .3s;
    }
    
    .button2:hover::after{
        right: 40px;
        width: 100px;
    }
}
/* pc 769px */

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

/* .section__topic--other:last-of-type {
    color: #fff;
} */

.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;
    }
}   