@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quattrocento&display=swap');

/*
main color : #A37B57
*/

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

body{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 1.3rem;
    line-height: 1.8;
	font-weight: 400;
    color: #484848;
    background: #fff;
	letter-spacing: 0.5px;
    overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

/*
 common
******************************************************************************
*/
h1,h2,h3,h4,h5,h6{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    /*color: #A37B57;*/
    line-height: 1.8;
}

p,dl{line-height: 2;}

.txt-serif{font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.txt-sans-serif{font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}
.txt-en-01{
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 2px;
}
.txt-en-02{font-family: 'Lato', sans-serif;}

.en-03{
  font-family: "Quattrocento", serif;
  font-weight: 400;
  font-style: normal;
}

/** title **/
/* 01 */
.title-sec{
    font-size: 2rem;
    color: #A37B57;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1;
}

.title-sec span{
    font-size: 1.2rem;
    display: block;
    margin: 25px 0 0;
}

/* 02 */
.title-sec-02{
    position: relative;
    height: 197px;
    text-align: center;
    z-index: 3;
}

.title-sec-02 h2{
    font-size: 3rem;
    margin: 0;
    padding: 70px 0 0;
    position: relative;
    z-index: 2;
}

.title-sec-02 span{
    font-size: 1.3rem;
    display: block;
    margin: 12px 0 0;
}

.title-sec-02 .line-vertical{
    width: 1px;
    height: 197px;
    background-color: #E2DCD7;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}

/*.ph-sec-title{
    position: relative;
    z-index: 1;
    margin: -17px 0 50px;
}*/

/** divider **/
.divider-whole{
    background-color: #d9d9d9;
    width: 100%;
    height: 1px;
}

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

.align-lc{text-align: left;}

.txt-black{color: #333;}
.txt-black-02{color: #201914;}
.txt-white{color: #fff !important}
.txt-red{color: #C15B5B;}
.txt-blue{color: #487795;}

/** background color **/
.bg-main{background-color: #f7f6f5;}
.bg-light-gray{background-color: #f4f4f4;}
.bg-white{background-color: #fff;}

/** image **/
img{width: 100%;}

/** button **/
/* default : reserve */
.uk-button-default{
    width: 100%;
}

.uk-button-default .arrow-r{
    font-size: 1rem;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #A37B57;
    border-radius: 50%;
    background: #A37B57;
    text-align:center;
    position: absolute;
    right: 20px;
    top: 22px;
}

.uk-button-default .arrow-r span{
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
}

.uk-button-default:hover .arrow-r{
    background: #fff;
}

.uk-button-default:hover .arrow-r span{
     color: #A37B57;   
}

.uk-button-default .arrow-r span svg,
.uk-button-primary .arrow-r span svg,
.uk-button-secondary .arrow-r span svg{
    width: 10px;
    height: 10px;
}

/* primary */
.uk-button-primary{
    width: 100%;
}

.uk-button-primary .arrow-r{
    font-size: 1rem;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    text-align:center;
    position: absolute;
    right: 20px;
    top: 22px;
}

.uk-button-primary .arrow-r span{
    color: #A37B57;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
}

.uk-button-primary:hover .arrow-r{
    background: #A37B57;;
}

.uk-button-primary:hover .arrow-r span{
     color: #fff;   
}

.uk-button-primary.btn-ft-fes .arrow-r{
    top: 32px;
}

/* secondary */
.uk-button-secondary{
    width: 100%;
}

.uk-button-secondary .arrow-r{
    font-size: 1rem;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
    text-align:center;
    position: absolute;
    right: 20px;
    top: 22px;
}

.uk-button-secondary .arrow-r span{
    color: #7e7573;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
}

.uk-button-secondary:hover .arrow-r{
    background: #7e7573;
}

.uk-button-secondary:hover .arrow-r span{
     color: #fff;   
}

.uk-button-secondary.btn-ft-fes .arrow-r{
    top: 32px;
}


/** link text **/
/* default：グレー */
a.link-txt-line{
    color: #7E7573;
    border-bottom: 1px solid #7E7573;
    padding: 0 30px 11px 0;
    position: relative;
}

a.link-txt-line :hover{
    color: #958E8C;
    text-decoration: none !important;
}

a.link-txt-line .arrow-r{
    font-size: 1rem;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 1;
    border: 1px solid #7E7573;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -3px;
}

a.link-txt-line .arrow-r span{
    color: #7E7573;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 5px;
}

a.link-txt-line:hover .arrow-r{
    background: #7E7573;
}

a.link-txt-line:hover .arrow-r span{
     color: #fff;   
}

a.link-txt-line .arrow-r span svg{
    width: 10px;
    height: 10px;
}

/* text white */
a.link-txt-white{
    color: #fff;
    border-bottom: 1px solid #fff;
}

a.link-txt-white:hover,
a.link-txt-white .arrow-r span{
    color: #fff;
}

a.link-txt-white .arrow-r{
    border: 1px solid #fff;    
}

a.link-txt-white:hover .arrow-r{
    background: #fff;
}

a.link-txt-white:hover .arrow-r span{
    color: #7E7573; 
}

/* text buff：黄褐色 */
a.link-txt-buff{
    color: #A37B57;
    border-bottom: 1px solid #A37B57;
}

a.link-txt-buff:hover,
a.link-txt-buff .arrow-r span{
    color: #A37B57;
}

a.link-txt-buff .arrow-r{
    border: 1px solid #A37B57;    
}

a.link-txt-buff:hover .arrow-r{
    background: #A37B57;
}

a.link-txt-buff:hover .arrow-r span{
    color: #fff; 
}

/* text gray */
a.link-txt-gray{
    color: #7e7573;
    border-bottom: 1px solid #7e7573;
}

a.link-txt-gray:hover,
a.link-txt-gray .arrow-r span{
    color: #7e7573;
}

a.link-txt-gray .arrow-r{
    border: 1px solid #7e7573;    
}

a.link-txt-gray:hover .arrow-r{
    background: #7e7573;
}

a.link-txt-gray:hover .arrow-r span{
    color: #fff; 
}


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

@media (min-width: 768px) {
   
    .title-sec{font-size: 2rem;}
    
	.align-lc{text-align: center;}
    
    ul.btn-list-contact .uk-button-default{width: 100%;}
    
    .uk-button-primary.btn-ft-fes .arrow-r{top: 22px;}
    
    a[href^="tel:"]{cursor: default;}
	
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
    

		
}

/** reset **/
ul,ol{
    padding: 0;
    list-style: none;
}

/** margin **/
.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;}
.mgnB90 {margin-bottom:90px !important;}
.mgnB100 {margin-bottom:100px !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;}
.mgnT80 {margin-top:90px !important;}
.mgnT100 {margin-top:100px !important;}


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

/*@media all and (min-width: 768px) and (max-width: 1024px) { 

    
}*/

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

}


/*
 header
******************************************************************************
*/
/** header **/
.header{
    background-color: #fff;
    position: relative;
    height: 70px;
}

.header-logo{
    width: 180px;
    margin: 0px 0 0 0;
}

/** header top **/
/* first */
.h-logo-b{
    display: block;
}

.h-logo-w{
    display: none;
}

@media (min-width: 1025px) {
    
    /* first */
    .header-top{
        background-color: transparent !important;
    }
    
    .h-logo-b{
        display: none;
    }
    
    .h-logo-w{
        display: block;
    }
    
    .header-top ul.nav-header-sub li a{
        color: #fff !important;
    }

    .header-top ul.nav-header-sub li{
        border-right: 1px solid #fff;
    }

    .header-top .nav-header-main .uk-navbar-nav > li > a{
        color: #fff !important;
    }
    
    /* active */
    .uk-active.header-top{
        background-color: #fff !important;
    }

    .uk-active .h-logo-w{
        display: none;
    }

    .uk-active .h-logo-b{
        display: block;
    }

    .uk-active.header-top ul.nav-header-sub li a{
        color: #484848 !important;
    }

    .uk-active.header-top ul.nav-header-sub li{
        border-right: 1px solid #484848;
    }

    .uk-active .nav-header-main .uk-navbar-nav > li > a{
        color: #484848 !important;
    }
     
}


/** nav contact **/
body.fixed{
  position: fixed;
  width:100%;
}

/* panel area */
#nav-contact{
    position:fixed;
    z-index: 998;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #A37B57;
    /*transition: all 0.3s ease-out;*/
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

#nav-contact-list section{
    padding: 50px 0;
}

@keyframes fadein{
  0% {
     opacity: 0;
     transform: translateY(0);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

/*アクティブクラスがついたら位置を0に*/
#nav-contact.panelactive{
    top: 69px;
}

#nav-contact.panelactive #nav-contact-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 998; 
    width: 100%;
    /*height: 100vh;
    height: calc(100% - 69px);*/
    height: calc(100% - 100px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* open button */
.openbtn-contact{
	position:fixed;
    z-index: 999;
	top: 0;
	right: 70px;
	cursor: pointer;
    width: 70px;
    height: 49px;
    padding: 20px 0 0;
    background: #A37B57;
    /*color: #fff;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;*/
}

/* open button × に変化 */	
.openbtn-contact span{
    /*display: inline-block;*/
    display: none;
    transition: all .4s;
    position: absolute;
    left: 24px;
    height: 1px;
	background-color: #fff;
  	width: 22px;
  }

.openbtn-contact span:nth-of-type(1) {
    top: 20px;
}

.openbtn-contact span:nth-of-type(2) {
    top: 28px;
}

.openbtn-contact span:nth-of-type(3) {
    top: 36px;
}

.openbtn-contact.active span{
    display: inline-block;
}

.openbtn-contact.active span:nth-of-type(1) {
    top: 23px;
    left: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 22px;
}

.openbtn-contact.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn-contact.active span:nth-of-type(3){
    top: 35px;
    left: 24px;
    transform: translateY(-6px) rotate(45deg);
    width: 22px;
}

.openbtn-contact::before{
    /*content: "\A相談予約";*/
    content: "";
    white-space: pre;
    color: #fff;
    font-size: 10px;
    line-height: 2;
    letter-spacing: 0;
    position: absolute;
    top: 20px;
    /*left: 15px;*/
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    background-image: url("../image/btn_contact.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 35px;
}

.openbtn-contact.active::before{
     content: none;   
}

.openbtn-contact.active::after{
    content: "CLOSE";
    color: #fff;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 41px;
    left: 19px;
}

/** nav hamburger menu **/
/* panel area */
#nav-hmenu{
    position:fixed;
    z-index: 998;
	top: -250%;
    left: 0;
	width: 100%;
    height: 100vh;
	background: #fff;
	/*transition: all 0.3s ease-out;*/
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

/*アクティブクラスがついたら位置を0に*/
#nav-hmenu.panelactive{
    top: 68px;
}

#nav-hmenu.panelactive #nav-hmenu-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 998; 
    width: 100%;
    /*height: 100vh;
    height: calc(100% - 69px);*/
    height: calc(100% - 100px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* open button */
.openbtn-hmenu{
	position:fixed;
    z-index: 999;
	top: 0;
	right: 0;
	cursor: pointer;
    width: 70px;
    height: 70px;
}
	
/* open button × に変化 */	
.openbtn-hmenu span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 24px;
    height: 1px;
	background-color: #A37B57;
  	width: 22px;
  }

.openbtn-hmenu span:nth-of-type(1) {
    top: 20px;
}

.openbtn-hmenu span:nth-of-type(2) {
    top: 28px;
}

.openbtn-hmenu span:nth-of-type(3) {
    top: 36px;
}

.openbtn-hmenu.active span:nth-of-type(1) {
    top: 23px;
    left: 24px;
    transform: translateY(6px) rotate(-45deg);
    width: 22px;
}

.openbtn-hmenu.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn-hmenu.active span:nth-of-type(3){
    top: 35px;
    left: 24px;
    transform: translateY(-6px) rotate(45deg);
    width: 22px;
}

.openbtn-hmenu::after{
    content: "MENU";
    color: #A37B57;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 41px;
    left: 19px;
}

.openbtn-hmenu.active::after{
    content: "CLOSE";   
}

/**  hamburger menu内のnav  **/
.nav-hmenu-inner{
    padding: 40px;
}

ul.nav-hmenu-def{
    margin: 0 0 50px;
}

ul.nav-hmenu-def li{
    border-bottom: 1px solid #E6E6E6;
    padding: 22px 0;
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    position: relative;
    /*background-image: url(../image/arrow_b_next.png);
    background-size: 16px;
    background-position: right 50%;
    background-repeat: no-repeat;*/
}

/*ul.nav-hmenu-def li span{
    font-size: 1.2rem;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    position: absolute;
    top: 24px;
    right: 34px;
}*/

ul.nav-hmenu-def li a{
    display: block;
    color: #7E7573;
}

ul.nav-hmenu-def li a .arrow-r{
    font-size: 1rem;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #726A68;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 20px;
}

ul.nav-hmenu-def li a .arrow-r span{
    color: #726A68;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 4px;
}

ul.nav-hmenu-def li a .arrow-r span svg{
    width: 10px;
    height: 10px;
}

/* instagram */
.hmenu-ig img{width: 14px;}
ul.nav-hmenu-def li.hmenu-ig{border: none;}
ul.nav-hmenu-def li.hmenu-ig{background: none;}

/* nav-hmenu-sub */
ul.nav-hmenu-def li.nav-hmenu-sub{
    background-image: url(../image/arrow_b_bottom.png);
    background-position: right 21px;
}

.nav-hmenu-sub summary{
    display: block;
    list-style: none;
}

summary::-webkit-details-marker{
    display: none;
}

.nav-hmenu-sub　details{
  transition: 1s;
}

ul.nav-hmenu-sub-inner{
    margin: 22px 0 0;
}

ul.nav-hmenu-sub-inner li{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1.2rem;
    border-bottom: none;
    border-top: 1px solid #E2DCD7;
}

/* submenu 01 */
.nav-header-sub-01 .uk-tile-default{
    background: transparent;
}

.nav-header-sub01-01{
    border: 1px solid #E2DCD7;
    border-top: none;
    border-left: none;
}

.nav-header-sub01-02{
    border-bottom: 1px solid #E2DCD7;
}

.nav-header-sub01-03{
    border-right: 1px solid #E2DCD7;
}

/** nav instagram **/
.nav-ig{
    position: fixed;
    z-index: 999;
    top: 23px;
    right: 165px;
}

.nav-ig svg{
    width: 15px;
    height: 15px;
}

@media (min-width: 768px) {
    
   
    
}


@media (min-width: 1200px) {
    
    /** header **/    
    .header{
        padding: 20px 0 0;
        height: 100px;
    }
    
    .header-logo{
        width: 164px;
        margin: -5px 0 0 ;
    }
    
    /** header main **/    
    .nav-header-main .uk-navbar-nav{
        padding: 0 56px 0 0;
    }
    .nav-header-main .uk-navbar-nav > li > a{
        color: #484848;
        display: block;
        text-align: center;
        padding: 0 15px;
        min-height: 45px;
        font-size: 1.3rem;
    }
    
    /*.nav-header-main .uk-navbar-nav > li > a span,
    .txt-en-btn-hd-reserve{
        font-family: 'EB Garamond', serif;
        font-size: 1.3rem;
        display: block;
    }*/
    
    .nav-header-main .uk-navbar-dropdown{
        background: #F4F3F1;
        padding: 30px 21px 40px 21px;
        box-shadow: none;
    }
    
    .nav-header-main .uk-navbar-dropdown-nav > li > a,
    .nav-header-main .uk-navbar-dropdown-nav > li > a:hover,
    .nav-header-main .uk-navbar-dropdown-nav > li.uk-active > a{
        color: #A37B57;
    }
    
    .nav-header-main .uk-navbar-dropdown-nav{
        font-size: 1.1rem;
    }
    
    .uk-navbar-dropdown-nav > li > a{
        padding: 13px 0;
        border-bottom: 1px solid #E2DCD7;
        position: relative;
    }
    
    .uk-navbar-dropdown-nav > li > a:after{
        content: '';
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("../image/arrow_b_next.png");
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 16px;
    }
    
    /** header reservation **/
    .btn-hd-reserve{
        position: fixed;
        top: 0;
        right: 0;
        width: 120px;
        height: 80px;
        padding: 32px 0 0;
        background: #A37B57;
        color: #fff;
        display: block;
        vertical-align: middle;
        font-size: 1.2rem;
        line-height: 2;
        text-align: center;
        text-decoration: none;
    }
    
    .nav-header-reserve .uk-drop{
        width: 100%;
        background: #A37B57;
        left: 0 !important;
        top: 111px !important;
        --uk-position-offset: 0px;
        --uk-position-viewport-offset: 0;
    }   
    
    .btn-hd-reserve:hover{
        color: #fff;
    }
    
    .nav-header-reserve .uk-drop.dropwed{
        top: 115px !important;   
    }
    
    .sec-header-reserve{
        padding: 90px 0 100px;
    }
    
    .sec-header-reserve .btn-list-contact .uk-button-default,
    .sec-header-reserve .wrap-btn-ft-fes .uk-button-default{
        border: 1px solid #fff;
    }
    
    
    /* header submenu */
    ul.nav-header-sub{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0 0 15px 0;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    }
    
    ul.nav-header-sub li{
        font-size: 1.1rem;
        line-height: 1;
        padding: 0 11px;
        border-right: 1px solid #484848;
    }
  
    ul.nav-header-sub li:nth-child(4){
        border: none !important;
    }
    
    ul.nav-header-sub li.icon-ig{
        border: none !important;
        padding: 0;
    }
    
    ul.nav-header-sub li.icon-ig svg{
        width: 15px;
        height: 15px;
    }
    
}


@media all and (min-width: 1200px) and (max-width: 1500px) { 
     
    /** header main **/
    .nav-header-main{
        margin-right: 110px;
    }
    
    .nav-header-main .uk-navbar-nav > li > a{
        padding: 0 7px;
    }
    
}



/*
 footer
******************************************************************************
*/

/*
 information
************************/
/** default **/
.sec-ft-info{
    padding: 0;
    position: relative;
    z-index: 3;
    text-align: center;
}

.sec-ft-info h2{
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.sec-ft-info h3{
    font-size: 2rem;
    margin-bottom: 40px;
}

.subtitle-ft-info{
    font-size: 2rem;
    margin: 0 0 45px;
}

.subtitle-ft-info span{
    font-size: 1.2rem;
    display: block;
}

ul.btn-list-contact li{
    margin: 0 0 15px;
}

.ft-counter{
    padding: 60px 0;
    background: url("../image/bg_ft_reserve_sp.jpg") center top;
    background-size: cover;;
}

.btn-ft-fes{
    line-height: 1.3;
}

.uk-button-default.btn-ft-fes .arrow-r{
    top: 32px;
}

/* btn tel */
.btn-tel-sp{
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.uk-button-default.btn-tel-sp{
    background-color: transparent;
    color: #A37B57;
    border: 1px solid #A37B57;
}


@media (min-width: 768px) {
    
    .sec-ft-info{
        padding: 0;
    }
    
    .sec-ft-info h3{
        font-size: 2.5rem;
    }
    
    ul.btn-list-contact{
        width: 90%;
        margin: 0 auto 30px;
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(3, 1fr);
        /*grid-template-columns: repeat(4, 1fr); 資料請求ページ有りの場合 */
        justify-content: center;
    }
    
    ul.btn-list-contact li{
        margin: 0 0 8px;
    }
    
    .ft-counter{
        padding: 70px 0 90px;
        background: url("../image/bg_ft_reserve.jpg") center top;
    }
    
    .wrap-btn-ft-fes{
        text-align: center;
    }
    
    .wrap-btn-ft-fes .uk-button-default{
        width: auto;
        padding: 25px 50px;
    }
    
    .footer-tel{
        text-align: center;
        /*color: #A37B57;*/
        font-size: 2rem;
        line-height: 1;
    }
    
    
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    ul.btn-list-contact{
        width: 100%;
    }
    
    ul.btn-list-contact{
        width: 80%;
        grid-template-columns: repeat(2, 1fr);
    }
}


/*
 pankuzu
************************/
.wrap-nav-pankuzu{
    position: relative;
    z-index: 3;
}

ul.nav-pankuzu{
    margin: 0;
    padding: 20px 0;
    font-size: 1.1rem;
    display: flex;
}

ul.nav-pankuzu li{
    padding: 0 5px 0 0;
}

ul.nav-pankuzu li::after{
    content: ">";
    margin-left: 5px;
}

ul.nav-pankuzu li:last-child::after{
    content: "";
}

ul.nav-pankuzu li a{
    color: #A99E9C;   
}

@media (min-width: 1025px) {

    
    
    
}


/*
 footer nav
************************/
.footer{
    padding: 50px 0;
    background: #988C89;
    color: #fff;
    position: relative;
    z-index: 3;
}

.footer-logo{
    width: 100px;
    margin: 0 0 40px !important;
}

.nav-footer-main a{
    margin: 13px 0;
    color: #fff;
    display: block;
}

.nav-footer-main .uk-grid-margin{
    margin: 0;
}

ul.nav-footer-vm{
    font-size: 1.1rem;
    line-height: 1;
    margin: 0 0 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

ul.nav-footer-vm li{
    padding: 0 12px;
    border-right: 1px solid #fff;
}

ul.nav-footer-vm li:last-child{
    border: none;
}

ul.nav-footer-vm li a{
    color: #fff;
}

.link-area img{
    width: 13px;
    height: 19px;
    margin: -2px 8px 0 0;
}

.link-type img{
    width: 15px;
    height: 15px;
    margin: -3px 8px 0 0;
}

.txt-copy{
    font-size: 1.1rem;
    text-align: center;
    margin: 0;
}

.wrap-ft-bnr a{
    display: block;
    margin: 0 0 10px 0; 
}

@media (min-width: 768px) {

    .footer{
        padding: 80px 0 60px;
    }
    
    .footer-logo{
        width: 128px;
        margin: 0;
    }
    
    .wrap-ft-bnr a{
        display: inline-block;
        margin: 0 15px 0 0;
        width: 45%;
    }
    
    .nav-footer-main a{
        margin: 15px 11px;
    }
    
    ul.nav-footer li{
        font-size: 0.9rem;
        margin: 0 0 10px 0;
        text-align: left;
    }
    
    ul.nav-footer li a{color: #333;}
    
    .ico-ig{width: 14px;}
    
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
	
    .footer-logo{margin: 0 auto 40px;}
       
}

/*
 footer button
************************/
.footer-btn{
    display: flex;
    justify-content: space-around;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    z-index: 2;
}

.footer-btn a{
    display: block;
    border: 1px solid #A37B57;
    border-radius: 40px;
    width: 47%;
    padding: 12px 0;
    text-align: center;
    color: #A37B57;
    font-size: 12px;
    background: #fff;
    position: relative;
}

.footer-btn a:first-child{
    margin-right: 8px;
}

.footer-btn a span{
    display: inline-block;
    margin-left: 30px;
}

.footer-btn a img{
    width: 20px;
    height: 21px;
    position: absolute;
    top: 12px;
    left: 24px;
}


@media (min-width: 768px) {
    
    .footer-btn{
        justify-content: flex-end;
        right: 20px;
        bottom: 20px;
    }

    .footer-btn a{
        width: 235px;
        font-size: 13px;
    }

    .footer-btn a img{
        top: 14px;
        left: 30px;
    }
    
}


@media (min-width: 1200px) {
    
     .footer-btn{
        justify-content: flex-end;
        right: 40px;
        bottom: 40px;
    }
    
    
}


/*
 modal : search 
******************************************************************************
*/

.uk-modal{
    background-color: rgba(124, 117, 115, 0.8);
}

.modal-search .uk-modal-body{
    padding: 60px 70px;
}

.modal-search .uk-modal-dialog .uk-icon svg{
    width: 23px;
    height: 23px;
}

.modal-search .uk-modal-dialog .uk-icon svg line{
    stroke-width: 1.7;
}

.modal-search .uk-modal-dialog .uk-icon.uk-close{
    top: 25px;
    right: 25px;
    color: #7E7573;
}

.modal-search .uk-modal-dialog .uk-icon.uk-close:hover{
    color: #7E7573;
}

.wrap-search{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.tit-search{
    font-size: 1.6rem;
    font-weight: bold;
    color: #7E7573;
}

#modal-area .tit-search img{
    width: 13px;
    height: 19px;
    margin: -2px 8px 0 0;
}

#modal-type .tit-search img{
    width: 15px;
    height: 15px;
    margin: -4px 8px 0 0;
}

ul.list-search{
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    margin: 0 0 10px;
}

ul.list-search li a,
.btn-search-all{
    text-align: center;
    border: 1px solid #7E7573;
    display: block;
    width: 100%;
    padding: 13px 0;
    color: #7E7573;
    font-weight: bold;
}

.btn-search{
    text-align: center;
    border: 1px solid #7E7573;
    display: block;
    width: 100%;
    padding: 13px 0;
    color: #fff;
    font-weight: bold;
    background: #7E7573;
    margin-top: 30px; 
}

@media (min-width: 1025px) {

    ul.list-search{
        grid-template-columns: repeat(4, 1fr);
    }
    
    .btn-search-all{
        width: calc(100% / 4 - 8px);
    }
    
}


/*
 column
******************************************************************************
*/

/** 2column : right-side **/
.right-side{
    margin: 50px 0 0;
}

@media (min-width: 1025px) {
    
    /** 2column : right-side **/
    .right-side{
        width: 80%;
        margin: 0 0 0 20%;
    }
    
    
}


/*
 slider
******************************************************************************
*/

.slick-prev,
.slick-next{
    width: 25px;
    height: 25px;
}

.slick-prev:before,
.slick-next:before{
    content: none;
}

.slick-prev{
    left: 0px;
    background: url("../image/arrow_b_prev.png");
    background-size: cover;
    z-index: 2;
}

.slick-next{
    right: 0;
    background: url("../image/arrow_b_next.png");
    background-size: cover;
}

.slick-prev:hover,
.slick-prev:focus{
    background: url("../image/arrow_b_prev.png");
    background-size: cover;
}

.slick-next:hover,
.slick-next:focus{
    background: url("../image/arrow_b_next.png");
    background-size: cover;
}


/*
 light box
******************************************************************************
*/

.uk-lightbox-button.uk-position-medium{
    margin: 30px 0;
}

.uk-lightbox-toolbar-icon{
    padding: 15px;
}

@media (min-width: 768px) {
    
    .uk-lightbox-button.uk-position-medium{
        margin: 30px 3%;
    }
    
}

@media (min-width: 1200px) {
    
     .uk-lightbox-button.uk-position-medium{
        margin: 30px 7%;
    }
    
}


/*
 2nd common
******************************************************************************
*/

/** hero title **/
.hero-tit-txt{
    font-size: 1.2rem;
    padding: 60px 0;
    margin: 0;
    text-align: center;
    line-height: 1.6;
    color: #484848;
}

.hero-tit-txt span{
    font-size: 1.9rem;
    letter-spacing: 2px;
    display: block;
}

/** ページ送り：the_posts_pagination()の調整 **/
.screen-reader-text{
    display: none;
}

ul.page-numbers{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    
ul.page-numbers > * > * {
    display: block;
    padding: 5px 10px;
    color: #666;
    transition: color 0.1s ease-in-out;
}

@media (min-width: 768px) {
    
    /** hero title **/
    .hero-tit-txt{
        font-size: 1.3rem;
        padding: 70px 0 65px;
    }
    
    .hero-tit-txt span{
        font-size: 2.4rem;
    }
    
    
}

@media all and (min-width: 768px) and (max-width: 1024px) { 
    
    
}






