.text-effect {
    text-shadow: 0 0 0 #000, 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000
}

.text-effect2 {
    text-shadow: 0 0 0 #9d5438, 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 1px 1px 1px #000, -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 4px 2px 1px #9d5438, 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 1px 1px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438, 4px 2px 2px #9d5438
}

.btn-shared a {
    position: relative;
    display: block;
    border: 2px solid #fff;
    background: url("../img/shared/bg5.jpg") repeat center;
    color: #fff
}

.btn-shared a::before,
.btn-shared a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #fff;
    transition: all .3s ease;
    z-index: 1
}

.btn-shared a::before {
    height: 0;
    width: 1px
}

.btn-shared a:after {
    height: 1px;
    width: 0
}

.btn-shared a span {
    display: block
}

.btn-shared a span.text {
    font-family: "Shippori Mincho B1", serif;
    text-align: center;
    font-size: 16px;
    line-height: 49px;
    font-weight: 600;
    letter-spacing: .05em
}

.btn-shared a span.text::before,
.btn-shared a span.text:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all .3s ease;
    z-index: 1
}

.btn-shared a span.text::before {
    height: 0;
    width: 1px
}

.btn-shared a span.text:after {
    height: 1px;
    width: 0
}

.btn-shared a span.arrow {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    width: 9px;
    height: 12px;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 1;
    transition: all .3s ease
}

.btn-shared a:hover::before {
    height: 100%
}

.btn-shared a:hover:after {
    width: 100%
}

.btn-shared a:hover span.text::before {
    height: 100%
}

.btn-shared a:hover span.text:after {
    width: 100%
}

.btn-shared a:hover span.arrow {
    right: 15px
}

.btn-shared.type-popup a span.arrow {
    background: url("../img/shared/icon_plus.png") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    -webkit-clip-path: unset;
    clip-path: unset
}

@media screen and (min-width: 768px) {
    .btn-shared {
        width: 400px
    }

    .btn-shared a span.text {
        font-size: 22px;
        line-height: 66px
    }

    .btn-shared.type-popup a span.text {
        padding-right: 39px
    }

    .btn-shared.type-popup a span.arrow {
        right: 41px
    }

    .btn-shared.type-popup a:hover span.arrow {
        right: 36px
    }
}

.btn-reserve {
    width: 255px
}

.btn-reserve a {
    position: relative;
    display: block;
    border: 2px solid #e7dfcc;
    color: #fff
}

.btn-reserve a::before,
.btn-reserve a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #e7dfcc;
    transition: all .3s ease;
    z-index: 1
}

.btn-reserve a::before {
    height: 0;
    width: 1px
}

.btn-reserve a:after {
    height: 1px;
    width: 0
}

.btn-reserve a span {
    display: block
}

.btn-reserve a span.text {
    font-family: "Shippori Mincho B1", serif;
    padding: 0 0 2px 34px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: .05em
}

.btn-reserve a span.text::before,
.btn-reserve a span.text:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #fff;
    transition: all .3s ease;
    z-index: 1
}

.btn-reserve a span.text::before {
    height: 0;
    width: 1px
}

.btn-reserve a span.text:after {
    height: 1px;
    width: 0
}

.btn-reserve a span.arrow {
    position: absolute;
    background: #e7dfcc;
    width: 7px;
    height: 10px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: .3s linear
}

.btn-reserve a:hover::before {
    height: 100%
}

.btn-reserve a:hover:after {
    width: 100%
}

.btn-reserve a:hover span.text::before {
    height: 100%
}

.btn-reserve a:hover span.text:after {
    width: 100%
}

.btn-reserve a:hover span.arrow {
    right: 20px
}

.btn-reserve.bg1 a {
    background: url("../img/shared/bg1.jpg") repeat center
}

.btn-reserve.bg2 a {
    background: url("../img/shared/bg2.jpg") repeat center
}

@media screen and (min-width: 768px) {
    .btn-reserve {
        width: 260px
    }

    .btn-reserve a span.arrow {
        right: 27px
    }

    .btn-reserve a:hover span {
        right: 22px
    }
}

#header h1 {
    position: absolute;
    top: 2vw;
    left: 4%;
    right: calc(65px + 4%);
    color: #c7c7c7;
    font-size: 12px;
    line-height: 17.5px;
    letter-spacing: 0;
    z-index: 1
}

#header .logo {
    position: absolute;
    top: 8vw;
    left: 0;
    width: 36%;
    z-index: 1
}

@media screen and (min-width: 768px) {
    #header {
        position: relative
    }

    #header h1 {
        top: 13px;
        left: 31px;
        right: 0;
        font-size: 14px;
        line-height: 45px
    }

    #header .logo {
        width: 139px;
        top: 17px;
        left: 26px
    }

    #header .group {
        position: absolute;
        bottom: auto;
        top: 575px;
        left: 30px;
        right: 30px;
        z-index: 1;
        display: flex !important;
        justify-content: space-between;
        color: #fff
    }

    #header .group .col:nth-child(2) h2 {
        text-align: right;
    }
    
    #header .group h2 {
        font-size: 38px;
        font-weight: 800;
        line-height: 1;
        letter-spacing: .06em
    }

    #header .group .contact {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 14px
    }

    #header .group .contact .btn-tel {
        text-align: center;
        line-height: 1
    }

    #header .group .contact .btn-tel dl dt {
        margin-left: 17px;
        font-size: 13px;
        letter-spacing: 0
    }

    #header .group .contact .btn-tel dl dd {
        margin-top: 6px;
        font-size: 29px;
        letter-spacing: .03em
    }

    #header .group .contact .btn-tel dl dd img {
        width: 17px;
        margin: -6px 4px 0px -3px
    }

    #header .group .contact .btn-insta {
        width: 30px
    }

    #header .group .contact .btn-insta a {
        display: block
    }

    #header .group .contact .btn-insta a img {
        display: block
    }

    #header .group .btn-reserve {
        margin-top: 24px
    }
}

#keyvisual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 3vw 4vw;
    font-size: 7vw;
    line-height: 1;
    font-weight: bold;
    letter-spacing: .02em
}

#keyvisual .photo {
    height: 100vh
}

#keyvisual .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    #keyvisual h2 {
        padding: 12px 19px 10px;
        font-size: 32px
    }

    #keyvisual .photo {
        height: 790px
    }
}

#hamburger {
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    background: url("../img/shared/bg3.jpg") repeat center;
    border-left: 1px solid #a17364;
    border-bottom: 1px solid #a17364;
    z-index: 1000
}

@media screen and (min-width: 768px) {
    #fixed-js {
        background: url("../img/shared/bg3.jpg") repeat center;
        height: 89px
    }
}

#menu-toggle .group {
    padding-bottom: 100px
}

#menu-toggle .logo {
    width: 125px;
    padding-top: 22px;
    margin-left: 5.5%
}

#menu-toggle .nav-list {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #000;
    -moz-column-gap: 37px;
    column-gap: 37px;
    padding-bottom: 38px;
    margin: 41px 6.5% 0
}

#menu-toggle .nav-list>ul>li>a {
    display: block;
    padding: 0 12px 0 9px;
    font-size: 17.5px;
    line-height: 29.5px;
    letter-spacing: 0
}

#menu-toggle .nav-list>ul>li>a:hover,
#menu-toggle .nav-list>ul>li>a.active {
    background: #000;
    color: #fff
}

#menu-toggle .nav-list>ul>li>span {
    display: block;
    font-size: 15px;
    line-height: 29.5px;
    letter-spacing: 0
}

#menu-toggle .nav-list>ul>li+li {
    margin-top: 15.5px
}

#menu-toggle .nav-list .parent .sub-menu {
    position: relative;
    margin: 19px 0 29px 6px
}

#menu-toggle .nav-list .parent .sub-menu::before {
    content: "";
    position: absolute;
    background: #000;
    width: 1px;
    left: 0;
    top: -17px;
    bottom: 9px
}

#menu-toggle .nav-list .parent .sub-menu ul li a {
    position: relative;
    display: block;
    padding-left: 13px;
    font-size: 17.5px;
    line-height: 1;
    letter-spacing: 0
}

#menu-toggle .nav-list .parent .sub-menu ul li a::before {
    content: "";
    position: absolute;
    background: #000;
    height: 1px;
    width: 7px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#menu-toggle .nav-list .parent .sub-menu ul li+li {
    margin-top: 22px
}

#menu-toggle .box h2 {
    text-align: center;
    font-size: 25.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .06em
}

#menu-toggle .box .contact {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: -moz-fit-content;
    width: fit-content;
    -moz-column-gap: 18px;
    column-gap: 18px;
    margin: 8px auto 0
}

#menu-toggle .box .contact .btn-tel {
    text-align: center
}

#menu-toggle .box .contact .btn-tel dl dt {
    font-size: 14px;
    letter-spacing: 0
}

#menu-toggle .box .contact .btn-tel dl dd {
    font-size: 30px;
    letter-spacing: .03em
}

#menu-toggle .box .contact .btn-tel dl dd img {
    width: 18px;
    margin: -5px 3px 0 0
}

#menu-toggle .box .contact .btn-insta {
    width: 30px
}

#menu-toggle .box .btn-reserve {
    margin: 20px auto 0
}

#menu-toggle .box1 {
    margin-top: 46px
}

#menu-toggle .box2 {
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    #menu-toggle {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fcf5dc;
        overflow-y: auto;
        opacity: 0;
        pointer-events: none;
        visibility: visible
    }
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        background: url("../img/shared/bg3.jpg") repeat center;
        color: #fff;
        transition: .3s linear
    }

    #menu-toggle.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999
    }

    #menu-toggle .group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 930px;
        padding: 0 15px;
        margin: 0 auto
    }

    #menu-toggle .nav-list {
        display: flex;
        justify-content: flex-start;
        border-bottom: none;
        gap: 27px;
        padding: 0;
        margin: 0
    }

    #menu-toggle .nav-list>ul {
        display: flex
    }

    #menu-toggle .nav-list>ul>li>a {
        position: relative;
        z-index: 2;
        padding: 23px 0;
        font-size: 19px;
        line-height: 43px;
        letter-spacing: -0.01em
    }

    #menu-toggle .nav-list>ul>li>a::before {
        content: "";
        position: absolute;
        background: #ebdcc1;
        width: 2px;
        height: 23px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0
    }

    #menu-toggle .nav-list>ul>li>a:hover,
    #menu-toggle .nav-list>ul>li>a.active {
        background: rgba(0, 0, 0, 0);
        color: #ebdcc1
    }

    #menu-toggle .nav-list>ul>li>a:hover::before,
    #menu-toggle .nav-list>ul>li>a.active::before {
        opacity: 1
    }

    #menu-toggle .nav-list>ul>li>span {
        position: relative;
        z-index: 2;
        cursor: pointer;
        padding: 23px 0;
        font-size: 19px;
        line-height: 43px;
        letter-spacing: -0.01em
    }

    #menu-toggle .nav-list>ul>li>span:hover {
        color: #ebdcc1
    }

    #menu-toggle .nav-list>ul>li+li {
        margin: 0 0 0 27px
    }

    #menu-toggle .nav-list .parent {
        position: relative
    }

    #menu-toggle .nav-list .parent .sub-menu {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
        width: 134px;
        padding-top: 89px;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    #menu-toggle .nav-list .parent .sub-menu::before {
        display: none
    }

    #menu-toggle .nav-list .parent .sub-menu ul {
        background: url("../img/shared/bg3.jpg") repeat center;
        padding: 15px 0 22px
    }

    #menu-toggle .nav-list .parent .sub-menu ul li a {
        padding-left: 27px;
        font-size: 17px;
        line-height: 36px
    }

    #menu-toggle .nav-list .parent .sub-menu ul li a::before {
        background: #fff;
        height: 2px;
        width: 16px;
        opacity: 0
    }

    #menu-toggle .nav-list .parent .sub-menu ul li a:hover::before {
        opacity: 1
    }

    #menu-toggle .nav-list .parent .sub-menu ul li+li {
        margin-top: 0
    }

    #menu-toggle .nav-list .parent:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #menu-toggle .btn-link {
        width: 137px
    }

    #menu-toggle .btn-link a {
        position: relative;
        border: 1px solid #fff;
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        line-height: 43px;
        letter-spacing: 0
    }

    #menu-toggle .btn-link a::before {
        content: "";
        position: absolute;
        border-top: 1px solid rgba(255, 255, 255, .5);
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        top: 4px;
        left: 0;
        right: 0;
        bottom: 4px
    }

    #menu-toggle .btn-link a:hover {
        opacity: .8
    }
}

#footer {
    background: url("../img/shared/bg3.jpg") repeat center;
    color: #fff;
    padding: 20vw 0 30vw
}

#footer .logo {
    max-width: 153.5px;
    margin: 0 auto
}

#footer .nav-list {
    margin-top: 10vw
}

#footer .nav-list>li:last-child {
    width: 138px;
    margin: 0 auto
}

#footer .nav-list>li:last-child a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: 0
}

#footer .nav-list>li:last-child a::before {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 3px;
    bottom: 3px;
    left: 0;
    right: 0
}

#footer .socialbuttons {
    margin: 12.5vw 0 2vw
}

#footer address {
    text-align: center;
    letter-spacing: .1em
}

#footer .btn-cookie {
    text-align: center
}

#footer .btn-cookie a {
    text-decoration: underline;
    text-underline-offset: 3px;
    letter-spacing: .1em
}

#footer .btn-cookie a:hover {
    text-decoration: none
}

#footer .pagetop {
    margin: 9.5vw auto 0;
    width: 63px;
    height: 63px
}

#footer .pagetop a {
    display: block;
    position: relative;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff
}

#footer .pagetop a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 13px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

@media screen and (min-width: 768px) {
    #footer {
        padding: 0 0 72px
    }

    #footer .nav-list {
        display: flex;
        justify-content: space-between;
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 20px
    }

    #footer .nav-list>li:not(:last-child)>a,
    #footer .nav-list>li:not(:last-child) span {
        display: block;
        position: relative;
        z-index: 2;
        padding-top: 35px;
        font-size: 19px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: -0.01em
    }

    #footer .nav-list>li:not(:last-child)>a::before,
    #footer .nav-list>li:not(:last-child) span::before {
        content: "";
        position: absolute;
        background: #ebdcc1;
        width: 2px;
        height: 23px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        opacity: 0
    }

    #footer .nav-list>li:not(:last-child)>a:hover,
    #footer .nav-list>li:not(:last-child)>a.active,
    #footer .nav-list>li:not(:last-child) span:hover,
    #footer .nav-list>li:not(:last-child) span.active {
        color: #ebdcc1
    }

    #footer .nav-list>li:not(:last-child)>a:hover::before,
    #footer .nav-list>li:not(:last-child)>a.active::before,
    #footer .nav-list>li:not(:last-child) span:hover::before,
    #footer .nav-list>li:not(:last-child) span.active::before {
        opacity: 1
    }

    #footer .nav-list>li:last-child {
        margin: 22px 0 0 22px
    }

    #footer .nav-list>li:last-child a:hover {
        opacity: .8
    }

    #footer .nav-list .parent {
        position: relative;
        cursor: pointer
    }

    #footer .nav-list .parent .sub-menu {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
        width: 134px;
        padding-top: 80px;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }

    #footer .nav-list .parent .sub-menu ul {
        background: url("../img/shared/bg3.jpg") repeat center;
        padding: 15px 0 22px
    }

    #footer .nav-list .parent .sub-menu ul li a {
        position: relative;
        display: block;
        padding-left: 27px;
        font-size: 17px;
        line-height: 36px
    }

    #footer .nav-list .parent .sub-menu ul li a::before {
        content: "";
        position: absolute;
        background: #fff;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 2px;
        width: 16px;
        opacity: 0
    }

    #footer .nav-list .parent .sub-menu ul li a:hover::before {
        opacity: 1
    }

    #footer .nav-list .parent:hover .sub-menu {
        opacity: 1;
        pointer-events: all;
        visibility: visible
    }

    #footer .socialbuttons {
        margin: 72px 0 0
    }

    #footer address {
        font-size: 13px;
        line-height: 25px
    }

    #footer .btn-cookie {
        line-height: 25px
    }

    #footer .btn-cookie a {
        font-size: 13px
    }

    #footer .pagetop {
        position: fixed;
        bottom: 30px;
        right: 30px;
        margin: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        transition: opacity .3s ease, visibility .3s ease;
        -moz-transition: opacity .3s ease, visibility .3s ease;
        -webkit-transition: opacity .3s ease, visibility .3s ease
    }

    #footer .pagetop.visible {
        opacity: 1;
        visibility: visible
    }

    #footer .pagetop.in-scroll {
        cursor: not-allowed
    }

    #footer .pagetop a::before {
        width: 14px;
        height: 13px
    }

    #footer .pagetop:hover a {
        opacity: .8
    }
}

#ft-bnr-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

#ft-bnr-fixed ul {
    border-top: 1px solid #fff;
    background: #000;
    display: flex
}

#ft-bnr-fixed ul li {
    width: 50%
}

#ft-bnr-fixed ul li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0
}

#ft-bnr-fixed ul li:nth-child(1) {
    border-right: 1px solid #fff
}

body.navOpen #ft-bnr-fixed {
    display: none;
}