.btn-shared {
    position: relative
}

.btn-shared a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    font-weight: 300;
    letter-spacing: .15em
}

.btn-shared a::before {
    content: "";
    position: absolute;
    inset: 3px
}

.btn-shared a:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 37px;
    height: 5.5px;
    top: 50%;
    right: 16.5px;
    transform: translateY(-50%)
}

.btn-shared.type-1 a {
    border: 1px solid rgba(163, 157, 141, .52);
    color: #fff
}

.btn-shared.type-1 a::before {
    border: 1px solid rgba(163, 157, 141, .52)
}

.btn-shared.type-1 a:after {
    background-image: url("../img/shared/icon_arrow1.png")
}

.btn-shared.type-2 a {
    border: 1px solid #a39d8d;
    color: #000
}

.btn-shared.type-2 a::before {
    border: 1px solid #a39d8d
}

.btn-shared.type-2 a:after {
    background-image: url("../img/shared/icon_arrow2.png")
}

.btn-shared.type-popup1 a {
    border: 1px solid #fff;
    color: #fff
}

.btn-shared.type-popup1 a::before {
    border: 1px solid #fff
}

.btn-shared.type-popup1 a:after {
    background-image: url("../img/shared/icon_popup1.png");
    width: 15px;
    height: 18px
}

.btn-shared.type-popup2 a {
    border: 1px solid #a39d8d;
    color: #000
}

.btn-shared.type-popup2 a::before {
    border: 1px solid #a39d8d
}

.btn-shared.type-popup2 a:after {
    background-image: url("../img/shared/icon_popup2.png");
    width: 15px;
    height: 18px
}

@media screen and (min-width: 768px) {
    .btn-shared {
        position: relative;
        width: 315px
    }

    .btn-shared a {
        font-size: 18px;
        line-height: 58px
    }

    .btn-shared a:after {
        right: 18px;
        width: 42px;
        height: 7px;
        transition: .3s
    }

    .btn-shared a:hover:after {
        right: 10px
    }

    .btn-shared.type-popup1 {
        width: 555px
    }

    .btn-shared.type-popup1 a {
        line-height: 77px;
        font-size: 20px
    }

    .btn-shared.type-popup1 a:after {
        right: 34px;
        width: 19px;
        height: 22px
    }

    .btn-shared.type-popup1 a:hover:after {
        right: 24px
    }

    .btn-shared.type-popup2 {
        width: 555px
    }

    .btn-shared.type-popup2 a {
        line-height: 77px;
        font-size: 20px
    }

    .btn-shared.type-popup2 a:after {
        right: 34px;
        width: 19px;
        height: 22px
    }

    .btn-shared.type-popup2 a:hover:after {
        right: 24px
    }
}

.btn-reserve a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: #dd8e22;
    color: #fff;
    height: 54px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .11em
}

.btn-reserve a::before {
    content: "";
    background: url("../img/shared/icon_web.png") no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%
}

@media screen and (min-width: 768px) {
    .btn-reserve a {
        gap: 8px;
        font-size: 18px
    }

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

    .btn-reserve a:hover {
        opacity: .7
    }
}

#header {
    position: relative;
    color: #fff
}

#header h1 {
    position: absolute;
    top: 7vw;
    left: 4%;
    right: 4%;
    z-index: 1;
    text-align: center;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    font-size: 11.5px;
    line-height: 21px;
    letter-spacing: .11em
}

#header .logo {
    position: absolute;
    top: 28vw;
    z-index: 1;
    left: 50%;
    width: 63.73%;
    transform: translateX(-50%)
}

#header #keyvisual {
    height: 187vw
}

#header #keyvisual h2 {
    position: absolute;
    top: 63vw;
    left: 0;
    right: 0;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1vw 6vw 0 7vw;
    color: #fff;
    font-size: 6.13vw;
    line-height: 1;
    letter-spacing: .11em;
    z-index: 1;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.5))
}

#header #keyvisual h2::before {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-right: none;
    width: 2.5vw;
    height: 100%;
    top: 0;
    left: 0
}

#header #keyvisual h2::after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    border-left: none;
    width: 2.5vw;
    height: 100%;
    top: 0;
    right: 0
}

#header #keyvisual h2.f-sm {
    font-size: 5vw;
    padding: 1vw 4vw 0 5vw
}

#header #keyvisual .item {
    height: 187vw
}

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

@media screen and (min-width: 768px) {
    #header h1 {
        top: 254px;
        left: auto;
        right: 37px;
        text-align: left;
        font-size: 13px
    }

    #header .logo {
        top: calc(50% - 73px);
        left: 50%;
        width: auto
    }

    #header .hd-left {
        position: absolute;
        top: 69px;
        left: 10px;
        z-index: 1
    }

    #header .hd-left .nav-list {
        display: flex;
        text-shadow: #000 1px 0 10px;
    }

    #header .hd-left .nav-list a {
        position: relative;
        z-index: 1;
        display: block;
        text-align: center
    }

    #header .hd-left .nav-list a span {
        display: block;
        text-align: center;
        line-height: 20px;
        letter-spacing: .11em
    }

    #header .hd-left .nav-list a span.en {
        font-size: 20px;
        font-weight: 400
    }

    #header .hd-left .nav-list a span.jp {
        position: absolute;
        top: 0;
        left: -13px;
        right: -18px;
        bottom: 0;
        text-align: center;
        font-size: 18px;
        opacity: 0;
        line-height: 18px
    }

    #header .hd-left .nav-list a:hover span.en,
    #header .hd-left .nav-list a.active span.en {
        opacity: 0
    }

    #header .hd-left .nav-list a:hover span.jp,
    #header .hd-left .nav-list a.active span.jp {
        opacity: 1
    }

    #header .hd-left .nav-list>li {
        position: relative
    }

    #header .hd-left .nav-list>li>a {
        padding: 0 23px 0 26px
    }

    #header .hd-left .nav-list>li>a::before {
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0
    }

    #header .hd-left .nav-list>li>a:hover::before,
    #header .hd-left .nav-list>li>a.active::before {
        opacity: 1
    }

    #header .hd-left .nav-list>li+li {
        border-left: 1px solid rgba(255, 255, 255, .23)
    }

    #header .hd-left .nav-list>li:nth-child(2)>a:hover,
    #header .hd-left .nav-list>li:nth-child(2)>a.active {
        width: 180px
    }

    #header .hd-left .nav-list .parent {
        cursor: pointer
    }

    #header .hd-left .nav-list .parent>a span {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px
    }

    #header .hd-left .nav-list .parent>a span::after {
        content: "";
        background: url("../img/shared/icon_plus1.png") no-repeat;
        width: 19px;
        height: 19px;
        background-size: 100%
    }

    #header .hd-left .nav-list .parent .sub-nav {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 156px;
        padding-top: 36px;
        opacity: 0;
        pointer-events: none;
        transition: .3s
    }

    #header .hd-left .nav-list .parent .sub-nav ul {
        background: rgba(255, 255, 255, .24);
        padding: 15px 13px 23px
    }

    #header .hd-left .nav-list .parent .sub-nav ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, .43)
    }

    #header .hd-left .nav-list .parent .sub-nav ul li a span {
        line-height: 36px
    }

    #header .hd-left .nav-list .parent:hover>a::before {
        opacity: 1
    }

    #header .hd-left .nav-list .parent:hover>a span:after {
        background-image: url("../img/shared/icon_minus1.png")
    }

    #header .hd-left .nav-list .parent:hover>a span.en {
        opacity: 0
    }

    #header .hd-left .nav-list .parent:hover>a span.jp {
        opacity: 1
    }

    #header .hd-left .nav-list .parent:hover .sub-nav {
        opacity: 1;
        pointer-events: all
    }

    #header .hd-right {
        position: absolute;
        top: 35px;
        right: 38px;
        z-index: 1
    }

    #header .hd-right .contact {
        width: 274px;
        margin: 0 8px 0 auto
    }

    #header .hd-right .btn-tel {
        text-align: center;
        font-kerning: normal;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        font-size: 28px;
        line-height: 1;
        letter-spacing: .065em
    }

    #header .hd-right .btn-tel small {
        font-size: 14px;
        letter-spacing: .11em
    }

    #header .hd-right .btn-reserve {
        margin-top: 15px
    }

    #header .hd-right .btn-reserve a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        background: #dd8e22;
        height: 54px;
        padding-bottom: 4px;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: .11em
    }

    #header .hd-right .btn-reserve a::before {
        content: "";
        background: url("../img/shared/icon_web.png") no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%
    }

    #header .hd-right .btn-reserve a:hover {
        opacity: .7
    }

    #header .hd-right .nav-list {
        display: flex;
        justify-content: flex-end;
        margin-top: 25px
    }

    #header .hd-right .nav-list li+li {
        border-left: 1px solid rgba(255, 255, 255, .23)
    }

    #header .hd-right .nav-list li a {
        display: block;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
        padding: 0 15px 0 16px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .11em
    }

    #header .hd-right .nav-list li a:hover {
        opacity: .7
    }

    #header .sns {
        position: absolute;
        top: calc(50% - 49px);
        right: 82px;
        z-index: 1
    }

    #header .sns dt {
        position: relative;
        padding-bottom: 51px;
        margin-bottom: 8px;
        font-size: 31.5px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .11em
    }

    #header .sns dt::before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, .62);
        width: 1px;
        height: 40px;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%)
    }

    #header .sns dd {
        width: 36px
    }

    #header .sns dd a {
        display: block
    }

    #header #keyvisual {
        height: 895px
    }

    #header #keyvisual h2 {
        top: calc(50% + 131px);
        padding: 0 22px 0 25px;
        font-size: 31px
    }

    #header #keyvisual h2::before {
        width: 11px
    }

    #header #keyvisual h2::after {
        width: 11px
    }

    #header #keyvisual h2.f-sm {
        padding: 0 17px 0 20px;
        font-size: 27px
    }

    #header #keyvisual .item {
        height: 895px
    }
}

@media screen and (min-width: 768px)and (max-width: 1300px) {
    #header .hd-left .nav-list>li>a {
        padding: 0 17px 0 20px
    }
}

#menu-toggle {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: url("../img/shared/menu_toggle_bg_sp.jpg") no-repeat center/cover;
    color: #000;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s
}

#menu-toggle .group {
    padding: 64px 4% 100px
}

#menu-toggle .nav-list-1 a {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #aca697;
    padding: 0 10px
}

#menu-toggle .nav-list-1 a span {
    display: block;
    line-height: 51px;
    letter-spacing: .11em
}

#menu-toggle .nav-list-1 a span.en {
    font-size: 15px;
    font-weight: 400
}

#menu-toggle .nav-list-1 a span.jp {
    font-size: 12.5px
}

#menu-toggle .nav-list-1 a.active {
    background: #dcd9ce
}

#menu-toggle .nav-list-1 .parent>a span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 38px
}

#menu-toggle .nav-list-1 .parent>a span::after {
    content: "";
    background: url("../img/shared/icon_plus2.png") no-repeat;
    background-size: 100%;
    width: 16.5px;
    height: 16.5px
}

#menu-toggle .nav-list-1 .parent>a span.jp:after {
    display: none
}

#menu-toggle .nav-list-1 .parent .sub-nav {
    display: none;
    margin: 10px 0
}

#menu-toggle .nav-list-1 .parent .sub-nav ul li a {
    margin: 0 10%
}

#menu-toggle .nav-list-1 .parent.active {
    display: block
}

#menu-toggle .nav-list-1 .parent.active span::after {
    background-image: url("../img/shared/icon_minus2.png")
}

#menu-toggle .nav-list-1 .parent.active .sub-nav {
    display: block
}

#menu-toggle .nav-list-2 {
    display: flex;
    justify-content: center;
    margin-top: 40px
}

#menu-toggle .nav-list-2 li a {
    padding: 0 16px 0 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: .1em
}

#menu-toggle .nav-list-2 li+li {
    border-left: 1px solid #aca697
}

#menu-toggle .btn-insta {
    width: 31.5px;
    margin: 40px auto 0
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        background-image: url("../img/shared/menu_toggle_bg_pc.jpg")
    }

    #menu-toggle .group {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding: 30px 0
    }

    #menu-toggle .nav-list-1 {
        position: relative;
        z-index: 2;
        display: flex;
        justify-content: center;
        margin: 0 auto
    }

    #menu-toggle .nav-list-1 a {
        position: relative;
        display: block;
        text-align: center;
        border-bottom: none;
        padding: 0 23px 0 25px
    }

    #menu-toggle .nav-list-1 a::before {
        content: "";
        position: absolute;
        background: #362106;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0
    }

    #menu-toggle .nav-list-1 a span {
        line-height: 20px
    }

    #menu-toggle .nav-list-1 a span.en {
        font-size: 20px
    }

    #menu-toggle .nav-list-1 a span.jp {
        position: absolute;
        top: 0;
        bottom: 10px;
        left: -13px;
        right: -18px;
        text-align: center;
        opacity: 0;
        font-size: 18px
    }

    #menu-toggle .nav-list-1 a:hover,
    #menu-toggle .nav-list-1 a.active {
        background: rgba(0, 0, 0, 0)
    }

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

    #menu-toggle .nav-list-1 a:hover span.en,
    #menu-toggle .nav-list-1 a.active span.en {
        opacity: 0
    }

    #menu-toggle .nav-list-1 a:hover span.jp,
    #menu-toggle .nav-list-1 a.active span.jp {
        opacity: 1
    }

    #menu-toggle .nav-list-1>li {
        position: relative
    }

    #menu-toggle .nav-list-1>li+li {
        border-left: 1px solid #aca697
    }

    #menu-toggle .nav-list-1>li:nth-child(2)>a:hover,
    #menu-toggle .nav-list-1>li:nth-child(2)>a.active {
        width: 180px
    }

    #menu-toggle .nav-list-1 .parent {
        cursor: pointer
    }

    #menu-toggle .nav-list-1 .parent>a span {
        justify-content: center;
        gap: 5px
    }

    #menu-toggle .nav-list-1 .parent>a span::after {
        width: 19px;
        height: 19px
    }

    #menu-toggle .nav-list-1 .parent>a span.jp:after {
        display: block
    }

    #menu-toggle .nav-list-1 .parent .sub-nav {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 156px;
        padding-top: 36px;
        opacity: 0;
        pointer-events: none;
        display: block;
        margin: 0;
        transition: .3s
    }

    #menu-toggle .nav-list-1 .parent .sub-nav ul {
        background: rgba(255, 255, 255, .5);
        padding: 15px 13px 23px
    }

    #menu-toggle .nav-list-1 .parent .sub-nav ul li a {
        border-bottom: 1px solid #aca697;
        padding: 0;
        margin: 0
    }

    #menu-toggle .nav-list-1 .parent .sub-nav ul li a span {
        line-height: 36px
    }

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

    #menu-toggle .nav-list-1 .parent:hover>a span:after {
        background-image: url("../img/shared/icon_minus2.png")
    }

    #menu-toggle .nav-list-1 .parent:hover>a span.en {
        opacity: 0
    }

    #menu-toggle .nav-list-1 .parent:hover>a span.jp {
        opacity: 1
    }

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

    #menu-toggle .contact {
        position: relative;
        border: 1px solid #aca697;
        width: 403px;
        padding: 40px 0;
        margin: 97px auto 0
    }

    #menu-toggle .contact::before {
        content: "";
        position: absolute;
        border: 1px solid #aca697;
        inset: 4px
    }

    #menu-toggle .contact .btn-tel {
        text-align: center;
        font-size: 28px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .065em
    }

    #menu-toggle .contact .btn-tel small {
        font-size: 14px;
        letter-spacing: .1em
    }

    #menu-toggle .contact .btn-reserve {
        width: 314px;
        margin: 19px auto 0
    }

    #menu-toggle .nav-list-2 {
        margin-top: 26px
    }

    #menu-toggle .nav-list-2 li {
        line-height: 1
    }

    #menu-toggle .nav-list-2 li a {
        padding: 0 15px;
        font-size: 18px;
        line-height: 1
    }

    #menu-toggle .nav-list-2 li a:hover {
        opacity: .7
    }

    #menu-toggle .btn-insta {
        width: 36px
    }
}

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

#footer .row-1 .col-l .logo dt {
    width: 61%;
    margin: 0 auto
}

#footer .row-1 .col-l .logo dd {
    text-align: center;
    margin-top: 3vw
}

#footer .row-1 .col-l .btn-tel {
    text-align: center;
    margin-top: 6vw;
    font-size: 24.5px;
    line-height: 1;
    letter-spacing: .065em
}

#footer .row-1 .col-l .btn-tel small {
    font-size: 12.5px;
    letter-spacing: .11em
}

#footer .row-1 .col-l .btn-reserve {
    margin: 3vw 12% 0
}

#footer .row-1 .col-l .btn-insta {
    width: 31.5px;
    margin: 5vw auto 0
}

#footer .row-1 .col-r {
    margin-top: 11vw
}

#footer .row-1 .col-r .info dl {
    display: flex;
    font-size: 13.5px;
    line-height: 24px;
    letter-spacing: .1em
}

#footer .row-1 .col-r .info dl dt {
    max-width: 20vw;
    width: 100%
}

#footer .row-1 .col-r .info dl dd {
    flex: 1
}

#footer .row-1 .col-r .info dl dd a {
    border-bottom: 1px solid #aa8b39;
    color: #aa8b39;
    text-underline-offset: 3px
}

#footer .row-1 .col-r .info dl dd a img {
    width: 9px;
    margin: -3px 3px 0 2px
}

#footer .row-1 .col-r .info dl+dl {
    margin-top: 6vw
}

#footer .row-2 {
    border-top: 1px solid rgba(255, 255, 255, .35);
    text-align: center;
    padding-top: 10vw;
    margin-top: 11vw;
    line-height: 1
}

#footer .row-2 .btn-copy {
    width: -moz-fit-content;
    width: fit-content;
    margin: 4vw auto 0;
    line-height: 1
}

#footer .row-2 .btn-copy a {
    position: relative;
    display: flex;
    gap: 11px;
    align-items: center
}

#footer .row-2 .btn-copy a::before {
    content: "";
    background: url("../img/shared/icon_copy.png") no-repeat;
    background-size: 100%;
    width: 14px;
    height: 13.5px
}

#footer .row-2 address {
    margin-top: 9.5vw;
    font-size: 13px
}

#footer .row-2 .btn-cookie {
    margin-top: 2vw
}

#footer .row-2 .btn-cookie a {
    color: #958988;
    text-decoration: underline;
    font-size: 10.5px
}

#footer .row-2 .pagetop {
    width: 36px;
    margin: 10vw auto 0
}

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

    #footer .row-1 .wrap {
        display: flex;
        justify-content: center
    }

    #footer .row-1 .col-l {
        width: 392px;
        border-left: 1px solid #a6a2a1;
        border-right: 1px solid #a6a2a1;
        padding: 7px 0
    }

    #footer .row-1 .col-l .logo dt {
        width: 242px
    }

    #footer .row-1 .col-l .logo dd {
        margin-top: 14px
    }

    #footer .row-1 .col-l .btn-tel {
        margin-top: 23px;
        font-size: 28px
    }

    #footer .row-1 .col-l .btn-tel small {
        font-size: 14px
    }

    #footer .row-1 .col-l .btn-reserve {
        width: 274px;
        margin: 19px auto 0
    }

    #footer .row-1 .col-l .btn-insta {
        width: 36px;
        margin-top: 22px
    }

    #footer .row-1 .col-r {
        border-right: 1px solid #a6a2a1;
        width: 550px;
        padding-top: 40px;
        margin-top: 0
    }

    #footer .row-1 .col-r .info {
        max-width: 430px;
        margin: 0 auto
    }

    #footer .row-1 .col-r .info dl {
        font-size: 15px;
        line-height: 27px
    }

    #footer .row-1 .col-r .info dl dt {
        max-width: 84px
    }

    #footer .row-1 .col-r .info dl dd a img {
        width: 10px;
        margin: -4px 5px 0 5px
    }

    #footer .row-1 .col-r .info dl dd a:hover {
        border-color: rgba(0, 0, 0, 0)
    }

    #footer .row-1 .col-r .info dl+dl {
        margin-top: 15px
    }

    #footer .row-2 {
        padding-top: 56px;
        margin-top: 67px
    }

    #footer .row-2 .nav-pc {
        max-width: 1000px;
        margin: 0 auto
    }

    #footer .row-2 .nav-pc>ul {
        display: flex;
        justify-content: center
    }

    #footer .row-2 .nav-pc>ul>li {
        position: relative;
        z-index: 2
    }

    #footer .row-2 .nav-pc>ul>li+li {
        border-left: 1px solid rgba(255, 255, 255, .5)
    }

    #footer .row-2 .nav-pc>ul>li>a,
    #footer .row-2 .nav-pc>ul>li p {
        padding: 0 13px 0 16px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: .11em
    }

    #footer .row-2 .nav-pc>ul>li>a {
        position: relative;
        display: block
    }

    #footer .row-2 .nav-pc>ul>li>a::before {
        content: "";
        position: absolute;
        background: #fff;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        bottom: -13px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: .3s
    }

    #footer .row-2 .nav-pc>ul>li>a:hover::before,
    #footer .row-2 .nav-pc>ul>li>a.active::before {
        opacity: 1
    }

    #footer .row-2 .nav-pc>ul .parent {
        cursor: pointer
    }

    #footer .row-2 .nav-pc>ul .parent>a {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        gap: 5px
    }

    #footer .row-2 .nav-pc>ul .parent>a::after {
        content: "";
        background: url("../img/shared/icon_plus1.png") no-repeat;
        width: 19px;
        height: 19px;
        background-size: 100%
    }

    #footer .row-2 .nav-pc>ul .parent .sub-nav {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 156px;
        padding-top: 36px;
        opacity: 0;
        pointer-events: none;
        transition: .3s
    }

    #footer .row-2 .nav-pc>ul .parent .sub-nav ul {
        display: block;
        background: #fff;
        padding: 15px 13px 23px
    }

    #footer .row-2 .nav-pc>ul .parent .sub-nav ul li a {
        display: block;
        border-bottom: 1px solid #000;
        color: #000;
        font-size: 20px;
        line-height: 36px
    }

    #footer .row-2 .nav-pc>ul .parent .sub-nav ul li a:hover {
        opacity: .7
    }

    #footer .row-2 .nav-pc>ul .parent:hover>a::before {
        opacity: 1
    }

    #footer .row-2 .nav-pc>ul .parent:hover>a:after {
        background-image: url("../img/shared/icon_minus1.png")
    }

    #footer .row-2 .nav-pc>ul .parent:hover .sub-nav {
        opacity: 1;
        pointer-events: all
    }

    #footer .row-2 .flex {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        margin-top: 46px
    }

    #footer .row-2 .btn-copy {
        margin: 0
    }

    #footer .row-2 .btn-copy a {
        gap: 9px
    }

    #footer .row-2 .btn-copy a::before {
        width: 16px;
        height: 16px
    }

    #footer .row-2 .btn-copy a:hover {
        text-decoration: underline
    }

    #footer .row-2 address {
        margin-top: 27px;
        font-size: 15px
    }

    #footer .row-2 .btn-cookie {
        margin-top: 9px
    }

    #footer .row-2 .btn-cookie a {
        font-size: 12px
    }

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

    #footer .row-2 .pagetop {
        width: 41px;
        margin-top: 44px
    }
}

#fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: url("../img/shared/bg1.jpg") repeat center;
    color: #000;
    height: 57px
}

#fixed-btn ul {
    display: flex;
    height: 100%
}

#fixed-btn ul li {
    height: 100%
}

#fixed-btn ul li:nth-child(3) {
    width: 13.7333333333%;
    border-right: 1px solid rgba(186, 134, 65, .54)
}

#fixed-btn ul li:nth-child(3) a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

#fixed-btn ul li:nth-child(3) a img {
    width: 15.5px
}

#fixed-btn ul li:nth-child(4) {
    position: relative;
    width: 30%;
    padding-top: 16.5px
}

#fixed-btn ul li:nth-child(4)::before {
    content: "Menu";
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    color: #000;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .11em
}

#fixed-btn ul li:nth-child(4) .inner {
    position: relative;
    width: 43.5px;
    height: 9px;
    margin: 0 auto
}

#fixed-btn ul li:nth-child(4) .inner span {
    content: "";
    position: absolute;
    display: block;
    background: #967448;
    height: 1px;
    width: 100%;
    left: 0;
    transition: .3s
}

#fixed-btn ul li:nth-child(4) .inner span:nth-child(1) {
    top: 0
}

#fixed-btn ul li:nth-child(4) .inner span:nth-child(2) {
    bottom: 0
}

#fixed-btn ul li:nth-child(4).is-active {
    background: url("../img/shared/bg2.jpg") repeat center
}

#fixed-btn ul li:nth-child(4).is-active::before {
    content: "Close"
}

#fixed-btn ul li:nth-child(4).is-active .inner span {
    top: 50% !important
}

#fixed-btn ul li:nth-child(4).is-active .inner span:nth-child(1) {
    transform: rotate(15deg) translateY(-50%)
}

#fixed-btn ul li:nth-child(4).is-active .inner span:nth-child(2) {
    transform: rotate(-15deg) translateY(-50%)
}

@media screen and (max-width: 767px) {

    #fixed-btn ul li:nth-child(1),
    #fixed-btn ul li:nth-child(2) {
        width: 28.1333333333%;
        background: url("../img/shared/bg4.jpg") repeat center;
        color: #fff
    }

    #fixed-btn ul li:nth-child(1) .sp,
    #fixed-btn ul li:nth-child(2) .sp {
        height: 100%
    }

    #fixed-btn ul li:nth-child(1) .sp a,
    #fixed-btn ul li:nth-child(2) .sp a {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 8px;
        height: 100%
    }

    #fixed-btn ul li:nth-child(1) .sp a span,
    #fixed-btn ul li:nth-child(2) .sp a span {
        display: block;
        height: 15.5px
    }

    #fixed-btn ul li:nth-child(1) .sp a span.icon img,
    #fixed-btn ul li:nth-child(2) .sp a span.icon img {
        display: block;
        width: auto;
        height: 100%
    }

    #fixed-btn ul li:nth-child(1) .sp a span.txt,
    #fixed-btn ul li:nth-child(2) .sp a span.txt {
        font-size: 12.5px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: .15em
    }

    #fixed-btn ul li:nth-child(2) .sp {
        border-left: 1px solid rgba(255, 255, 255, .54)
    }
}

@media screen and (min-width: 768px) {
    #fixed-btn {
        background: url("../img/shared/bg5.png") repeat center;
        inset: 0 0 auto 0;
        height: 83px;
        opacity: 0;
        pointer-events: none;
        transition: .3s
    }

    #fixed-btn ul {
        align-items: center;
        justify-content: flex-end
    }

    #fixed-btn ul li:nth-child(1) {
        position: absolute;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
        width: 240px;
        height: -moz-fit-content;
        height: fit-content
    }

    #fixed-btn ul li:nth-child(1) .btn-reserve a {
        height: 48px;
        font-size: 16px
    }

    #fixed-btn ul li:nth-child(1) .btn-reserve a::before {
        width: 18px;
        height: 18px
    }

    #fixed-btn ul li:nth-child(2) {
        position: absolute;
        top: 50%;
        left: 275px;
        transform: translateY(-50%);
        height: -moz-fit-content;
        height: fit-content
    }

    #fixed-btn ul li:nth-child(2) .btn-tel {
        font-size: 24.5px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: .065em
    }

    #fixed-btn ul li:nth-child(2) .btn-tel small {
        font-size: 12px
    }

    #fixed-btn ul li:nth-child(3) {
        width: 72px;
        height: 48px;
        border-right: 1px solid rgba(186, 134, 65, .54);
        border-left: 1px solid rgba(186, 134, 65, .54)
    }

    #fixed-btn ul li:nth-child(3) a img {
        width: 22px
    }

    #fixed-btn ul li:nth-child(3) a:hover {
        opacity: .7
    }

    #fixed-btn ul li:nth-child(4) {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 177px;
        height: 83px;
        padding-top: 0;
        gap: 14px;
        transition: .3s
    }

    #fixed-btn ul li:nth-child(4)::before {
        position: unset;
        text-align: left;
        margin-top: -4px;
        font-size: 18px
    }

    #fixed-btn ul li:nth-child(4) .inner {
        width: 61px;
        height: 12px;
        margin: 0
    }

    #fixed-btn ul li:nth-child(4):hover {
        opacity: .7
    }
}

#reservation {
    background: url("../img/shared/reservation_bg.jpg") repeat center top/cover;
    padding: 17vw 0;
    color: #000
}

#reservation h2 span {
    text-align: center;
    display: block;
    line-height: 1;
    letter-spacing: .11em
}

#reservation h2 span.en {
    color: #6e3919;
    font-size: 14.87vw;
    font-weight: 400
}

#reservation h2 span.jp {
    margin-top: 1vw;
    font-size: 5.13vw;
    font-weight: 300
}

#reservation .txt {
    margin-top: 8vw
}

#reservation .txt li {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 12px 0;
    line-height: 25px;
    letter-spacing: .06em
}

#reservation .row {
    background: url("../img/shared/bg2.jpg") repeat center;
    margin-top: 11.5vw
}

#reservation .row .col {
    text-align: center;
    min-height: 42.5vw;
    padding: 8vw 0 0
}

#reservation .row .col:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, .5)
}

#reservation .row h3 {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    width: 77%;
    margin: 0 auto;
    padding-bottom: 5vw;
    font-size: 4.43vw;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .15em
}

#reservation .row .btn-tel {
    margin-top: 5.5vw
}

#reservation .row .btn-tel dl {
    line-height: 1
}

#reservation .row .btn-tel dl dt {
    font-size: 24.5px;
    font-weight: 400;
    letter-spacing: .065em
}

#reservation .row .btn-tel dl dt small {
    font-size: 13px;
    letter-spacing: .11em
}

#reservation .row .btn-tel dl dd {
    margin-top: 1.5vw;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .06em
}

#reservation .row .btn-reserve {
    width: 72.5%;
    margin: 4vw auto 0
}

@media screen and (min-width: 768px) {
    #reservation {
        padding: 109px 0 112px
    }

    #reservation h2 span.en {
        font-size: 75px
    }

    #reservation h2 span.jp {
        margin-top: 9px;
        font-size: 22px
    }

    #reservation .txt {
        max-width: 700px;
        margin: 49px auto 0
    }

    #reservation .txt li {
        line-height: 30px
    }

    #reservation .row {
        display: flex;
        max-width: 796px;
        margin: 51px auto 0;
        padding: 41px 0
    }

    #reservation .row .col {
        width: 50%;
        min-height: 140px;
        padding: 0
    }

    #reservation .row .col:nth-child(2) {
        border-top: none;
        border-left: 1px solid rgba(0, 0, 0, .5)
    }

    #reservation .row h3 {
        width: 300px;
        padding: 12px 0 23px;
        font-size: 19px
    }

    #reservation .row .btn-tel {
        margin-top: 23px
    }

    #reservation .row .btn-tel dl dt {
        font-size: 28px
    }

    #reservation .row .btn-tel dl dt small {
        font-size: 14px
    }

    #reservation .row .btn-tel dl dd {
        margin-top: 7px;
        font-size: 11px
    }

    #reservation .row .btn-reserve {
        width: 274px;
        margin-top: 16px
    }
}

.remodal {
    background: url("../img/shared/bg1.jpg") repeat center;
    color: #464646;
    text-align: left;
    padding: 0 0 50px
}

.remodal h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .15em
}

.remodal .note {
    text-align: center;
    margin: 10px 0 40px
}

.remodal .row2 {
    margin-top: 40px
}

.remodal .row .col+.col {
    margin-top: 40px
}

.remodal .row .item+.item {
    margin-top: 40px
}

.remodal .row h3 {
    text-align: center;
    background: url("../img/shared/bg2.jpg") repeat center;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    line-height: 48px
}

.remodal .row dl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    padding: 5px 0;
    font-size: 14px;
    line-height: 28px
}

.remodal .row dl * {
    letter-spacing: .06em
}

.remodal .row dl dt {
    flex: 1
}

.remodal .row dl dd {
    text-align: right
}

.remodal .btn-close {
    position: relative;
    margin-top: 40px
}

.remodal .btn-close span {
    display: block;
    text-align: center;
    border: 1px solid #a39d8d;
    color: #000;
    font-size: 16px;
    line-height: 56px;
    font-weight: 300;
    letter-spacing: .15em
}

.remodal .btn-close span::before {
    content: "";
    position: absolute;
    border: 1px solid #a39d8d;
    inset: 3px
}

.remodal .btn-close span:after {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_close.png") no-repeat;
    background-size: 100%;
    width: 17px;
    height: 14px;
    top: 50%;
    right: 16.5px;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    .remodal {
        max-width: 1100px;
        margin: 50px auto;
        padding: 40px 0 125px
    }

    .remodal h2 {
        margin-top: -15px;
        font-size: 34px
    }

    .remodal .note {
        margin: 10px 0 50px
    }

    .remodal .row1 {
        max-width: 830px;
        margin: 0 auto
    }

    .remodal .row2 {
        display: flex;
        justify-content: space-between;
        margin: 50px 8px 0
    }

    .remodal .row .col {
        width: calc(50% - 18px)
    }

    .remodal .row .col+.col {
        margin-top: 0
    }

    .remodal .row .item+.item {
        margin-top: 30px
    }

    .remodal .row h3 {
        margin-bottom: 20px
    }

    .remodal .row dl {
        padding: 0;
        font-size: 16px;
        line-height: 33px
    }

    .remodal .btn-close {
        cursor: pointer;
        width: 335px;
        margin: 75px auto 0
    }

    .remodal .btn-close span {
        font-size: 18px;
        line-height: 58px
    }

    .remodal .btn-close span:after {
        right: 27px;
        transition: .3s
    }

    .remodal .btn-close:hover span:after {
        right: 20px
    }
}

.remodal2 {
    background: url("../img/shared/bg6.jpg") repeat center;
    color: #fff
}

.remodal2 .box {
    background: rgba(255, 255, 255, .18);
    text-align: center;
    padding: 7vw 7% 9vw
}

.remodal2 .box .name-price {
    line-height: 2
}

.remodal2 .box .name-price * {
    letter-spacing: .15em
}

.remodal2 .box .name-price dt {
    font-size: 5.86vw
}

.remodal2 .box .name-price dd {
    font-size: 5.2vw
}

.remodal2 .box .name-price dd small {
    font-size: 4.53vw
}

.remodal2 .box h4 {
    text-align: center;
    background: #352b2a;
    color: #fff;
    margin-top: 5vw
}

.remodal2 .box .list li {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    letter-spacing: .1em
}

.remodal2 .remodal-close span {
    color: #fff
}

.remodal2 .remodal-close::before,
.remodal2 .remodal-close:after {
    background: #fff
}

.remodal2 .btn-close span {
    border-color: #fff;
    color: #fff
}

.remodal2 .btn-close span::before {
    border-color: #fff
}

.remodal2 .btn-close span::after {
    background-image: url("../img/shared/icon_close2.png")
}

@media screen and (min-width: 768px) {
    .remodal2 .box {
        width: 405px;
        margin: 69px auto 110px;
        padding: 34px 0 60px
    }

    .remodal2 .box .name-price {
        line-height: 48px
    }

    .remodal2 .box .name-price dt {
        font-size: 29px
    }

    .remodal2 .box .name-price dd {
        font-size: 24px
    }

    .remodal2 .box .name-price dd small {
        font-size: 19px
    }

    .remodal2 .box h4 {
        max-width: 280px;
        margin: 25px auto 0;
        line-height: 33px
    }

    .remodal2 .box .list {
        max-width: 280px;
        margin: 2px auto 0
    }

    .remodal2 .box .list li {
        line-height: 36px
    }

    .remodal2 .remodal-close span {
        color: #fff
    }

    .remodal2 .remodal-close::before,
    .remodal2 .remodal-close:after {
        background: #fff
    }

    .remodal2 .btn-close span {
        border-color: #fff;
        color: #fff
    }

    .remodal2 .btn-close span::before {
        border-color: #fff
    }

    .remodal2 .btn-close span::after {
        background-image: url("../img/shared/icon_close2.png")
    }
}