@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    color: #070F54;
    -webkit-font-smoothing: antialiased;
}

main,
footer {
    max-width: 520px;
    margin: 0 auto;
    background-color: #F8F8FF;
}

p {
    line-height: 1.5;
}

li {
    list-style-type: none;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #070F54;
}

img {
    max-width: 100%;
}


.wrapper {
    width: 90%;
    margin: 0 auto;
}

.cont-ttl {
    margin: 70px auto 40px;
    text-align: center;
    background: linear-gradient(90deg, rgba(248, 248, 255, 0.4) 0%, #8693FE 100%);
}

.cont-ttl h2 {
    font-size: 3rem;
    font-family: "Cinzel", serif;
    font-weight: 400;
}

.cont-ttl p {
    font-size: 1.25rem;
    padding-bottom: 10px;
}

#top {
    position: relative;
    height: 812px;
}

#top::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/top-bg.webp);
    background-size: cover;
    z-index: 5;
    pointer-events: none;
}

.swiper-slide img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    position: relative;
}

.top-visual {
    position: relative;
    z-index: 10;
}

.site-ttl {
    width: 80%;
    margin: -10px auto 0;
    font-size: 2.25rem;
    font-family: "Cinzel", serif;
    font-weight: 400;
    text-align: center;
}

.site-ttl span {
    background: linear-gradient(transparent 50%, #8693FE50 50%);
}

.logo {
    display: block;
    width: 80px;
    aspect-ratio: 1/1;
    margin: 10px auto 0;
}

.catch-cont {
    width: 90%;
    margin: 0 auto;
}

.catch {
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: 5%;
}

.catch span {
    font-size: 2rem;
}

.catch span:nth-of-type(2) {
    color: #F49F1C;
}

.catch-cont p {
    width: 90%;
    margin-top: 30px;
}

/* charm */
.charm-bg {
    position: sticky;
    top: 20%;
    right: 0;
    opacity: 0.1;
}

.charm-ttl {
    width: 100%;
    height: 812px;
    background-image: url(../img/charm-top.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: 80px;
}

.charm-ttl h2 {
    font-family: "Cinzel", serif;
    font-size: 3rem;
    font-weight: 400;
}

.charm-supp {
    font-size: 1.25rem;
}

.select {
    font-size: 2rem;
    color: #F49F1C;
    margin-top: 10px;
}

.charm-item {
    margin-top: 90px;
    height: 730px;
    position: relative;
    top: -400px;
}

.charm-cont-ttl {
    font-size: 1.5rem;
    font-weight: 400;
}

.charm-desc {
    margin-top: 10px;
    font-size: 14px;
}

.point {
    position: absolute;
    top: -40px;
    right: 20px;
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight: 400;
}

.point span {
    font-size: 2rem;
    line-height: 1;
}

.point::after {
    content: "";
    width: 60px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 5px;
    right: -15px;
    background: linear-gradient(rgba(248, 248, 255, 0.4) 0%, #8693FE 100%);
    border-radius: 50%;
    z-index: -1;

}

/* charm-img */
.charm-item:nth-of-type(1) img:nth-of-type(1) {
    width: 220px;
    position: absolute;
    top: 180px;
    right: 20px;
}

.charm-item:nth-of-type(1) img:nth-of-type(2) {
    width: 290px;
    position: absolute;
    top: 380px;
    left: 0;
}

.charm-item:nth-of-type(2) img:nth-of-type(1) {
    width: 290px;
    position: absolute;
    top: 200px;
    left: 0;
}

.charm-item:nth-of-type(2) img:nth-of-type(2) {
    width: 290px;
    aspect-ratio: 3/2;
    object-fit: cover;
    position: absolute;
    top: 450px;
    right: 0;
}

.charm-item:nth-of-type(3) img:nth-of-type(1) {
    width: 300px;
    position: absolute;
    top: 170px;
    left: 0;
}

.charm-item:nth-of-type(3) img:nth-of-type(2) {
    width: 290px;
    position: absolute;
    top: 740px;
    left: 0;
}

.charm-item:nth-of-type(3) img:nth-of-type(3) {
    width: 180px;
    position: absolute;
    top: 420px;
    right: 0;
}

/* plan */
#plan .cont-ttl {
    margin-top: 30px;
}


.tab-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.tab-menu li {
    padding: 10px 20px;
    position: relative;
    font-size: 1.25rem;
}

.tab-menu li.active {
    color: #F49F1C;
}

.tab-menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #ccc;
}

.slider {
    position: relative;
}

.swiper-pagination {
    position: relative !important;
    margin: 20px auto;
}

.plan-desc {
    margin-bottom: 40px;
}

.show-cont {
    background-color: #EEEFFF;
    padding-bottom: 30px;
}

.show-ttl {
    width: fit-content;
    margin: 0 auto 20px;
    padding-top: 30px;
    font-size: 1.25rem;
}

.show-table {
    width: 80%;
    margin: 0 auto;
    border-spacing: 0 20px;
}

.show-table th {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: .5px solid #070F54;
}

.show-table td {
    padding-bottom: 5px;
    border-bottom: .5px solid #070F54;
}

.show-cont .supp {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 5px;
    color: #333;
}

.price {
    width: fit-content;
    margin: 30px auto;
    border-bottom: .5px solid #070F54;
    color: #333;
}

.price span {
    font-size: 1.5rem;
    color: #F49F1C;
    padding-left: 10px;
}

.resv-btn {
    display: block;
    margin: 50px auto 70px;
    padding: 15px 30px;
    background-color: #F49F1C;
    color: #F8F8FF;
    border-radius: 10px;
    position: relative;
}

.resv-btn::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 55px;
    top: 50%;
    transform: translateY(-45%);
    right: 10px;
    background-image: url(../img/resv-btn-bg.svg);
    z-index: 1;
}

.resv-desc {
    font-size: 1.25rem;
    position: relative;
    z-index: 2;
}

.resv-supp {
    font-size: 0.875rem;
    position: relative;
    z-index: 2;
}

.resv-supp::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 57%;
    transform: translateY(-50%) rotate(-150deg);
    width: 1px;
    height: 12px;
    background-color: #F8F8FF;
}

.resv-supp::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 57%;
    transform: translateY(-50%) rotate(150deg);
    width: 1px;
    height: 12px;
    background-color: #F8F8FF;
}



/* service */
.slider-thumbnail .swiper-slide {
    opacity: .5;
    transition: opacity .5s;
    width: calc(100% / 3);
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.slider-thumbnail {
    margin-top: 30px;
}

.service-desc {
    margin: 30px auto 40px;
}

.show-list {
    width: 80%;
    margin: 20px auto;
}

.show-list dt {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
}

.show-list dd {
    padding-bottom: 10px;
    border-bottom: 0.5px solid #070F54;
}

.cont-sub-ttl {
    width: fit-content;
    font-size: 1.25rem;
    margin: 40px auto 20px;
}

.srv-map {
    margin-bottom: 10px;
}

#meal .show-list {
    width: 100%;
}

.meal-desc {
    margin: 20px auto;
}

/* info */
.info-cont {
    text-align: center;
}

.info-cont span {
    font-size: 1.25rem;
}

.location {
    width: 100%;
    margin: 30px auto 0;
}

.location span {
    font-size: 1.25rem;
}

#info .show-list {
    width: 100%;
}

.access iframe {
    width: 100%;
    aspect-ratio: 3/2;
}

.show-list dd {
    border-bottom: none;
}

#qa {
    padding-bottom: 140px;
}

.qa-list dt {
    color: #F49F1C;
    border-bottom: 1px dotted #070F54;
    width: fit-content;
    padding-bottom: 5px;
    margin-top: 30px;
}

.qa-list dd {
    padding-top: 10px;
}

.q,
.a {
    font-family: "Cinzel", serif;
    padding-right: 10px;
}


/* footer */
footer {
    padding: 30px;
    background-color: #EEEFFF;
}

footer .logo {
    display: block;
    width: 60px;
}

.footer-ttl {
    font-family: "Cinzel", serif;
    font-size: 2.25rem;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.info-cont {
    margin-top: 20px;
}

.pc-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/main-bg.webp);
    background-size: cover;
    z-index: -1;
    opacity: .4;
}


/* ナビゲーション */
.nav-btn {
    width: 30px;
    aspect-ratio: 1/1;
    position: fixed;
    top: 20px;
    right: 20px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}



.nav-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #070F54;
    transition: transform 0.5s ease, width 0.5s ease;
}

.nav-btn span:nth-child(1) {
    top: 4px;
}

.nav-btn span:nth-child(2) {
    top: 14px;
}

.nav-btn span:nth-child(3) {
    top: 24px;
}

.nav-btn.hm-active span:nth-child(1),
.nav-btn.hm-active span:nth-child(3) {
    width: 16px;
}


.nav-btn.hm-active span:nth-child(1) {
    transform: translate(16px, 4px) rotate(-135deg);
}

.nav-btn.hm-active span:nth-child(3) {
    transform: translate(16px, -4px) rotate(135deg);
}

.drawer-nav {
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    transform: translateX(200px);
    transition: opacity .8s ease, transform .8s ease;
    z-index: 999;
    background-color: #F8F8FF;
    background-image: url(../img/hm-bg.webp);
    background-size: contain;
    background-position: bottom;
}

.drawer-nav.hm-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

body.hm-active {
    overflow: hidden;
    height: 100%;
}

.drawer-cont {
    position: relative;
    top: 80px;
    left: 50px;
}

.drawer-cont h2 {
    font-size: 3rem;
    font-family: "Cinzel", serif;
    font-weight: normal;
}

.drawer-nav-item {
    font-family: "Cinzel", serif;
    font-size: 1.25rem;
    margin-top: 30px;
}

.drawer-nav-link {
    display: inline-block;
    width: 25%;
}

.drawer-nav-item::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url(../img/arrow-btn.svg);
    background-size: cover;
}

.drawer-nav-link:hover {
    color: #809fd1;
    transition: .3s;
}

.side-nav {
    display: none;
}

.side-nav-link {
    display: inline-block;
    width: 80%;
}

.web-right {
    display: none;
}


/* animation-js ------------------ */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 2s ease;
}

.fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
}


/* tab-js */
.tab-cont {
    display: none;
}

.tab-cont.active {
    display: block;
}

@media (min-width: 768px) {

    main,
    footer {
        margin: 0 8% 0 auto;
    }

    .nav-btn {
        display: none;
    }

    .side-nav {
        display: block;
        position: fixed;
        width: 20%;
        top: 50%;
        left: 3%;
        transform: translateY(-50%);
        font-family: "Cinzel", serif;
        background-color: #F8F8FF80;
    }

    .side-cont {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding: 10%;
    }

    .side-nav-menu {
        width: 90px;
    }

    .side-nav h2 {
        font-size: 2rem;
        font-weight: normal;
    }

    .side-nav-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .side-nav-item {
        margin-top: 20px;
    }

    .side-nav-link {
        display: block;
        width: 100%;
    }

    .side-nav-item::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 9px;
        position: relative;
        background-image: url(../img/arrow-btn.svg);
        background-size: cover;
    }

}

@media (min-width: 1024px) {

    main,
    footer {
        margin: 0 20% 0 auto;
    }
}

@media (min-width: 1280px) {

    main,
    footer {
        margin: 0 auto;
    }

    .web-right {
        display: block;
        position: fixed;
        width: fit-content;
        top: 50%;
        transform: translateY(-50%);
        right: 10%;
    }

    .web-right h2 {
        font-family: "Cinzel", serif;
        font-weight: normal;
        text-align: center;
        font-size: 2rem;
    }

    .side-logo img {
        display: block;
        width: 80px;
        aspect-ratio: 1/1;
        margin: 10px auto;
    }
}

@media (min-width: 1440px) {
    .web-right {
        right: 13%;
    }

    .side-nav {
        width: 15%;
        left: 10%;
    }
}