@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&family=Shippori+Mincho&display=swap');

html{
	font-size: 62.5%; 
	scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
}

body{
    font-family: 'Shippori Mincho', serif;
    font-size: 1.3rem;
    /*letter-spacing: 1px;*/
	font-weight: 400;
    color: #333;
    background-color: #FAF8F4;
    margin: 0;
    overflow-x: hidden;
}

/** reset **/
h1,h2,h3,h4,h5,h6,p,
ul,ol{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,ol{
    list-style: none;
}

dt{
    font-weight: normal;
}

a{
    text-decoration: none;
    color: #333;
}

/** align, text **/
.align-l{text-align: left;}
.align-c{text-align: center;}
.align-r{text-align: right;}
.align-lc{text-align: left;}

.txt-en{font-family: 'Libre Baskerville', serif;}
.txt-serif{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
.txt-color01{color: #638E8B;}
.txxt-bold{font-weight: bold;}

p{line-height: 2;}

/** tel **/
/*a[href^="tel:"]{cursor: pointer;}*/

/** margin, padding **/
.mgnB0 {margin-bottom:0 !important;}
.mgnB5 {margin-bottom:5px !important;}
.mgnB10 {margin-bottom:10px !important;}
.mgnB15 {margin-bottom:15px !important;}
.mgnB20 {margin-bottom:20px !important;}
.mgnB30 {margin-bottom:30px !important;}
.mgnB40 {margin-bottom:40px !important;}
.mgnB50 {margin-bottom:50px !important;}
.mgnB60 {margin-bottom:60px !important;}
.mgnB70 {margin-bottom:70px !important;}
.mgnB80 {margin-bottom:80px !important;}

.mgnT0 {margin-top:0 !important;}
.mgnT5 {margin-top:5px !important;}
.mgnT10 {margin-top:10px !important;}
.mgnT20 {margin-top:20px !important;}
.mgnT30 {margin-top:30px !important;}
.mgnT40 {margin-top:40px !important;}
.mgnT50 {margin-top:50px !important;}
.mgnT60 {margin-top:60px !important;}
.mgnT70 {margin-top:70px !important;}
.mgnT80 {margin-top:80px !important;}

.pdn-remove{
    padding: 0 !important;
}

/** visibility **/
.visible-sp{display: none !important;}

@media (max-width: 767px) {
	
  	.hidden-sp {display: none !important;}
	.visible-sp {display: block !important;}	
}


/*
  main
****************************************************************/

/* common
----------------------*/
main{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    letter-spacing: 1px;
}

/** image **/
main.top img{
    width: 100%;
}

/** with **/
.container{
    display: flow-root;
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

/** title **/
.tit-en{
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #9A6957;
}

.text-area h2 span{
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
}

.text-area h2{
    font-size: 2rem;
    margin-bottom: 20px;
}

.tit-border{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #638E8B;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.tit-border h2 span{
    font-size: 2rem;
    color: #638E8B;
    display: inline-block;
    margin-right: 10px;
}

.tit-border h2{
    font-size: 1.3rem;
}

.tit-border p a{
    color: #638E8B;
    text-decoration: none;
}

.tit-border p a span{
    transform: scale(0.5, 1);
    font-size: 1.6rem;
    display: inline-block;
}

.tit-en-02{
    font-size: 2rem;
    color: #638E8B;
    margin-bottom: 30px;
}

/** text **/
.txt-cl{
    text-align: center;
}

/** button **/
.button{
    display: inline-block;
    box-sizing: border-box;
    padding: 22px 0;
    width: 300px;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    position: relative;
}

.button:hover{
    text-decoration: none;
}

.button:after{
    display: inline-block;
    content: ">";
    position: absolute;
    right: 0px;
    top: 32%;
    font-size: 1.7rem;
    transform: scale(0.5, 1);
    background: #fff;
    color: #638E8B;
    font-weight: bold;
    padding: 0 16px 4px;
    border-radius: 50%;
    width: 10px;
    height: 17px;
}

.button-default{
    background-color: #638E8B;
    color: #fff;
    border: 1px solid #638E8B;
      
}

.button-primary{
    background-color: #fff;
    color: #638E8B;
    border: 1px solid #638E8B;
}

/** slider **/
#sec-slider .uk-slidenav {
    background-color: #9A6957;
    border-radius: 50%;
}
#sec-slider .uk-slidenav svg {
    width: 10px;
    height: 20px;
}

/** tel **/
a[href^="tel:"]{
    cursor: default;
    /*pointer-events: none;*/
}

@media (max-width: 1200px) {

    .button{
        width: 230px;
    }

}

@media (max-width: 767px) {

    .txt-cl{
        text-align: left;
    }
    
    .img-square img{
        object-fit: cover;
        width: 100%;
        height: 385px;
    }
    
    .tit-en{
        font-size: 1.4rem;
    }
    
    .tit-border h2 span{
        display: block;
        margin: 0 0 8px;
    }
    
    a[href^="tel:"]{
        cursor: pointer;
    }
    
    /** slider **/
    .slider-common .slick-dots li button:before{
        font-size: 35px;
    }
    
    .slick-next{
        right: 0;
    }

    .slick-prev{
        left: -5px;
    }
    
}

header {
    z-index: 1;
}

.bg-01 {
    background-color: #FAF8F4;
}
.bg-02 {
    background-color: #E8E6E2;
}

/* header */
@media screen and (max-width: 640px) {
    .hdr-logo img {
        /*width: 68px;*/
        width: 40px;
    }
}


/* hero
----------------------*/
.wrap-headerArea{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: #fff;
    width: 100%;
    height: 83px;
}

#headerArea{
    position: relative !important;
    height: 83px;
   /* background: #fff;
    width: 100% !important;
    height: 68px;
    margin: 0 auto;
    position: fixed;
    z-index: 3;*/
}

#header{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    width: 994px;
    padding-top: 15px;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    height: 68px;
    width: 994px;
    background: #ffffff;
    padding-top: 15px;*/
}

.hero{
    background: url("../images/main.jpg") top center no-repeat;
    background-size: cover;
    width: 100vw;
    height: 800px;
    position: relative;
}

.hero-inner{
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

/*.hero-inner h1 span{
    font-size: 1.8rem;
    letter-spacing: 1.4px;
    display: block;
    margin-bottom: 30px;
}*/

.hero-inner h1{
    font-size: 3rem;
    letter-spacing: 3px;
    margin-bottom: 40px;
    line-height: 1.6;
}

.hero-inner p span{
    font-size: 1.6rem;
    display: block;
    margin-bottom: 10px;
}

.hero-inner p{
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.line-fv{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.line-fv img{
    width: 10px !important;
}

.hd-fixed-btn{
    position: fixed;
    right: 0;
    top: 0;
}


@media (max-width: 767px) {
    .hero{
        height: 550px;
    }
    .hero-inner {
        top: 20%;
        padding: 0 15px;
    } 
    /*.hero-inner h1 span{
        font-size: 1.3rem;
        margin-bottom: 20px;
    }*/
    
    .hero-inner h1{
        font-size: 3rem;
        margin-bottom: 30px;
    }
    
    .hero-inner h2{
        font-size: 1.4rem;
    }
    
    .line-fv{
        bottom: -2px;
    }
    
    .line-fv img{
        width: 10px !important;
    }
    
    .button-sp-fv{
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .button-sp-fv a{
        display: block;
        width: 100%;
    }
    
    .hd-fixed-btn{
        z-index: 2;
    }
    
    .wrap-bnr-pe-sp{
        position: relative;
        z-index: 3;
    }
    
    
}



/* information
----------------------*/
.sec-info{
    padding: 100px 0;
}

.column-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.info-area{
    padding: 8% 0;
}

.wrap-list-info{
    margin-bottom: 50px;
}

.wrap-list-info dl.list-info{
    padding: 0 0 20px;
    border-bottom: 1px solid #E8E6E2;
}

.wrap-list-info dl.list-info:first-child{
    padding: 20px 0;
    border-top: 1px solid #E8E6E2;
}

.wrap-list-access{
    margin-bottom: 34px;
}

.wrap-list-access dl.list-info{
    padding: 10px 0;
}

.gmap{
    height: 300px;
    margin-bottom: 10px;
}

.button-covid{
    width: 80%;
    margin: 0 auto;
}

.button-covid a{
    font-size: 1.6rem;
    width: 100%;
    color: #333;
}

@media (min-width: 768px) {
    dl.list-info{
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
    }
    
    dl.list-info dt{
        width: 20%;
        color: #333333;
    }
    
    dl.list-info dd{
        width: 80%;
    }
}
@media (max-width: 767px) {

    .column-info{
        flex-direction: column;
    }
    
    .column-info .info-area,
    .column-info .access-area{
        width: 100%;
    }

    .column-info .access-area{
        margin: 70px 0 0;
    }
    
    .wrap-list-access {
        margin-bottom: 50px;
    }

    dl.list-info dt{
        margin-bottom: 10px;
    }
    
    .gmap{
        height: 230px;
        margin-bottom: 20px;
    }
    
    .button-covid{
        width: 100%;
    }
    
    .button-covid a{
        font-size: 1.3rem;
        line-height: 1.5;
    }

}

/* experience */
@media (min-width: 768px) {
    .exp-img {
        height: 555px;
    }
}
@media (max-width: 767px) {
    .exp-img {
        height: 375px;
    }
    .exp-txt {
        padding: 0 30px;
    }
}

/* flow */
.flow-wrap div + div {
    position: relative;
}
.flow-list div + div::before {
    display: inline-block;
    content: ">";
    position: absolute;
    background: #9A6957;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    transform: scale(0.5, 1);
}
.flow-list img {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .flow-wrap {
        display: flex;
    }
    .flow-list div + div::before {
        left: -6px;
        top: 26%;
        padding: 0 12px 2px;
        line-height: 1;
        font-size: 1.7rem;
    }
}
@media (max-width: 767px) {
    .flow-wrap {
       padding: 0 30px;
    }
    .flow-list div + div {
        margin-top: 50px !important;
    }
    .flow-list div + div::before {
        transform: rotate(90deg) scale(0.5, 1);
        left: 50%;
        top: -37px;
        padding: 1px 15px 2px 18px;
        font-size: 1.2rem;
    }
}


/* exterior image */
@media (min-width: 768px) {
    .extr_img {
        height: 630px;
    }
}
@media (max-width: 767px) {
    .extr_img {
        height: 460px;
    }
}

/* location */
@media (min-width: 768px) {
    .location-txt {
        padding: 0 10%;
    }
    .location-txt a {
        color: #9A6957 !important;
        border-bottom: 1px solid #9A6957;
        padding-bottom: 2px;
    }
    .uk-first-column .location-txt {
        padding: 0 10% 0 15%;
    }
    .loc-img {
        height: 530px;
    }
}
@media (max-width: 767px) {
    .location-txt a {
        display: block;
        margin-left: 50px;
        margin-right: 50px;
        text-align: center;
        color: #9A6957 !important;
        border: 1px solid #9A6957;
        padding: 12px;
        position: relative;
    }
    .location-txt a::after {
        display: inline-block;
        content: ">";
        position: absolute;
        right: 0px;
        top: 26%;
        font-size: 1.7rem;
        transform: scale(0.5, 1);
        border: 1px solid #9A6957;
        color: #9A6957;
        font-weight: bold;
        padding: 0 16px 4px;
        border-radius: 50%;
        width: 10px;
        height: 17px;
        line-height: 1;
    }
    .location-txt {
        padding: 0 20px 30px 50px;
    }
    .loc-img {
        height: 375px;
    }
}

/* information */
@media (max-width: 767px) {
    .info-area {
        padding: 60px 20px 40px;
    }
    .info-area dl dd span {
        display: block;
    }
}

/* notes */
.notes-hd {
    color: #9A6957;
    padding-bottom: 1.5em;
    margin-bottom: 1.3em;
    border-bottom: 1px solid #E8E6E2;
}
.notes-hd + p {
    padding: 0 5%;
}

/* faq */
.faq-list dd:first-of-type {
    margin-bottom: 40px;
}
.faq-list dt {
    padding-bottom: 1em;
    border-bottom: 1px solid #ADADAD;
    margin-bottom: 1em;
}
.faq-list dt::before, .faq-list dd::before {
    display: inline-block;
    margin-right: 1em;
    color: #9A6957;
    font-family: 'EB Garamond', serif;
    padding-top: 3px;
}
.faq-list dt::before {
    content: 'Q';
}
.faq-list dd::before {
    content: 'A';
}

/* FOOTER */
footer {
    background-color: #9A6957;
    color: #FFFFFF;
}

.wrap-bnr-pe{
    width: 40%;
    margin: 0 auto 40px;
}

@media (max-width: 767px) {
 
    .wrap-bnr-pe{
        width: 90%;
    }
    
}