@charset "UTF-8";
*{
    line-height: 1.7em;
}
a:hover{
    opacity: 0.6;
    transition-duration: 0.7s;
}
.wrap{
    width: 100%;
    min-width: 1000px;
}
.inner{
    width: 1000px;
    margin: 0 auto;
}

header{
}
header .gnav{
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 10%);
}
header .gnav .logo{
    display: flex;
    align-items: center;
}
header .gnav .logo a{
    display: block;
}
header .gnav .logo a img{}
header .gnav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
header .gnav ul li{
}
header .gnav ul li a{
    font-size: 12px;
    color: #000;
    padding: 10px 15px;
    display: inline-block;
}
header .gnav ul li.btn{}
header .gnav ul li.btn a{
    border-radius: 30px;
    color: #fff;
    padding: 10px 40px;
    margin-left: 20px;
}

header .gnav ul li.reserve{}
header .gnav ul li.reserve a{
    background-color: #b7b16e;
}

header .gnav ul li.trans{}
header .gnav ul li.trans a{
    background-color: #637582;
}

header .fv {
    background-image: url(../img/fv-back.png);
    background-size: cover;
    background-position: center center;
}
header .fv .fv-text{padding: 150px 0 100px;}
header .fv .fv-text h2{
    font-size: 40px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 0.4em;
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}
header .fv .fv-text h2 span{
    font-size: 0.5em;
    display: inherit;
}
header .fv .fv-text p{
    font-size: 14px;
    color: #555;
    margin-bottom: 1.5em;
}
header .fv .fv-text a{
    display: inline-block;
    background-color: #b7b16e;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 0.1em;
}

main .ttl{
    margin-bottom: 50px;
}
main .ttl h2{
    font-size: 28px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
}
main .ttl p{
    font-size: 14px;
    color: #b7b16e;
    position: relative;
}
main .ttl p::after{
    content: "";
    width: 20px;
    height: 1px;
    background-color: #d37995;
    position: relative;
    top: 20px;
    display: block;
}

main .ttl.left{
    text-align: left;
}
main .ttl.center{
    text-align: center;
    width: 100%;
    margin-bottom: 100px;
}
main .ttl.left p::after{left: 0;}
main .ttl.center p::after{left: calc(50% - 10px);}

main section{
    padding: 100px 0;
}

main{
    background-image: url(../img/main_back.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-position: center center;
}
main .content-01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
main .content-01 .text{
    width: 20%;
}
main .content-01 .list{
    width: 75%;
    background-color: #fafafafa;
    padding: 30px;
}
main .content-01 .list dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content-01 .list dl dt{
    width: 20%;
    font-size: 14px;
    color: #b7b16e;
    border-bottom: dotted 1px #aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
main .content-01 .list dl dd{
    width: 80%;
    font-size: 14px;
    color: #d37995;
    border-bottom: dotted 1px #aaa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
main .content-01 .list dl dt:last-of-type{
    border: none;
    padding: 0;
    margin:0;
}
main .content-01 .list dl dd:last-of-type{
    border: none;
    padding: 0;
    margin:0;
}


main .content-02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content-02 .text{
    width: 79%;
}
main .content-02 .text .read{}
main .content-02 .text .read h2{
    font-size: 18px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
}
main .content-02 .text .read p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
main .content-02 .text .read p span{
    color: #b7b16e;
    font-size: 1.2em;
    border-left: solid 1px #b7b16e;
    border-right: solid 1px #b7b16e;
    display: inline-block;
    padding: 0 2em;
    line-height: 2em;
    letter-spacing: 0.2em;
}
main .content-02 .photo{
    width: 16%;
}
main .content-02 .photo img{
    width: 100%;
}



main .content-03{}
main .content-03 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content-03 .row .col{
    width: 48%;
}
main .content-03 .row .col img{
    width: 100%;
    margin-bottom: 20px;
}
main .content-03 .row .col h2{
    font-size: 16px;
    font-family: serif;
    color: #d37995;
    margin-bottom: 0px;
}
main .content-03 .row .col p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    margin-bottom: 10px;
}
main .content-03 .row .col h3:before{
    content: "─";
    margin-right: 10px;
}
main .content-03 a{
    display: block;
    width: 100%;
    border: solid 1px #d37995;
    text-align: center;
    color: #d37995;
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
}

main .content-04{
}
main .content-04 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content-04 .row .col{
    width: 30%;
}
main .content-04 .row .col h2{
    font-size: 14px;
    background-color: #d37995;
    margin-bottom: 10px;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
}
main .content-04 .row .col p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    margin-bottom: 10px;
}
main .content-04 a{
    display: block;
    width: 100%;
    border: solid 1px #d37995;
    text-align: center;
    color: #d37995;
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
}

main .content-05{}
main .content-05 .access-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content-05 .access-area .logo{
    width: 50%;
    border: solid 1px #d37995;
    background-color: #fff;
}
main .content-05 .access-area .logo img{
    width: 100%;
}
main .content-05 .access-area .text{
    width: 50%;
    padding: 30px;
    background-color: #fafafa;
}
main .content-05 .access-area .text h2{
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 10px;
}
main .content-05 .access-area .text p.info{
    font-size: 14px;
    color: #000;
    line-height: 2em;
    margin-bottom: 10px;
}
main .content-05 .access-area .text p.cation{
    font-size: 10px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}

main .content-cta{}
main .content-cta .contact-read{
    font-size: 20px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
}
main .content-cta .cta{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .content-cta .cta a{
    width: 47%;
    border-radius: 100px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    align-items: center;
    padding: 20px 0;
}
main .content-cta .cta a:nth-of-type(1){background-color: #d37995;}
main .content-cta .cta a:nth-of-type(2){background-color: #b7b16e;}
main .content-cta .cta a figure{
    margin-right: 20px;
}
main .content-cta .cta a figure img{}
main .content-cta .cta a div{}
main .content-cta .cta a div p{
    font-size: 14px;
    line-height: 1em;
}
main .content-cta .cta a div h2{
    font-size: 20px;
    font-weight: bold;
}
main .content-cta .cta p {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    line-height: 1.3em;
}

footer{
    background-color: #f1f1f1;
    padding: 20px 0;
}
footer p{
    font-size: 14px;
    text-align: center;
}
footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
footer ul li{}
footer ul li a{
    font-size: 14px;
    color: #d37995;
    border-right: solid 1px #666;
    padding: 0px 20px;
}
footer ul li a:last-of-type{
    border-right: none;
}

.menu-btn{
    display: none;
}
.gnav .menu{
    display: none;
}


/*下層ページ*/
header .sub-fv{
    background-size: cover;
    padding: 100px 0 40px;
}
header .sub-fv h2{
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    text-align: center;
}
header .sub-fv p{
    font-size: 14px;
    text-align: center;
    color: #b7b16e;
    line-height: 1;
}

.service-content-00{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-content-00 .text{
    width: 57%;
}
.service-content-00 .text p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.service-content-00 .text p span{
    color: #d37995;
    font-size: 1.2em;
}
.service-content-00 .photo{
    width: 37%;
}
.service-content-00 .photo img{
    width: 100%;
    border-radius: 150px;
}
.service-content-01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-content-01 .photo{
    width: 32%;
}
.service-content-01 .photo img{}
.service-content-01 .text{
    width: 67%;
}
.service-content-01 .text h2{
    font-size: 20px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
}
.service-content-01 .text p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.service-content-01 .text p span{
    color: #d37995;
    font-size: 1.5em;
}


.service-content-02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-content-02 .photo{
    width: 32%;
}
.service-content-02 .photo img{
    margin-bottom: 50px;
}
.service-content-02 .text{
    width: 67%;
}
.service-content-02 .text h2{
    font-size: 20px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
}
.service-content-02 .text a{
    display: block;
    width: 100%;
    border: solid 1px #d37995;
    text-align: center;
    color: #d37995;
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 30px;
}
.service-content-02 .text p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.service-content-02 .text p span{
    color: #d37995;
    font-size: 1.2em;
}
.service-content-02 .text dl{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-content-02 .text dl dt{
    width: 75%;
    color: #d37995;
    font-size: 14px;
    padding: 10px 0;
    border-top: dotted 1px #888;
}
.service-content-02 .text dl dd{
    width: 25%;
    text-align: right;
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    border-top: dotted 1px #888;
}

.service-content-03{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-content-03 .photo{
    width: 32%;
}
.service-content-03 .photo img{}
.service-content-03 .text{
    width: 67%;
}
.service-content-03 .text h2{
    font-size: 20px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
}
.service-content-03 .text p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}



.voice-content-01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice-content-01 .voice-box{
    width: 45%;
    margin-bottom: 100px;
}
.voice-content-01 .voice-box h2{
    display: inline-block;
    background-color: #d37995;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.voice-content-01 .voice-box h3{
    font-size: 18px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
}
.voice-content-01 .voice-box p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.voice-content-01 .voice-box p:after{
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: #d37995;
    position:relative;
    top: 20px;
}
.voice-content-01 .voice-box p:last-of-type{
    margin-bottom: 0;
}


.access-content-00{}
.access-content-00 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.access-content-00 .row .photo{
    width: 20%;
}
.access-content-00 .row .photo img{
    width: 100%;
    border-radius: 200px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.1);
}
.access-content-00 .row .text{
    width: 75%;
}
.access-content-00 .row .text p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.access-content-00 .row .text p span{
    text-align: right;
    width: 100%;
    display: inline-block;
    margin-top: 4em;
}

.access-content-01{}
.access-content-01 .read{}
.access-content-01 .read h2{
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
    text-align: center;
}
.access-content-01 .read p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    text-align: center;
}

.access-content-02{}
.access-content-02 .access-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.access-content-02 .access-area .logo{
    width: 50%;
    border: solid 1px #d37995;
    background-color: #fff;
}
.access-content-02 .access-area .logo img{
    width: 100%;
}
.access-content-02 .access-area .text{
    width: 50%;
    padding: 30px;
    background-color: #fafafa;
}
.access-content-02 .access-area .text h2{
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 10px;
}
.access-content-02 .access-area .text p.info{
    font-size: 14px;
    color: #000;
    line-height: 2em;
    margin-bottom: 10px;
}
.access-content-02 .access-area .text p.cation{
    font-size: 10px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px;
}
.access-content-03{}
.access-content-03 video{
    margin: 20px auto;
    display: block;
}
.access-content-03 h3{
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
    text-align: center;
}
.access-content-03 .snap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.access-content-03 .snap li{
    width: 14%;
    margin:0 1% 20px;
}
.access-content-03 .snap li img{
    width: 100%;
    border-radius: 20px;
}
.access-content-03 p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    text-align: center;
}


/*fade in jQuery*/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-30px);}
.downup {transform: translateY(30px);}
 
/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(30px);}
.slide-left {transform: translateX(30px);}


/*インスタリンク追加*/
.insta-flow{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 130px;
    z-index: 10;
}
.insta-flow a{
    display: block;
}
.insta-flow a img{
    width: 100%;
}

/*LINE追加*/
.line-flow{
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 130px;
    z-index: 10;
}
.line-flow a{
    display: block;
}
.line-flow a img{
    width: 100%;
}

/*想いのコンテンツ追加*/
.content-greeding{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-greeding .text{
    width: 60%;
}
.content-greeding .text > p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.content-greeding .info{
    width: 30%;
}
.content-greeding .info h3{
    margin-bottom: 10px;
    font-size: 20px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    text-align: center;
}
.content-greeding .info img{
    margin: 0 auto 30px;
    width: 80%;
    display: block;
}
.content-greeding .info p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
}

.row-single-01{}
.row-single-01 h3{
    color: #d37995;
    font-size: 20px;
}
.row-single-01 p{
    text-align: left;
    font-size: 14px;
    margin: 0 0 20px;
    color: #666;
    line-height: 2em;
    margin-bottom: 10px;
}
.row-single-02{}
.row-single-02 p{
    text-align: left;
    font-size: 10px;
    margin: 10px 0;
    color: #666;
    line-height: 2em;
    margin-bottom: 10px;
} 

.exuviance-content-01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exuviance-content-01 .photo{
    width: 35%;
}
.exuviance-content-01 .photo img{
    width: 100%;
}
.exuviance-content-01 .read{
    width: 60%;
}
.exuviance-content-01 .read h2{
    font-size: 24px;
    font-family: serif;
    letter-spacing: 0.1em;
    color: #d37995;
    margin-bottom: 20px;
    text-align: left;
}
.exuviance-content-01 .read p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    text-align: left;
}
.exuviance-content-01 .read p span{
    color: #d37995;
    font-size: 1.4em;
}

.exuviance-content-02{}
.exuviance-content-02 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.exuviance-content-02 ul li{
    width: 30%;
}
.exuviance-content-02 ul li p{
    color: #d37995;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.exuviance-content-02 ul li img{
    width: 100%;
    border-radius: 20px;
}
.exuviance-content-02 p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
    text-align: center;
}

/*コンタクト フォーム*/
.contact-form{
    width: 100%;
}
.contact-form .alert-text{
    color: #f00;
    font-size: 0.8em;
    margin-top: 5px;
}
.contact-form .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.contact-form .row label{
    width: 20%;
}
.contact-form .row label .badge{
    font-size: 0.7em;
    padding: 5px 10px;
    color: #fff;
    background-color: #d37995;
}
.contact-form .row .form-area{
    width: 80%;
}
.contact-form .row .form-area input[type="text"],
.contact-form .row .form-area input[type="email"]{
    width: 100%;
    padding: 10px;
}
.contact-form .row .form-area textarea{
    width: 100%;
    padding: 10px;
}
.contact-form .row .form-area input[type="radio"]{}
.contact-form .row .radio{
    width: 80%;
}
.contact-form .row .radio label{}
.contact-form .row .radio label input{}
.contact-form input[type="submit"]{
    font-size: 18px;
    width: 100%;
    border: none;
    background-color: #d37995;
    color: #fff;
    padding: 10px 0;
    letter-spacing: 0.2em;
    border-radius: 50px;
}
.contact-form input[type="submit"].btn-primary,
.contact-form input[type="submit"].btn-secondary{
    width: 48%;
}

.contact-form input[type="submit"].btn-primary{
    float: right;
}
.contact-form input[type="submit"].btn-secondary{
    background-color: #777777;
    float: left;
}

.contact-form .thanks-text{
    text-align: center;
    color: #666;
    font-size: 14px;
}
.contact-form-text{
    width: 100%;
}
.contact-form-text p{
    margin-bottom: 50px;
    font-size: 14px;
    color: #666;
    line-height: 2em;
    text-align: center;
}

.toggle-btn{
    display: inline-block;
    border: solid 1px #b7b16e;
    color: #b7b16e;
    padding: 5px 20px;
    font-size: 14px;
    margin: 10px 0;
}
.toggle-btn:after{
    content: "";
    border-bottom: solid 1px #b7b16e;
    border-right: solid 1px #b7b16e;
    height: 0.6em;
    width: 0.6em;
    display: inline-block;
    position: relative;
    top: -0.2em;
    margin-left: 0.8em;
    transform: rotateZ(45deg);
}
.toggle-btn.selected{
}
.toggle-btn.selected:after{
    border-bottom: none;
    border-right: none;
    border-left: solid 1px #b7b16e;
    border-top: solid 1px #b7b16e;
    top: 0.2em;
}
