@charset "utf-8";

/* COMMON */
.photo {
    position: relative;
    overflow: hidden;
}

.photo__capInLeft {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.photo__capInRight {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.photo__capOutLeft {
    margin-top: 5px;
    text-align: left;
}

.photo__capOutright {
    margin-top: 5px;
    text-align: right;
}

.m-cap {
    font-size: 10px;
    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: #ffffff 1px 1px 2px, #ffffff -1px 1px 2px, #ffffff 1px -1px 2px, #ffffff -1px -1px 2px;
}

.main {
    background: #fff;
    overflow: hidden;
}

.bg {
    background: url(../img/common/bg.webp) no-repeat top left / 100% auto;
    padding: 8rem 0;
}

.bgShort {
    background-image: url(../img/common/bg_short.webp);
}

.en {
    font-family: 'Trajan Pro', sans-serif;
}

.fontEBGaramond {
    font-family: 'EB Garamond', sans-serif;
}

.botCap {
    padding: 6rem 0;
    font-size: 1rem;
}

.mvPage {
    position: relative;
    border-bottom: 20px solid #534741;
}

.mvPage figure {
    overflow: hidden;
}

.mvPage img {
    width: 100%;

    /*    
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    */

    opacity: 0;
    overflow: hidden;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: opacity 1s ease, transform 1s ease;
}

.mvPage.is-view img {
    /*
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    */
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.mvPage figcaption {
    right: 5%;
}

.titEnJp {
    letter-spacing: 0.1em;
    margin-bottom: 4rem;
    text-align: center;
}

.titEnJp .en {
    font-size: 2.2rem;
    color: #534741;
    font-family: 'Trajan Pro', sans-serif;
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: 0.2em;
}

.titEnJp .jp {
    font-size: 3.1rem;
}

.mTit {
    font-size: 3.1rem;
    text-align: center;
    margin-bottom: 4rem;
}

.mDesc {
    line-height: 2;
    text-align: center;
}

.readMore {
    display: block;
    max-width: 180px;
    width: 100%;
    margin: 4rem auto 0;
    padding: 1rem 1rem 0.8rem;
    background: #e0d9c7;
    color: #a22025;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.2s;
    font-family: 'Trajan Pro', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    letter-spacing: 0.2em;
    line-height: 1;
}

.colorRed {
    color: #a22025;
}

.titLocate {
    font-size: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
}

.titLocate span {
    font-size: 1.2rem;
}

@media (max-width: 999px) and (min-width: 769px){
    .titEnJp {
        margin-bottom: 2rem;
    }

    .titEnJp .en {
        font-size: 2vw;
    }

    .titEnJp .jp {
        font-size: 3vw;
    }

    .mTit {
        font-size: 3vw;
        margin-bottom: 2rem;
    }

    .titLocate {
        font-size: 1.8rem;
    }
}


@media screen and (max-width: 768px){
    .bg {
        padding: 6rem 0 !important;
    }

    .titEnJp {
        margin-bottom: 3rem;
    }

    .titEnJp .en {
        font-size: min(4vw, 2.2rem);
    }

    .titEnJp .jp {
        font-size: min(5vw, 3.1rem);
    }

    .mTit {
        font-size: min(5vw, 3.1rem);
        margin-bottom: 2rem;
    }

    .main {
        margin-top: 60px;
    }

    .botCap {
        padding: 6rem 0;
    }

    .mvPage {
        border-width: 10px;
    }

    .mvPage figure {
        width: 100%;
        height: 100%;
    }

    .mvPage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .mvPage figcaption {
        bottom: 5px;
        right: 5px;
    }

    .mvPage .lineBot {
        height: 25px;
    }

    .mvPage .lineBot::before {
        top: -10px;
        height: 5px;
    }

    .mvPage.gradientLogo::before {
        display: none;
    }
    
    .mDesc {
        text-align: left;
    }
    
    .titLocate {
        font-size: min(3.5vw, 2rem);
    }

    .titLocate span {
        font-size: min(2.5vw, 1.2rem);
    }

}

.header {
    width: 100%;
    padding: 0 10px 0 20px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    caret-color: transparent;
    height: 70px;
}

.header .logo {
    line-height: 1;
    position: relative;
    width: 340px;
    margin: 1% 0;
}

@media (max-width: 999px) and (min-width: 769px){
    .header .logo {
        width: 300px;
    }
}

@media screen and (max-width: 768px){
    .header {
        height: 60px;
        background: #fff;
        color: #fff;
        padding: 0 70px 0 20px;
        position: fixed;
    }

    .header .logo {
        left: -15px;
        width: 60vw;
        max-width: 230px;
        margin: 0;
    }

    .header::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, 0.3);
    }

    .toppage .logo {
        background: none;
        padding: 0;
    }
}

.btn-contact .btn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
    background: #7d181d;
    width: 138px;
    height: 40px;
    text-align: center;
    position: relative;
    line-height: 1;
    transition: all 0.3s ease;
}

.btn-contact .btn img {
    margin-right: 5px;
}

.btn-contact .btn:hover {
    opacity: 0.8;
}

.btn-contact .btnRequest {
    background: #000;
    
}

.btn-contact .btnReserve {
    background: #7d181d;

}


@media screen and (min-width: 768px){
    .btn-contact {
        position: fixed;
        right: 70px;
    }
}

@media screen and (max-width: 768px){
    .btn-contact {
        padding: 4px 0;
        display: none;
    }

    .btn-contact .btn {
        width: 100%;
        height: 24px;
        font-size: 1.4rem;
    }

    .btn-contact .btn img {
        height: 60%;
        width: auto;
    }

    .btn-contact .btnRequest {
        margin-bottom: 4px;
    }
}

.btn-menu {
    position: fixed;
    right: 10px;    
    z-index: 99;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.6rem;
    /*mix-blend-mode: difference;*/
}

.btn-menu p {
    font-size: 1rem;
    line-height: 1;
    color: #000;
    transition: all .3s ease;
}

.btn-menu .nav-btn {
    position: relative;
    width: 33px;
    height: 24px;
    z-index: 996;
    cursor: pointer;
    display: block;
    background: none;
}

.btn-menu .nav-btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    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 screen and (min-width: 768px){
    .mn-white .btn-menu {
        mix-blend-mode: unset;
    }

    .mn-white .btn-menu.blend-mode {
        mix-blend-mode: difference;
    }
}

@media screen and (max-width: 768px){
    .btn-menu {
        top: 0;
        right: 0;
        background: #534741;        
    }

    .btn-menu p {
        color: #fff;
    }
    .btn-menu .nav-btn span {
        background: #fff;
    }
    
    .btn-menu .nav-btn {
        width: 30px;
        height: 22px;
    }
}

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

.menu-main.is-open {
    right: 0;
}

.menu-main ul {
    flex: 1;
}

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

.menu-main ul li a {
    line-height: 1;
    font-size: 1.8rem;
    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: -4px;
    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{
    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 .coming {
    pointer-events: none;
    color: #5b5a5a;    
}

@media screen and (min-width: 769px){
    .menu-main .group-btn a:hover {
        color: #000000;
        background: #fff;
    }

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


@media screen and (max-width: 768px){
    .menu-main {
        padding: 80px 30px 100px;
    }
}









/* pageDirection */
.pageDirection {
    background: #534741;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 6rem;
}

.pageDirection .container {
    max-width: 1000px;
}

.pageDirection a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    transition: 0.3s;
}

.pageDirection a:first-child::before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/common/ic_arr_prev.svg) no-repeat center center / 6px auto;
    border: 1px solid #fff;
    margin-right: 5rem;
    transition: 0.2s;
}

.pageDirection a:last-child::after {
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../img/common/ic_arr_next.svg) no-repeat center center / 6px auto;
    border: 1px solid #fff;
    margin-left: 5rem;
    transition: 0.2s;
}

@media screen and (min-width: 769px){
    
    .pageDirection a:hover::before {
        background-color: #ffffff;
        background-image: url(../img/common/ic_arr_prev_over.svg);
    }

    .pageDirection a:hover::after {
        background-color: #ffffff;
        background-image: url(../img/common/ic_arr_next_over.svg);
    }
}

@media screen and (max-width: 768px){
    .pageDirection {
        margin-bottom: 0;
    }

    .pageDirection a:first-child::before {
        margin-right: 2rem;
    }

    .pageDirection a:last-child::after {
        margin-left: 2rem;
    }
}

/* footer */
footer {
    overflow: hidden;
}

footer .fTel {
    background: #ebeced;
    padding: 4rem 0;
    color: #3b4348;
    font-family: 'Noto Sans JP', sans-serif;
}

footer .fTel .container {
    max-width: 720px;
}

footer .fTel .col01 p {
    font-size: 1.3rem;
    margin-bottom: 2rem;    
}

footer .fTel .col01 a {
    font-family: 'KozGoPro', sans-serif;
    font-weight: bold;
    font-size: 3.2rem;
    letter-spacing: 0.1em;    
    line-height: 1;
    align-items: center;
    justify-content: flex-start;
}

footer .fTel .col01 a img {
    margin-right: 5px;
}

footer .fTel .col02 p {
    font-size: 1.2rem;
    position: relative;
    padding-left: 8rem;
}


footer .fTel .col02 p span {
    position: absolute;
    top: 0;
    left: 0;
}

footer .fLogo {
    padding: 5rem 0;
    max-width: 720px;
    gap: 60px;
    justify-content: center;
}

footer .fLogo li {
    width: 32%;
}

footer .fLogo a:hover {
    opacity: 0.8;
}


footer .copyR {
    text-align: center;
    background: #534741;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 5px 0;
    font-size: 10px;
}

@media screen and (max-width: 768px){
    footer {
        padding-bottom: 16.5vw;
    }

    footer .fLogo {
        gap: 3rem;
    }
    footer .fLogo li {
        width: 100%;
    }

    footer .fLogo a {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    footer .fTel .col01 {
        width: 100%;
        margin-bottom: 2rem;
    }

    footer .fTel .col01 a {
        font-size: min(8vw, 5rem);
        justify-content: flex-start;
    }

    footer .fTel .col01 a img {
        width: 15vw;
    }

    footer .fTel .col02 {
        width: 100%;
    }
}





/* footer-nav */
.footer-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 97;
    width: 100%;
}

.footer-nav ul {
    display: flex;
    justify-content: space-between;
    background: #234a35;
    box-shadow: 0px 0px 10px 0px #000;
}

.footer-nav ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav ul li.btnRequest {
    background: #7d181d;
}

.footer-nav ul li.menu {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.footer-nav ul li a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 769px){
    .footer-nav {
        display: none;
    }
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;

    display: none;
    position: fixed;
    z-index: 100;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em;
}

.modal-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 800px;
    width: 90%;
}

.modal-container {
    background: #fff;
    border-radius: 20px;
}

.modal-content img {
    width: 100%;
}

.modal-content a{
    cursor: pointer;
}

a.modal-container img:hover {
    opacity: 0.8;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.modal__close span {
    position: relative;
    width: 10px;
}

.modal__close span::before,
.modal__close span::after {
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.modal__close span::before {
    transform: rotate(45deg);
}

.modal__close span::after {
    transform: rotate(-45deg);
}
/* End Modal */




/* Button Link Bottom */
.btnLinkBot {
    max-width: 490px;
    width: 100%;
    margin: 6rem auto 0;
    background: #224a35;
    color: #ffffff;
    font-size: 2.5rem;
    padding: 4px;
}

.btnLinkBot a {
    align-items: center;
    padding: 10px;
    position: relative;
    border: 1px solid #ffffff;
    transition: all 0.2s;    
}

.btnLinkBot a figure {
    width: 35%;
    overflow: hidden;
}

.btnLinkBot a figure img {
    width: 100%;
    transition: all 0.2s;
}

.btnLinkBot span {
    width: 65%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
}

.btnLinkBot span::after {
    padding: 5px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;     
    content: '';
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);    
    transition: all 0.2s;
    position: relative;
    left: 0;
}

@media screen and (min-width: 769px){
    .btnLinkBot:hover {
        background: #177341;
    }

    .btnLinkBot a:hover figure img {
        transform: scale(1.1);
    }

    .btnLinkBot a:hover span::after {
        left: 2px;
    }
}

@media screen and (max-width: 768px){
    .btnLinkBot {
        width: 90%;
        font-size: min(4vw, 2.5rem);
    }

    .btnLinkBot a {
        padding: 5px;
    }

    .btnLinkBot span::after {
        padding: 3px;
    }
}

/* End Button Link Bottom */


/* pageTop */
#pageTop {
    position: fixed;
    z-index: 8;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.39);
    caret-color: transparent;
    display: none;
}

#pageTop:after {
    content: '';
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #534741;
    mask: url("../img/common/pagetop.svg") no-repeat top center/100% 100%;
    -webkit-mask: url("../img/common/pagetop.svg") no-repeat top center/100% 100%;
}

@media screen and (min-width: 769px){
    #pageTop:hover {
        background: #534741;
    }

    #pageTop:hover:after {
        background: #fff;
    }
}


@media screen and (max-width: 768px){
    #pageTop {
        width: 50px;
        height: 50px;
        right: 10px;
        bottom: 20vw;
    }
}

/* end pageTop */




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

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

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: opacity 1s ease, transform 1s 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 1s ease, transform 1s 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 1s ease, transform 1s 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 1s ease, transform 1s 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 1s ease, transform 1s 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 1s ease, transform 1s 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;
    }
}