@charset "utf-8";
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');

/* Reset */
html {
    font-size: 62.5%;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Ryumin';
    src: url('../../font/Ryumin-Pro.otf')
}

body {
    color: #000;
    word-spacing: 0;
    font-size: 1.6rem;
    line-height: 2;
    overflow-x: hidden;
    font-family: "Ryumin", sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

@media print {
    body {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.cap,
[class*="cap-"] {
    font-size: 1.2rem;
    line-height: 1.4 !important;
    font-weight: 400;
}

.cap-abs_right {
    position: absolute;
    bottom: 0.7rem;
    right: 1rem;
    text-align: right;
}

.cap-abs_left {
    position: absolute;
    bottom: 0.7rem;
    left: 1rem;
}

.shadow {
    color: #fff;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, .5), 0 0 0.2rem rgba(0, 0, 0, .5), 0 0 0.3rem rgba(0, 0, 0, .5), 0 0 0.4rem rgba(0, 0, 0, .5), 0 0 0.5rem rgba(0, 0, 0, .5), 0 0 0.6rem rgba(0, 0, 0, .5), 0 0 0.7rem rgba(0, 0, 0, .5), 0 0 0.8rem rgba(0, 0, 0, .5), 0 0 0.9rem rgba(0, 0, 0, .5), 0 0 1rem rgba(0, 0, 0, .5);
}

[data-color="white"] {
    color: #fff;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }

    .only-sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .only-pc {
        display: none;
    }

    .cap,
    [class*="cap-"] {
        font-size: 1rem;
    }
}

/* Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 30px 40px;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 300;
    transition: all 0.3s ease;
    transform: translateY(36px);
}

header.scroll-top {
    transform: translateY(0px);
}

h1.logo {
    line-height: 1;
}

.header-wrap {
    display: flex;
}

.header-btn {
    display: flex;
}

.header-btn a {
    width: 182px;
    height: 45px;
    text-align: center;
    padding: 10px 0;
    font-size: 1.9rem;
    color: #fff;
    line-height: 1;
    margin: 0 25px 0 0;
}

.header-btn a.btn-reserve {
    background: linear-gradient(to right, #e3dfbd, #f8f7f5, #e3dfbd);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: ease-in-out 0.3s;
}

.header-btn a.btn-entry {
    background: linear-gradient(to right, #9ab5c3, #fff, #9ab5c3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: ease-in-out 0.3s;
}

.header-btn a.btn-entry:hover {
    /* background: #9ab5c3; */
    /* color: #fff; */
    opacity: 0.8;
}

.header-btn a.btn-reserve:hover {
    opacity: 0.8;
}

header .mv-bnr{
    display: none;
}



.btn-menu {
    width: 56px;
    cursor: pointer;
    position: relative;
    z-index: 999;
    mix-blend-mode: difference;
}

.btn-menu a {
    font-size: 1.8rem;
    text-align: center;
    display: block;
    color: #fff;
    line-height: 0.9;
    margin: 0 0 5px;
}

.btn-menu p {
    width: 100%;
    height: 22px;
    position: relative;
}

.btn-menu span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
}

.btn-menu span:nth-of-type(1) {
    top: 0;
}

.btn-menu span:nth-of-type(2) {
    top: 10px;
}

.btn-menu span:nth-of-type(3) {
    top: 20px
}

@media screen and (max-width: 767px) {
    header {
        padding: 15px 20px 40px;
    }

    h1.logo {
        width: 150px;
    }

    .header-btn {
        display: none;
    }

    .btn-menu {
        width: 42px;
        margin-top: -3px;
    }

    .btn-menu a {
        font-size: 1.4rem;
    }

    .btn-menu p {
        height: 15px;
    }

    .btn-menu span {
        height: 1px;
    }

    .btn-menu span:nth-of-type(1) {
        top: 0;
    }

    .btn-menu span:nth-of-type(2) {
        top: 7px;
    }

    .btn-menu span:nth-of-type(3) {
        top: 14px
    }
}

/* Menu */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(to right, #49626d, #82959c, #49626d);
    z-index: 400;
    text-align: center;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .5s;
}

.menu.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menu-logo {
    margin: 30px 0 80px;
    opacity: 0;
    transition: 1s ease .5s;
}

.menu.is-show .menu-logo {
    opacity: 1;
}

.menu-list,
.menu-link {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s ease .8s;
}

.menu.is-show .menu-list,
.menu.is-show .menu-link {
    opacity: 1;
    transform: translateY(0);
}

.menu-list li {
    font-size: clamp(2.8rem, 3vw, 3.4rem);
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
}

.menu-list a {
    display: inline-block;
    position: relative;
}

.menu-list a.new:before {
    content: 'NEW';
    display: block;
    position: absolute;
    top: -10px;
    left: -5px;
    transform: translateX(-50%);
    color: #000000;
    background: #E3DFBD;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    padding: 1px 6px 2px 8px;
    letter-spacing: 0.2em;
}

.menu-list a:after {
    content: '';
    position: absolute;
    bottom: 0.1em;
    left: 50%;
    width: 0;
    height: 0.25em;
    background: #49626d;
    display: block;
    z-index: -1;
    opacity: .3;
    transform: translateX(-50%);
    transition: .4s;
    margin-left: -0.1em;
}

.menu-list a:hover:after,
.menu-list a.is-active:after {
    width: 100%;
}

.menu-link {
    display: flex;
    justify-content: center;
    padding: 20px 0 30px;
}

.menu-link li {
    font-size: clamp(1.6rem, 1.67vw, 2.5rem);
    line-height: 1.5;
    font-weight: 200;
    letter-spacing: 0.2em;
    margin: 0 30px;
}

.menu-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 401;
    cursor: pointer;
}

.menu-close span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 25px;
    left: 0;
}

.menu-close span:nth-of-type(1) {
    transform: rotate(45deg);
}

.menu-close span:nth-of-type(2) {
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
    .menu-logo img {
        width: 150px;
    }

    .menu-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }

    .menu-close span {
        top: 20px;
    }

    .menu-list a.new:before {
        font-size: 1rem;
        padding: 0.5px 6px 1px 8px;
    }
}

/* Btn Fixed SP */
@media screen and (min-width: 768px) {
    .btn-fixed {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .btn-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #141418;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: space-between;
        z-index: 100;
    }

    .btn-fixed a {
        width: 100%;
        /* 5 -icon  */
        /* height: 78px; */
        font-size: min(2.6vw, 1.2rem);
        line-height: 1.2;
        /* 5 -icon  */
        /* padding-top: 15px; */
        /* 2- icon */
        padding: 10px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .btn-fixed a.btn-reserve {
        background: #a59148;
    }

    .btn-fixed a.btn-entry {
        background: #526366;
    }

    .btn-fixed a.btn-tel {
        background: #919fa1;
    }

    .btn-fixed a.btn-list {
        background: #736262;
    }

    .btn-fixed a.btn-local {
        background: #898980;
    }

    .btn-fixed p {
        margin-top: 5px;
    }
}

.notice {
    text-align: center;
    color: #fff;
    background: #0b132a;
    padding: 2px 0;
    /* font-size: 12px; */
}

/* Footer */
@media screen and (max-width: 767px) {
    footer {
        padding-bottom: 78px;
    }
}

/* Area */
.area {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.area li {
    width: 25%;
}

.area a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.area a img {
    transition: 1s;
    width: 100%;
}

.area a:hover img {
    opacity: .7;
    transform: scale(1.1);
}

.area-tit {
    font-size: min(2.2vw, 3.8rem);
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.15em;
    font-style: italic;
    font-family: "Sorts Mill Goudy", serif;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.area-tit.new:before {
    content: 'NEW';
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%);
    background: #E3DFBD;
    color: #000000;
    font-size: min(1.3vw, 1.8rem);
    font-weight: 500;
    padding: clamp(4px, 1vw, 6px) 6px 2px clamp(4px, 1.2vw, 12px);
    line-height: 1;
    letter-spacing: 0.2em;
}

.area-btn {
    font-size: min(1.2vw, 1.4rem);
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-style: italic;
    font-family: "Sorts Mill Goudy", serif;
    text-align: center;
    position: absolute;
    bottom: 24%;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area-btn:after {
    content: '';
    width: 4.2em;
    height: 0.5625em;
    background: url("../img/common/arrow-line.svg") no-repeat center right/auto 100%;
    margin-left: 1em;
}

@media screen and (max-width: 767px) {
    .area li {
        width: 50%;
    }

    .area-tit {
        font-size: min(5vw, 3.8rem);
        letter-spacing: 0.2em;
    }

    .area-btn {
        font-size: min(2.8vw, 1.6rem);
    }

    .area-tit.new:before {
        font-size: min(1.8vw, 1.2rem);
        padding: clamp(4px, 1vw, 6px) 6px 2px clamp(10px, 1.6vw, 12px);
    }
}


/* Animate */
@media screen {
    .fade-in {
        opacity: 0;
        transition: 1s;
    }

    .fade-in.is-view {
        opacity: 1;
    }

    .fade-up {
        opacity: 0;
        transform: translateY(30px);
        transition: 1s;
    }

    .fade-up.is-view {
        opacity: 1;
        transform: translateY(0);
    }

    .fade-left {
        opacity: 0;
        transform: translateX(30px);
        transition: 1s;
    }

    .fade-left.is-view {
        opacity: 1;
        transform: translateX(0);
    }

    .fade-right {
        opacity: 0;
        transform: translateX(-30px);
        transition: 1s;
    }

    .fade-right.is-view {
        opacity: 1;
        transform: translateX(0);
    }

    .blur-in {
        opacity: 0;
        filter: blur(20px);
        transition: 1s;
    }

    .blur-in.is-view {
        opacity: 1;
        filter: blur(0);
    }

    .zoom-in {
        overflow: hidden;
    }

    .zoom-in img {
        opacity: 0;
        transform: scale(1.1);
        filter: blur(10px);
        transition: 1s;
    }

    .zoom-in.is-view img {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }

    .slide-right {
        position: relative;
    }

    .slide-right:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 10;
        transition: .7s;
    }

    .slide-right.is-view:before {
        width: 0;
    }
}






/* Footer */
footer {
    background: #fff;
    padding: 100px 0 20px;
    /* font-family: 'Noto Serif JP', sans-serif; */
    font-weight: 400;
}

footer .tel {
    justify-content: center;
    gap: 20px;
    align-items: center;
}

footer .tel .colL a {
    /* font-family: "EB Garamond", serif; */
    font-size: 4.5rem;
    align-items: center;
    line-height: 1;
    letter-spacing: 0.05em;
    gap: 10px;
}


footer .tel .colL a::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/common/ico-tel.svg) no-repeat center center/50% auto;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #000;
}

footer .tel .colR {
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
}

footer .list-logo {
    margin: 60px 0;
}

footer .fLogo {

    line-height: 1;
    gap: 10px;
    font-size: 13px;
}

footer .fLogo li.fLogo_txt {
    width: 100%;
    margin: 0 0 10px;
}

footer .list-logo .fLogo1 .fLogo_txt {
    margin: 0 0 15px;
}

footer .fLogo a:hover {
    opacity: 0.8;
}

footer .list-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .list-logo .fLogo1 {
    margin: 0 40px;
}

footer .list-logo .fLogo2 a {
    display: flex;
}

footer .list-logo .fLogo2 a:hover {
    opacity: 0.8;
}

footer .copyR {
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 767px) {
    footer {
        padding: 60px 0 110px;
    }


    footer .tel .colR {
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
    }

    footer .list-logo {
        margin: 40px 0;
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer .tel .colL a {
        font-size: min(3.5rem, 4.5rem);
    }

    footer .list-logo .fLogo1 {
        margin: 30px 0;
    }

    footer .fLogo li.fLogo_txt {
        text-align: center;
    }
}

/* End Footer */







.en {
    font-family: "Sorts Mill Goudy", serif;
    font-weight: 100;
    letter-spacing: 0.1em;
    font-style: italic;
}

.main {
    background: #000;
    color: #fff;
}

.container {
    max-width: 1500px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tit35 {
    font-size: 3.5rem;
    line-height: 1.6;
    margin-bottom: 4rem;
    font-weight: 500;
}

.tit35 .en {
    display: inline-block;
    margin-bottom: 8rem;
    font-size: 3rem;
    line-height: 1;
    padding: 0 20px 5px;
    /* color: rgba(255, 255, 255, 0.5); */
    color: #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.2em;
}

.tit35 .jp {
    display: block;
}


.tit24 {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 4rem;
    font-weight: 500;
}

.fullW img {
    width: 100%;
}

.photo {
    position: relative;
}

.photo figcaption {
    font-size: 1.2rem;
    line-height: 1.4 !important;
    font-weight: 400;
    color: #000;
}

.photo .capAbsLeft {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.photo .capAbsRight {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.photo .capRight {
    text-align: right;
    margin-top: 5px;
}

.photo .white {
    color: #fff;
    text-shadow: -1px -1px 0 #000000, 0 -1px 0 #000000, 1px -1px 0 #000000, 1px 0 0 #000000, 1px 1px 0 #000000, 0 1px 0 #000000, -1px 1px 0 #000000, -1px 0 0 #000000;
}

.mv {
    position: relative;
}

.mv img {
    width: 100%
}

.mv .caption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 1.2rem;
    line-height: 1.4 !important;
    font-weight: 400;
    color: #000;
}

.mv .white {
    color: #fff;
}

.botCap {
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .spLeft {
        text-align: left !important;
    }

    .tit35 {
        font-size: min(6vw, 3.5rem);
    }

    .tit35 .en {
        font-size: min(6vw, 3rem);
        padding: 0 10px 5px;
    }

    .tit24 {
        font-size: min(5vw, 2.4rem);
        margin-bottom: 2rem;
    }
}

a.disable {
    position: relative;
    pointer-events: none;
}

a.disable::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.ttl-ft {
    margin: 0 auto 15px;
    font-size: 1.3rem;
    text-align: center;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    .ttl-ft {
        text-align: center;
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.8;
    }
}

.closure {
  margin: 5rem auto 0;
  text-align: center;
}
.closure .ttl {
  font-size: 2.2rem;
}
.closure p {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
    .closure{margin: 3rem auto 0;}
    .closure p {
  font-size: 1.5rem;
}
}

/* .slick-next::before */
.bnr_wrap{margin: 60px 0 0;}
.slick-next,.slick-prev{
    text-indent: -9999px;position: absolute;top: 50%; 
    width:30px;
    height:30px;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;}
    .slick-next:hover,.slick-prev:hover{opacity: 0.8;}
.slick-next{
   right: -10px;
   z-index: 9;
    background:#a59148  url("../img/common/ico_arrow-simple_r.svg") no-repeat center center / 40% 40%;

}
.slick-prev{
   left: -10px;
   z-index: 9;
    background:#a59148  url("../img/common/ico_arrow-simple_l.svg") no-repeat center center / 40% 40%;


}
.bnr_slider a:hover{opacity: 0.8;}
.bnr_slider a{margin: 0 10px;display: block;}
.bnr_slider a img{width: 100%;height: 100%;}
@media screen and (max-width: 1000px) {
.slick-next,.slick-prev{width: 3vw;height: 3vw;}
}
@media screen and (max-width: 767px) {
    .bnr_wrap{margin: 50px 0 0;}
.slick-next,.slick-prev{width: 25px;height: 25px;}
}