@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Yuji+Syuku&display=swap');
:root {
    --blue: #1e2948;
    --gold: #b49f00
}

body {
    background: url(../img/texture-1.jpg) center top;
    background-size: 100% auto;
    color: var(--blue);
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    letter-spacing: .06em;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%
}

@media screen and (max-width:768px) {
    body {
        font-size: 1.5rem
    }
}

a {
    color: var(--blue)
}

html {
    font-size: .833vw
}

@media screen and (max-width:768px) {
    html {
        font-size: 1.303vw
    }
}

@media screen and (max-width:540px) {
    html {
        font-size: 1.851vw
    }
}

@media screen and (max-width:414px) {
    html {
        font-size: 2.415vw
    }
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 10rem;
    padding-right: 9rem;
    background: url(../img/texture-1.jpg) center top;
    background-size: cover
}

header h1 {
    line-height: 1;
    position: absolute;
    left: 8rem;
    top: 0;
    z-index: 99
}

header h1 a {
    width: 12.1rem;
    display: block;
    padding: 1.5rem
}

@media screen and (max-width:768px) {
    header {
        display: block;
        height: auto;
        padding-right: 0
    }

    header h1 {
        left: 1rem;
        top: 1rem
    }

    header h1 a {
        width: 10rem;
        height: 10rem;
        background-size: 10rem;
        padding: .4rem
    }
}

.gnav {
    padding-top: 2rem
}

ul.gnav-menu {
    display: flex;
    align-items: center
}

ul.gnav-menu>li {
    font-size: 1.46rem;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1.4
}

ul.gnav-menu>li span {
    font-size: 1.2rem
}

ul.gnav-menu>li:not(:last-child) {
    margin-right: 4rem
}

ul.gnav-menu>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    color: #1e2948;
}

ul.gnav-menu li.insta {
    font-size: 2.3rem;
    margin-bottom: .25rem;
    margin-left: 3.4rem;
}

ul.gnav-menu li.x img {
    height: 35px;
    object-fit: contain
}

ul.gnav-menu>li.current a {
    color: #b49f00
}

footer {
    background: #061845;
    color: #fff
}

footer a {
    color: #fff;
    font-weight: 700
}

footer .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 104rem;
    margin: 0 auto;
    align-items: center;
    padding-bottom: 2rem
}

footer .logo {
    margin-bottom: 6.6rem;
    margin-top: 6rem
}

footer .logo a {
    width: 10rem;
    padding: 1.5rem 0;
    display: block;
}

footer nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 3rem
}

footer nav ul li {
    text-align: center;
    font-size: 1.2rem;
}

footer nav ul li:not(:last-child) {
    margin-right: 4rem
}

footer nav ul li span {
    display: block;
     font-size: 1rem;
}

footer .link ul {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

footer .link ul li:not(:last-child) {
    margin-right: 4rem
}

footer .link li {
    font-size: 2.4rem;
    margin-bottom: .25rem
}

footer .link li i {
    vertical-align: middle
}

footer .link li img {
    height: 35px;
    object-fit: contain;
    vertical-align: middle;
    width: 39px
}

footer small {
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 1.2rem;
    background: #211815;
    padding: 1rem 0 1.2rem 0
}
@media screen and (max-width:1000px) {
    footer nav ul li {
        font-size: 1.8rem;
    }

    footer nav ul li span {
        font-size: 1.6rem;
    }
    footer .link li {
        font-size: 3.2rem;
    }
}
@media screen and (max-width:768px) {
    footer .wrap {
        display: block;
        width: auto;
        padding-bottom: 0;
        padding-top: 4rem
    }

    footer .logo {
        margin-top: 0;
        display: flex;
        justify-content: center
    }

    footer .logo a {
        width: 10rem;
        padding: 0;
        display: block;
    }

    footer nav ul {
        margin: 4rem 0;
        flex-direction: column
    }

    footer nav ul li {
        text-align: center
    }

    footer nav ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1.5rem
    }

    footer .link ul {
        justify-content: center
    }

    footer .link li img {
        height: 25px;
        width: 25px
    }

    footer small {
        padding: 1rem 0 7.6rem 0
    }
}

.page-ttl {
    background: url(../img/top-kv-2.jpg) no-repeat top 62% center/cover;
    position: relative
}

.page-ttl>div {
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20rem
}

.page-ttl h2 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1rem
}

.page-ttl h2 span {
    font-size: 3.6rem;
    margin-bottom: 1rem
}

@media screen and (max-width:768px) {
    .page-ttl>div {
        height: 24rem
    }

    .page-ttl h2 {
        padding-top: 4rem
    }
}

.heading-1 {
    line-height: 1;
    margin-bottom: 4rem;
    text-align: center;
    font-size: 3.1rem;
    background: url(../img/bg-ttl.png) no-repeat center top 1.2em;
    background-size: 2em;
    padding: 8.5rem 0 0rem 0;
    letter-spacing: .15em;
    font-family: "Yuji Syuku", serif;
}
.heading-1 span {
    font-family: "Noto Serif JP", serif;
    font-size: 1.05rem;
    display: block;
    margin-top: 1rem;
    letter-spacing: 0.15em;
}
.heading-1.wt {
    color: #fff;
}

.heading-2 {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .15em
}

.heading-2 strong {
    font-size: 2.4rem
}

.heading-2 i {
    color: var(--gold)
}

.more {
    text-align: center;
    line-height: 1;
    display: block;
    height: 76px;
    max-width: 333px;
    width: 30rem;
    background: url(../img/bg-btn.png) no-repeat center;
    background-size: contain;
    font-weight: 700;
    letter-spacing: .15em
}

.more-wt {
    text-align: center;
    line-height: 1;
    display: block;
    height: 76px;
    max-width: 333px;
    width: 30rem;
    background: url(../img/bg-btn-wt.jpg) no-repeat center;
    background-size: contain;
    font-weight: 700;
    letter-spacing: .15em;
}

.ttl {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    font-size: 2.2rem;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative
}

.ttl:after {
    border-bottom: solid 4px var(--blue);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%
}

@media screen and (max-width:768px) {
    .ttl:after {
        width: 40%
    }
    .heading-1 {
        padding: 8.5rem 0 0rem 0;
    }
}

dl.detail {
    display: flex;
    flex-wrap: wrap
}

dl.detail dt {
    padding: 1.5rem;
    width: 25%;
    white-space: nowrap
}

dl.detail dd {
    padding: 1.5rem;
    width: 75%
}

dl.bk dd,
dl.bk dt {
    border-bottom: 1px solid var(--blue);
    display: flex;
    align-items: center;
    color: #000;
}

dl.wt dd,
dl.wt dt {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

@media screen and (max-width:768px) {
    dl.detail {
        display: block
    }

    dl.detail dt {
        display: flex;
        align-items: center;
        padding: 1.2rem 1.2rem 0 1.2rem;
        width: 100%
    }

    dl.detail dt::before {
        content: "◆";
        font-size: 1.2rem;
        margin-right: .5rem
    }

    dl.detail dd {
        padding: 0 1.2rem 1.2rem 1.2rem;
        width: 100%
    }

    dl.bk dt {
        border-bottom: none
    }

    dl.wt dt {
        border-bottom: none
    }
}

.gnav-sp {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: -1;
    opacity: 0;
    background: url(../img/texture-1.jpg) center top;
    background-size: cover
}

.gnav-sp .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.gnav-sp-menu li {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center
}

.gnav-sp-menu li span {
    font-weight: 400;
    font-size: 1.2rem;
    display: block
}

.gnav-sp-menu li a {
    display: block;
    padding: 1.2rem 0;
    white-space: nowrap
}

.gnav-sp-menu li.insta {
    font-size: 3.2rem
}

.gnav-sp-menu li.x img {
    height: 35px;
    object-fit: contain
}

.toggle-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 6rem;
    height: 6rem;
    transition: all .5s;
    cursor: pointer;
    z-index: 100000;
    background: var(--blue)
}

.toggle-btn span {
    display: block;
    position: absolute;
    left: 2rem;
    width: 2rem;
    height: .2rem;
    background-color: #fff;
    transition: all .4s
}

.toggle-btn span:nth-child(1) {
    top: 1.9rem
}

.toggle-btn span:nth-child(2) {
    top: 2.7rem
}

.toggle-btn span:nth-child(3) {
    top: 3.5rem
}

.open .gnav-sp {
    top: 0;
    opacity: 1;
    z-index: 99999
}

.open .toggle-btn span {
    background-color: #fff
}

.open .toggle-btn span:nth-child(1) {
    -webkit-transform: translateY(.8rem) rotate(-45deg);
    transform: translateY(.8rem) rotate(-45deg)
}

.open .toggle-btn span:nth-child(2) {
    opacity: 0
}

.open .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(-.8rem) rotate(45deg);
    transform: translateY(-.8rem) rotate(45deg)
}

.container {
    margin: 8rem auto 8rem auto;
    width: 88rem
}

.container .wrap {
    display: flex;
    justify-content: space-between
}

.container .wrap.reverse {
    flex-direction: row-reverse
}

.container .wrap>figure {
    width: 35%
}

.container .wrap>div {
    width: 60%
}

@media screen and (max-width:768px) {
    .container {
        margin: 6rem 3rem 8rem 3rem;
        width: auto
    }

    .container .wrap {
        display: block
    }

    .container .wrap>figure {
        width: 100%;
        margin-bottom: 2rem
    }

    .container .wrap>div {
        width: 100%
    }
}

.fixed-btn {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 999;
    width: 6.3rem
}

@media screen and (max-width:768px) {
    .fixed-btn {
        top: auto;
        right: auto;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
        width: 100%
    }

    .fixed-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        height: 6.4rem;
        text-decoration: none !important;
        background: #1e2948;
        color: #fff;
        line-height: 1
    }

    .fixed-btn li img {
        width: 2.6rem;
        height: 2.6rem;
        margin-right: 1.2rem
    }

    .fixed-btn a>span {
        display: flex;
        flex-direction: column
    }

    .fixed-btn a>span>span:nth-child(1) {
        margin-bottom: .6rem;
        font-size: 1.2rem;
        position: relative
    }

    .fixed-btn a>span>span:nth-child(2) {
        font-weight: 700;
        font-size: 2rem
    }
}

@media screen and (min-width:769px) {
    .sp {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none !important
    }
}

#page-top {
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    right: 1rem
}

#page-top a {
    background: var(--gold);
    color: #fff;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
    font-size: 1.8rem;
    padding-left: .1rem
}

@media screen and (max-width:768px) {
    #page-top {
        bottom: 7.4rem
    }
}

a {
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

a.line {
    text-decoration: underline
}

a:hover.line {
    text-decoration: none
}

a:hover {
    opacity: .5
}

@media screen and (min-width:769px) {
    a[href^="tel:"] {
        pointer-events: none
    }
}

@media screen and (max-width:768px) {
    a[href^="tel:"] {
        text-decoration: underline
    }
}

.txt-vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

@media screen and (max-width:768px) {
    .txt-vertical.not {
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        white-space: normal
    }
}

.hv-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99
}

ul.list-group li {
    margin-left: 2rem;
    list-style: disc
}

ul.list-group li:not(:last-child) {
    margin-bottom: 1.2rem
}

.prepare {
    text-align: center;
    padding: 8rem 0;
    font-size: 2rem
}

.gmap iframe {
    width: 100%;
    height: 36rem
}

.gmap.grey iframe {
    filter: grayscale(100%)
}

.mb-10 {
    margin-bottom: 1rem !important
}

.mb-15 {
    margin-bottom: 1.5rem !important
}

.mb-20 {
    margin-bottom: 2rem !important
}

.mb-25 {
    margin-bottom: 2.5rem !important
}

.mb-30 {
    margin-bottom: 3rem !important
}

.mb-35 {
    margin-bottom: 3.5rem !important
}

.mb-40 {
    margin-bottom: 4rem !important
}

.mb-45 {
    margin-bottom: 4.5rem !important
}

.mb-50 {
    margin-bottom: 5rem !important
}

.mb-55 {
    margin-bottom: 5.5rem !important
}

.mb-60 {
    margin-bottom: 6rem !important
}

.mb-65 {
    margin-bottom: 6.5rem !important
}

.mb-70 {
    margin-bottom: 7rem !important
}

.mb-75 {
    margin-bottom: 7.5rem !important
}

.mb-80 {
    margin-bottom: 8rem !important
}

.mb-85 {
    margin-bottom: 8.5rem !important
}

.mb-90 {
    margin-bottom: 9rem !important
}

.mb-95 {
    margin-bottom: 9.5rem !important
}

.mb-100 {
    margin-bottom: 10rem !important
}

@keyframes fadeUp {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeDown {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeUp {
    animation: fadeUp .5s ease;
    animation-fill-mode: both
}

.fade {
    opacity: 0;
    transform: translateY(2rem)
}

.fade-down {
    opacity: 0;
    animation: fadeDown .5s ease;
    transform: translateY(-2rem);
    animation-fill-mode: both
}

.delay-1 {
    animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    -o-animation-delay: .2s
}

.delay-2 {
    animation-delay: .35s;
    -moz-animation-delay: .35s;
    -webkit-animation-delay: .35s;
    -o-animation-delay: .35s
}

.delay-3 {
    animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s
}

.delay-4 {
    animation-delay: .65s;
    -moz-animation-delay: .65s;
    -webkit-animation-delay: .65s;
    -o-animation-delay: .65s
}

.delay-5 {
    animation-delay: .8s;
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s
}

ul.menu-list {
    margin: 0 auto;
    max-width: 800px
}

ul.menu-list li {
    margin-bottom: 50px
}