@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');

@font-face {
    font-family: "TamanegiKaisho" serif;
    src: url("../fonts/tamanegi_kaisho_free.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TamanegiKaishoGeki" serif;
    src: url("../fonts/tamanegi_kaisho_geki_new_free.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    /* メインカラー（彩度明度調整） */
    --color-main: #eadcab;
    /* 文字色（墨色） */
    --color-text: #333323;
    /* ボタン背景（旧色寄） */
    --color-btn: #ddcf8f;
    /* 背景（生成り色） */
    --color-bg: #f6f4f0;
    /* ボタンのフチ（濃いめの黄土） */
    --color-btn-border: #706246;
    /* ボタンホバー（小豆色） */
    --color-btn-hover: #b07a72;
}

#vdbanner {
    width: 0 !important;
    height: 0 !important;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.4s 0.1s;
}

a:hover {
    opacity: 0.3;
}

img {
    width: 100%;
    vertical-align: bottom;
}

button {
    border: none;
    cursor: pointer;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
    color: var(--color-text);
    font-family: 'Hina Mincho', serif;
    background-color: var(--color-main);
    overflow-x: hidden;
    position: relative;
}

body.rin-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250vh;
    background-image: url("../img/layered_gentian.svg");
    background-repeat: repeat;
    background-position: center bottom;
    background-size: 60rem auto;
    z-index: -999;
    -webkit-mask-image: linear-gradient(to top, black 40%, transparent 100%);
    mask-image: linear-gradient(to top, black 40%, transparent 100%);
    pointer-events: none;
}

main {
    z-index: 10;
}

.wrap {
    width: 100%;
}

.header {
    width: 15%;
    max-width: 180px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1%;
}

.header-logo {
    margin: 10% auto 0;
}

.header-logo img {
    width: 115px;
    height: auto;
}

nav {
    width: 45%;
    margin: 15% auto 0;
}

nav ul li {
    margin-top: 50%;
    height: 2vw;
}

nav ul li a img {
    width: 100%;
    height: auto;
    max-height: 25px;
}

#top>header>nav>ul>li:nth-child(4)>a>img {
    height: 80%;
}

.hum-menu {
    display: none;
}

.up-btn {
    display: block;
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 3%;
    right: clamp(20px, calc(16vw + 40px), 100px);
    margin-right: 2%;
    background-color: transparent;
    border: none;
    font-size: 3rem;
    text-align: center;
    line-height: 1;
    display: none;
}

.up-btn span::after {
    content: "top";
    display: block;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.top-btn {
    position: fixed;
    bottom: 10%;
    right: clamp(20px, calc(16vw + 40px), 100px);
}

.top-btn p {
    margin-bottom: 15px;
}

.top-btn .btn {
    padding: 10px 30px;
}

section {
    margin: 0 auto;
}


.footer {
    padding: 0 calc((100% - 1300px) / 2) 0 10%;
}

.footer>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.footer-center {
    width: 60%;
    text-align: center;
    padding-left: 10%;
    margin-top: 5%;
}

.footer-center p:nth-child(2) {
    font-size: 3rem;
}

.footer-center p:nth-of-type(3) {
    margin-bottom: 25px;
}

.btn {
    background-color: var(--color-btn);
    border: 1.5px solid var(--color-btn-border);
    border-radius: 25px;
    padding: 10px 15px;
    transition: background-color 0.4s 0.1s;
}

.btn:hover {
    opacity: 1;
    background-color: var(--color-btn-hover);
}

.footer-logo {
    width: 15%;
    max-width: 300px;
    height: 100%;
    text-align: center;
    padding-top: 5%;
}

.footer-logo img {
    width: auto;
    min-width: 45px;
    height: 90%;
}

.copy {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3%;
    max-height: 160px;
}

.copy a {
    position: relative;
    display: inline-block;
    transition: color .3s ease;
}

.copy a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.copy a:hover::after {
    transform: scaleX(1);
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.washi-wrapper {
    background: url(../img/washi.png);
    position: relative;
    max-width: 100%;
    margin-left: 16%;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}

.W-max1200 {
    width: min(100%, 1200px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 5%;
}

h1 {
    font-family: "TamanegiKaisho" serif;
    font-size: 2em;
    font-weight: normal;
}


/* トップページここから */
/* トップページ */
.top-img {
    position: relative;
    left: 0;
    width: 100vw;
    height: 80vh;
    opacity: 0;
    animation: top 3s both 1s;
}

.top-img .inn {
    position: absolute;
    top: 2vh;
    right: 3vw;
    left: auto;
    z-index: 2;
    width: 30vw;
    height: 60vh;
    max-height: 100vh;
    border-radius: 15px;
}

.catch {
    position: absolute;
    top: 18vw;
    right: 5vw;
    left: auto;
    z-index: 3;
    font-size: 2.4rem;
    width: 2.3rem;
    color: var(--color-bg);
    text-shadow: var(--color-text) 1px 2px 5px;
}

.top-img .mountain {
    position: absolute;
    top: 0;
    left: 0;
    background:
        linear-gradient(to right,
            var(--color-main) 0px,
            var(--color-main) 50px,
            transparent 240px),
        url(../img/top02.jpg) no-repeat center/cover;
    width: 100vw;
    height: 100%;
    max-width: 2000px;
    max-height: 700px;
    z-index: -3;
    -webkit-mask-image: linear-gradient(to bottom, var(--color-main), transparent);
    mask-image: linear-gradient(to bottom, var(--color-main)30%, transparent);
}

@keyframes top {
    100% {
        opacity: 1;
    }
}

.index header {
    opacity: 0;
    animation: top 3s both 1.5s;
}


.top-concept {
    margin: 5% auto 15%;
    line-height: 3;
    position: relative;
}

.top-concept h1 {
    margin: 4rem 0;
    line-height: 2;
    font-weight: bold;
}

.W-max1200>*:first-child h1::after {
    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    width: 35%;
    height: 1.2px;
    background-color: var(--color-text);
}

.top-concept::after {
    content: "";
    position: absolute;
    bottom: -20%;
    right: -5%;
    width: 90%;
    height: 5px;
    background-color: var(--color-text);
    border-radius: 100px 0 0 0;
}

.top-sec {
    margin-bottom: 15rem;
}

.top-sec h1 {
    margin-bottom: 4rem;
}

.top-sec a {
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
}

.top-sec a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 10px;
    background: var(--color-text);
    clip-path: polygon(0 46.5%, 94.3% 46.5%, 94.3% 0, 100% 50%, 94.3% 100%, 94.3% 53.5%, 0 53.5%);
    pointer-events: auto;
    transition: transform .35s cubic-bezier(0.25, 0.1, 0.25, 1),
        opacity .35s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fl-box {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 2%;
    line-height: 5rem;
}

.fl-re {
    flex-direction: row-reverse;
}

.top-sec .line {
    display: block;
    width: 1.2px;
    height: 200px;
    background-color: var(--color-text);
}

.room-img {
    background-size: cover;
    width: 40%;
    min-width: 400px;
    height: 300px;
    border-radius: 0 30px 10px 0;
}

.food-img {
    background-size: cover;
    width: 40%;
    min-width: 400px;
    height: 300px;
    border-radius: 30px 0 0 10px;
}

.onsen-img {
    background: url(../img/onsen04.jpg) center center no-repeat;
    background-size: cover;
    width: 40%;
    min-width: 400px;
    height: 300px;
    border-radius: 0 30px 10px 0;
}

a.fl-ya {
    margin: 2% 5%;
    float: right;
}

a.fl-ya-re {
    margin-top: 2%;
    float: left;
}

.top-sec a:hover::after {
    transform: translateX(8px);
}

/* トップページ */
/* トップページここまで */

/* お部屋ページここから */
/* お部屋ページ */
.top-img .room-top {
    position: absolute;
    top: 0;
    left: 0;
    background:
        linear-gradient(to right,
            var(--color-main) 0px,
            var(--color-main) 50px,
            transparent 240px),
        url(../img/naikan01.jpg) no-repeat bottom/cover;
    width: 100vw;
    height: 80vh;
    max-width: 2000px;
    max-height: 600px;
    z-index: -3;
    -webkit-mask-image: linear-gradient(to bottom, var(--color-main), transparent);
    mask-image: linear-gradient(to bottom, var(--color-main)70%, transparent);
}

.room-block h1 {
    font-family: 'Hina Mincho', serif;
}

.room-block img {
    width: 100%;
    max-width: 1400px;
    height: 500px;
    border-radius: 20px 0 0 10px;
}

.room-text {
    line-height: 3em;
    margin: 5% 0 15%;
}

.top-text {
    list-style: inside;
    line-height: 3em;
    margin: 2% 0 5%;
}

.room-equip {
    position: relative;
}

.room-equip::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -5%;
    width: 90%;
    height: 5px;
    background-color: var(--color-text);
    border-radius: 100px 0 0 0;
}

/* お部屋ページ */
/* お部屋ページここまで */

/* お料理ページここから */
/* お料理ページ */
.top-img .food-top {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 80vh;
    max-width: 2000px;
    max-height: 600px;
    z-index: -3;
    background:
        linear-gradient(to right,
            var(--color-main) 0px,
            var(--color-main) 50px,
            transparent 240px),
        url(../img/eat01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 60%;
    mask-image: linear-gradient(to bottom, var(--color-main)70%, transparent);
}

.food-main .line {
    height: 500px;
}

.vertical-slider,
.beside-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vertical-slider li,
.beside-slider li {
    height: 100%;
}

.food-main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2%;
}

.vertical-slider {
    width: 50%;
    max-width: 500px;
    height: 700px;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.beside-slider {
    width: 80%;
    height: 550px;
    overflow: hidden;
    border-radius: 10px;
    margin: 10% auto;
}

.beside-slider li:nth-child(1) {
    overflow: hidden;
}

.beside-slider li:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    image-rendering: auto;
}

.vertical-slider img,
.beside-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vertical-slider .slick-track,
.beside-slider .slick-track {
    display: flex;
    height: 100%;
}

.vertical-slider .slick-slide,
.beside-slider .slick-slide {
    height: 100%;
}

.vertical-slider .slick-list,
.beside-slider .slick-list {
    height: 100%;
}

/* お料理ページ */
/* お料理ページここまで */


/* 温泉ページここから */
/* 温泉ページ */
.top-img .onsen-top {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 80vh;
    max-width: 2000px;
    max-height: 600px;
    z-index: -3;
    background:
        linear-gradient(to right,
            var(--color-main) 0px,
            var(--color-main) 50px,
            transparent 240px),
        url(../img/onsen01.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 60%;
    mask-image: linear-gradient(to bottom, var(--color-main)70%, transparent);
}

.onsen-block h1 {
    font-family: 'Hina Mincho', serif;
}

.onsen-slider {
    position: relative;
    max-width: 1400px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px 0 0 10px;
}

.onsen-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease;
}

.onsen-slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}

.onsen-slider li.active {
    opacity: 1;
    z-index: 2;
}

.onsen-block img {
    max-width: 1400px;
    height: 500px;
    margin: 0 auto;
    border-radius: 20px 0 0 10px;
}

.onsen-text {
    margin: 4% auto 15%;
    line-height: 4rem;
}

.onsen-equip {
    position: relative;
}

.onsen-equip::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -5%;
    width: 90%;
    height: 5px;
    background-color: var(--color-text);
    border-radius: 100px 0 0 0;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
}

.benefits-list li {
    background-color: #f8f5e6;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

.onsen-equip h3 {
    margin: 3% 0 10%;
    line-height: 5rem;
}

.onsen-header-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 2%;
}

.onsen-titles {
    display: flex;
    flex-direction: column;
}

.onsen-titles h1 {
    margin: 10% 0;
}

.onsen-equip p {
    margin: 5% 0 10%;
}

/* 温泉ページ */
/* 温泉ページここまで */

/* アクセスページここから */
/* アクセスページ */
.top-img .access-top {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 80vh;
    max-width: 2000px;
    max-height: 600px;
    z-index: -3;
    background:
        linear-gradient(to right,
            var(--color-main) 0px,
            var(--color-main) 50px,
            transparent 240px),
        url(../img/gaikan01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 60%;
    mask-image: linear-gradient(to bottom, var(--color-main)70%, transparent);
}

.access iframe {
    width: 100vw;
    max-width: 900px;
    height: 100vh;
    max-height: 600px;
    display: block;
    margin: 0 auto;
}

.access-info {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 5% auto;
    line-height: 4rem;
    align-items: center;
}

.info-left,
.info-right {
    display: flex;
    flex-direction: column;
}

.info-right {
    font-size: 2rem;
}

/* アクセスページ */
/* アクセスページここまで */

/* 予約ページここから */
/* 予約ページ */
.top-img .reserve-top {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 80vh;
    max-width: 2000px;
    max-height: 600px;
    z-index: -3;
    background:
        linear-gradient(to right,
            var(--color-main) 0px,
            var(--color-main) 50px,
            transparent 240px),
        url(../img/naikan02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 60%;
    mask-image: linear-gradient(to bottom, var(--color-main)70%, transparent);
}

/* バナー */
.plan-nav {
    position: relative;
    display: block;
    width: 45%;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    color: var(--color-bg);
    text-decoration: none;
    margin: -5% auto 15%;
}

.plan-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.plan-nav::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.plan-nav-title {
    position: absolute;
    width: 100%;
    z-index: 3;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
}

.plan-nav-title::after {
    content: "\f101";
    font-family: "FontAwesome";
    display: block;
    margin-top: 0.5rem;
    font-size: 1.5rem;
    transform: rotate(90deg);
    color: var(--color-bg);
}


.plan-nav.hanare::before {
    background-image: url("../img/room01.jpeg");
}

.plan-nav.group::before {
    background-image: url("../img/room04.jpg");
}


/* プランカード */
.reserve section h1 {
    font-family: 'Hina Mincho', serif;
}

.reserve-plan h1 {
    text-align: center;
}

.plan-card {
    position: relative;
    border: 1px solid #000;
    border-radius: 20px 0 0 20px;
    padding: 2% 2% 2% 30%;
    margin: 2% auto 20%;
    height: 600px;
    width: 1100px;
}

.plan-content h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.plan-image {
  width: 450px;
  height: 500px;
  position: absolute;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.form-slide,
.form-slide li,
.plan-image .slick-list,
.plan-image .slick-track {
  height: 100%;
}

.form-slide li {
  width: 100%;
}

.form-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

.plan-image .slick-list {
    background-color: var(--color-bg);
}

.plan-desc {
    line-height: 5rem;
}

.plan-icons {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
    margin: 2% 0;
}

.plan-icon {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.plan-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.plan-icon p {
    line-height: 1.4;
    margin: 0;
}

.reserve label {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.reserve label span {
    margin-right: 20px;

}

.reserve select,
.reserve input[type="date"] {
    padding: 0.6rem 10%;
    min-width: 120px;
    flex: 1;
    box-sizing: border-box;
}

.reserve form {
    display: flex;
    flex-direction: column;
}

.reserve label {
    margin: 5% 0;
}

.reservebtn {
    background: var(--color-btn);
    border: 1.5px solid var(--color-btn-border);
    padding: 0 10%;
    border-radius: 20px;
    margin: 8% 0 2%;
    transition: background-color 0.4s 0.1s;
}

.reservebtn:hover {
    opacity: 1;
    background-color: var(--color-btn-hover);
}

.form-fl {
    display: flex;
    gap: 25%;
}

/* モーダル*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: var(--color-bg);
    margin: 15% auto;
    padding: 5rem 3rem;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    line-height: 5rem;
}

.modal .close {
    color: #aaa;
    float: right;
    font-size: 2.5rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: -4rem;
}

.modal .close:hover {
    color: var(--color-text);
}

/* 予約ページ */
/* 予約ページここまで */

/* 宿泊約款ページここから */
/* 宿泊約款ページ */
.conditions-top {
    position: absolute;
    top: 0;
    left: 0;
    background:
        linear-gradient(to right,
            var(--color-main) 0px,
            var(--color-main) 50px,
            transparent 240px),
        url(../img/top02.jpg) no-repeat center/cover;
    width: 100vw;
    height: 100%;
    max-width: 2000px;
    max-height: 700px;
    z-index: -3;
    -webkit-mask-image: linear-gradient(to bottom, var(--color-main), transparent);
    mask-image: linear-gradient(to bottom, var(--color-main)30%, transparent);
}

.conditions h1 {
    font-family: 'Hina Mincho', serif;
}

.conditions .top-concept::after {
    display: none;
}

.conditions .top-concept {
    margin-bottom: 5%;
}

.conditions .ordinance,
.conditions .treat {
    margin: 2% 0;
}

.conditions .washi-wrapper main {
    margin-bottom: 5%;
}

/* 宿泊約款ページ */
/* 宿泊約款ページここまで */

/* スリック */
.slick-prev {
    transform: translate(50%, -50%);
}

.slick-prev:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-135deg);
}

.slick-next:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

/* スリック */

/* スクロールフワ */
.fuwa {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s;
}

.fuwa.on {
    opacity: 1;
    transform: translateY(0);
}

/* スクロールフワ */





@media(max-width:1300px) {
    .header {
        left: 0;
    }

    .header-logo {
        width: 60%;
    }

    nav {
        width: 60%;
    }

    .top-btn {
        bottom: 8%;
        right: 5%;
    }

    .up-btn {
        right: 5%;
    }
}

@media(max-width:800px) {

    /* .index main.W-max1200 {
        padding-top: 80vh;
    }
 */

    body {
        font-size: 1rem;
    }

    body p {
        line-height: 2rem;
    }

    header {
        position: relative;
        z-index: 100;
    }

    .header-logo {
        margin: 8px 0;
        min-width: 30px;
    }

    .header-logo img {
        max-width: 60px;
        height: auto;
        margin-top: 5%;
    }

    /* ハンバーガーメニュー */

    .hum-menu {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 35px;
        left: 5%;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 200;
    }

    .hum-menu .line,
    .hum-menu .line::before,
    .hum-menu .line::after {
        content: "";
        display: block;
        width: 50%;
        height: 1px;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 18px;
        transition: all 0.5s;
    }

    .hum-menu .line::before {
        top: -10px;
    }

    .hum-menu .line::after {
        width: 150%;
        top: 10px;
    }

    .hum-menu span:not(.line) {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .hum-menu.on .line {
        background-color: transparent;
        transform: translateX(5px);
    }

    .hum-menu.on .line::before {
        width: 100%;
        transform: translateY(10px) rotate(45deg);
    }

    .hum-menu.on .line::after {
        width: 100%;
        transform: translateY(-10px) rotate(-45deg);
    }

    /* ナビ */
    nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 110vh;
        background-color: rgb(from var(--color-bg) r g b / 0.7);
        opacity: 0;
        transform: translateY(100vh);
        transition: transform 0.5s ease, opacity 0.5s ease;
        z-index: 150;
    }

    nav.on {
        transform: translateY(0);
        opacity: 1;
    }

    nav ul {
        position: relative;
        padding-top: 30vh;
        z-index: 1;
    }

    nav ul::after {
        content: "";
        position: absolute;
        right: -30%;
        top: 30%;
        width: 100%;
        height: 80%;
        background: url(./img/logo_reverse.png) no-repeat center / contain;
        opacity: 0.7;
        pointer-events: none;
    }

    nav ul li {
        position: relative;
        box-sizing: content-box;
        margin-top: 3vh;
        padding: 10px 10vw;
        height: 25px;
        z-index: 2;
    }

    /* フッター */
    .footer {
        padding: 50px calc((100% - 1300px) / 2) 0;
    }

    .footer-center {
        width: 70%;
        font-size: 1.3rem;
        padding: 0;
    }

    .footer-center p:nth-child(2) {
        font-size: 2.5rem;
    }

    .footer-logo {
        display: none;
    }


    .washi-wrapper {
        transform: none;
        border-radius: 20px;
    }

    .fl-box {
        flex-direction: column;
    }

    .W-max1200>*:first-child h1::after {
        width: 50%;
        height: 0.5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-concept::after {
        left: 50%;
        bottom: -10%;
        transform: translateX(-50%);
        border-radius: 100px 100px 0 0;
    }

    .top-sec {
        margin-bottom: 10rem;
    }

    .top-sec h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
        margin: 15% 0 5%;
    }

    .top-sec .line {
        width: 200px;
        height: 1px;
        margin: 2% 0;
    }

    .top-img {
        width: 100vw;
        height: 50vh;
        position: relative;
    }

    body.rin-bg::before {
        height: 150vh;
        background-size: 40rem auto;
    }

    /* トップページここから */
    /* トップページ */
    .top-img .inn {
        width: 50vw;
        height: 40vh;
    }

    .top-img .mountain {
        background:
            linear-gradient(to bottom,
                rgb(from var(--color-main) r g b / 0.12) 0%,
                transparent 45%),
            linear-gradient(to right,
                rgb(from var(--color-main) r g b / 0.25) 0%,
                rgb(from var(--color-main) r g b / 0.15) 25%,
                transparent 60%),
            url(../img/top02.jpg) no-repeat center/cover;
        max-width: 400px;
    }

    .catch {
        position: absolute;
        top: 30vw;
        z-index: 3;
        font-size: 1.7rem;
    }

    .top-concept h1 {
        font-size: 1.7rem;
        text-align: center;
    }

    .room-img,
    .food-img,
    .onsen-img {
        min-width: 350px;
        max-height: 250px;
    }

    .room-img,
    .onsen-img {
        margin-left: clamp(-32px, -8vw, -56px);
    }

    .food-img {
        margin-right: clamp(-32px, -8vw, -56px);
    }

    a.fl-ya {
        margin: 0;
    }

    a.fl-ya-re {
        margin-left: 5%;
    }

    /* トップページ */
    /* トップページここまで */

    /* お部屋ページここから */
    /* お部屋ページ */
    .top-img .room-top {
        background:
            linear-gradient(to bottom,
                rgb(from var(--color-main) r g b / 0.12) 0%,
                transparent 45%),
            linear-gradient(to right,
                rgb(from var(--color-main) r g b / 0.25) 0%,
                rgb(from var(--color-main) r g b / 0.15) 25%,
                transparent 60%),
            url(../img/naikan01.jpg) no-repeat bottom/cover;
        max-height: 300px;
    }

    .room-block img {
        width: 100vw;
        height: 35vh;
        max-height: 300px;
    }

    /* お部屋ページ */
    /* お部屋ページここまで */

    /* お料理ページここから */
    /* お料理ページ */
    .top-img .food-top {
        background:
            linear-gradient(to bottom,
                rgb(from var(--color-main) r g b / 0.12) 0%,
                transparent 45%),
            linear-gradient(to right,
                rgb(from var(--color-main) r g b / 0.25) 0%,
                rgb(from var(--color-main) r g b / 0.15) 25%,
                transparent 60%),
            url(../img/eat01.png) no-repeat center 60% / cover;
        max-height: 300px;
    }

    .food-main {
        flex-direction: column;
    }

    .top-sec .line {
        width: 250px;
        height: 0.8px;
        margin: 5% 0;
    }

    .food-layout .top-text::after {
        content: "";
        display: block;
        width: 250px;
        height: 0.8px;
        background-color: var(--color-text);
        margin: 5% auto 2%;
    }

    .vertical-slider {
        width: 90%;
        max-width: 300px;
        height: 400px;
        overflow: hidden;
        border-radius: 15px;
    }

    .beside-slider {
        width: 100%;
        height: 300px;
        overflow: hidden;
        border-radius: 15px;
        margin: 10% auto;
    }

    /* お料理ページ */
    /* お料理ページここまで */

    /* 温泉ページここから */
    /* 温泉ページ */
    .top-img .onsen-top {
        background:
            linear-gradient(to bottom,
                rgb(from var(--color-main) r g b / 0.12) 0%,
                transparent 45%),
            linear-gradient(to right,
                rgb(from var(--color-main) r g b / 0.25) 0%,
                rgb(from var(--color-main) r g b / 0.15) 25%,
                transparent 60%),
            url(../img/onsen01.jpeg) no-repeat center 60% / cover;
        max-height: 300px;
    }

    .onsen-block h1 {
        font-size: 1.8rem;
    }

    .onsen-block .onsen-slider,
    .onsen-block img {
        width: 100vw;
        height: 35vh;
        max-height: 300px;
    }

    .onsen-text {
        line-height: 2rem;
    }

    .onsen-header-block {
        flex-direction: column;
        margin-bottom: 10%;
    }

    .benefits-area {
        text-align: center;
        margin: 0 auto 10%;
    }

    .onsen-equip::after {
        left: 50%;
        bottom: -10%;
        transform: translateX(-50%);
        border-radius: 100px 100px 0 0;
    }

    /* 温泉ページ */
    /* 温泉ページここまで */

    /* アクセスページここから */
    /* アクセスページ */
    .top-img .access-top {
        background:
            linear-gradient(to bottom,
                rgb(from var(--color-main) r g b / 0.12) 0%,
                transparent 45%),
            linear-gradient(to right,
                rgb(from var(--color-main) r g b / 0.25) 0%,
                rgb(from var(--color-main) r g b / 0.15) 25%,
                transparent 60%),
            url(../img/gaikan01.png) no-repeat center 60% / cover;
        max-height: 300px;
    }

    .access iframe {
        width: 100%;
        max-width: 350px;
        max-height: 300px;
    }

    .info-right {
        font-size: 1.5rem;
    }

    /* アクセスページ */
    /* アクセスページここまで */


    /* 予約ページここから */
    /* 予約ページ */
    .top-img .reserve-top {
        background:
            linear-gradient(to bottom,
                rgb(from var(--color-main) r g b / 0.12) 0%,
                transparent 45%),
            linear-gradient(to right,
                rgb(from var(--color-main) r g b / 0.25) 0%,
                rgb(from var(--color-main) r g b / 0.15) 25%,
                transparent 60%),
            url(../img/naikan02.jpg) no-repeat center 60% / cover;
        max-height: 300px;
    }

    .plan-card h1 {
        margin: 5% 0 10%;
    }

    .plan-nav {
        display: block;
        width: 85%;
        height: 100px;
        margin: 0 auto 10%;
    }

    .plan-nav-title {
        font-size: 1.3rem;
    }

    .plan-card {
        position: relative;
        width: 100%;
        height: auto;
        padding: 420px 2% 10%;
        margin: 10% auto 30%;
        border-radius: 20px;
        padding-bottom: 20%;
    }

    .plan-image {
        top: -1%;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
    }

    .form-slide img {
        border-radius: 5px;
    }

    .form-slide li {
        width: 100%;
        height: 400px;
    }

    .plan-desc {
        line-height: 3rem;
    }

    .plan-card::after {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        background-color: var(--color-text);
        margin: 6% auto;
        opacity: 0.4;
    }


    .plan-icon img {
        width: 35px;
        height: 35px;
    }

    .form-fl {
        flex-direction: column;
        gap: 1.5rem;
        margin: 0 10%;
    }

    .plan-icons {
        margin: 0 2%;
    }

    .reserve select,
    .reserve input[type="date"] {
        width: 60%;
        margin: 0 auto;
        flex: none;
    }

    .reservebtn {
        width: 60%;
        padding: 2rem 2%;
        margin-top: 10%;
        font-size: 1.5rem;
        margin: 0 auto;
        position: absolute;
        left: 50%;
        bottom: -2.5rem;
        transform: translateX(-50%);
        width: 60%;
        font-family: 'Hina Mincho', serif;
    }

    .reserve .plan-card::after {
        display: none;
    }

    /* 予約ページ */
    /* 予約ページここまで */
}