@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

body{
    background: #fff;
    color: #000;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}

h1, h2, h3, h4, h5{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    line-height: 1.2;
}

img{
    display: inline-block;
}


/* header */
header{
    max-width: 100%;
}

@media screen and (max-width:768px) {
    body{
        font-size: calc(100vw * 12 / 500);
    }
}

section{padding: 0;}
section p{margin: 0;}


/* main */
.mv {
    margin-bottom: 6.3%;
    padding: 3.9% 0 4.8%;
    background: url(../img/model/mv.webp) no-repeat top center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}

.mv h1.logo {
    width: 28%;
    max-width: 388px;
    margin: 0 auto 1.4%;
}

.mv p.txt{
    margin-bottom: 0.9%;
    font-size: 34px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 2px;
}
.mv p.txt2{
    max-width: 400px;
    margin: 0 auto 1.6%;
    background: rgb(0 0 0 / 70%);
    font-size: 42px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.7;
}
.mv p.txt3{
    margin-bottom: 1.4%;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 1.7px;
}

.mv .mv_list {
    display: flex;
    justify-content: center;
}

.mv ul li{
    margin-bottom: 3%;
    font-size: 21px;
    line-height: 1.6;
    color: #fff;
    display: flex;
    align-items: center;
    letter-spacing: 2.1px;
    &::before{
        content: '';
        background: url(../img/model/icon-check.png)no-repeat top center;
        width: 40px;
        height: 39px;
        display: inline-block;
        margin-right: 9px;
    }
}

.mv .btn {
    max-width: 360px;
    margin: 0.3% auto 0;
}
.mv .btn a {
    background: #6d7b8a;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 100%;
    border: 2px solid #fff;
    letter-spacing: 3px;
    line-height: 2.28;
    position: relative;
    &::after{
        content: '>';
        position: absolute;
        margin: auto;
        right: 7px;
        top: 0;
        bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .mv {
        margin-bottom: 10.3%;
        padding: 20.5% 0 8.5%;
        background: url(../img/model/mv-sp.webp)no-repeat top center;
        background-size: 100%;
    }
    .mv h1.logo{
        width: 51%;
        margin: 0 auto 3.4%;
        max-width: 425px;
    }
    .mv p.txt{
        margin-bottom: 5.9%;
        font-size: 190%;
    }
    .mv p.txt2{
        width: 64%;
        margin: 0 auto 5%;
        font-size: 250%;
        
    }
    .mv p.txt3{
        margin-bottom: 3.5%;
        font-size: 160%;
        letter-spacing: 1px;
    }

    .mv ul li{
        margin-bottom: 4.1%;
        font-size: 128%;
        &::before{
        background: url(../img/model/icon-check.png)no-repeat top center;
        background-size: 100%;
        width: 23px;
        height: 24px;
        display: inline-block;
        margin-right: 9px;
        }
    }

    .mv .btn{
        width: 48%;
        margin: 3.4% auto 0;
    }
    .mv .btn a{
        font-size: 126%;
        line-height: 1.98;
    }

}

section#sec01{
    margin-bottom: 5.8%;
}

section#sec01 h1{
    margin-bottom: 4.1%;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.95;
    letter-spacing: 3px;
    text-align: center;
}

section#sec01 .txt_block{
    margin-bottom: 1.8%;
    display: flex;
    justify-content: center;
}
section#sec01 .txt_block p{
    margin-bottom: 3.2%;
    font-size: 26px;
    line-height: 1.95;
    letter-spacing: 1.4px;
    font-weight: 600;
}

section#sec01 picture{
    max-width: 917px;
    margin: 0 auto;
    display: block;
}



@media screen and (max-width:768px) {
    section#sec01 h1{
        margin-bottom: 9.1%;
        font-size: 197%;
    }

    section#sec01 .txt_wrap{
        width: 92%;
        margin: 0 auto;
    }
    
    section#sec01 .txt_block p{
        margin-bottom: 5.1%;
        font-size: 158%;
        line-height: 1.75;
        letter-spacing: 1.5px;
    }

    section#sec01 picture{
        width: 94%;
        margin: 8.2% auto;
        display: block;
    }

}

section#sec02{
    padding: 7% 0 7.4%;
    background: #f0f0f0;
}

section#sec02 h1{
    margin-bottom: 6.8%;
    font-size: 46px;
    font-family: hiragino-mincho-pron, sans-serif;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1.8px;
}

section#sec02 .sec02__wrap {
    max-width: 1100px;
    margin: 0 auto 6.5%;
    display: grid;
    counter-reset: listnum;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}
section#sec02 .sec02__wrap > div{
    padding: 4.1% 17px 11%;
    background: #fff;
    position: relative;
    border-radius: 5px;
    &::before{
        counter-increment: listnum;
        content: counter(listnum);
        font-size: 39px;
        font-family: classico-urw, sans-serif;
        font-weight: normal;
        line-height: 0;
        background: #dbd1c9;
        border-radius: 50px;
        width: 63px;
        height: 63px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
}

section#sec02 .sec02__block h2{
    margin: 10.4% 0 7%;
    font-size: 24px;
    line-height: 1.6;
}
section#sec02 .sec02__block p{
    font-size: 20px;
    line-height: 1.95;
}

section#sec02 .sec02__img{
    text-align: center;
}

@media screen and (max-width:768px) {
    section#sec02{
        padding: 5.4% 0 7.4%;
    }
    section#sec02 h1 {
        margin-bottom: 6.8%;
        font-size: 239%;
        line-height: 1.8;
        letter-spacing: 1.8px;
    }

    section#sec02 .sec02__wrap{
        width: 94%;
        display: block;
    }
    section#sec02 .sec02__wrap > div{
        padding: 1.7% 9px 3%;
        margin-bottom: 5.4%;
        &::before{
            font-size: 25px;
            width: 40px;
            height: 40px;
            position: absolute;
        }
    }

    section#sec02 .sec02__block h2{
        margin: 0 0 2.9%;
        padding-left: 13%;
        line-height: 1.4;
        font-size: 177%;
    }

    section#sec02 .sec02__block p{
        font-size: 157%;
        line-height: 1.85;
    }

    section#sec02 .sec02__img{
        width: 87%;
        max-width: 658px;
        margin: 0 auto;
    }
}


section#sec03{
    padding: 10.1% 0 7.4%;
}
section#sec03 .inner {
    max-width: 1099px;
    margin: 0 auto;
}

section#sec03 h1{
    margin-bottom: 2.5%;
    padding: 0 0 2.2% 4.3%;
    font-size: 35px;
    border-bottom: 2px solid #000;
    letter-spacing: 7.4px;
}

section#sec03 dl {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2.1% 0 3.2%;
    display: grid;
    grid-template-columns: 22% 78%;
    font-weight: 600;
    border-bottom: 2px dotted #000;
}
section#sec03 dl:last-child{
    border-bottom: none;
}
section#sec03 dl dt{
    font-size: 28px;
    letter-spacing: 4px;
}
section#sec03 dl dd{
    letter-spacing: 0;
    font-size: 27px;
    letter-spacing: 4px;
}
section#sec03 dl dd ul li{
    width: 100%;
    display: block;
    letter-spacing: 0;
    &::before{
        content:'・';
        display: inline-block;
    }
}

section#sec03 dl dd .map {
    max-width: 760px;
    height: 508px;
}
section#sec03 dl dd .map iframe {
    width: 100%;
    height: 100%;
    margin: 5% 0 0;
}

@media screen and (max-width:768px) {
    section#sec03{
        padding: 16.1% 0 3.9%;
    }
    section#sec03 .inner{
        width: 100%;
    }
    section#sec03 h1 {
        margin-bottom: 2.5%;
        padding: 0 0 3.2% 5.7%;
        font-size: 192%;
        letter-spacing: 4.4px;
    }

    section#sec03 dl{
        width: 92%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 3.7% 0 3.2%;
        display: block;
        font-size: 157%;
        font-weight: 600;
        border-bottom: 2px dotted #000;
    }

    section#sec03 dl dt {
        font-size: 112%;
        margin-bottom: 2%;
        letter-spacing: 3px;
        letter-spacing: 2px;        
    }
    section#sec03 dl dd{
        font-size: 100%;
        letter-spacing: 0.8px;
    }

    section#sec03 dl dd ul li{
        display: flex;
        line-height: 1.4;
        margin-bottom: 2.1%;
        letter-spacing: 2px;
    }

    section#sec03 dl dd .map{
        height: 277px;
    }
}


h1.ttl {
    max-width: 1100px;
    margin: 0 auto 0.9%;
    padding: 0 0 1.2%;
    font-size: 72px;
    font-family: classico-urw, sans-serif;
    font-weight: normal;
    letter-spacing: 6px;
    text-align: center;
    border-bottom: 2px solid #000;
}
p.sub_ttl {
    margin-bottom: 2.6%;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.95;
    text-align: center;
    letter-spacing: 4px;
}

section#sec04{
    margin-bottom: 4.3%;
    padding: 3.8% 0 1.3%;
    background: #f0f0f0;
}

section#sec04 .step_block{
    max-width: 980px;
    margin: 0 auto 3.3%;
    padding: 1.5% 1.2% 1.5%;
    min-height: 227px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    &::after{
        content: '';
        background: url(../img/model/flow_arrow.png) no-repeat;
        background-size: 100%;
        width: 87px;
        height: 50px;
        display: inline-block;
        position: absolute;
        margin: auto;
        bottom: -31px;
        left: 0;
        right: 0;
    }
}
section#sec04 .step_block:last-child{
    &::after{
        display: none;
    }
}

section#sec04 .step_block h2{
margin-bottom: 3.2%;
}
section#sec04 .step_block h2 span.no {
    width: 130px;
    margin-right: 46px;
    padding: 8px 0;
    background: #dbd1c8;
    font-family: classico-urw, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    letter-spacing: 2px;
    border-radius: 8px;
}
section#sec04 .step_block h2 span.txt{
    font-size: 28px;
    letter-spacing: 3.4px;
}

section#sec04 .step_block p {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    h1.ttl{
        width: 100%;
        margin: 0 auto 1.6%;
        padding: 0 0 2.8%;
        font-size: 360%;
    }
    p.sub_ttl {
        margin-bottom: 5.6%;
        font-size: 188%;
        line-height: 1.95;
        letter-spacing: 4px;
    }

    section#sec04{
        margin-bottom: 8.3%;
        padding: 6.1% 0 1.3%;
    }

    section#sec04 .step_block{
        width: 95%;
        margin: 0 auto 7.3%;
        padding: 2.5% 2.2% 3.6%;
        min-height: 100%;
            &::after {
        width: 57px;
        height: 34px;
        bottom: -20px;
            }
    }
    section#sec04 .step_block h2{
        margin-bottom: 4.9%;
        display: flex;
        align-items: center;
    }
    section#sec04 .step_block h2 span.no{
        width: 19%;
        margin-right: 7%;
        padding: 6px 0;
        font-size: 100%;
        letter-spacing: 2px;
        border-radius: 3px;
    }
    section#sec04 .step_block h2 span.txt{
        font-size: 120%;
    }
    section#sec04 .step_block p{
        font-size: 160%;
    }

}

section#sec05{
    padding-bottom: 6.1%;
}
section#sec05 .insta{
    max-width: 412px;
    margin:0 auto 9%;
}

section#sec05 .swiper-slide{
    position: relative;
    &::before {
        content: '';
        font-family: 'Material Icons';
        font-size: 32px;
        content: '\e89e';
        color: #fff;
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
    }
}
section#sec05 .swiper-slide img {
    aspect-ratio: 0.8 / 1;
    object-fit: cover;
}


@media screen and (max-width:768px) {
    section#sec05{
        padding-bottom: 9.4%;
    }
    section#sec05 .insta {
        width: 54%;
    }

    section#sec05 .swiper {
        height: 80vw;
        width: 98%;
    }
    .swiper-slide {
    height: 50%;
    }
    .swiper-slide img {
    height: auto;
    width: 100%;
    }
    section#sec05 .swiper-slide{
        &::before{
        font-size: 18px;
            right: 3px;
            top: 3px;
        }
    }
}

section#contact {
    padding-bottom: 10%;
}

section#contact p.txt2 {
    margin: 2.7% 0 5.9%;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
}

section#contact .wpcf7 {
    max-width: 910px;
    margin: 0 auto;
    font-weight: 600;
}

section#contact .wpcf7 dt {
    margin-bottom: 1.8%;
    font-size: 26px;
    letter-spacing: 5px;
}
section#contact .wpcf7 dt:placeholder{
    font-size: 20px;

}

section#contact .wpcf7 dt span.any{
    font-size: 20px;
    color: #777;
    line-height: 1.6;
    letter-spacing: 2px;
}
section#contact .wpcf7 dt span.req{
    color: #d90000;
}

section#contact .wpcf7 dd{
    margin-bottom: 3.8%;
    font-size: 20px;
    line-height: 1.6;
}

section#contact .wpcf7 dd .txt{
    margin: 1.6% 0 4.6%;
    color: #777;
    font-size: 20px;
    line-height: 1.6;
}

section#contact .wpcf7 dd p.note {
    margin: 11px 0 45px;
    color: #777;
    font-size: 20px;
    line-height: 1.6;
    display: flex;
    &::before{
        content: '※';
        display: inline-block;
    }
}

.wpcf7 input[type=text],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 11px 15px;
}

.wpcf7 textarea{
    height: 197px;
}

.wpcf7 input[type=file]::file-selector-button {
    width: 260px;
    margin-right: 10px;
    background: #fff;
    font-weight: 600;
    color: #777;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    padding: 12px 16px 14px;
    text-align: center;
    position: relative;
}

.submit_btn{
    width: 360px;
    margin: 0 auto;
}
.submit_btn input[type=submit]{
    background: #6d7b8a;
    padding: 18px 0 15px;
    width: 100%;
    font-size: 18px;
    letter-spacing: 4px;
    color: #fff;
}

@media screen and (max-width:768px) {
    section#contact p.txt2{
        margin: 2.7% 0 11.9%;
        font-size: 150%;
    }
    

    section#contact .wpcf7 dl {
    width: 94%;
    margin: 0 auto;
}

    section#contact .wpcf7 dt{
        margin-bottom: 2.8%;
        font-size: 157%;
        letter-spacing: 2px;
    }

    section#contact .wpcf7 dd{
    margin-bottom: 3.8%;
    font-size: 16px;
    line-height: 1.6;
    }

    .wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea{
        font-size: 16px;
    }

    section#contact .wpcf7 dt span.any{
        font-size: 90%;
    }

    section#contact .wpcf7 dd p.note,
    section#contact .wpcf7 dd .txt{
        font-size: 90%;
    }

    .wpcf7 input[type="file"]{
        width: 100%;
    }
    .wpcf7 input[type=file]::file-selector-button {
        width: 50%;
        max-width: 200px;
    }
    .submit_btn{
        width: 60%;
        max-width: 360px;
    }
    .submit_btn input[type=submit]{
        font-size: 16px;
    }
}

.reservation_btn {
    position: fixed;
    bottom: 30px;
    left: 10%;
    z-index: 1;
}

footer{
    padding: 2.6% 0 1.3%;
    background: #000;
    border-radius: 0;
}

footer .inner{
    background: #000;
    text-align: center;
}

footer .inner .ttl_blcok {
    margin-bottom: 1.2%;
}

footer .footer_logo{
    width: 33%;
    max-width: 388px;
    margin: 0 auto 2.7%;
    display: block;
}

footer p.adderss {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1.91;
    letter-spacing: 1px;
}

footer p.tel{
    margin-top: 1%;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1.91;
    display: flex;
    align-items: center;
    justify-content: center;
    &:before{
        content: '';
        background: url(../img/japan/icon_tell.png)no-repeat top;
        background-size: 100%;
        width: 44px;
        height: 44px;
        display: block;
        margin-right: 13px;
    }
}

footer p.tel a{
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
}

footer .bnr__block {
    margin-bottom: 3%;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

footer p.info{
    font-size: 20px;
    margin-top: 24px;
}
footer p.info a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
footer p.info a:hover {
    opacity: 0.8;
}

footer .btn_detail{
    width: 210px;
    margin: 5% auto 0%;
    padding: 8px 15px 5px;
    border: 1px solid #999087;
    background: none;
    font-family: 'Garamond Narrow', garamond-premier-pro-display, serif;
    text-transform: uppercase;
    color: #999087;
    border-radius: 50px;
    text-align: center;
    font-size: 120%;
}

p.copy{
    margin-bottom: 0;
    padding: 10px 0;
    background: #000;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.91;
    text-align: center;
}

@media screen and (max-width:768px) {
    footer .contact_block {
        width: 94%;
        margin: 0 auto;
    }

    footer .btn_detail {
        width: 48%;
    }
    
    footer .inner .ttl_blcok{
        padding: 0.6% 4.5%;
        margin-bottom: 2%;
        display: block;
    }
    footer .footer_logo{
        width: 58%;
        max-width: 400px;
        height: auto;
        margin: 8% auto 8.6%;
    }

    footer p.adderss{
        font-size: 156%;
    }
    footer p.tel{
        margin-top: 2.2%;
        font-size: 156%;
        &:before {
            width: 21px;
            height: 24px;
        }
    }

    footer .bnr__block{
        width: 94%;
        margin: 5% auto 4%;
        justify-content: space-between;
        column-gap: 0;
    }
    footer .bnr__block > div{width: 48.5%;}
    footer p.info{
        margin-top: 5%;
        padding: 0.6% 4.5%;
        font-size: 157%;
    }

    p.copy{
        padding: 5% 4.5% 1.3%;
        font-size: 120%;
        }
}
