@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/* Reset */
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    html {
        font-size: 50%;
    }
}

body{color: #585757; line-height: 1.6; word-spacing: 0; font-size: 1.6rem; font-family: "Zen Old Mincho", serif; overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; position: relative;}
.h1Context{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a.links:hover {
    text-decoration: underline;
    color: #425c49;
}

a:focus {
    outline: 0;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

.container {
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
}

.disable-event {
    pointer-events: none;
    opacity: 0.5;
}

@font-face {
    font-family: "Marcellus";
    src: url("../fonts/Marcellus-Regular.woff2") format("woff2"), url("../fonts/Marcellus-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

    .sp {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media print {
    body {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Animate */
.fade-in {
    opacity: 0;
    transition: opacity 1.5s ease;
}

.fade-in.is-view {
    opacity: 1;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

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

.fade-down {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-down.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-left.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.fade-right {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.fade-right.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.zoom-in {
    opacity: 0;
    overflow: hidden;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.zoom-in.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.zoom-out {
    opacity: 0;
    overflow: hidden;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: opacity 1.5s ease, transform 1.5s ease;
}

.zoom-out.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

@media (min-width: 768px) {
    .delay1 {
        transition-delay: .4s;
    }

    .delay2 {
        transition-delay: .6s;
    }

    .delay3 {
        transition-delay: .8s;
    }

    .delay4 {
        transition-delay: 1s;
    }
}

/* Code main */
.photo{position: relative; overflow: hidden;}
.photo__capInLeft{position: absolute; left: 1rem; bottom: 1rem;}
.photo__capInRight{position: absolute; right: 1rem; bottom: 1rem;}
.photo__capOutLeft{text-align: left;}
.photo__capOutright{text-align: right;}

.m-cap{font-size: 1.2rem; line-height: 1.25; letter-spacing: 0.1em;}
.m-cap[data-color='white']{color: #ffffff;}
.m-cap[data-color='black']{color: #000000;}
.m-cap[data-color='sdw-white']{color: #ffffff; text-shadow: 0 0 3px #000, 0 0 6px #000, 0 0 9px #000, 0 0 10px #000, 0 0 15px #000, 0 0 18px #000;}
.m-cap[data-color='sdw-black']{color: #000000; text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff, 0 0 7px #fff, 0 0 8px #fff, 0 0 9px #fff, 0 0 10px #fff;}
.lower-page .main{padding-top: 90px;}
.header{width: 100%; height: 100px; padding: 0 120px 0 60px; z-index: 20; display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0%;}
.header .logo{line-height: 1; font-weight: 300; position: relative; width: 30vw;}


@media (max-width: 767px) {
.lower-page .main{padding-top: 0;margin-top: 40px;}

    .header{height: 60px; background: #69928d; color: #fff; padding: 0 60px 0 20px; position: fixed;}
    .header .logo{left: 0; width: 60vw; max-width: 230px;}
    .header::after{content: ''; position: absolute; right: 0; top: 0; width: 60px; height: 60px; background: rgba(0, 0, 0, 0.3); }
    /* .header::before{content: ''; position: absolute; right: 0; top: 0; width: 60px; height: 60px; background: #06605d;} */
}   

.btn-contact .btn{display: inline-block; font-size: 2rem; color: #fff; background: #6b2020; width: 120px; height: 40px; line-height: 40px; text-align: center; position: relative; transition: all 0.3s ease;}
.btn-contact .btn:hover{background: #5f1215;}

.btn-contact .btn02{background: #000;color: #fff;}
.btn-contact .btn02:hover{opacity: 0.8;background-color: #000;}

@media (max-width: 767px) {
    .btn-contact .btn{width: 60px; height: 30px; font-size: 1.4rem; line-height: 30px;margin-right: 5px;}
    .btn-contact{display: flex;}
}
@media (min-width: 768px) {
  .btn-contact {
    position: fixed;
    right: 120px;
  }
}
.btn-menu{position: fixed; top: 17px; right:60px; z-index: 9999; mix-blend-mode: difference; width: 60px; height: 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 0.6rem; transition: right .4s ease, opacity .4s ease, transform .4s ease;will-change: right;}

.btn-menu p{font-size: 1.2rem; line-height: 1; color: #fff; transition: all .3s ease;}
.btn-menu .nav-btn{position: relative; width: 33px; height: 30px; z-index: 996; cursor: pointer; display: block; background: none;}
.btn-menu .nav-btn span{display: block; position: absolute; left: 0; width: 100%; height: 2px; background: #fff; transition: all .3s ease;}
.btn-menu .nav-btn span:nth-of-type(1){top: 5%;}
.btn-menu .nav-btn span:nth-of-type(2){top: 46%;}
.btn-menu .nav-btn span:nth-of-type(3){top: 90%;}
.btn-menu.is-open .nav-btn span:nth-of-type(1){top: 10px; transform: rotate(45deg);}
.btn-menu.is-open .nav-btn span:nth-of-type(2){display: none;}
.btn-menu.is-open .nav-btn span:nth-of-type(3){top: 10px; transform: rotate(-45deg);}
.btn-menu.is-open p{color: #fff;}
.btn-menu.is-open span{background: #fff;}

@media (max-width: 767px) {
    .btn-menu { top: 0; right: 0; background: #69928d; mix-blend-mode: unset;}
    .btn-menu .nav-btn{width: 30px; height: 22px;}
    .btn-menu.is-open{
        background: transparent;
    }
}

.menu-main {display: flex; flex-direction: column; width: 280px; height: 100%; min-height: 100vh; padding: 100px 60px 20px; background: rgba(0, 0, 0, 0.8); position: fixed; top: 0; right: -100%; z-index: 9998; transition: all 0.5s ease; overflow-y: auto;}
.menu-main.is-open{right: 0;}

.menu-main ul {
    flex: 1;
}

.menu-main ul li {
    margin: 7px 0;
    text-align: right;
}

.menu-main ul li a{font-family: "Marcellus", serif; font-size: 2.5rem; color: #fff; display: inline-block; letter-spacing: 0.03em; position: relative;}
.menu-main ul li a::before{content: ""; width: 0%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1); transition-duration: 800ms;}

.menu-main ul li a.is-active::before ,
.menu-main ul li a:hover::before {
    width: 100%;
}

.menu-main .group-btn a {
    display: block;
    border: 1px solid currentColor;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    margin-top: 10px;
}

.menu-main .group-btn a:hover {
    color: #000000;
    background: #fff;
}

.footer{background: #fff;}

.footer .logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer .logo .item:nth-child(1) {
    max-width: 27%;
}

.footer .logo .item:nth-child(2) {
    max-width: 31.2%;
}

.footer .logo .item:nth-child(3) {
    max-width: 34.3%;
}

.footer .info {
    padding: 60px 0;
    text-align: center;
}

.footer .info p {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #000;
}

.footer .info .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.4rem;
    line-height: 1;
    padding: 1.5rem 0;
    color: #000;
}

.footer .info .tel img {
    position: relative;
    top: 3px;
    margin-right: 1rem;
}

.footer .copyright {
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background: #343435;
    padding: 1rem 0;
}

@media (max-width: 767px) {
    .footer{margin-bottom: 16.5vw;}

    .footer .info {
        padding: 30px 0;
    }

    .footer .logo {
        justify-content: center;
        row-gap: 1rem;
    }

    .footer .logo .item {
        width: 100%;
        max-width: 280px !important;
        justify-content: center;
    }

    .footer .logo .item img {
        width: 100%;
    }

    .footer .info p {
        font-size: min(2.8vw, 1.5rem);
    }

    .footer .info p:nth-child(1) {
        font-size: 13px;
    }

    .menu-main {
        padding: 80px 30px 100px;
    }
}

.main{background: #fff;}
@media (max-width: 767px) {
    .main{margin-top: 60px;}
    .mv-page + .main{margin-top: 0;}
}

@media (min-width: 768px){
    .footer-nav{display: none;}
}
.footer-nav{position: fixed; bottom: 0; left: 0; z-index: 50; width: 100%;}
.footer-nav ul{display: flex; justify-content: space-between; background: #5f8480;}
.footer-nav ul li{width: 100%; display: flex; align-items: center; justify-content: center;}
.footer-nav ul li.request{background: #7d181d;}
.footer-nav ul li.calendar{background: #000;}
.footer-nav ul li.menu{background: rgba(0, 0, 0, 1); cursor: pointer;}
.footer-nav ul li a:hover{opacity: 0.7;}

.mv-page{position: relative; overflow: hidden;}
.mv-page img{opacity: 0; transition: opacity 1.5s ease;}
.mv-page.is-view img{opacity: 1;}
.mv-page .tit{font-family: 'EB Garamond'; font-weight: 400; font-size: 8.5rem; line-height: 1; color: #fff; letter-spacing: 0.1em; position: absolute; inset: 25% 0 auto; width: 90%; margin: 0 auto; text-align: center; text-shadow: 0 0 10px rgb(115, 159, 169), 0 0 20px rgb(115, 159, 169), 0 0 30px rgb(115, 159, 169); transform: translateY(80px); opacity: 0; transition: opacity 1.5s ease, transform 1.5s ease;top:17.6%;}
.mv-page.is-view .tit{transform: translateY(0); opacity: 1;}
.mv-page .m-cap{opacity: 0; transition: opacity 1.5s ease; transition-delay: .8s;}
.mv-page.is-view .m-cap{opacity: 1;}
@media (max-width: 767px) {
    .mv-page{margin-top: 60px;}
    .mv-page .tit{font-size: min(11vw, 8.5rem);}
}

.tit-page{font-size: 4.5rem; line-height: 1; text-align: center; letter-spacing: 0.1em; margin-bottom: 5rem;}
.m-tit{font-size: 3.1rem; line-height: 1.6; text-align: center; letter-spacing: 0.1em; font-weight: 400;color: #2a645f;}
.m-tit .m-cap{display: block;}
@media (max-width: 767px) {
    .tit-page{font-size: 5.8vw;}
    .m-tit{font-size: min(5.4vw, 3.1rem); letter-spacing: 0.05em;}
}

.box-cap{padding: 100px 0 120px;}
.box-cap li{text-indent: -1em; margin-left: 1em; margin-bottom: 5px; font-size: 1.2rem; line-height: 1.25; letter-spacing: 0.04em;color: #231815;}
.box-cap .links{display: block; padding-left: 1.4em; word-break: break-all;}
@media (max-width: 767px) {
    .box-cap{padding: 50px 0;}
}
@media (min-width: 1180px) {
    .mv-cap{margin-right: calc(50% - 590px);}
}