/* @font-face {
    font-family: 'quentin';
    src: url(/import/tenant_1/160.16.72.170/html/font/quentin-webfont.woff) format('woff'),
        url(/import/tenant_1/160.16.72.170/html/font/quentin.otf) format('otf'),
        url(/import/tenant_1/160.16.72.170/html/font/Quentin.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
} */


/* #wrapper {
    transition: 0.6s;
    -webkit-transition: 0.6s;
} */
/* header */
#header {
    width: 100%;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: rgba(255, 255, 255, .6)
}

.headerbg {
    background: #fff;
}

#header .innner {
    width: 90%;
    margin: auto;
    padding: 0 0 15px;
    max-width: 1200px;
}
#header .innner>div{
    align-items: center;
}
#header .logo{
    display: none;
}
@media (max-width: 1024px) {
    #header .logo{
        display: block;
    width: 18%;
    position: fixed;
    top: 0%;
    left: 5%;
    z-index: 100;
    }
    #header .right-box {
        width: 100%;
    }
}
@media (max-width: 599px) {
    #header .logo{
        width: 30%;
        top:1%;
    }
    #header .right-box{
        width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    }
    #header .right-box ul li {
        margin: 0;
        width: 50%;
    }
    #header .right-box ul li.tel {
        font-size: 20px;
    background: rgba(255,255,255,0.8);
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    #header .right-box ul li.tel span{
        font-size: 14px;
    }
    #header .right-box ul li.reserve{
        background: #3e6b49;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    }
    #header .right-box .reserve a{
        padding: 9px 40px;
    }
}

/* Hamburger */
/*ナビメニューのスタイルを指定*/

.tlogo {
    display: none;
}

.burger-nav .flex li {
    width: 20%;
}

.burger-nav dt {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

/*トグルボタンが押されたときに付与するクラス*/
/* .burger.active {
    transform: translateY(0%);
} */

/* .toggle.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
} */

/*トグルボタンのスタイルを指定*/
/* .toggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 3;
}

.toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.toggle span:nth-child(1) {
    top: 9px;
}

.toggle span:nth-child(2) {
    top: 18px;
}

.toggle span:nth-child(3) {
    top: 27px;
}

.toggle.active span {
    border-bottom: solid 3px #fff;
}

.toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.toggle.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.toggle.active span:nth-of-type(3) {
    opacity: 0;
} */

@media only screen and (max-width: 1024px) {
    .burger {
        width: 100%
    }
    .burger {
        position: fixed;
        /*表示位置を固定*/
        z-index: 2;
        /*重ね順を変更*/
        top: 0;
        /*表示位置を指定*/
        right: 0;
        /*表示位置を指定*/
        color: #000;
        /*文字色を黒にする*/
        text-align: center;
        /*テキストを中央揃え*/
        width: 30%;
        /*全幅表示*/
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
        /*ナビを上に隠す*/
        transition: all 0.6s;
        /*アニメーションの時間を指定*/
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
    
    }
    
    .burger-nav {
        width: 90%;
        margin: auto;
        padding: 100px 0;
    }
    
    .burger .flexb {
        margin: 0 auto 40px;
        padding: 0;
    }
    
    .burger .flexb.fshop {
        margin: 0 auto 30px;
    }
    
    .burger .flexb li {
        font-size: 1.1em;
        list-style-type: none;
        padding: 0;
        width: 50%;
    }
    
    .burger .flexb li:last-child {
        padding-bottom: 0;
        border-bottom: none;
        /*最後のメニュー項目のみ下線を消す*/
    }
    
    .burger .flexb li a {
        display: block;
        /*クリックできる領域を広げる*/
        color: #57473d;
        padding: 10px 0;
    }
    
    .tlogo {
        display: none;
    }
    
    .burger-nav .flex li {
        width: 20%;
    }
    
    .burger-nav dt {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    
}

@media only screen and (max-width: 599px) {
    .burger {
        bottom: 0;
    }
    .burger-nav {
        width: 90%;
        margin: auto;
        padding: 50px 0;
    }
    .burger .flexb {
        margin: 0 auto 30px;
    }
}

/* Hamburger end */
/* header end*/

/* footer */
#footer {
    position: relative;
    margin-top: 50px;
}
.footinfo{
    background: #3e6b49;
}
.footinfo .width-in{
    width: calc(100% - (50% - 10rem));
    margin: 0 0 0 auto;
    flex-grow: 1;
}
.footinfo .logo{
    padding: 60px 0 40px;
    width: 40%;
}
.footinfo .add li{
    color: #fff;
    padding-bottom: 15px;
}
.footinfo .add li a,.footnav li a{
    color: #fff;
}
.footinfo .add li:first-of-type,.footinfo .add li:nth-of-type(2){
    padding-bottom: 30px;
}
.addbtn{
    margin-left: 2%;
    background: #fff;
    color: #3e6b49;
    padding: 2px 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1%;
}
.footnav{
    padding-right: 4%;
    box-sizing: border-box;
    padding-top: 40px;
}
.footnav li{
    padding-bottom: 15px;
}
.footsns{
    padding-top: 20px;
}
.footsns li{
    margin: auto 2%;
    display: inline-block;
    vertical-align: middle;
}
.copy{
    font-size: 12px;
    color: #fff;
    padding: 50px 0 30px;
}
@media (max-width: 1024px) {
    .footinfo .width-in{
        width: calc(100% - (50% - 13rem));
    }
}
@media (max-width: 768px) {
    #footer .map,.footinfo{
        width:100%;
        margin:0;
    }
    .footinfo .logo{
        width: 40%;
    margin: 0 auto;
    }
    .footinfo ul{
        width: calc(100% - 250px);
    margin: 0 auto;
    }
    .copy{
        text-align: center;
    }
    .footinfo .width-in {
        width: 100%;
    }
    .footnav{
        padding-right: 0;
    }
    .footsns{
        justify-content: center;
    }
}
@media (max-width: 599px) {
    .footinfo ul {
        width: 100%;
        margin: 0;
        padding: 0 2%;
        box-sizing: border-box;
    }
    .footnav li {
        padding-bottom: 0px;
        width: 50%;
    }
    .footsns{
        margin-top: 5%;
    }
    .copy{
        padding-bottom: 50px;
    }
}
/* footer end */

/* width */
.w30 {
    width: 30%;
}


.w60 {
    width: 60%;
}

.w500 {
    max-width: 500px;
    margin: auto;
}
.w800 {
    max-width: 800px;
    margin: auto;
}
.w880 {
    max-width: 880px;
    margin: auto;
}

.w1000 {
    max-width: 1000px;
    margin: auto;
    width: 95%;
}

/* margin */
.mt150 {
    margin-top: 150px;
}

.mb150 {
    margin-bottom: 150px;
}

/* indexpage */

.tl {
    font-size: 28px;
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
}

.tl:first-letter {
    font-size: 36px;
}

.tc {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
}

.tc:first-letter {
    font-size: 36px;
}

.cen {
    margin: auto;
}

.rig {
    margin: 0 0 0 auto;
}

.enh {
    font-size: 45px;
}

@media only screen and (max-width: 1024px) {
    .w1000,.w800 {
        margin: auto;
        width: 95%;
    }
}

@media only screen and (max-width: 599px) {
    .w500 {
        margin: auto;
        width: 90%;
    }

    .w30 {
        width: 100%;
    }

    .w60 {
        width: 100%;
    }

    .pl20 {
        padding-left: 20px;
    }

    .mt150 {
        margin-top: 90px;
    }

    .mb150 {
        margin-bottom: 90px;
    }
}

/* button */
/* 囲み枠ありver */
.bmorebtn {
    position: relative;
    width: 240px;
    margin-top: 40px;
}

.border {
    z-index: 2;
    position: absolute;
    display: block;
    height: 1px;
    background: #111111;
    top: 50%;
    width: 40px;
    right: -30px;
    cursor: pointer;
    -webkit-transition: opacity 1s, visibiity 1s;
    transition: opacity 1s, visibiity 1s;
    -webkit-animation-name: scroll-arrow-animation;
    animation-name: scroll-arrow-animation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    text-decoration: none;
    -ms-writing-mode: tb-lr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

@keyframes scroll-arrow-animation {
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.mbtn {
    display: block;
    text-align: center;
    padding: 10px;
    border: #bebebe 1px solid;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.bd {
    position: relative;
}

.bd:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    right: -40px;
    top: -4px;
    transform: rotate(30deg);
    background: #111111;
}

.btn:hover {
    background: #222;
    color: #fff;
}

/* 囲み枠なしver */
.view {
    position: relative;
    width: 120px;
    margin-top: 40px;
}

.view .border {
    position: absolute;
    display: block;
    height: 1px;
    background: #111111;
    top: 50%;
    width: 40px;
    right: 0px;
}

.view .bd {
    position: relative;
}

.view .bd:after {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    right: -40px;
    top: -2px;
    transform: rotate(30deg);
    background: #111111;
}

.view .btn:hover {
    background: #222;
    color: #fff;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .bmorebtn {
        position: relative;
        width: 240px;
        margin: 40px auto;
    }

    .view {
        margin: 20px auto;
    }
}

/* news */
.news {
    margin: 70px auto;
    position: relative;
}
.news:after{
    content: "";
    background: url(/import/tenant_1/160.16.72.170/html/images/index/concept-left.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 102px;
    height: 110px;
    z-index: 1;
    margin: 0 auto;
}
.news .flexb {
    align-items: center;
}

.news .w1000 {
    margin-bottom: 35px;
}

.newslist {
    width: 45%;
}
.newslist h2{
    font-size: 40px;
    padding-bottom: 20px;
}

.newslist li {
    margin-bottom: 20px;
}

.newslist li a {
    display: block;
    font-family: 'Noto Sans', serif;
}

.nday {
    width: 12%;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
}

.ncate {
    width: 20%;
}
.ncate .dot{
   color: #fff;
    text-align: center;
    font-family: 'Cabin', sans-serif;
    background: #20442a;
    font-size: 12px;
    padding: 3px 0;
    display: block;
    margin-bottom: 5px;
}
.ntitle {
    width: 66%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn {
    text-align: right;
}

.btn a {
    position: relative;
    display: block;
    border: #bebebe 1px solid;
    text-align: center;
    width: 180px;
    padding: 10px;
}
/*トップニュース*/
.home-news .nday {
    width: 20%;
}
.home-news .ncate {
    width: 70%;
    text-align: right;
}
.home-news .ntitle{
  width: 100%;
}
@media only screen and (max-width: 1024px) {
    .ncate {
        width: 25%;
    }

    .ntitle {
        width: 100%;
        padding-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .nday,.home-news .nday{
        width: 35%;
    }
}

@media only screen and (max-width: 599px) {
    .news{
        margin: 40px auto;
    }
    .newslist {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }

    .news .tl {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .nday,.home-news .nday {
        width: 50%;
    }

    .ncate,.home-news .ncate {
        width: 50%;
        padding: 2px 0;
    }

    .ntitle {
        width: 100%;
        margin-top: 10px;
    }

    .newslist:before {
        display: none;
    }
}


/* concept */
.tbox {
    padding: 40px 0 0;
}

.con01 {
    margin-bottom: 120px;
}
.home-concept{
    position: relative;
    overflow: hidden;
}

.home-concept .w1000{
    position: inherit;
    z-index: 1;
    padding: 100px 0;
    align-items: flex-start;
}
.home-concept h2{
    transform: translateX(-12%);
}
.tbox h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

.tbox h3:first-letter {
    font-size: 20px;
}

.tbox h4 {
    font-size: 20px;
    padding-top: 40px;
}
@media (max-width: 599px) {
    .home-concept .tbox{
        width:100%;
    }
    .home-concept h2 {
        transform: translateX(0);
    }
    .home-concept .tbox h4{
      padding-top: 20px;
    }
}
/*home-menu*/
.home-menu .txt{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
-ms-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
}
@media (max-width: 599px) {
    .home-menu li{
        width:50%;
        margin:0;
    }
    .home-menu .txt{
        font-size: 18px;
    }
}
/*home-price*/
.home-price{
    background: #e0e4d8;
    padding: 80px 0;
}
.home-price .w1000{
    position: relative;
}
.home-price .w1000:after{
    content: "";
    background: url(/import/tenant_1/160.16.72.170/html/images/index/price-right.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%,100%);
    z-index: 1;
    width: 92px;
    height: 123px;
}
.home-price h2{
    text-align: center;
    padding-bottom: 50px;
}
.home-price .txt{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: auto;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
-webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
-ms-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.84);
}
@media (max-width: 1024px) {
    .home-price .w1000:after{
        transform: translate(50%,100%);
    }
}
@media (max-width: 599px) {
    .home-price{
        padding:40px 0;
    }
    .home-price h2{
        padding-bottom: 20px;
    }
    .home-price li{
        width: 100%;
    margin-bottom: 20px;
    }
    .home-price .txt{
        font-size: 20px;
    }
    .home-price .w1000:after{
        right: 10%;
    }
}
/*home-staff*/
.home-staff{
    padding: 80px 0; 
    position: relative;
}
.home-staff:after{
    content: "";
    background: url(/import/tenant_1/160.16.72.170/html/images/index/staff-left.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 59px;
    height: 77px;
    z-index: 1;
}
.home-staff:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    margin: auto;
    background: url(/import/tenant_1/160.16.72.170/html/images/index/staff-right.png) no-repeat;
    width: 82px;
    height: 126px;
    z-index: 1;
}
.home-staff a{
    display: block;
}
.home-staff h2{
    padding-bottom: 50px;
}
.home-staff dl{
    margin: 0 2%;
}
.home-staff dt{
    width: 70%;
    margin: 0 auto;
}
.home-staff .position{
    color: #20442a;
    text-align: center;
    padding: 20px 0 10px;
}
@media (max-width: 599px) {
    .home-staff dl {
        margin: 0 0 30px;
    }
}
/*home-style*/
.home-style{
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.home-style .w1000{
    position: inherit;
    z-index: 1;
}
.home-style h2{
    padding-bottom: 50px;
}
.home-style .mov{
    margin: 0 auto 60px;
}
.home-style .mov:after{
    padding-top: 55%;
}
.home-style .style-list dl:not(:nth-of-type(3n)){
  margin-right: 5%;
}
.style-list dl{
    /* position: relative; */
    margin-bottom: 30px;
}
.style-list dl:not(:nth-of-type(3n)){
  margin-right: 9%;
}
.style-list dl a:hover{
  opacity: 1;
}
.style-list dl a:hover:after{
    content: "";
    background: #20442a;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0.6;
    cursor: pointer;
}
.style-list dl a{
  display: block;
  position: relative;
}
.style-list dl .txt{
    display: none;
}
.style-list dl .txt li{
    text-align: center;
    color: #fff;
}
.style-list dl .txt li:first-of-type{
    font-weight: bold;
}
.style-list dl .txt li:last-of-type{
    font-weight: normal;
}
.style-list dl:hover .txt{
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   transform: translateY(-50%);
   margin: auto;
   display: block;
   z-index: 1;

}
.home-style .bkimg{
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.home-style .bkimg img{
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}
@media (max-width: 599px) {
    .home-style .mov{
        width:100%;
    }
    .style-list dl {
        margin-bottom: 20px;
        width: 45%;
    }
    .style-list dl:not(:nth-of-type(3n)){
  margin-right: 0;
}
.style-list dl:not(:nth-of-type(even)){
  margin-right: 9%;
}
.home-style .style-list dl:not(:nth-of-type(3n)){
  margin-right: 0;
}
.home-style .style-list dl:not(:nth-of-type(even)){
  margin-right: 5%;
}
}
/*home-product*/
.home-product{
    background: #e0e4d8;
    padding: 80px 0;
}
.home-product .w1000{
    position: relative;
}
.home-product .w1000:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,-50%);
    margin: auto;
    background: url(/import/tenant_1/160.16.72.170/html/images/index/staff-left.png) no-repeat;
    width: 59px;
    height: 77px;
}
.home-product .w1000:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%,100%);
    margin: auto;
    background: url(/import/tenant_1/160.16.72.170/html/images/index/staff-right.png) no-repeat;
    width: 82px;
    height: 126px;
}
.home-product h2{
    padding-bottom: 50px;
}
.home-product dt{
    background: #fff;
    padding: 12%;
}
.home-product dt span{
  overflow: hidden;
}
.home-product dt img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home-product dd.name{
    font-weight: bold;
    margin: 20px 0 10px;
    letter-spacing: 0;
}
.home-product dd.price{
    font-weight: bold;
    text-align: right;
    color: #8c2a38;
}
@media (max-width: 1024px) {
    .home-product .w1000:after{
        transform: translate(50%,100%);
    }
}
@media (max-width: 599px) {
    .home-product .w1000:before{
        transform: translate(0,-50%);
    }
    .home-product dl{
        width:47%;
        margin-bottom: 20px;
    }
    .home-product dt img{
       /*  width:50%; */
    }
    .home-product .w1000:after {
        transform: translate(0,100%);
    }
}
/*home-bnr*/
.home-bnr{
    padding-top: 70px;
}
.home-bnr .box{
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.home-bnr .box .mov:after {
    padding-top: 60%;
}
.home-bnr .box .txt-wrap{
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
    margin: auto 0;
}
.home-bnr .box:nth-of-type(even) .txt-wrap{
    margin: auto auto auto 0;
}

@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 599px) {

    .concept .tbox {
        padding: 100px 0 0;
    }

    .concept .tbox .quentin {
        position: absolute;
        top: -50px;
        left: 0px;
    }
    .home-bnr .box .txt-wrap {
        margin: 0;
        padding: 0 0 30px;
        display: block;
        text-align: center;
        width: 100%;
    }
    .home-bnr .box .txt-wrap p{
        text-align: center;
    }
}

/* headspa */
.con02 {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 80px;
}

.headspa .tbox {
    position: relative;
}

.headspa .tbox .quentin {
    position: absolute;
    bottom: 60px;
    right: 0px;
}

@media only screen and (max-width: 599px) {
    .headspa .tbox .quentin {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

/* style */
.style {
    position: relative;
    margin: 70px auto 125px;
    padding-top: 140px;
}

.style:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background: #bebebe;
    height: 80px;
    top: 0;
    left: 50%;
    right: 50%;
}

.style .listbox ul li {
    width: 29.55%;
    margin-bottom: 50px;
}

.style .listbox a .pic img {
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.style .listbox a .pic:hover img {
    opacity: .4;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .style .listbox ul li {
        width: 48%;
    }

    .style {
        padding-top: 100px;
        margin: 20px auto 100px;
    }
}

/* designer */
.designer {
    position: relative;
}

.designer .quentin {
    position: absolute;
    bottom: -40px;
    left: 60px;
}

/* blog */
.blog {
    margin-bottom: 100px;
}

.bbox {
    width: 29.55%;
    position: relative;
}

.bbox .pic img {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.bbox .pic:hover img {
    opacity: .4;
}

.bday {
    position: absolute;
    border-bottom: 1px #111111 solid;
    top: 50px;
    left: -20px;
    font-family: 'Lato', sans-serif;
}

.btitle {
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .bbox {
        width: 45%;
        position: relative;
    }
}

@media only screen and (max-width: 599px) {
    .bbox {
        width: 100%;
        position: relative;
    }

    .designer .quentin {
        position: absolute;
        bottom: 0;
    }
}


/* recruit */

.rbox {
    display: block;
    border: 1px #bebebe solid;
    box-sizing: border-box;
    padding: 10px;
}

.rinbox {
    border: 1px #bebebe solid;
    background: #f9f9f9;
    padding: 40px;
}

.rbox p {
    text-align: center;
    margin-bottom: 40px;
}

.rbox li {
    margin: 0 10px;
}

.rbox li a {
    display: inline-block;
    text-align: center;
    width: 200px;
    padding: 10px 0;
    background: #fff;
    border: #bebebe 1px solid;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.rbox li a:hover {
    -webkit-animation-name: recruitbtn;
    animation-name: recruitbtn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #bebebe;
    color: white;
}

@keyframes recruitbtn {
    50% {
        background-color: rgba(190, 190, 190, 0.75);
    }
}

/* saloninfo */
.saloninfo {
    margin-top: 200px;
}

.saloninfo .listbox li {
    width: 48%;
}

.saloninfo .listbox li .pic {
    position: relative;
    overflow: hidden;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.saloninfo .listbox li .pic {
    width: 100%;
}

.sinfo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.saloninfo .listbox li .pic:hover .sinfo {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    opacity: 1;
}

.saloninfo .listbox li:hover {
    -webkit-transform: scale(1.085);
    transform: scale(1.085);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.saloninfo .listbox li:nth-of-type(2):hover {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.saloninfo .listbox lihover .sinfo {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.sinfo p {
    color: #848484;
    text-align: center;
}

.sinfo .sview {
    font-size: 16px;
    margin: 30px 0 10px;
}

.sinfobox {
    background: #fff;
    width: 80%;
    height: auto;
    margin: auto;
    padding: 100px 20px;
    top: 0;
}

@media only screen and (max-width: 599px) {
    .saloninfo {
        margin-top: 100px;
    }

    .saloninfo .listbox li {
        width: 100%;
        margin-bottom: 30px;
    }

    .saloninfo .listbox li .pic {
        width: 100%;
    }

    .saloninfo .listbox li:hover {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .sinfo {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        position: static;
        background: none;
        height: auto;
    }

    .sinfobox {
        padding: 50px 0;
    }
}

/* indexpage end */



/* subpage */
.subtitle {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.subtitle .pic:after {
    content: "";
    display: block;
    padding-top: 30%;
}
.subtitle .pic img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}
.subt {
    width: 100%;
    font-family: 'Cabin';
    font-size: 55px;
    font-weight: nomal;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    z-index: 5;
    -moz-text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.84);
-webkit-text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.84);
-ms-text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.84);
text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.84);
}

.stc {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5;
    letter-spacing: 7px;
}

.stc span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-family: "Noto Sans", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.breadcrumb {
    margin-top: 20px;
}

.breadcrumb li:after {
    content: ">";
    display: inline-block;
    padding: 0 10px;
}

.breadcrumb li:last-child:after {
    content: none;
}

@media only screen and (max-width: 599px) {
    .subtitle .pic {
        width: 100%;
    }

    .subtitle .pic img {
        min-width: initial !important;
        height: 100% !important;
        width: auto !important;
        max-width: none !important;
    }

    .subt {
        font-size: 25px;
        width: 100%;
    }
}


/* subpage end */


/*  */
.sslider {
    margin: 100px auto;
}
/*スライド*/
.sslider .uk-slideshow {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    touch-action: pan-y;
}
.sslider .uk-slideshow>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sslider .uk-slideshow li .uk-flex {
    position: relative;
    overflow: hidden;
}
.sslider .uk-slideshow li .uk-flex:before {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 50%;
    content: "";
}
/* .sslider .uk-slideshow li .uk-flex img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 105% !important;
    max-width: none !important;
    width: auto !important;
    position: absolute;
    top: 0px;
    left: 50%;
} */
.sslider .uk-slideshow li .uk-flex img {
  width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.uk-slidenav-position {
    position: relative;
}
.uk-slider-container {
    overflow: hidden;
}
.uk-slider:not(.uk-drag) {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
}
.sslider .uk-slider li .uk-flex {
    position: relative;
    overflow: hidden;
}
.sslider .uk-slider li .uk-flex:before {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 80%;
    content: "";
}
.sslider .uk-slider li .uk-flex img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
   height: 105% !important;
   max-width: none !important;
    width: auto !important;
    position: absolute;
    top: 0px;
    left: 50%;
}
/*スライダー矢印*/
.uk-slidenav-contrast,.uk-slidenav-position:hover .uk-slidenav-contrast {
    color: #3e6b49;
}
.uk-slidenav-position .uk-slidenav{
  display: block;
}
.uk-slidenav-position .uk-slidenav-next {
    right: -8%;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: -8%;
}
/*---------------*/
@media (max-width: 599px) {
.sslider .uk-grid>* {
    float: none;
    position: static !important;
    width: 15.6% !important;
    padding: 0;
    margin: 0.5%;
}
.uk-slidenav-next:before,.uk-slidenav-previous:before{
  font-size: 50px;
}
.uk-slidenav-position .uk-slidenav{
  top: 30%;
}
.uk-slidenav{
  width: 35px;
    height: 50px;
}
}
/*-----------------------------------*/
.slidebox .listbox {
    margin: 40px auto;
}

.slidebox .listbox li {
    width: 32%;
}

.sconcept {
    margin: 0 auto 100px;

}

.sconcept .scatch {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}

.sconcept ul li {
    margin-top: 50px;
}

.box01 .tbox {
    padding: 0px;
}

.con4 {
    text-align: center;
    font-size: 36px;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 30px;
    letter-spacing: 7px;
}

.con4:first-letter {
    font-size: 40px;
}

.conc {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.conc:first-letter {
    font-size: 20px;
}

.phead {
    font-size: 24px;
    margin-bottom: 40px;
}

.sconcept ul li:nth-of-type(even) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.spersonal {
    margin: 0 auto 100px;
}

.spersonal li {}

.personall {}

.spersonal .flex dt {
    width: 30%;
}

.spersonal .flex dd {
    width: 65%;
    margin-bottom: 10px;
}

.spersonal .flex {
    margin-top: 30px;
}

.spersonal .flex dt {
    width: 20%;
}

.spersonal .flex dd {
    width: 65%;
    margin-bottom: 10px;
}

.spersonal .flex dd ul li:before {
    content: "■";
}

.dte {
    font-family: 'Lato', sans-serif;
}

.dte dt {
    font-size: 30px;
}

.dte dd {
    font-size: 30px;
}

.spersonal .flex.dte dt {
    width: 30%;
}

.res {
    background: #c30312;
    display: inline-block;
    width: 250px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.res:hover,
.res:focus,
.res:active {
    background-color: #e05b65;
    color: white;
}

.spersonal .flex.spersonalr {
    margin-top: 0;
}

.spersonal .flex.spersonalr dt {
    font-size: 30px;
    width: 30%
}

.spersonal .flex.spersonalr dd {
    font-size: 30px;
}

.menulist {
    margin-top: 30px;
}

.menubox {
    margin-bottom: 50px;
}

.menubox-in {
    padding: 20px 30px;
    -webkit-box-shadow: 2px 2px 2px #eae7e7;
    box-shadow: 2px 2px 2px #eae7e7;
}

.menuheading {
    font-size: 30px;
    text-align: center;
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
}

.menubox .menuheading:after {
    content: "\f077";
    color: #848484;
    font-family: FontAwesome;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.menubox .menuheading.action:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
}

.menuheading span {
    font-size: 12px;
    display: block;
}

.menuprice dd {
    text-align: right;
}

.menuprice {
    margin-bottom: 10px;
}

.menucont p {
    font-size: 12px;
}

.access p {
    display: block;
    margin-bottom: 40px;
}
.info{
    background: #e0e4d8;
    padding: 50px 0;
    margin-bottom: 50px;
}
.info h2{
    padding-bottom: 50px;
}
.cale {
	position: relative;
	overflow: hidden;
}

.cale:after {
	display: block;
	content: "";
	padding-top: 100%;
}

.cale iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: initial;
	width: 100%;
	height: 100%;
}
.info dl{
    padding-bottom: 20px;
}
.info dt{
    width: 22%;
}
.info dd{
    width: 78%;
}
.gmap {
    position: relative;
    width: 100%;
}
.root{
    padding-bottom: 50px;
}
.root>dl{
    padding-bottom: 30px;
}
.root div dl{
    position: relative;
}
.root dt{
    border-radius: 50%;
}
.root dd.title{
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px;
    color: #20442a;
}
.root div dl:after{
content: "";
background: url(/import/tenant_1/160.16.72.170/html/images/index/g-more.png) no-repeat;
position: absolute;
top: 50%;
right: -15%;
transform: translate(-50%,-50%);
margin: auto;
width: 10px;
height: 14px;
}
.root div dl:last-of-type:after{
    content: none;
}
@media only screen and (max-width: 1024px) {
    .spersonal .flex dt {
        width: 30%;
    }

    .spersonal .flex dd {
        width: 100%;
        margin-bottom: 10px;
    }

    .spersonal .flex.spersonalr dt {
        font-size: 30px;
        width: 40%
    }

    .res {
        width: 200px;
    }

}

@media only screen and (max-width: 599px) {
    .con4{
        font-size: 20px;
        
    }
    .spersonal .flex.spersonalr dd,
    .spersonal .flex.spersonalr dt {
        width: 100%;
        text-align: center;
    }


    .spersonal .flex.spersonalr dt {
        width: 100%;
    }

    .spersonal .flex dd {
        width: 100%;
    }

    .gmap {
        width: 90%;
    }
    .root div dl{
        width: 55%;
        padding-bottom: 30px;
    }
    .root div dl:after {
        top: auto;
        right: 45%;
        bottom: 0;
        transform: translate(-50%,-50%) rotate(90deg);
    }
}

/* liaison-un liaison-due end */


/* staff */

.staff {
    margin-top: 100px;
}

.staffbox .listbox .flexb li {
    margin-bottom: 30px;
}

.staffbox .listbox .flexb .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.staffbox .listbox .flexb .pic figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    text-align: center;
}

.staffbox .listbox .flexb .pic figcaption h5,
.staffbox .listbox .flexb .pic figcaption p {
    position: absolute;
    left: -50%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.staffbox .listbox .flexb .pic figcaption h5 {
    top: 30px;
}

.staffbox .listbox .flexb .pic figcaption p {
    top: 75px;
    left: -200px;
    font-size: 18px;
}

.staffbox .listbox .flexb .pic:hover figcaption {
    opacity: 1;
}

.staffbox .listbox .flexb .pic:hover figcaption h5,
.staffbox .listbox .flexb .pic:hover figcaption p {
    left: 0px;
    text-align: center;
    color: #fff;
}

.staffbox .listbox .flexb .pic:hover figcaption h3 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.staffbox .listbox .flexb .pic:hover figcaption p {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

@media only screen and (max-width: 599px) {
    .staff{
        margin-top: 50px;
    }
    .staffbox .listbox .flexb li {
        width: 46%;
    }
}

/* staff end */

/* staff-detail */
.sdetail {
    margin: 100px auto;
}

.ttbox {
    padding: 0;
}

.shop {
    font-size: 14px;
    margin-bottom: 30px;
}

.sspec {
    margin-top: 40px;
}

.sspec .flex dt {
    width: 30%;
}

.sspec .flex dd {
    width: 65%;
}

.smessage {
    margin-top: 30px;
}

.borderr {
    position: absolute;
    display: block;
    height: 1px;
    background: #111111;
    top: 50%;
    width: 40px;
    left: -30px;
    cursor: pointer;
    -webkit-transition: opacity 1s, visibiity 1s;
    transition: opacity 1s, visibiity 1s;
    -webkit-animation-name: scroll-arrow-animation;
    animation-name: scroll-arrow-animation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    text-decoration: none;
    -ms-writing-mode: tb-lr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}

.borderr .bdr {
    position: relative;
}

.borderr .bdr:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    left: -1px;
    top: -4px;
    transform: rotate(-30deg);
    background: #111111;
}

.styleg .listbox .flex li {
    width: 30%;
    margin-bottom: 40px;
}
.styleg .listbox .flex li:not(:last-of-type){
  margin-right: 5%;
}
.styleg .listbox .flex li .pic {
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.styleg .listbox .flex li .pic figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    color: #fff;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-align-items: center;
    align-items: center;
}

.styleg .listbox .flex li .pic:hover figcaption {
    opacity: 1;
}

.styleg .listbox .flex li .alt {
    text-align: center;
    color: #fff;
}

.stylename {
    font-size: 24px;
    font-weight: bold;
}
.pricelist{
    padding: 70px 0;
}
.price-box dl{
    width: 100%;
    margin: 0 0 0 auto;
    display: inline-flex;
    justify-content: flex-end;
}
.price-box dt{
    width: 15%;
    font-weight: normal;
}
.price-box dd{
    text-align: right;
    width: 15%;
    font-weight: normal;
}
.price-box dl.total{
    padding-top: 8px;
    position: relative;
}
.price-box dl.total:before{
    content: "";
    border-top: 1px solid #ddd;
    width: 45%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
/*price追加*/
.pricelist h3{
    padding-bottom: 30px;
}
.pricelist .menulist{
    padding-bottom: 70px;
}
.pricelist .wrap .list>dl{
    padding-bottom: 20px;
}
.pricelist .wrap .list>ul li{
    padding-bottom: 20px;
    font-weight: bold;
}
.pricelist .wrap .list>ul li dl{
    padding-bottom: 8px;
}
.pricelist .wrap .list>ul li dl dt{
    width: 75%;
    font-weight: normal;
    padding-left: 10%;
    box-sizing: border-box;
}
.pricelist .wrap .list>ul li dl dd{
    width: 20%;
    text-align: right;
    font-weight: normal;
}
.pricelist .right-wrap .himg{
    width: 70%;
    margin: 0 auto;
}
.pricelist .right-wrap .title{
    padding: 20px 0;
}
.pricelist .right-wrap ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 8%;
}
.pricelist .right-wrap ul li:first-of-type{
    position: relative;
}
.pricelist .right-wrap ul li:first-of-type:after{
    content: "+";
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(100%, -50%);
    right: 0;
}
.eye-bnr{
    background: #e0e4d8;
    padding: 70px 0;
}
.eye-bnr .bnr{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .pricelist .menulist .wrap{
        width:50%
    }
}
@media only screen and (max-width: 599px) {
    .sspec .flex dt {
        width: 100%;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .sspec .flex dd {
        width: 100%;
        margin-bottom: 30px;
    }

    .reccomend-g .listbox .flex li {
        width: 100%;
        margin-bottom: 30px;
    }

    .styleg .listbox .flex li {
       width: 70%;
    margin-bottom: 40px;
    margin: 0 auto 40px;
    }
    .styleg .listbox .flex li:not(:last-of-type) {
    margin-right: auto;
}
    .price-box dt{
        width: 25%;
    }
    .price-box dd{
        width: 30%;
    }
    .price-box dl.total:before{
        width: 80%;
    }
    .pricelist .menulist .wrap {
        width: 100%;
    }
    .eye-bnr{
        padding: 50px;
    }
    .eye-bnr .bnr{
        width: 100%;
    }
    .pricelist .menulist:last-of-type{
        padding-bottom: 0;
    }
    .pricelist .right-wrap ul li:first-of-type:after{
      transform: translate(90%, -50%);
    }
    .pricelist .right-wrap ul li {
    width: 50%;
    box-sizing: border-box;
}
.pricelist .wrap .list>ul li dl dt{
  padding-left: 4%;
}
}

/* staff-detail end */

/* head-spa */
.head-spa {
    margin: 100px auto;
}

.head-spa .phead {
    text-align: center;
}

.head-spa .phead {
    text-align: center;
}

.headspap {
    margin-top: 100px;
}

/* head-spa end */

/* voice */
.voice {
    margin: 100px auto;
}
.voice .pic{
    border: 1px solid #e0e4d8;
}
.cvoice {
    margin-bottom: 30px;
}

.vtitle {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px #3e6b49 solid;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.vtitle:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    left: 0;
    bottom: 3px;
    transform: rotate(-30deg);
    background: #3e6b49;
}

.stylistcomment {
    color: #848484;
    font-size: 24px;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 10px;
}

.voice .flexb {
    margin-bottom: 50px;
}
@media (max-width: 599px) {
    .voice {
        margin: 50px auto;
    }
    .vtitle{
        font-size: 18px;
    }
}
/* pager */
.pager {
    margin-top: 100px;
}

.pager ul li {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    padding: 0 10px;
}

.pager ul li a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.pager ul li a:hover {
    color: #848484;
}

.pager .pt a {
    color: #ccc;
}

.pager .return {
    padding-right: 10px;
    font-weight: bold;
    color: #848484;
}

.pager .next {
    padding-left: 10px;
    font-weight: bold;
    color: #848484;
}

/* pager end */

@media only screen and (max-width: 599px) {
    .voice .pic {
        margin-bottom: 30px;
    }
}

/* voice end */

/* style */
.sstyle {
    margin: 100px auto;
}

.stylecate {
    margin-bottom: 80px;
}
.stylecate li{
    width: 25%;
    text-align: center;
}
.stylecate .flexs li a {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    /* -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0); */
    overflow: hidden;
}

.stylecate .flexs li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 2px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.stylecate .flexs li a:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* style end*/


/* style-detail */
.sdetail.w500 .ttbox {
    margin-bottom: 80px
}

.sname {
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px #898989 solid;
}

.sstylist {
    padding: 15px 0;
    border-bottom: 1px #898989 solid;
}

.sstylist .flex dt {
    font-family: 'Lato', sans-serif;
    width: 20%;
}

.sstylist .flex dd:first-of-type {
    width: 50%;
}
.sstylist .flex dd:nth-of-type(2){
    width: 30%;
}

@media only screen and (max-width: 599px) {
    .sstylist .flex dt {
        width: 100%;
    }

    .sstylist .flex dd {
        width: 100%;
    }
    .sstylist .flex dd:first-of-type {
        width: 70%;
    }
}

/* style-detail end */

/* sidemenu */
.w720 {
    width: 72%;
}

.w240 {
    width: 24%;
}

/* blog */
.blogpage {
    margin: 100px auto;
}

.side h4 {
    color: #20442a;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.blogsidelist {
    margin-bottom: 50px;
}

.blogsidelist ul {
    border-left: 1px #000000 solid;
    padding-left: 20px;
    margin-top: 20px;
}

.blogsidelist ul li {
    margin-bottom: 10px;
}

.blogsidelist ul li a {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.blogmain .listbox .flex li {
    width: 30%;
    margin-bottom: 40px;
}
.blogmain .listbox .flex li:not(:nth-of-type(3n)){
  margin-right: 3%;
}
.blogmain .listbox .flex li a{
  display: block;
}
.blogtxt {
    margin-top: 20px;
}

.blogday {
    color: #bebebe;
    margin-bottom: 10px;
}

.blogtxt .heightLine-group {
    margin-top: 5px;

}
/*news*/
.blogmain .newslist{
    width: 100%;
}
@media only screen and (max-width: 1024px) {

    .blogtxt {
        margin: 20px auto 0;
        width: 100%;
    }
    .blogpage{
        margin: 50px auto;
    }
}

@media only screen and (max-width: 599px) {
    .w720 {
        width: 100%;
    }
    
    .w240 {
        width: 100%;
    }
    .side {
        display: block;
        padding-top: 50px;
    }

    .blogsidelist {
        width: 100%;
    }

    .blogmain .listbox .flex li {
        width: 100%;
    }

}

/* blog end */

/* blog detail */
.blogpage .sdetail {
    margin: 0px auto;
}

.blogmain .sdetail .blogtxt h5 {
    font-size: 24px;
    margin: 25px 0;
    padding-bottom: 20px;
    border-bottom: 1px #111111 solid;
}

.blogmain .sdetail .blogtxt {
    margin-bottom: 80px;
}
@media (max-width: 599px) {
    .blogmain .sdetail .blogtxt{
        margin-bottom: 30px;
        width:100%;
    }
}
/* blog detail end */

/* recruit */
.recruit01 {
    margin: 100px auto;
}

.btnarea .bmorebtn {
    width: 360px;
}

.btnarea .bmorebtn a {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btnarea .bmorebtn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111111;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btnarea .bmorebtn a:hover {
    color: #fff;
    border: none;
    opacity: 1;
}

.btnarea .bmorebtn a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btnarea .bmorebtn .border {
    -webkit-animation-name: none;
    animation-name: none
}

.recruit01 .c01{
    position: relative;
    display: block;
    padding: 60px 0;
}

.recruit01 .c01:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background: #bebebe;
    height: 40px;
    top: 0;
    left: 50%;
    right: 50%;
}

.recruit01 .c01:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background: #bebebe;
    height: 40px;
    bottom: 0;
    left: 50%;
    right: 50%;
}

.rcatch {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.rcatch:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    content: "";
    height: 1px;
    width: 60px;
    background: #bebebe;
}

.recruit02 {
    position: relative;
    overflow: hidden;
    padding: 60px 0 70px;
}

.recruitlist {
    margin-top: 50px;
}

.recruitlist dl {
    margin-bottom: 20px;
}
.recruitlist dt{
    width: calc(100% - 43px);
    margin: 0 0 0 auto;
}
.recruitlist dt:before {
    content: url(/import/tenant_1/160.16.72.170/html/images/recruit/hasami.png);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    display: inline-block;
    padding-right: 10px;
    margin-top: -12px;
    margin-left: -43px;
}

.rinnner {
    z-index: 1;
    position: relative;
}
.recruit03{
    padding-bottom: 70px;
}
.recruit03 .listbox {
    margin-top: 40px;
    align-items: center;
}

.recruit03 .listbox li {
    width: 48%;
    margin-bottom: 40px;
}

.recruit03 .listbox dl {
    margin-top: 30px;
}

.recruit03 .listbox dl {
    margin-bottom: 10px;
}

.recruit03 .listbox dt {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.recruit02.cut .bkimg{
    opacity: 0.3;
} 

.interview {
    margin-bottom: 60px;
}

.interview01 {
    text-align: center;
    margin: 40px 0 60px;
}

.interviewcate01 {
    margin-top: 40px;
}

.interviewcate02 {
    font-size: 24px;
    font-weight: bold;
}

.interview02 .flexb {
    margin-bottom: 50px;
}

.interview02 .flexb:nth-of-type(even) {
    flex-direction: row-reverse;
}

.interview02 .flexb dl {
    margin-bottom: 40px;
}

.interview02 .flexb dl:last-of-type {
    margin-bottom: ;
}

.interview02 .flexb dt {
    font-size: 22px;
    font-weight: bold;
}

.interview02 .flexb dd {
    padding-left: 20px;
}

.recruit04 {
    margin: 100px auto;
}
/*recruit追加*/
.rec02{
    margin-top:50px;
}
.rec02 .bkimg{
    opacity: 0.3;
}
.rec03{
    background: #e0e4d8;
    padding: 70px 0;
    margin-top: 50px;
}
.rec03 h3{
    padding-bottom: 50px;
}
.rec03 dl{
    padding: 2rem 0;
    border-bottom: 1px solid #666;
}
.rec03 dt{
    font-size: 16px;
    width: 20%;
    font-weight: bold;
}
.rec03 dd{
    width: 80%;
    padding-left: 2%;
}
/*color追加*/
.co02 .bkimg{
opacity: 0.3;
bottom: 0;
}
.co02 .bkimg img{
  object-fit: cover;
  height: 100% !important;
}
.co02 .rcatch{
    margin-top: 0;
    margin-bottom: 0;
}
.co02 .rinnner>p.center-left{
    padding-top: 20px;
}
.co02 dt{
    padding-bottom: 15px;
}
.co02 dd{
    width: calc(100% - 43px);
    margin: 0 0 0 auto;
}
.co02 dd ol{
    padding: 15px 0;
}
.co02 dd ol li{
    padding-bottom: 10px;
    font-weight: bold;
}
.co03 .listbox:last-of-type{
    padding-bottom: 50px;
}
/*perm追加*/
.pe01 .bkimg{
    opacity: 0.4;
}
/*haircare追加*/
.recruit03 .listbox.care li ol li{
    width: 100%;
    margin-bottom: 10px;
}
/*headspa追加*/
.bg-green{
    background: #e0e4d8;
    padding: 70px 0 50px;
}
.recruit03.spa .listbox li{
    width: 100%;
    margin-bottom: 15px;
}
.recruit03.spa02 .listbox li{
width: 26%;
}
.recruit03.spa02 .listbox li.leaf01:before {
    transform: translate(0%,-30%);
    z-index: 1;
}
.recruit03.spa02 .listbox li .pic{
    border-radius: 50%;
}
@media only screen and (max-width: 599px) {
    .recruit02{
        padding: 30px 0;
    }
    .btnarea li {
        width: 100%;
    }

    .btnarea .bmorebtn {
        width: 90%;
    }

    .recruit03 .listbox li {
        width: 100%;
    }
    .rec03 dt{
        width: 100%;
        padding-bottom: 5px;
    }
    .rec03 dd{
        width: 100%;
        padding-left: 0;
    }
    .recruit02.cut .center{
        text-align: left;
    }
    .rcatch{
        font-size: 18px;
    }
    .co02 dt{
        font-weight: bold;
    }
    .co02 dd{
        width: 100%;
    }
    .recruit03.spa02 .listbox li{
        width: 47%;
    }
    .recruit03.spa02 .listbox li.leaf01:before {
        background-size: 70%;
    }
}

/* recruit end */


/* new_graduate */
.recruit05 {
    margin-top: 80px;
}

.recruit05 .listbox li {
    width: 21%;
    margin-bottom: 30px;
    position: relative;
}

.recruit05 .listbox li .pic {
    position: relative;
}

.recruit05 .listbox li .pic:after {
    content: "\f0da";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 36px;
    top: 50%;
    right: -30px;
}

.recruit05 .listbox li:nth-of-type(4n) .pic:after {
    content: none;
}

.flowno {
    display: block;
    text-align: center;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    margin-bottom: 20px;
}

.recruit05 .listbox li .pic.trimming span {
    border-radius: 50%;
}

.recruit05 .listbox li dl dt {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 15px;
}

@media only screen and (max-width: 1024px) {
    .recruit05 .listbox .flexb {
        justify-content: center;
    }

    .recruit05 .listbox li {
        width: 20%;
        margin-bottom: 50px;
        position: relative;
        padding-right: 30px;
        box-sizing: content-box;
    }
    .recruit05 .listbox li .pic:after{
        content: "\f0da";
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 36px;
        top: 50%;
        right: -23px;
    }
    /* .recruit05 .listbox li:nth-of-type(3n) {
        padding-right: 0px;
    } */

    /* .recruit05 .listbox li .pic:after,
    .recruit05 .listbox li:nth-of-type(4n) .pic:after {
        content: "\f0da";
        font-weight: 600;
        font-family: "Font Awesome 5 Free";
        position: absolute;
        font-size: 36px;
        top: 50%;
        right: -23px;
    } */

    .recruit05 .listbox li:nth-of-type(4n) .pic:after,
    .recruit05 .listbox li:last-of-type .pic:after {
        content: none;
    }
}

@media only screen and (max-width: 599px) {
    .recruit05 .listbox li {
        width: 100%;
        margin-bottom: 50px;
        position: relative;
        padding-right: 0;
    }

    .recruit05 .listbox li:after,
    .recruit05 .listbox li:nth-of-type(4n):after {
        position: absolute;
        content: "\f0d7";
        font-weight: 600;
        font-size: 40px;
        font-family: "Font Awesome 5 Free";
        top: 100%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .recruit05 .listbox li .pic:after,
    .recruit05 .listbox li:nth-of-type(4n) .pic:after,
    .recruit05 .listbox li:last-of-type:after {
        content: none;
    }
    .recruit05 .listbox li .pic{
        width: 60%;
        margin: 0 auto;
    }
}

/* new_graduate end */

/* faq */
.faq {
    margin-top: 100px;
}

.faqbox {
    margin-bottom: 60px;
    border-bottom: 1px #111111 solid;
}

.question {
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
    padding-right: 50px;
}

.q {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    color: #bebebe;
    padding-right: 20px;
    display: inline-block;
}

.faqbox .question:after {
    content: url(/import/tenant_1/160.16.72.170/html/images/faq/on.png);
    color: #848484;
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    margin: auto;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.faqbox .question.action:after {
    content: url(/import/tenant_1/160.16.72.170/html/images/faq/off.png);
    -webkit-transform: translateY(0%) rotate(360deg);
    transform: translateY(0%) rotate(360deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
}

.answer {
    padding-left: 70px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
    .faqbox {
        margin-bottom: 60px;
        padding-left: 0;
    }

    .question {
        padding-top: 50px;
    }
}

/* faq end*/

/* contact */

.contact01 {
    margin: 100px auto;
}

.contact01 p {
    text-align: center;
}

.form {
    margin-top: 60px;
    text-align: center;
}

.form .flexb {
    padding: 20px 0 20px;
    border-bottom: 1px #111111 solid;
}

.form .flexb:last-of-type {
    margin-bottom: 50px;
}

.form .flexb dt {
    width: 25%;
}

.form .flexb dd {
    width: 70%;
}

.required {
    color: #c30312;
    float: right;
}

.form input[type="text"] {
    width: 100%;
    background: #eeeeee;
    border: 1px #eeeeee solid;
    box-sizing: border-box;
}

.form label {
    padding: 0 20px 0 5px;
}

.form textarea {
    width: 100%;
    height: 200px;
    background: #eeeeee;
    border: 1px #eeeeee solid;
    box-sizing: border-box;
}

.form button {
    background: url(/import/tenant_1/160.16.72.170/html/images/index/more.png) no-repeat;
    display: inline-block;
    width: 180px;
    border: none;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    position: relative;
    cursor: pointer;
}
.form button:after{
	content: "";
	background: url(/import/tenant_1/160.16.72.170/html/images/index/w-more.png) no-repeat;
	position: absolute;
	top: 30%;
	right: 10%;
	width: 10px;
    height: 14px;
    vertical-align: middle;
		margin-left: 20px;
	transition: opacity 1s, visibiity 1s;
    -webkit-animation-name: scroll-arrow-animation;
    animation-name: scroll-arrow-animation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    text-decoration: none;
    -ms-writing-mode: tb-lr;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.form button:hover {
    background-color: #e05b65;
    color: white;
}
.form button.send,.form button.back{
  margin: 0px auto 20px;
}
.privacy dl {
    margin-bottom: 40px;
}

.privacy dl ul li {
    list-style-type: disc;
    list-style-position: inside;
}

@media only screen and (max-width: 599px) {
    .form .flexb dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .form .flexb dd {
        width: 100%;
    }
}

/* contact end */
/*leaf*/
.leaf01,.leaf02{
    position: relative;
}
.leaf01:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,-50%);
    margin: auto;
    background: url(/import/tenant_1/160.16.72.170/html/images/index/staff-left.png) no-repeat;
    width: 59px;
    height: 77px;
}
.leaf02:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%,100%);
    margin: auto;
    background: url(/import/tenant_1/160.16.72.170/html/images/index/staff-right.png) no-repeat;
    width: 82px;
    height: 126px;
}
@media (max-width: 1024px) {
    .leaf02:after{
        transform: translate(0,50%);
    }
    .leaf01:before{
        transform: translate(0%,-50%);
    }
}
@media (max-width: 599px) {
    .leaf02:after {
        transform: translate(0,100%);
    }
}
/*product*/
.product{
    padding: 70px 0;
}
.product .pp{
    border: 1px solid #ddd;
    padding: 3%;
    position: relative;
}
.product .pp .ppin{
  overflow: hidden;
}
.product .pp:after{
    content: "";
    background: url(/import/tenant_1/160.16.72.170/html/images/index/staff-right.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(10px, 10px);
    margin: auto;
    width: 82px;
    height: 126px;
}
.product .pp img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product .box{
    padding-bottom: 70px;
}
.product .box>div{
    padding-top: 30px;
}
.product .box .type{
    color: #3e6b49;
}
.product .box .name{
    padding: 20px 0 10px;
}
.product .box .name:after{
    content: "";
    background: url(/import/tenant_1/160.16.72.170/html/images/index/more.png) no-repeat;
    display: block;
    width: 50px;
    height: 2px;
    margin: 5px auto 0;
}
.product .box .txt-box .pri{
    padding: 0 20px;
}
.product .box .txt-box dd{
    border-top: 1px solid #3e6b49;
    padding-top: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #3e6b49;
    padding-bottom: 30px;
}
@media (max-width: 599px) {
    .product .box .txt-box{
        padding-top: 20px;
    }
}
/*編集画面のみ*/
[data-element-id]#gnav .hv .subnav{
  opacity: 1;
    visibility: initial;
    z-index: 100;
    position: relative;
    top: 0;
    transform: none;
    left: 0;
    transition: none;
    width: auto;
}
[data-element-id]#gnav .hv .subnav li{
  width: auto;
    transform: none;
    text-align: left;
}
[data-element-id]#header.fixed{
  position: relative;
}
.recomendlist li a{
  display: block;
}

.mb20{
  margin-bottom: 20px
}
