﻿.u-inner {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.u-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.hp_fontPrata {
    font-family: "Prata", serif !important;
}

.hp_fontMincyo {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.hp_fontGothic {
    font-family: "游ゴシック Medium", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif !important;
}

/*Light*/
@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

/*Regular*/
@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/*Midium*/
@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

/*Bold*/
@font-face {
    font-family: "Noto Sans JP";
    src: url("../font/NotoSansJP-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/*Light*/
@font-face {
    font-family: "Noto Serif JP";
    src: url("../font/NotoSerifJP-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

/*Midium*/
@font-face {
    font-family: "Noto Serif JP";
    src: url("../font/NotoSerifJP-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

/*Regular*/
@font-face {
    font-family: "Noto Serif JP";
    src: url("../font/NotoSerifJP-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

/*SemiBold*/
@font-face {
    font-family: "Noto Serif JP";
    src: url("../font/NotoSerifJP-SemiBold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

/*Bold*/
@font-face {
    font-family: "Noto Serif JP";
    src: url("../font/NotoSerifJP-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

/*
Theme Name: 
Theme URI: 
Author: COMLAB
*/
img {
    width: auto;
    height: auto;
    max-width: 100%;
}

/*ベース設定*/
body {
    font-size: 16px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.4px;
    color: #000000;
    font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*word-wrap: break-word;
  overflow-wrap: break-word;*/
    background-color: #F3F4EF;
}

::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

a:focus {
    outline: none;
}

section {
    position: relative;
}

textarea {
    padding: 1em;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input {
    padding-left: 1em;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input::-ms-clear {
    visibility: hidden;
}

input::-ms-reveal {
    visibility: hidden;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

#notfound #content {
    padding: 200px 0;
    text-align: center;
}

.notfound-wrapper {
    line-height: 2;
}

.slick-slide {
    outline: none;
}

li {
    list-style-type: none;
}

/*Safariでplaceholderの位置がずれるのを修正*/
body.js_isSafari input::-webkit-input-placeholder {
    position: relative;
    top: 0.18em;
}

/*Firefoxでplaceholdertextのopacityが小さくなるのを修正*/
input:-moz-placeholder,
input::-moz-placeholder {
    opacity: 1;
}

/* Android系で出るタップ時の青い枠を出さない */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.on-pc {
    display: inline;
}

@media (max-width: 840px) {
    .on-pc {
        display: none;
    }
}

.on-sp {
    display: none;
}

@media (max-width: 840px) {
    .on-sp {
        display: inline;
    }
}

/*============================
#header.l-header
============================*/
.l-header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0%;
    left: 0;
    height: 100px;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

@media (max-width: 840px) {
    .l-header {
        height: 60px;
        opacity: 1;
        pointer-events: all;
    }
}

.l-header.is-show {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    pointer-events: all;
}

.l-header__inner {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 99;
}

@media (max-width: 840px) {
    .l-header__inner {
        width: 90%;
    }
}

.l-header-logo {
    display: block;
    width: 50%;
    max-width: 333px;
    margin-top: 12px;
}

@media (max-width: 840px) {
    .l-header-logo {
        max-width: 170px;
    }
}

.l-header-logo__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.l-header-nav__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    overflow-y: scroll;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    pointer-events: none;
    padding-bottom: 50px;
    padding-top: 100px;
    z-index: 98;
}

@media (max-width: 840px) {
    .l-header-nav__wrapper {
        padding-top: 60px;
    }
}

.l-header-nav {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 96px;
}

@media (max-width: 840px) {
    .l-header-nav {
        width: 79%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 29px;
    }
}

.l-header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 840px) {
    .l-header-nav__list {
        display: block;
    }
}

.l-header-nav__list+.l-header-nav__list {
    margin-top: 5px;
}

.l-header-nav__item {
    display: block;
    margin-right: 80px;
    position: relative;
}

@media (max-width: 840px) {
    .l-header-nav__item {
        margin-right: 0;
        margin-top: 28px;
    }
}

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

.l-header-nav__item::after {
    display: block;
    content: "";
    width: 20px;
    height: 57px;
    background-image: url(../image/nav-arrow.svg);
    position: absolute;
    top: 23px;
    right: -49px;
}

@media (max-width: 840px) {
    .l-header-nav__item::after {
        display: none;
    }
}

.l-header-nav__link {
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding: 1em;
    text-align: center;
}

@media (max-width: 840px) {
    .l-header-nav__link {
        display: inline-block;
        text-align: left;
        padding: 0;
    }
}

.l-header-nav__title__main {
    font-family: century-gothic, sans-serif;
    font-size: clamp(1.25rem, -0.3125rem + 5vw, 2.5rem);
    letter-spacing: 0.1em;
    line-height: 1;
}

@media (max-width: 1270px) {
    .l-header-nav__title__main {
        font-size: clamp(1.25rem, -0.3125rem + 4.5vw, 2.5rem);
    }
}

.l-header-nav__title__sub {
    margin-top: 6px;
    display: block;
}

@media (max-width: 840px) {
    .l-header-nav__title__sub {
        margin-top: 4px;
        display: block;
    }
}

.l-header-map {
    width: calc(80% + 1.9em);
    margin-right: auto;
    margin-left: auto;
    margin-top: 44px;
}

@media (max-width: 840px) {
    .l-header-map {
        margin-top: 28px;
        width: calc(77% + 1.9em);
    }
}

.l-header-map__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 1em;
    color: #61A369;
    font-family: century-gothic, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: relative;
}

@media (max-width: 840px) {
    .l-header-map__link {
        padding: 1em 0.7em;
    }
}

.l-header-map__link::after {
    display: block;
    content: "";
    width: 137px;
    height: 1px;
    background-color: #61A369;
    position: absolute;
    bottom: 9px;
    left: 15px;
}

@media (max-width: 840px) {
    .l-header-map__link::after {
        bottom: 9px;
        left: 10px;
    }
}

.l-header-map__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
}

@media (max-width: 840px) {
    .l-header-map__arrow {
        margin-left: 14px;
    }
}

.l-header-address {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.57;
    margin-top: 183px;
}

@media (max-width: 840px) {
    .l-header-address {
        display: none;
    }
}

.l-humburger {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0px;
    right: 42px;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

@media (max-width: 840px) {
    .l-humburger {
        width: 60px;
        height: 60px;
        right: 0px;
        opacity: 1;
        pointer-events: all;
    }
}

.l-humburger:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.l-humburger.is-show {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    pointer-events: all;
}

.l-humburger__inner {
    display: block;
    width: 32px;
    height: 21px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 840px) {
    .l-humburger__inner {
        width: 22px;
        height: 17px;
    }
}

.l-humburger-bar {
    width: 100%;
    display: block;
    height: 1px;
    border-radius: 4px;
    background-color: #000;
    margin-bottom: 9px;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

@media (max-width: 840px) {
    .l-humburger-bar {
        margin-bottom: 7px;
    }
}

.l-humburger-bar.--middle {
    width: 90%;
}

.l-humburger-bar:last-of-type {
    margin-bottom: 0;
}

.js_humburgerOpen {
    overflow: hidden;
}

.js_humburgerOpen .l-humburger-bar.--top {
    -webkit-transform: rotate(-42deg) translateY(-4px) translateX(2px);
    transform: rotate(-42deg) translateY(-4px) translateX(2px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

@media (max-width: 840px) {
    .js_humburgerOpen .l-humburger-bar.--top {
        -webkit-transform: rotate(-42deg) translateY(-1px) translateX(0px);
        transform: rotate(-42deg) translateY(-1px) translateX(0px);
    }
}

.js_humburgerOpen .l-humburger-bar.--middle {
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.js_humburgerOpen .l-humburger-bar.--bottom {
    -webkit-transform: rotate(42deg) translateY(-2px) translateX(-2px);
    transform: rotate(42deg) translateY(-2px) translateX(-2px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.js_humburgerOpen .l-header-nav__wrapper {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    pointer-events: auto;
    padding-bottom: 50px;
}

/*footer*/
.p-footer__bg {
    width: 100%;
    height: 440px;
}

@media (max-width: 840px) {
    .p-footer__bg {
        height: 53.333vw;
        max-height: 400px;
    }
}

.p-footer__bg__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.l-footer {
    background: #2F2F2F;
}

.l-footer__inner {
    width: 94.5%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 80px;
}

@media (max-width: 840px) {
    .l-footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 40px;
    }
}

.l-footer-logo {
    width: 20%;
    max-width: 167px;
}

@media (max-width: 840px) {
    .l-footer-logo {
        width: 167px;
    }
}

.l-footer-logo__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.l-footer__address {
    color: #fff;
    margin-left: 38px;
    padding-top: 0px;
}

@media (max-width: 840px) {
    .l-footer__address {
        margin-left: 0;
        padding-top: 10px;
        text-align: center;
    }
}

.l-footer__address__place {
    font-size: 16px;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.l-footer__address__info {
    font-size: 10px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1.4;
    margin-top: 6px;
}

@media (max-width: 840px) {
    .l-footer__address__info {
        line-height: 1.9;
    }
}

.l-footer__address__sns {
    margin-top: 6px;
}

.l-footer__address__sns__link {
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.l-fotter__adress__sns__icon {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

@media (max-width: 840px) {
    .l-fotter__adress__sns__icon {
        width: 19px;
        height: 19px;
        margin-top: 15px;
        margin-right: 0;
    }
}

.l-footer__address__sns__text {
    font-size: 10px;
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: 1.4;
    display: inline-block;
}

@media (max-width: 840px) {
    .l-footer__address__sns__text {
        display: none;
    }
}

.l-footer-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 840px) {
    .l-footer-nav {
        margin-top: 22px;
    }
}

.l-footer-nav__reserve {
    width: 220px;
    height: 66px;
}

@media (max-width: 840px) {
    .l-footer-nav__reserve {
        width: 262px;
        height: 48px;
    }
}

.l-footer-nav__reserve__link {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 40px 0 0 0;
    position: relative;
}

@media (max-width: 840px) {
    .l-footer-nav__reserve__link {
        border-radius: 16px 0 0 0;
    }
}

.l-footer-nav__reserve__link::after {
    display: block;
    content: "";
    width: 39px;
    height: 39px;
    background-image: url(../image/reseve.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
}

.l-footer-nav__reserve__title--main {
    display: block;
    font-family: century-gothic, sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 4px;
}

.l-footer-nav__reserve__title--sub {
    font-size: 10px;
    letter-spacing: 0.1em;
}

.l-footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 22px;
}

@media (max-width: 840px) {
    .l-footer-nav__list {
        display: none;
    }
}

.l-footer-nav__item {
    margin-right: 0.9em;
}

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

.l-footer-nav__link {
    color: #fff;
    font-family: century-gothic, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.l-footer-copy {
    font-size: 14px;
    font-family: century-gothic, sans-serif;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 20px;
}

@media (max-width: 840px) {
    .l-footer-copy {
        margin-top: 38px;
    }
}

/*============================
#pagetop.p-hero
============================*/
.p-hero-header {
    width: 100%;
    height: 140px;
}

@media (max-width: 840px) {
    .p-hero-header {
        display: none;
    }
}

.p-hero-header__inner {
    width: 96%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-hero-header__logo {
    margin-left: 0.8em;
}

.p-hero-header__logo>.__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-hero-header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.p-hero-header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-hero-header__nav__item {
    margin-left: 15px;
    position: relative;
}

.p-hero-header__nav__item.cur::before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(180deg, #61A369 0%, #F3F4EF 100%);
}

.p-hero-header__nav__item:first-of-type {
    margin-left: 0;
}

.p-hero-header__nav__link {
    display: block;
    padding: 0.8em;
    position: relative;
}

.p-hero-header__nav__title--main {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: century-gothic, sans-serif;
    text-align: center;
}

.p-hero-header__nav__title--sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.p-hero-header__nav__item.cur .p-hero-header__nav__title--main,
.p-hero-header__nav__item.cur .p-hero-header__nav__title--sub {
    color: #fff;
}

.p-hero-hader__nav__instagram {
    display: block;
    width: 17px;
    height: 17px;
}

.p-hero__visal {
    width: calc(100% - 225px);
    height: 735px;
    margin-left: auto;
    margin-right: 0;
    position: relative;
}

@media (max-width: 840px) {
    .p-hero__visal {
        width: calc(100% - 56px);
        height: 480px;
        margin-top: 60px;
    }
}

.p-hero__visal__inner {
    width: 100%;
    height: 100%;
}

.p-hero__visual__img {
    border-radius: 32px 0 0 32px;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 840px) {
    .p-hero__visual__img {
        border-radius: 28px 0 0 28px;
    }
}

.p-hero__title {
    position: absolute;
    top: 49.5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -184px;
}

@media (max-width: 840px) {
    .p-hero__title {
        top: 45%;
        left: -37px;
    }
}

.p-hero__title>.--main {
    font-family: century-gothic, sans-serif;
    font-size: clamp(1.525rem, 0.3438rem + 3vw, 3.5rem);
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1.5;
    color: #000;
    margin-bottom: 7px;
}

@media (max-width: 840px) {
    .p-hero__title>.--main {
        letter-spacing: 0.18em;
    }
}

.p-hero__title>.--sub {
    font-size: clamp(0.925rem, 0.3125rem + 1vw, 1rem);
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-shadow: #fff 0 3px 6px;
}

.p-hero__scroll {
    width: 100%;
    position: absolute;
    bottom: 50%;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 96;
    pointer-events: none;
    height: 158px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.p-hero__scroll__inner {
    height: 100%;
}

.p-hero__scroll__wrapper {
    height: 100%;
    position: relative;
}

.p-hero__scroll__top {
    width: 1px;
    height: 72px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    right: 39px;
    -webkit-animation: pathmove 2s ease-in-out infinite;
    animation: pathmove 2s ease-in-out infinite;
    opacity: 1;
    z-index: 10;
}

@media (max-width: 840px) {
    .p-hero__scroll__top {
        right: 14px;
    }
}

.p-hero__scroll__text {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: century-gothic, sans-serif;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 39px;
    right: 32px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 840px) {
    .p-hero__scroll__text {
        font-size: 10px;
        bottom: 42px;
        right: 9px;
    }
}

@-webkit-keyframes pathmove {
    0% {
        height: 0;
        top: -36px;
        opacity: 0;
    }

    30% {
        height: 72px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 66px;
        opacity: 0;
    }
}

@keyframes pathmove {
    0% {
        height: 0;
        top: -36px;
        opacity: 0;
    }

    30% {
        height: 72px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 66px;
        opacity: 0;
    }
}

.p-fixed__bnner__reserve {
    width: 254px;
    height: 64px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 95;
}

.n-button {
    width: 254px;
    height: 71px;
    margin-top: 40px;
}

.p-fixed__bnner__reserve__link,
.n-button__link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F3F4EF 0%, #61A369 100%);
    border-radius: 0px 40px 0 0;
    position: relative;
}

@media (max-width: 840px) {

    .p-fixed__bnner__reserve__link {
        display: none;
        border-radius: 0 16px 0 0;
    }
}

.p-fixed__bnner__reserve__link::after,
.n-button__link::after {
    display: block;
    content: "";
    width: 39px;
    height: 39px;
    background-image: url(../image/reserve-w.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.p-fixed__bnner__reserve__title--main,
.n-button__link__title {
    display: block;
    font-family: century-gothic, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 4px;
}

.p-fixed__bnner__reserve__title--sub,
.n-button__link__subtitle {
    font-size: 10px;
    letter-spacing: 0.1em;
}

/*============================
#about.p-about
============================*/
.p-about {
    margin-top: 130px;
}

@media (max-width: 840px) {
    .p-about {
        margin-top: 67px;
    }
}

.p-about__inner {
    width: 856px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 840px) {
    .p-about__inner {
        width: 90%;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-about-title {
    font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem);
    letter-spacing: 0.38em;
    line-height: 1.7;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #61A369;
    margin-top: 16px;
}

@media (max-width: 840px) {
    .p-about-title {
        letter-spacing: 0.32em;
        line-height: 2;
    }
}

.p-about__intro {
    width: 100%;
    margin-left: 8px;
}

@media (max-width: 840px) {
    .p-about__intro {
        margin-left: 0;
        margin-top: 51px;
    }
}

.p-about__intro__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 840px) {
    .p-about__intro__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-about__intro__title>.--main {
    font-size: clamp(1.1875rem, 0.7969rem + 1.25vw, 1.5rem);
    font-family: century-gothic, sans-serif;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 1.5;
    color: #61A369;
}

.p-about__intro__title>.--sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding-top: 5px;
    margin-left: 53px;
    color: #61A369;
}

@media (max-width: 840px) {
    .p-about__intro__title>.--sub {
        margin-left: 0;
        font-size: 10px;
        padding-top: 2px;
    }
}

.p-about__intro__title>.--sub::after,
.p-about__intro__title>.--sub::before {
    width: 12px;
    height: 1px;
    display: block;
    content: "";
    background-color: #61A369;
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-about__intro__title>.--sub::after {
    right: -18px;
}

.p-about__intro__title>.--sub::before {
    left: -18px;
}

.p-about__intro__text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.875;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-top: 35px;
    max-width: 623px;
    color: #1C1C1C;
    font-weight: 500;
}

@media (max-width: 840px) {
    .p-about__intro__text {
        font-size: 12px;
        line-height: 1.7;
        margin-top: 22px;
    }
}

.p-about__intro__text+.p-about__intro__text {
    margin-top: 30px;
}

@media (max-width: 840px) {
    .p-about__intro__text+.p-about__intro__text {
        margin-top: 18px;
    }
}

.p-about-slider {
    margin-top: 97px;
    overflow-x: hidden;
}

@media (max-width: 840px) {
    .p-about-slider {
        margin-top: 57px;
    }
}

.p-about-slider__container {
    width: 1160px;
    max-width: 90%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width: 840px) {
    .p-about-slider__container {
        width: 90%;
        max-width: 100%;
        overflow-x: hidden;
    }
}

.p-about-slider__list {
    height: 520px;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0.45, 1) !important;
    transition-timing-function: cubic-bezier(0.85, 0, 0.45, 1) !important;
}

@media (max-width: 840px) {
    .p-about-slider__list {
        height: 74.66666vw;
    }
}

.p-about-slider__visual__item>img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-controller {
    width: 100%;
    height: 48px;
    margin-top: 23px;
}

@media (max-width: 840px) {
    .swiper-controller {
        height: 28px;
        margin-top: 14px;
    }
}

.swiper-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.swiper-pagination-bullet {
    width: 48px;
    height: 2px;
    background-color: rgba(112, 112, 112, 0.5);
    margin-left: 8px;
    border-radius: 4px;
}

@media (max-width: 840px) {
    .swiper-pagination-bullet {
        width: 24px;
    }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #61A369;
}

@media (max-width: 840px) {
    .p-about_swiper__button {
        display: none;
    }
}

.p-about_swiper__button:hover {
    opacity: 0.6;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.swiper-button-next {
    width: 77px;
    height: 77px;
    position: absolute;
    top: 48%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../image/slider-arrow-l.svg);
    background-size: cover;
}

.swiper-button-prev {
    width: 77px;
    height: 77px;
    position: absolute;
    top: 48%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../image/slider-arrow-r.svg);
    background-size: cover;
}

/*============================
#stay.p-stay
============================*/
.p-stay {
    margin-top: 73px;
}

@media (max-width: 840px) {
    .p-stay {
        margin-top: 126px;
    }
}

.p-stay-visual {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 840px) {
    .p-stay-visual {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.p-stay-slider {
    width: 63%;
    overflow-x: hidden;
}

@media (max-width: 840px) {
    .p-stay-slider {
        width: 90%;
        margin-top: 25px;
    }
}

.p-stay-slider__list {
    height: 480px;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0.45, 1) !important;
    transition-timing-function: cubic-bezier(0.85, 0, 0.45, 1) !important;
}

@media (max-width: 840px) {
    .p-stay-slider__list {
        height: 48vw;
    }
}

.p-stay-slider__visual__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 840px) {
    .swiper-controller.p-stay__controller {
        margin-top: 7px;
    }
}

.swiper-controller.p-stay__controller .swiper-pagination {
    max-width: 63%;
    margin-right: 2px;
}

@media (max-width: 840px) {
    .swiper-controller.p-stay__controller .swiper-pagination {
        max-width: 100%;
        width: 90%;
    }
}

.p-stay-title {
    width: 37%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -80px;
}

@media (max-width: 840px) {
    .p-stay-title {
        width: 100%;
    }
}

.p-stay-title>.--main {
    font-size: clamp(1.1875rem, 0.7969rem + 1.25vw, 1.5rem);
    font-family: century-gothic, sans-serif;
    letter-spacing: 0.15em;
    font-weight: bold;
    line-height: 1.5;
    color: #61A369;
}

.p-stay-title>.--sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding-top: 5px;
    color: #61A369;
}

@media (max-width: 840px) {
    .p-stay-title>.--sub {
        margin-left: 0;
        font-size: 10px;
        padding-top: 2px;
    }
}

.p-stay-title>.--sub::after,
.p-stay-title>.--sub::before {
    width: 12px;
    height: 1px;
    display: block;
    content: "";
    background-color: #61A369;
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-stay-title>.--sub::after {
    right: -18px;
}

.p-stay-title>.--sub::before {
    left: -18px;
}

.p-stay-content {
    width: 1260px;
    max-width: 90%;
    margin-left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 80px;
}

@media (min-width: 1500px) {
    .p-stay-content {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1270px) {
    .p-stay-content {
        width: 90%;
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .p-stay-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 34px;
    }
}

.p-stay-content__texts {
    width: calc(100% - 520px);
    padding-right: 70px;
}

@media (max-width: 1270px) {
    .p-stay-content__texts {
        width: calc(100% - 400px);
    }
}

@media (max-width: 1100px) {
    .p-stay-content__texts {
        width: 100%;
        padding-right: 0;
    }
}

.p-stay-content__title {
    font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem);
    color: #61A369;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

@media (max-width: 1100px) {
    .p-stay-content__title {
        letter-spacing: 0.05em;
        line-height: 1.5;
    }
}

.p-stay-content__text {
    font-size: clamp(0.75rem, 0.4375rem + 1vw, 1rem);
    letter-spacing: 0.05em;
    line-height: 1.85;
    margin-top: 40px;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media (max-width: 1100px) {
    .p-stay-content__text {
        line-height: 1.7;
        margin-top: 22px;
    }
}

.p-stay-content__text+.p-stay-content__text {
    margin-top: 30px;
}

@media (max-width: 1100px) {
    .p-stay-content__text+.p-stay-content__text {
        margin-top: 20px;
    }
}

.p-stay-content__attention {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2.1;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-top: 26px;
    display: block;
}

@media (max-width: 1100px) {
    .p-stay-content__attention {
        margin-top: 9px;
        font-size: 10px;
    }
}

.p-stay-content__visual {
    width: 520px;
    height: 400px;
    position: relative;
}

@media (max-width: 1270px) {
    .p-stay-content__visual {
        width: 400px;
        height: 300px;
    }
}

@media (max-width: 1100px) {
    .p-stay-content__visual {
        width: 100%;
        height: 56vw;
        margin-right: auto;
        margin-left: auto;
        margin-top: 83px;
    }
}

.p-stay-content__visual__img {
    width: 320px;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (max-width: 1270px) {
    .p-stay-content__visual__img {
        width: 240px;
        height: 240px;
    }
}

@media (max-width: 1100px) {
    .p-stay-content__visual__img {
        width: 53.33vw;
        height: 37.3333vw;
    }
}

.js-scroll__trigger {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
}

.js-scroll__trigger.is-scroll__active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 2s, -webkit-transform 2s ease-out;
    transition: opacity 2s, -webkit-transform 2s ease-out;
    transition: opacity 2s, transform 2s ease-out;
    transition: opacity 2s, transform 2s ease-out, -webkit-transform 2s ease-out;
}

.p-stay-content__visual__img.--free1 {
    position: absolute;
    top: 53px;
    right: 242px;
    z-index: 1;
}

@media (max-width: 1270px) {
    .p-stay-content__visual__img.--free1 {
        right: 142px;
    }
}

@media (max-width: 1100px) {
    .p-stay-content__visual__img.--free1 {
        right: 40%;
        top: 43px;
    }
}

.p-stay-content__visual__img.--free2 {
    position: absolute;
    top: -27px;
    right: 0;
    z-index: 2;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.p-stay-detail {
    margin-top: 68px;
    width: 1123px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 840px) {
    .p-stay-detail {
        width: 100%;
        max-width: 100%;
        margin-top: 13px;
    }
}

.p-stay-detail__img {
    display: block;
    margin-left: 2px;
}

@media (max-width: 840px) {
    .p-stay-detail__img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        margin-left: 0;
    }
}

.p-stay-detail__info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    min-height: 96px;
    width: 100%;
}

.p-stay-detail__info__wrapper:first-of-type .__text {}

.p-stay-detail__info__wrapper.__narrow {}

@media (max-width: 840px) {
    .p-stay-detail__info__wrapper.__narrow {
        width: 100%;
    }
}

.p-stay-detail__info__wrapper::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='1209' height='1' viewBox='0 0 1209 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cline x1='-4.37114e-08' y1='0.5' x2='1209' y2='0.499894' stroke='%2361A369' stroke-dasharray='3 3'/%3E %3C/svg%3E");
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.p-stay-detail__info__wrapper:last-of-type::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='1209' height='1' viewBox='0 0 1209 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cline x1='-4.37114e-08' y1='0.5' x2='1209' y2='0.499894' stroke='%2361A369' stroke-dasharray='3 3'/%3E %3C/svg%3E");
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (max-width: 840px) {
    .p-stay-detail__info__wrapper {
        display: block;
        min-height: auto;
        padding: 17px 20px 13px;
    }
}

.p-stay-detail__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px;
}

.p-stay-detail__info tbody {
    width: 100%;
}

@media (max-width: 840px) {
    .p-stay-detail__info {
        display: block;
        margin-top: 24px;
        width: 90%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
}

.p-stay-detail__info .__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: center;
    align-items: end;
    -webkit-box-pack: end;
    -ms-flex-pack: center;
    justify-content: end;
    width: 166px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #61A369;
    font-weight: normal;
    padding: 20px;
    position: relative;
    width: 50%;
}

@media (max-width: 1000px) {
    .p-stay-detail__info .__title {
        font-size: 16px;
        width: 110px;
    }
}

@media (max-width: 840px) {
    .p-stay-detail__info .__title {
        width: auto;
        font-size: 14px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: auto;
        padding: 0;
    }
}

.p-stay-detail__info .__title.__wide {}

.p-stay-detail__info .__text {
    width: calc(100% - 166px);
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: normal;
    padding: 20px 0;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    position: relative;
    padding-left: 20px;
}

@media (max-width: 1000px) {
    .p-stay-detail__info .__text {
        font-size: 14px;
        width: calc(100% - 110px);
    }
}

@media (max-width: 840px) {
    .p-stay-detail__info .__text {
        width: 100%;
        font-size: 12px;
        min-height: auto;
        padding: 0;
        line-height: 1.66;
        margin-top: 6px;
    }
}

.p-stay-detail__info .__text.__wide {}

@media (max-width: 1000px) {
    .p-stay-detail__info .__text.__wide {
        width: calc(100% - 110px);
        padding-left: 0;
    }
}

@media (max-width: 840px) {
    .p-stay-detail__info .__text.__wide {
        width: 100%;
    }
}

.p-stay-reserve {
    margin-top: 39px;
}

@media (max-width: 840px) {
    .p-stay-reserve {
        margin-top: 26px;
    }
}

.p-stay-reserve__link {
    width: 480px;
    height: 88px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    background: linear-gradient(90deg, #F3F4EF 0%, #61A369 100%);
    border-radius: 24px 40px 0 0;
    position: relative;
}

@media (max-width: 840px) {
    .p-stay-reserve__link {
        width: 70%;
        max-width: 285px;
        height: 56px;
        border-radius: 16px 16px 0 0;
    }
}

.p-stay-reserve__link::after {
    display: block;
    content: "";
    width: 39px;
    height: 39px;
    background-image: url(../image/reserve-w.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
}

@media (max-width: 840px) {
    .p-stay-reserve__link::after {
        width: 24px;
        height: 24px;
        background-size: contain;
        right: 16px;
    }
}


.p-stay-reserve__title--main {
    display: block;
    font-family: century-gothic, sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    margin-bottom: 3px;
    margin-top: -6px;
}

@media (max-width: 840px) {
    .p-stay-reserve__title--main {
        font-size: 16px;
    }
}

.p-stay-reserve__title--sub {
    font-size: 14px;
    letter-spacing: 0.1em;
}

@media (max-width: 840px) {
    .p-stay-reserve__title--sub {
        font-size: 10px;
    }
}

/*============================
#instagram.p-instagram
============================*/
#instagram.p-instagram {
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 90px;
}

@media (max-width: 840px) {
    #instagram.p-instagram {
        background-image: url(../image/instagram-sp.jpg);
        margin-top: 50px;
        padding-top: 42px;
        padding-bottom: 60px;
    }
}

.p-instagram-title {
    text-align: center;
}

.p-instagram-title>.--main {
    font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
    font-family: century-gothic, sans-serif;
    letter-spacing: 0.15em;
    font-weight: bold;
    line-height: 1.5;
    color: #61A369;
}

.p-instagram-title>.--sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding-top: 5px;
}

@media (max-width: 840px) {
    .p-instagram-title>.--sub {
        margin-left: 0;
        font-size: 10px;
        padding-top: 2px;
    }
}

.p-instagram-title>.--sub::after,
.p-instagram-title>.--sub::before {
    width: 8px;
    height: 1px;
    display: block;
    content: "";
    background-color: #000;
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-instagram-title>.--sub::after {
    right: -16px;
}

.p-instagram-title>.--sub::before {
    left: -16px;
}

.p-instagram__list {
    width: 1120px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 43px;
}

@media (max-width: 840px) {
    .p-instagram__list {
        width: 90%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 17px;
    }
}

.p-instagram__item {
    width: calc(25% - 15px);
    margin-right: 20px;
}

@media (max-width: 840px) {
    .p-instagram__item {
        width: calc(50% - 8.25px);
        margin-right: 15px;
    }
}

.p-instagram__item:last-child {
    margin-right: 0;
}

@media (max-width: 840px) {
    .p-instagram__item:not(:nth-of-type(-n +2)) {
        margin-top: 16.5px;
    }
}

@media (max-width: 840px) {
    .p-instagram__item:nth-of-type(even) {
        margin-right: 0;
    }
}

.p-intagram__link {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.p-intagram__link>.__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.p-intagram__link>video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.p-instagram__name {
    text-align: center;
    margin-top: 17px;
}

@media (max-width: 840px) {
    .p-instagram__name {
        margin-top: 9px;
    }
}

.p-instagram__name__link {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: bold;
    color: #61A369;
    font-family: century-gothic, sans-serif;
}

@media (max-width: 840px) {
    .p-instagram__name__link {
        font-size: 14px;
    }
}

/*============================
#bunner.p-bunner
============================*/
#bunner.p-bunner {
    width: 1120px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

@media (max-width: 840px) {
    #bunner.p-bunner {
        width: 90%;
        max-width: 674px;
        margin-top: 60px;
    }
}

/*============================
#access.p-access
============================*/
#access.p-access {
    margin-top: 111px;
    margin-bottom: 161px;
}

@media (max-width: 840px) {
    #access.p-access {
        margin-top: 72px;
        margin-bottom: 120px;
    }
}

.p-access-title {
    text-align: center;
}

.p-access-title>.--main {
    font-size: clamp(1.125rem, 0.6563rem + 1.5vw, 1.5rem);
    font-family: century-gothic, sans-serif;
    letter-spacing: 0.15em;
    font-weight: bold;
    line-height: 1.5;
    color: #61A369;
}

.p-access-title>.--sub {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding-top: 5px;
    color: #61A369;
}

@media (max-width: 840px) {
    .p-access-title>.--sub {
        margin-left: 0;
        font-size: 10px;
        padding-top: 2px;
    }
}

.p-access-title>.--sub::after,
.p-access-title>.--sub::before {
    width: 12px;
    height: 1px;
    display: block;
    content: "";
    background-color: #61A369;
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-access-title>.--sub::after {
    right: -18px;
}

.p-access-title>.--sub::before {
    left: -18px;
}

.p-access__inner {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 42px;
}

@media (max-width: 840px) {
    .p-access__inner {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 24px;
    }
}

.p-access-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 5%;
    width: 600px;
}

@media (max-width: 1000px) {
    .p-access-texts {
        width: 470px;
        padding-left: 5%;
    }
}

@media (max-width: 840px) {
    .p-access-texts {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 27px;
    }
}

.p-access-texts__title {
    font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem);
    letter-spacing: 0.1em;
    line-height: 1;
    color: #61A369;
    margin-bottom: 27px;
}

@media (max-width: 840px) {
    .p-access-texts__title {
        margin-bottom: 9px;
    }
}

.p-access__texts__text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.875;
    font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 22px;
}

@media (max-width: 840px) {
    .p-access__texts__text {
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 19px;
    }
}

@media (max-width: 840px) {
    .p-access-map__link__wrapper {
        width: 100%;
        text-align: right;
        padding-right: 7px;
    }
}

.p-access__texts__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    color: #61A369;
    font-family: century-gothic, sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: relative;
}

@media (max-width: 840px) {
    .p-access__texts__link {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.p-access__texts__link::after {
    display: block;
    content: "";
    width: 137px;
    height: 1px;
    background-color: #61A369;
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.p-access__texts__link__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
}

.l-header-map__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-access-map {
    width: calc(100% - 600px);
    height: 480px;
}

@media (max-width: 1000px) {
    .p-access-map {
        width: calc(100% - 470px);
    }
}

@media (max-width: 840px) {
    .p-access-map {
        width: 100%;
        height: 51.466vw;
    }
}

.p-access-map__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.p-access-map__wrapper>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(90%);
    -moz-filter: grayscale(90%);
    -ms-filter: grayscale(90%);
    filter: grayscale(90%);
}

.p-access__how {
    width: 1040px;
    max-width: 90%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 840px) {
    .p-access__how {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        max-width: 674px;
        margin-top: 82px;
    }
}

.p-access__how__content {
    width: calc(50% - 40px);
    margin-right: 80px;
}

@media (max-width: 840px) {
    .p-access__how__content {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 840px) {
    .p-access__how__content:not(:first-child) {
        margin-top: 59px;
    }
}

.p-access__how__content:last-of-type {
    margin-right: 0;
}

.p-access__how__title {
    font-size: clamp(1rem, 0.375rem + 2vw, 1.5rem);
    letter-spacing: 0.1em;
    line-height: 1.5;
    color: #61A369;
    margin-bottom: 47px;
    text-align: center;
}

@media (max-width: 840px) {
    .p-access__how__title {
        letter-spacing: 0.05em;
        margin-bottom: 24px;
    }

    .n-button {
        height: 56px;
    }

    .n-button__link {
        border-radius: 16px 16px 0 0;
    }

    .l-footer__address__place {
        font-size: 14px;
        margin: 20px 0;
    }
}

.is-fadein {
    opacity: 0;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}

.is-fadein.scrollin {
    opacity: 1;
}

#loading {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    display: none;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

#loading img {
    width: 227px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p-about__guest {}

.p-about__guest h2 {
    font-size: 24px;
    color: #61A369;
    text-align: center;
    line-height: 1.75;
}

.p-about__guest .p-about__items {
    margin-top: 30px;
}

.p-about__guest .p-about__items .item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.p-about__guest .p-about__items .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.p-about__guest .p-about__items .item ul {
    display: flex;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.p-about__guest .p-about__items .item ul li {
    width: 45%;
}

.p-about__guest .p-about__items .item ul li img {}

.p-about__guest .p-about__items .item .txt {
    margin-top: 20px;
}

.p-about__guest .p-about__items .item .txt p {
    font-size: 16px;
    line-height: 1.75;
}

.p-about__guest .p-about__items .item .txt p strong {
    background-color: #61A369;
    padding: 2px 10px;
    color: #fff;
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.p-about__guest .p-about__intro__text {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.p-about__fees {
    margin-bottom: 100px;
}

.p-about__fees .n-button,
.p-message .n-button {
    margin: 60px auto 0 auto;
}

.p-message {
    margin-bottom: 100px;
}

.p-message .p-stay-visual {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.p-message .p-stay-content__texts {
    padding-right: 0;
    padding-left: 50px;
    width: calc(45% - 50px);
}

.p-intagram__link p {
    margin-top: 20px;
    text-align: center;
    color: #61A369;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .p-message .p-stay-content__texts {
        width: 60%;
        padding: 0 0 0 30px;
    }
}

@media (max-width: 840px) {
    .p-message {
        margin-bottom: 80px;
        margin-top: 50px;
    }
    .p-about__guest h2 {
        font-size: 20px;
    }

    .p-about__guest .p-about__items .item .txt p {
        font-size: 14px;
    }

    .p-about__guest .p-about__items .item .txt p strong {
        display: block;
        width: max-content;
    }

    .p-message .p-stay-content__texts {
        width: 100%;
        padding: 0 6%;
    }
}