@charset "UTF-8";
/****************************************
            追加フォント
****************************************/


/*----------- Serif ---------*/
/*Playfair Display  (substitute:Bodoni)*/
.playfair {
    font-family: 'Playfair Display', serif;
}

/*----------- Sans Serif ---------*/
/*Overpass  (substitute:Futura)*/
.overpass {
    font-family: 'Overpass', sans-serif;
}

/****************************************
        ベース（基本設定）
****************************************/
/*-------- カラー ---------*/
.key-color {
    color: #8b654c;
}

.key-backcolor {
    background-color: #efeae8;
}

.key-backcolor2 {
    background-color: #3f3026;
}

/*----------- フォント ---------*/
h2 {
    font-family: 'Playfair Display', serif;
}

h2,
h3,
h4 {
    font-weight: 400;
}

.grobal-nav>.navlist>.link {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
}

/*文字間調整*/
.ls2 {
    letter-spacing: .2em;
}

.ls3 {
    letter-spacing: .3em;
}

/*行間調整*/
.lh2 {
    line-height: 120%;
}

.lh20 {
    line-height: 200%;
}

.lh30 {
    line-height: 300%;
}

@media only screen and (max-width: 599px) {
    .lh20 {
        line-height: 200%;
    }

    .lh30 {
        line-height: 250%;
    }
}

/*-------- リセット ---------*/
a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: unset;
    color: unset;
}

.inner {
    padding: 0;
}

.inner.-wide {
    max-width: 1200px;
}

.more {
    max-width: 300px;
}

.more a {
    color: #3f3026;
    background: none;
}

.more a:hover {
    opacity: 1;
}

.more.-stylepage {
    width: 100%;
    margin-top: 20px;
}

.more.-full {
    width: 100%;
}

.more.-blog {
    width: 100%;
    margin-top: 20px;
}

.more.-left {
    margin-left: 0;
}


.map.-street {
    max-height: 500px;
}

.movie {
    height: 180px;
}

.movie.-large {
    height: 600px;
}

.movie iframe {
    width: 100% !important;
    height: 100% !important;
}

.bkimg.-opacity {
    opacity: 0.5;
}

img:not([src*="."]) {
    display: none;
}

.move-category span {
    color: #fff;
    background: #3f3026;
    padding: 5px 15px;
    font-size: 12px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .pic {
        padding: 0 2%;
    }
}

@media only screen and (max-width: 599px) {
    .more.-blog {
        width: 100%;
        margin-top: 10px;
    }

    .more.-type1 {
        width: 100%;
    }

    .pic {
        margin-bottom: 6%;
    }

    .movie {
        height: 260px;
        margin-bottom: 30px;
    }

    .movie.-large {
        height: 260px;
    }
}

[data-element-id] #gnav {
    position: relative !important;
}

[data-element-id] #gnav .spmenu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

[data-element-id] #gnav .pcmenu:hover:before {
    content: "PC用メニュー";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
    width: 100%;
}

[data-element-id] #gnav .spmenu:hover:before {
    content: "スマホ用メニュー";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 12px;
    width: 100%;
}

#gnav .spmenu {
    display: none;
}

/*スクロール時のナビゲーションの設定*/
#gnav.fixed {
    position: fixed;
    z-index: 250;
    top: 0;
    width: 100%;
    background-color: #fff;
}

.mass {
    white-space: pre;
    overflow: hidden;
    display: block;
}

/*編集画面での表示設定*/
[data-element-id] .header-area .sitetitle {
    position: static;
    z-index: 1;
    font-size: 20px;
}

[data-element-id] .product-list {
    max-height: 100vh !important;
    overflow: hidden;
}

[data-element-id] .product-list {
    max-height: 100vh !important;
    overflow: hidden;
}

/*------------エフェクト ------------*/
.to-right {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
    visibility: hidden;
}

.to-left {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    visibility: hidden;
}

.rightnow,
.leftnow {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}


/**************************************
            共通エリアレイアウト
**************************************/
/*------------ ヘッダー ------------*/
.header-area .sitetitle {
    position: absolute;
    top: -1000px;
    z-index: -100;
}

.header-area .fixeditem {
    position: fixed;
    z-index: 10;
    bottom: 3%;
    right: 3%;
    width: 120px;
    height: 120px;
}

.header-area .fixeditem .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: #ddcabe;
    border-radius: 50%;
}

.header-area .fixeditem .link:hover {
    opacity: 1;
    background: #efeae8;
}

@media only screen and (max-width: 1024px) {
    .header-area>.fixeditem {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .header-area>.fixeditem {
        width: 80px;
        height: 80px;
    }

    .header-area>.fixeditem .link {
        width: auto;
        font-size: 12px;
        line-height: 150%;
    }

    .header-area>.fixeditem .subtitle {
        display: none;
    }
}

/*------- ナビゲーションメニュー -------*/
.grobal-nav>.navlist>.navlink {
    display: block;
    padding: 30px 0;
}

.grobal-nav.-column>.navlist {
    position: relative;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    #gnav .pcmenu {
        display: none;
    }

    #gnav .spmenu {
        display: block;
    }

    #gnav .accordion-inner {
        padding-right: 40px;
    }

    #gnav a.sp-logo {
        display: block;
        padding: 0 0 4% 15px;
    }

    #gnav a.sp-logo img {
        width: 60%;
        max-width: 220px !important;
    }

}

@media only screen and (max-width: 599px) {
    #gnav .accordion-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*------------ フッター ------------*/
.footer-area {
    padding-top: 50px;
}

.footer-area>.title {
    text-align: center;
    margin-bottom: 50px;
}

.footer-area>.copy {
    position: relative;
    text-align: center;
    top: 100px;
    z-index: 100;
}

.footer-contents>.block {
    width: 25%;
}

.footer-contents>.block:not(:last-child) {
    border-right: 1px solid #000;
}

.footer-contents>.sns-block {
    padding: 5%;
}

.store-info>.head {
    margin-bottom: 5px;
}

.store-info>.telephone {
    margin-bottom: 20px;
}

.store-info>.opening {
    margin-bottom: 10px;
}

.opening-hour>.open>.datatitle {
    letter-spacing: .3em;
}

.opening-hour>.close>.datatitle {
    letter-spacing: .15em;
}

@media only screen and (max-width: 1024px) {
    .footer-area>.copy {
        top: 30px;
    }

    .footer-contents>.block {
        width: 30%;
    }

    .footer-contents>.block:not(:last-child) {
        border-right: 1px solid #000;
    }

    .footer-contents>.store-info {
        width: 40%;
    }

    .footer-contents>.sns-block {
        width: 100%;
        padding: 5% 0;
    }

    .sns-block>.icon {
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 1%;
    }
}

@media only screen and (max-width: 599px) {
    .footer-area {
        padding-top: 0;
        padding-bottom: 140px;
    }

    .footer-contents>.footernav1,
    .footer-contents .footernav2 {
        width: 50%;
    }

    .footer-contents>.block:not(:last-child) {
        border-right: none;
    }

    .footer-contents>.store-info {
        width: 100%;
        padding: 0 0 10% 15%;
    }
}

/*----------- サイドエリア -----------*/
.side-area .meta-data {
    width: 100%;
    margin-bottom: 30px;
}

.side-area .side-contents {
    width: 100%;
    margin-bottom: 50px;
}

.side-contents>.title {
    padding: 1em 2em;
    margin-bottom: 2em;
    border-top: 2px dotted #3f3026;
    border-bottom: 2px dotted #3f3026;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .side-area.section {
        position: unset;
    }

    .side-area .meta-data {
        position: absolute;
        top: 10px;
    }

    .side-area>.category {
        width: 48%;
        margin-right: 2%;
    }

    .side-area>.archive {
        width: 48%;
        margin-left: 2%;
    }
}

@media only screen and (max-width: 599px) {
    .side-area>.side-contents {
        margin-bottom: 20px;
    }

    .side-area>.category {
        width: 100%;
        margin-right: 0;
    }

    .side-area>.archive {
        width: 100%;
        margin-left: 0;
    }
}

/*-------- メインエリア ---------*/
.contents-wrap {
    position: relative;
    padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
    .contents-wrap {
        padding-top: 50px;
    }
}

/**************************************
            メインコンテンツレイアウト
**************************************/
/*********** トップ ***********/
.top-page .bottomimage {
    margin-bottom: 100px;
}

.top-page .top-concept {
    font-size: 30px;
}

.top-page .top-concept .concept-lh {
    font-size: 20px;
}

.top-page .uk-grid+.uk-grid {
  margin: 35px auto 0;
    max-width: 800px;
    padding-right: 25px;
}

@media (max-width:1024px) {
  .top-page .uk-grid+.uk-grid {
    margin: 35px auto 0;
      max-width: 800px;
      width: 90%;
      
  }
}
@media (max-width:599px) {
  .top-page .uk-grid+.uk-grid {
      width: 100%;
  }
}



/*********** コンセプト ***********/
.concept-page>.concept-greeting {
    padding-top: 50px;
    padding-bottom: 0;
}

.concept-greeting .inner {
    position: relative;
    padding-bottom: 200px;
}

.concept-greeting .person-info {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin-left: auto;
}

.concept-greeting .bkimg {
    position: absolute;
}

.concept-threepoint>.title img {
    margin-right: 10px;
}

.concept-threepoint .three-image {
    position: relative;
    height: 600px;
    width: 100%;
    margin-top: 140px;
}

.three-image {
    background: url(/import/tenant_1/153.126.216.72/html/images/02_concept/triangle.png) no-repeat center/50%;
}

.three-image .text-image {
    position: absolute;
}

.text-image>.image {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
}

.text-image>.title {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

.text-image .textarea {
    position: absolute;
    display: block;
    z-index: 2;
    padding: 34px 23px 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(68, 68, 68, 0.6);
}

.text-image .text {
    color: #fff;
    font-weight: 500;
}

.text-image.helth {
    bottom: 60%;
    right: 35%;
}

.text-image.material {
    left: 10%;
    top: 45%;
}

.text-image.technique {
    bottom: -13%;
    right: 15%;
}

@media only screen and (max-width: 1024px) {
    .top-page .top-concept {
        font-size: 20px;
    }
    
    .top-page .top-concept .concept-lh {
        font-size: 14px;
    }

    .concept-greeting .inner {
        padding-bottom: 260px;
    }

    .concept-greeting .person {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .concept-threepoint>.title {
        line-height: 210%;
    }

    .concept-threepoint .three-image {
        height: 450px;
        margin-top: 100px;
    }

    .three-image {
        background-size: 50%;
    }

    .three-image .text-image {
        position: absolute;
    }

    .text-image>.image {
        width: 170px;
        height: 170px;
    }

    .text-image>.title {
        margin-top: 30px;
    }

    .text-image .text {
        line-height: 120%;
    }

    .text-image.helth {
        bottom: 51%;
        right: 34%;
    }

    .text-image.material {
        top: 40%;
    }

    .text-image .textarea {
        padding: 28px 10px 0;
    }
}

@media only screen and (max-width: 599px) {
    .concept-greeting .person {
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .concept-greeting .bkimg {
        bottom: 0;
    }

    .concept-greeting .bkimg img {
        position: absolute;
        bottom: 0;
        height: 100% !important;
        object-fit: cover;
        font-family: 'object-fit: cover;'
    }

    .concept-threepoint .three-image {
        height: auto;
        margin-top: 0;
    }

    .three-image {
        background: none;
    }

    .three-image .text-image {
        position: relative;
        margin-bottom: 80px;
    }

    .text-image>.image {
        width: 200px;
        height: 200px;
        margin: auto;
    }

    .text-image.helth,
    .text-image.material,
    .text-image.technique {
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
    }

    .top-page .top-concept {
        font-size: 16px;
    }

    .text-image .textarea {
        padding: 34px 23px 0;
    }

}

/*********** 店舗紹介 ***********/
@media only screen and (max-width: 599px) {
    .store-introduction .head {
        height: auto !important;
    }
}

/*********** メニュー ***********/
.menu-list.-narrow {
    width: 80%;
    margin: auto;
}

.menu-item {
    padding: 1em 0;
    border-bottom: 2px dotted #3f3026;
}

.menu-item.-full {
    width: 100%;
}

.menu-item .price {
    padding-left: 2em;
    margin-left: auto;
}

.menu-item .explain {
    width: 100%;
    margin-top: 0.3em;
    color: #b8a69b;
}

.menu-item .explain.-narrow {
    padding: 0 1em;
}

.menu-attention .inner {
    max-width: 850px;
    padding: 40px 0;
}

.section.-menu {
    -webkit-column-count: 2;
    column-count: 2;
}

.section.-menu>.menu-wrap {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 3rem;
}

.menu-wrap .title {
    line-height: 100%;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #efeae7;
}

.menu-wrap .title .subtitle {
    margin-left: 1em;
}

@media only screen and (max-width: 1024px) {
    .section.-menu {
        -webkit-column-count: unset;
        column-count: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .section.-menu>.menu-wrap {
        width: 100%;
    }

    .menu-wrap.cut {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .menu-wrap.set {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .menu-wrap.color {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .menu-wrap.asidcolor {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .menu-wrap.perm {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .menu-wrap.asidperm {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .menu-wrap.care {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .menu-wrap.straight {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
}

@media only screen and (max-width: 599px) {
    .menu-attention .inner {
        padding: 20px 0;
    }

    .menu-list {
        margin-bottom: 2em;
    }
}

/*********** スタッフリスト　***********/
.stafflist-page .heightLine-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 140%;
    padding-right: 1.5em;
}

.staff-list .position {
  word-break: break-all;
  width: 100%;
}

.電話予約不可 {
    display: none;
}

.ネット予約不可 {
    display: none;
}

.top-staff {
    /* max-width: 700px; */
    margin: 0 auto;
}


.private-photo-box p {
    line-height: 1.5;
}


@media only screen and (max-width: 1024px) {
    .section.-staffdetail {
        padding-top: 360px !important;
    }

    .stafflist-page .staffimage {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 599px) {
    .section.-staffdetail {
        padding-top: 70% !important;
    }
}

/*********** リクルート ***********/
.recruit-tile .gr222 {
    margin-bottom: 1% !important;
}

.recruit-tile .gr222:nth-child(odd) {
    margin-left: 0;
}

.recruit-tile .gr222:nth-child(even) {
    margin-right: 0;
}

.tileblock1 {
    position: relative;
    width: 55.5%;
}

.tile1 {
    width: 60%;
}

.tile2 {
    width: 36%;
}

.tileblock2 {
    position: relative;
    width: 43%;
}

.tile3 {
    width: 72%;
}

.tile4 {
    width: 23.5%;
}

.tileblock3 {
    position: relative;
    width: 56.5%;
}

.tile5 {
    width: 36.6%;
}

.tile6 {
    width: 61%;
}

.tileblock4 {
    position: relative;
    width: 43%;
}

.tile7 {
    width: 48%;
}

.tile8 {
    width: 48%;
}

.tileblock5 {
    position: relative;
    width: 50.5%;
}

.tile9 {
    width: 30%;
}

.tile10 {
    width: 66%;
}

.tileblock6 {
    position: relative;
    width: 48%;
}

.tile11 {
    width: 32%;
}

.tile12 {
    width: 64%;
}

.flow .number {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3f3026;
}

.flow .deco-chevron-down:last-child:after {
    display: none;
}

.path {
    position: absolute;
    left: 57%;
    bottom: -20px;
}

@media only screen and (max-width: 599px) {
    .path {
        position: absolute;
        left: 60%;
        bottom: -17px;
    }
}

/*********** ブログリスト ***********/
.bloglist-page .pagenation-list {
    margin-top: 10px;
}

/**** カスタムコンテンツ（詳細ページ）****/
.custom-contents-detail>.time {
    color: #8b654c;
}

.custom-contents-detail>.title {
    padding-bottom: 1em;
    border-bottom: 2px dotted #8b654c;
}

.custom-contents-detail>.text {
    margin-bottom: 1em;
}

.custom-contents-detail .more {
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .custom-contents-detail {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 599px) {
    .custom-contents-detail.section {
        padding-top: 120px;
    }
}

/*********** よくあるご質問 ***********/
.qa-list-item {
    margin-bottom: 2em;
}

.qa-list-item .question {
    position: relative;
    padding: 0.5em 2.2em;
    margin-bottom: 1em;
}

.qa-list-item .question:before {
    content: "Q.";
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: 1em;
}

/******************************************
            コンポーネント（よく使う要素）
******************************************/
/*----------- セクション ------------*/
.section {
    position: relative;
    padding-bottom: 100px;
}

.section.-paddingtop {
    padding-top: 50px;
}

.section.-paddingtopwide {
    padding-top: 100px;
}

.section.-padding {
    padding: 50px 0;
}

.section.-wide {
    padding-bottom: 150px;
}

.section.-narrow {
    padding-bottom: 50px;
}

.section.-nopadding {
    padding: 0;
}

.section.-left {
    margin: 0 auto 0 0;
}

.section.-right {
    margin: 0 0 0 auto;
}

.section.-center {
    padding: 5%;
}

.section.-full {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.section.-background {
    background: rgba(0, 0, 0, 0.7);
}

.section.-recommend {
    padding-top: 100px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .section.-paddingtop {
        padding-top: 50px;
    }

    .section.-wide {
        padding-bottom: 100px;
    }

    .section.-left,
    .section.-right {
        margin: 0 auto 6%;
    }

    .section:last-child {
        margin-bottom: 0;
    }

    .section.-ism2 {
        padding-bottom: 0;
    }

    .section.-ism2 .catchtext-block {
        padding-bottom: 60px;
    }

    .section.-ism2 .bkimg.-opacity {
        z-index: 1;
        opacity: 1;
    }
}

@media only screen and (max-width: 599px) {
    .section {
        padding: 0 0 50px 0;
    }

    .section.-narrow {
        padding: 20px 0;
    }

    .section.-left,
    .section.-right {
        margin: 0 auto 20%;
    }

    .section:last-child {
        margin-bottom: 0;
    }

    .section.-flow {
        margin-bottom: 50px;
    }
}

/*-------- コンテンツセクション --------*/
.contents-section>.title {
    font-weight: 500;
}

.contents-section.-ism .contents-box {
    background: #3f3026;
}

.contents-section.-ism .block {
    overflow: hidden;
}

.contents-section.-ism img {
    height: 100% !important;
    width: auto;
    max-width: unset !important;
}

@media only screen and (max-width: 1024px) {
    .contents-section.-ism img {
        height: unset !important;
        width: auto;
        max-width: 100% !important;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 599px) {
    .contents-section.-ism img {
        padding: 0;
    }
}

/*-------- コンテンツボックス --------*/
.contents-box.-relative {
    position: relative;
}

.contents-box.-paddingtop {
    padding-top: 3em;
}

.contents-box.-paddingbottom {
    padding-bottom: 3em;
}

.contents-box.-margin {
    margin-top: 100px;
}

.contents-box.-center {
    margin: auto;
}

.contents-box.-catch {
    padding-top: 2em;
    padding-bottom: 3em;
}

.contents-box.-onimage {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
}

.contents-box.-wrapmobile {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.take-turn .contents-box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.take-turn .contents-box:nth-of-type(even)>.block:nth-child(even) {
    margin: 0 auto 6% 0;
}

.take-turn .contents-box:nth-of-type(even)>.block:nth-child(odd) {
    margin: 0 0 6% auto;
}

.contents-box>.title {
    position: relative;
    padding-top: 30px;
    margin-bottom: 70px;
    text-align: center;
}

.contents-box>.head {
    margin-bottom: 10px;
}

.contents-box>.pic {
    margin-bottom: 30px;
}

.contents-box .link {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .contents-box.-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .take-turn .contents-box:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .take-turn .contents-box:nth-of-type(even)>.block:nth-child(even),
    .take-turn .contents-box:nth-of-type(even) .block:nth-child(odd) {
        margin: 0 auto 6%;
    }
}

@media only screen and (max-width: 599px) {
    .contents-box.-wrapmobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*------------- ブロック -------------*/
.block.-full {
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block.-center {
    padding: 5%;
}

.block:nth-child(odd) {
   margin: 0 auto 6% 2%;
}

.block:nth-child(even) {
    margin: 0 0 6% auto;
}

@media only screen and (max-width: 1024px) {
    .block.-full {
        margin: 0 auto;
        width: 100%;
        max-width: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block:nth-child(odd),
    .block:nth-child(even) {
        margin: 0 auto 6%;
    }
}

/*--------- テキストブロック ---------*/
.text-block>.title {
    position: relative;
    width: 100%;
}

.text-block>.head {
    margin-bottom: 20px;
}

.text-block>.text {
    margin-bottom: 20px;
}

.top-page .text-block>.text {
    line-height: 1.5;
}

.top-style-staffname dt {
    padding-right: 20px;
    position: relative;
}

.top-style-staffname dt:after {
    content: "：";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-block>.category {
    display: inline-block;
    margin-bottom: 5px;
}

.text-block>.data-item {
    margin-bottom: 10px;
}

.text-block .tel {
    padding: 0 1em;
    display: inline-block;
}

@media only screen and (max-width: 599px) {
    .text-block>.title {
        margin-bottom: 30px;
    }
}

/*------------- 見出し -------------*/
.title.-nopadding {
    padding: 0;
}

.title.-nomargin {
    margin: 0;
}

.title.-wspace2 {
    padding: .5em 2em 0 2em;
}

.title.-bottomspace {
    margin: 1em 0;
}

.title.-small {
    margin-bottom: 3px;
}

.top-stylegallery .title.-small {
    margin-bottom: 10px;
    line-height: 130%;
}

.stylegallery-page .title.-small {
    /* line-height: 140%; */
    line-height: 120%;
}

.title.-center {
    text-align: center;
}

.title.-catch {
    padding: .2em 20%;
    margin-bottom: 1em;
}

.title.-label {
    padding: .2em 1em;
    text-align: center;
}

.title.-type1 {
    padding-top: 1.5em;
}

.title.-leftline {
    position: relative;
    padding-left: 40px;
}

.title.-leftline:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 2px;
    width: 30px;
    background-color: #3f3026;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 599px) {

    .top-stylegallery .title.-small,
    .stylegallery-page .title.-small {
        font-size: 12px;
    }

    .top-stylegallery .category.color-element,
    .stylegallery-page .category.color-element {
        font-size: 12px;
    }

    .top-stylegallery .name,
    .stylegallery-page .name {
        font-size: 12px;
    }

    .title.-catch {
        padding: .2em 10%;
    }
}

/*メインタイトルとサブタイトル*/
.double-title {
    text-align: center;
}

.double-title .subtitle {
    display: block;
    font-weight: 400;
    line-height: 140%;
}

/*---------- テキストエリア ----------*/
.text.-padding {
    padding: 1em 10%;
}

.text.-wide {
    line-height: 300%;
}

.text.-space {
    padding: 0 1em;
}

.text.-wspace2 {
    padding: 0 2em;
}

.text.-center {
    text-align: center;
    margin: auto;
}

.text.-catch {
    text-align: center;
    padding: 0 20%;
}

.text.-bottomspace-wide {
    margin-bottom: 4em;
}

@media only screen and (max-width: 599px) {
    .text.-wide {
        line-height: 200%;
    }

    .text.-catch {
        padding: 0 10%;
    }
}

/*----- 幅一面のキャッチーなブロック ----*/
.catch-block {
    overflow: hidden;
}

.catch-block>.catchimage {
    width: 100%;
    height: 50px;
    background: url(/import/tenant_1/153.126.216.72/html/images/01_top/leaf-line.png) no-repeat center/contain;
}

.catch-block>.catchtext {
    text-align: center;
    line-height: 200%;
}

.catch-block>.catchtext.-wide {
    line-height: 300%;
    letter-spacing: 0.1em;
}

.catch-block>.catchtext-block {
    position: relative;
}

.catch-block>.bkimg {
    z-index: -1;
}

.catch-block>.bkimg.-opacity {
    opacity: 0.3;
}

/*キャッチブロックのテキスト*/
.catchtext-block.-paddingtop {
    padding-top: 60px;
}

.catchtext-block>.title {
    text-align: center;
    font-weight: 500;
}

.catchtext-block>.head {
    text-align: center;
    margin-bottom: 20px;
}

.catchtext-block>.text {
    text-align: center;
    line-height: 200%;
}

.concept-lh {
    line-height: 160%;
    font-size: 14px;
}

@media only screen and (max-width: 599px) {
    .catch-block>.catchimage {
        width: 70%;
        margin: auto;
    }

    .catch-block>.catchtext {
        line-height: 150%;
    }

    .catch-block>.catchtext.-wide {
        line-height: 250%;
        letter-spacing: 0em;
    }
}

/*-------------- リンク --------------*/
.link.-category {
    text-align: center;
    padding: .5em 1em;
}

.link.-label {
    padding: .2em 1em;
    text-align: center;
}

/*-------------- 画像 --------------*/
/*トップイメージ*/
.top-image {
    position: relative;
}

.top-image>.pagetitle {
    position: relative;
    margin: 20px 0 50px 0;
    line-height: 100%;
}

.top-image>.text {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-image>.mainimg {
    position: relative;
}

.top-image>.mainimg:after {
    padding-top: 0%;
}

@media only screen and (max-width: 1024px) {
    .mainimg .uk-slidenav-position:after {
        padding-top: 55%;
        content: '';
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .top-image>.text .logo img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    .top-image>.text{
        width: 100%;
    }
}


/*メイン画像（トリミング付き）*/
.mainimg>.cut {
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.mainimg:after {
    content: "";
    display: block;
    padding-top: 40%;
}

.mainimg.-small:after {
    padding-top: 30%;
}

/*写真全般*/
.img.-center {
    text-align: center;
}

/*人物写真と名前*/
.person-info>.name {
    position: absolute;
    left: -70%;
    bottom: 20%;
}

@media only screen and (max-width: 1024px) {
    .person-info>.name {
        position: absolute;
        left: -60%;
        bottom: 20%;
    }
}

@media only screen and (max-width: 599px) {
    .person-info>.name {
        position: absolute;
        left: -50%;
        bottom: 20%;
    }

    /*     .mainimg:after {
   content: "";
   display: block;
   padding-top: 50%; */
}

/*------------- ギャラリー --------------*/
.gallery-block>.mainvisual {
    margin-bottom: 20px;
}

.gallery-block>.thumnail>.img {
    text-align: center;
}

.gallery-block>.thumnail>.img:first-child {
    margin: 0 0 auto;
}

.gallery-block>.thumnail>.img:nth-child(2) {
    margin: 0 auto;
}

.gallery-block>.thumnail>.img:last-child {
    margin: auto 0 0;
}

/*------------- リスト --------------*/
/*一般的なリスト*/
.custom-list.-bottomspace {
    margin-bottom: 3em;
}

.custom-list>.list-item.-side {
    margin-bottom: 20px;
}

.custom-list>.data-item {
    margin-bottom: 20px;
}

.custom-list.-six>.list-item {
    text-align: center;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 336px;
    overflow: hidden;
}

.custom-list.-six>.list-item img {
    width: auto;
    max-width: unset;
}

.custom-list.-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1024px) {
    .custom-list.-stylegallery {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .custom-list.-six>.list-item {
        width: 33.333%;
        margin: 0;
    }
}

@media only screen and (max-width: 599px) {
    .custom-list>.list-item {
        margin-bottom: 10px;
    }

    .custom-list>.list-item.-blog {
        margin-bottom: 10%;
    }

    .custom-list.-six>.list-item {
        width: 50%;
    }
}

/* タイルリスト */
.tile-list {
    margin: auto;
}

.tile-list>.tile-item {
    position: relative;
    margin: 0;
}

.tile-list>.tile-item.-normal {
    margin: 0 2% 6% 2%;
}

.tile-list>.tile-item.-narrow {
    margin: 0 1% 2% 1%;
}

.tile-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.tile-item.-type1 {
    max-width: 25%;
}

.tile-item.-type2 {
    max-width: 23%;
}

.tile-item .link:hover {
    opacity: 1;
}

.tile-item .text-block {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 10% 10%;
    background-color: #fff;
    opacity: 0.8;
    overflow-y: auto;
}

.tile-item:hover .text-block {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .tile-item.-type1 {
        max-width: 33.333%;
    }

    .tile-item.-type2 {
        max-width: 31.333%;
    }
}

@media only screen and (max-width: 599px) {
    .tile-list>.tile-item {
        width: 50%;
    }

    .tile-item.-type2 {
        max-width: 48%;
    }

    .tile-item .pic {
        width: 100%;
        margin: 0;
    }
}

/*パンくずリスト*/
.breadcrumb-list {
    position: relative;
    padding: 10px 0;
}

.breadcrumb-list>.list-item {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.breadcrumb-list>.list-item:not(:last-child):after {
    content: "＞";
    position: relative;
    left: 10px;
}

@media only screen and (max-width: 599px) {
    .breadcrumb {
        display: none;
    }
}

/*------------ リスト項目 ------------*/
/*一般的なリスト項目*/
.list-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.list-item.-staff {
    position: relative;
}

.list-item.-staff a {
    display: block;
    position: relative;
    overflow: hidden;
}

.list-item.-staff a:after {
    content: "";
    display: block;
    padding-top: 145%;
}

.list-item.-staff img {
    position: absolute;
    top: 0;
    left: 0;
}

.list-item.-stylegallery {
    display: inline-block;
    position: relative;
    margin-right: 1em;
}

.list-item.-stylegallery:not(:last-child):after {
    content: "／";
    display: inline-block;
    position: relative;
    right: 0;
    margin-left: 1em;
}

.list-item.-stylegallery>.link {
    display: inline;
}

.list-item.-category {
    margin-bottom: 1em;
}

.list-item.-product {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 2px dotted #3f3026;
}

.list-item.-product .pic span {
    display: block;
    position: relative;
}

.list-item.-product .pic span:after {
    content: url(/upload/tenant_1/0a40e752311b73b72c8dfe567bbb044f.png);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.list-item.-voice {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 6%;
    border-bottom: 2px dotted #3f3026;
}

.list-item.-news {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2em 0;
    border-bottom: 2px dotted #3f3026;
}

.list-item.-news>.time {
    margin-right: 3em;
    color: #8b654c;
}

.list-item.-blog>.time {
    margin-bottom: 1em;
    text-align: center;
    color: #8b654c;
}

.list-item.-blog>.title {
    padding: 0 .5em;
    margin-bottom: 1em;
    line-height: 150%;
}

.list-item.-archive {
    width: 100%;
}

.list-item>.link {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .list-item.-stylegallery {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .list-item.-stylegallery:not(:last-child):after {
        display: none;
    }

    .list-item.-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-item.-voice {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-item.-blog>.time {
        margin-bottom: 0;
    }

    .list-item.-archive {
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-item.-news {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list-item.-news>.time {
        width: 100%;
    }

    .list-item.-blog>.title {
        margin-bottom: .5em;
        height: auto !important;
    }

    .list-item.-blog>.text {
        height: auto !important;
    }
}

/*　データ系（メタ情報） */
.meta-data>.week {
    text-align: center;
}

.meta-data>.day {
    padding-left: 0.2em;
    text-align: center;
    font-size: 69px;
    letter-spacing: 0.2em;
    line-height: 130%;
}
.meta-data>.day[data-element-id] {
    font-size: 14px;
}

.meta-data>.yearmonth {
    text-align: center;
}

.data-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.custom-list[data-element-id] li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.data-item.-relative {
    position: relative;
}

.data-item.-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.data-item.-bottomspace {
    margin-bottom: 2em;
}

.data-item:last-child {
    margin-bottom: 0;
}

.data-item>.data-item {
    margin-bottom: 20px;
}

.data-item>.datatitle {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}

.data-item>.datahead {
    text-indent: 1em;
    margin-bottom: .5em;
}

.data-item>.data {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.data-item .snslinkblock {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.data-item .snslink.-stafflist {
    line-height: 2.3em;
}

.data-item .snslink.-stafflist1 {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 2.3em;
}

.snslink:not([href*="."]) {
    display: none;
}

[data-element-id] .snslink:not([href*="."]) {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .data-item>.text.-dotspace {
        padding-left: 0;
    }

    .data-item>.text.-dotspace:before {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .data-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .data-item>.datatitle.-dotspace {
        padding-right: 0;
    }

    .data-item>.datatitle.-dotspace:after {
        display: none;
    }

    .data-item>.time {
        width: 100%;
        margin-right: 0;
    }
}

/*------------ data -------------*/
.datatitle.-center {
    display: block;
    text-align: center;
}

.datatitle.-nomargin {
    margin: 0;
}

.datatitle.-relative {
    position: relative;
}

.datatitle.-bottomspace {
    margin-bottom: .5em;
}

.datatitle.-rightspace {
    margin-right: 2em;
}

.datatitle.-minwidth {
    margin-right: 2em;
    min-width: 10em;
}

.datatitle.-dotspace {
    position: relative;
    padding-right: 50px;
}

.datatitle.-dotspace:after {
    content: "・・・";
    position: absolute;
    right: 0;
}

.datatitle.-colon:after {
    content: ":";
    position: relative;
    padding-left: 5px;
}

.datatitle.-block {
    min-width: 70px;
    text-align: center;
    color: white;
    background-color: #3f3026;
}

.datatitle.-label {
    min-width: 220px;
    padding-left: 1em;
    margin-bottom: 1.5em;
}

.datatitle.-leftline {
    position: relative;
    padding-left: 10px;
}

.datatitle.-leftline:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 1px;
    background-color: #3f3026;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 599px) {
    .datatitle.-minwidth {
        width: 100%;
        margin-bottom: .5em;
    }
}

.datatitle.-label.-type1 {
    width: 100%
}

/*------------ datahead -------------*/
.datahead.-arrange {
    text-indent: 0;
    text-decoration: underline;
}


/*------------ data -------------*/
.data.-bottomspace {
    margin-bottom: 1em;
}

.data.-right {
    text-align: right;
}

.data.-center {
    text-align: center;
}

.data.-dotspace {
    padding-left: 50px;
}

.data.-dotspace:before {
    content: "・・・";
    position: absolute;
    left: 0;
}

.data.-staffimage {
    height: 257px;
    overflow: hidden;
}

/*-------- ページネーション ----------*/
.pagenation-list {
    margin-top: 50px;
}

.pagenation-list>.pagenationitem {
    margin: 0 5px;
}

.pagenation-list>.pagenationitem>.link,
.pagenation-list>.pagenationitem.-current {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #3f3026;
}

.pagenation-list>.pagenationitem>.link:hover,
.pagenation-list>.pagenationitem.-current {
    opacity: 1;
    color: white;
    background-color: #3f3026;
}

@media only screen and (max-width: 599px) {

    .pagenation-list>.pagenationitem>.link,
    .pagenation-list>.pagenationitem.-current {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

/*---------- SNSアイコン ------------*/
.icon {
    display: inline-block;
    width: 50%;
    height: 50%;
    padding: 10%;
}

.icon.-stafflink {
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    margin-left: 5px;
}

.icon:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: no-repeat center/contain;
}

.icon.insta:before {
    background-image: url(/import/tenant_1/153.126.216.72/html/images/ft/insta.png) !important;
}

.icon.facebook:before {
    background-image: url(/import/tenant_1/153.126.216.72/html/images/ft/facebook.png);
}

.icon.twitter:before {
    background-image: url(/import/tenant_1/153.126.216.72/html/images/ft/twitter.png);
}

.icon.line:before {
    background-image: url(/import/tenant_1/153.126.216.72/html/images/ft/line.png);
}

.icon.telephone {
    text-align: center;
    width: 50px;
}

.icon.telephone:before {
    width: 2em;
    height: 2em;
    margin: auto;
    background-image: url(/import/tenant_1/153.126.216.72/html/images/06_staff_detail/tel.png);
}

.icon.-mobile {
    pointer-events: none;
}

.icon.pc {
    text-align: center;
    width: 50px;
}

.icon.pc:before {
    width: 2em;
    height: 2em;
    margin: auto;
    background-image: url(/import/tenant_1/153.126.216.72/html/images/06_staff_detail/pc.png);
}

@media only screen and (max-width: 1024px) {
    .icon.-mobile {
        pointer-events: auto;
    }
}

/*-------- -- リセットハイトライン ---------------*/
@media only screen and (max-width: 1024px) {
    .resetheight-t {
        height: auto !important;
    }
}

@media only screen and (max-width: 599px) {
    .resetheight-m {
        height: auto !important;
    }
}

.getheight {
    display: inline-block;
}

/*---------- フィルター ---------------*/
.filterL {
    display: block;
}

.filterL.-keycolor:before {
    background: -webkit-gradient(linear, right top, left top, from(#efeae8), color-stop(50%, rgba(239, 234, 232, 0)));
    background: linear-gradient(to left, #efeae8 0%, rgba(239, 234, 232, 0) 50%);
}

/*ring*/
.ringwap .ih-item.circle.effect {
    position: absolute;
}

.ringwap .ring1 {
    top: 0;
    left: 50%;
    margin-left: -160px;
    z-index: 1000;
}

.ringwap .img h3 {
    text-align: center;
    font-weight: normal;
    color: #000;
    padding-top: 40px;
}

.ringwap .img p {
    padding-bottom: 30px;
    color: #f36191;
}

.ring1 .img {
    background: #3f3026;
}

.ringwap .ring1 .img p {
    color: #FFF;
}

.ring1 .info {
    background: #efeae8;
}

.ih-item.circle.effect.ring1 .info p {
    padding-top: 60px;
}

/*---------------------------5ringseffect*/
.ih-item.circle {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto 6%;
}

.ih-item.circle .img {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 50%;
}

.ih-item.circle.effect .img {
    z-index: 9;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: center;
}

.ih-item.circle.effect.colored .info {
    background: #f6f6f6;
}

.ih-item.circle.effect .info {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #8b654c;
}

.ih-item.circle.effect .info p {
    color: #FFF;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding-left: 20px;
}

.ih-item.circle.effect.left_to_right .img {
    -webkit-transform-origin: 50% 10%;
    transform-origin: 50% 10%;
}

.ih-item.circle.effect.left_to_right .img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
}

.ih-item.circle.effect.left_to_right span:hover .img {
    -webkit-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.ih-item.circle.effect.right_to_left .img {
    -webkit-transform-origin: 5% 40%;
    transform-origin: 5% 40%;
}

.ih-item.circle.effect.right_to_left .img:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 5%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

.ih-item.circle.effect.right_to_left span:hover .img {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

@media only screen and (max-width: 1024px) {
    .ih-item.circle {
        width: 50%;
        height: 50%;
        margin: 0 auto 6%;
    }

    .ih-item.circle .img {
        margin: auto;
    }

    .ih-item.circle.effect .info {
        margin: auto;
    }
}

@media only screen and (max-width: 599px) {
    .ih-item.circle {
        width: 80%;
        height: 80%;
        margin: 0 auto 6%;
    }
}

/****************************************
            装飾
****************************************/
/*（基本的にspanで囲って付与する）*/
/*------------ 下線 -------------*/
/*テキスト一杯の下線*/
.under-line {
    text-decoration: underline;
}

/*横幅一杯の下線*/
.bottom-fullline {
    border-bottom: 2px solid #efeae8;
}

.bottom-fullline.-opacity {
    border-bottom: 2px solid rgba(239, 234, 232, 0.2);
}

/*短い下線*/
.bottom-line {
    position: relative;
    margin-bottom: 50px;
}

.bottom-line:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    width: 50px;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3f3026;
}

/*------------ ボーダー -------------*/
.border-line.-dashed {
    border: 1px dashed #3f3026;
}

/*----------- 円形の装飾 ----------*/
.deco-round {
    display: block;
}

.deco-round>* {
    border-radius: 50%;
    overflow: hidden;
}

.deco-round>.text {
    text-align: center;
}

.deco-round:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 48%;
    left: 54%;
    width: 120%;
    height: 120%;
    background: url(/import/tenant_1/153.126.216.72/html/images/01_top/leaf-circle.png) no-repeat center/contain;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1);
    transform: translate(-50%, -50%) scale(1.1, 1);
}

.deco-round.-type1:before {
    top: 50%;
    left: 50%;
    width: 130%;
    height: 130%;
    background: url(/import/tenant_1/153.126.216.72/html/images/02_concept/leaf-circle.png) no-repeat center/contain;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1);
    transform: translate(-50%, -50%) scale(1.1, 1);
}

/*-------- 上部の装飾 ---------*/
.deco-top {
    position: relative;
}

.deco-top:before {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto 30px;
    top: 0;
    width: 80%;
    height: 50px;
    background: url(/import/tenant_1/153.126.216.72/html/images/01_top/leaf-line.png) no-repeat center/contain;
}

/*-------- 下部の装飾 ---------*/
.deco-bottom {
    display: inline-block;
    position: relative;
}

.deco-bottom:after {
    content: "";
    position: absolute;
    right: -5%;
    bottom: -10%;
    width: 80%;
    height: 30%;
    background: url(/import/tenant_1/153.126.216.72/html/images/01_top/leaf-line.png) no-repeat bottom right/contain;
}

/*-------- 両側の装飾 ---------*/
/* 花 */
.deco-flower {
    position: relative;
    display: inline-block;
    padding-top: 1.5em;
}

.deco-flower.-left {
    padding-right: 2em;
    padding-left: 4em;
}

.deco-flower.-left:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: .3em;
    top: 0;
    width: 3em;
    height: 3em;
    background: url(/import/tenant_1/153.126.216.72/html/images/10_belle_Jouvence/flower-white.png) no-repeat center/contain;
}

.deco-flower.-right {
    padding-right: 4em;
    padding-left: 2em;
}

.deco-flower.-right:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 0;
    width: 3em;
    height: 3em;
    background: url(/import/tenant_1/153.126.216.72/html/images/10_belle_Jouvence/flower-white.png) no-repeat center/contain;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

/* ＞ */
.deco-right {
    position: relative;
    padding-left: 2em;
}

.deco-right:after,
.deco-right:before {
    font-weight: 900;
    display: block;
    position: absolute;
}

.deco-right.-left:before {
    content: "＞";
    display: inline-block;
    left: 0;
    padding-right: 5px;
    font-weight: 600;
}

.deco-right.-right:after {
    content: "＞";
    top: 0;
    right: 1em;
    line-height: 3em;
}

/*-------- 隅っこの装飾 ---------*/
.deco-corner {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.deco-corner.-block {
    display: block;
}

.deco-corner:before {
    content: url(/import/tenant_1/153.126.216.72/html/images/01_top/leaf.png);
    position: absolute;
    bottom: -20px;
    left: -60px;
/*     
transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
 */
}

.deco-corner:after {
    content: url(/import/tenant_1/153.126.216.72/html/images/01_top/leaf.png);
    position: absolute;
    top: 5px;
    right: -55px;
}

.deco-corner.leafnow:before {
    visibility: visible;
    opacity: 1;
    transform: rotateX(360deg) rotateY(360deg) rotateZ(180deg);
    -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(180deg);
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.deco-corner.leafnow:after {
    visibility: visible;
    opacity: 1;
    transform: rotateX(360deg) rotateY(360deg) rotateZ(0deg);
    -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(0deg);
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.deco-corner.-type1:before {
    bottom: -10px;
    left: -50px;
}

.deco-corner.-type1:after {
    top: -20px;
    right: -50px;
}

.deco-corner.-type2:before {
    bottom: -20px;
    left: -60px;
}

.deco-corner.-type2:after {
    top: -30px;
    right: -55px;
}

@media only screen and (max-width: 1024px) {
    .deco-corner {
        display: inline-block;
        position: relative;
        max-width: 60%;
    }
}

/*--------- 色付きのボックス ----------*/
.color-element {
    padding: 0 15px;
    background-color: #000;
}

.color-element.-small {
    padding: 1px 7px;
}

/*--------- 吹き出し ----------*/
.balloon1 {
    position: relative;
    display: inline-block;
}

.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 15%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 13px solid #3f3026;
}

.balloon1 p {
    margin: 0;
    padding: 0;
}

/*--------- ピン ----------*/
.deco-pin {
    position: relative;
}

.deco-pin:before {
    content: url(/import/tenant_1/153.126.216.72/html/images/13_recruit/pin.png);
    position: absolute;
    display: block;
    z-index: 20;
    top: -5%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
}

/*--------- ボタンエフェクト ----------*/
.deco-ribon {
    position: relative;
}

.deco-ribon:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(/import/tenant_1/153.126.216.72/html/images/03_salon/red-line.png) no-repeat center/contain;
}

.deco-ribon:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(/import/tenant_1/153.126.216.72/html/images/03_salon/red-line.png) no-repeat center/contain;
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

/*--------- ボタンエフェクト ----------*/
/*左上から広がる*/
.button-effect {
    display: inline-block;
    position: relative;
    z-index: 2;
    border: 2px solid #3f3026;
    overflow: hidden;
}

.button-effect:hover {
    color: #fff;
}

.button-effect:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button-effect:hover:after {
    top: 0;
    left: 0;
    background-color: #3f3026;
}

/*--------- Font Awesome ----------*/
/* > */
.deco-chevron-right:after,
.deco-chevron-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
}

.deco-chevron-right.-left:before {
    content: "\f054";
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-weight: 600;
}

.deco-chevron-right.-right:after {
    content: "\f054";
    top: 0;
    right: 1em;
    line-height: 3em;
}

/* 下 */
.deco-chevron-down {
    position: relative;
}

.deco-chevron-down:after,
.deco-chevron-down:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
}

.deco-chevron-down.-center:after {
    content: "\f078";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -10px;
    font-size: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 599px) {
    .deco-chevron-down.-center:after {
        bottom: -10px;
        font-size: 40px;
    }
}

/* < */
.deco-chevron-left:after,
.deco-chevron-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
}

.deco-chevron-left.-left:before {
    content: "\f053";
    position: absolute;
    display: inline-block;
    left: 1em;
    padding-right: 5px;
    font-weight: 600;
}

.deco-chevron-left.-right:after {
    content: "\f053";
    top: 0;
    right: 1em;
    line-height: 3em;
}

/* ↑ */
.deco-arrow-up:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
}

.deco-arrow-up.-center:before {
    content: "\f062";
    font-size: 60px;
    color: #fff;
    top: 60%;
    left: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
    .deco-arrow-up.-center:before {
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/* 鉛筆 */
.deco-pencil:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
}

.deco-pencil.-right:before {
    content: "\f303";
    font-size: 20px;
    color: #fff;
    top: -20px;
    right: 10%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #6e6e6e;
    border-radius: 50%;
}

/****************************************
            helper
****************************************/
._nomargin {
    margin: 0 !important;
}

.d-block a{
  display: block;
}

  .m-size{
  height: 450px;
}

@media only screen and (max-width: 1024px){
  .m-size{
  height: 320px;
}
}

@media only screen and (max-width: 599px){
  .m-size{
  height: 170px;
}
}



.fw-b{
  font-weight: bold;
}

.fz20{
  font-size: 20px;
}

.lh-230{
  line-height: 230% !important;
}

.tac{
  text-align: center;
}

.w-48{
  width: 48%;
}

.w-80{
  width: 80%;
}

.mx-auto{
  margin-right: auto;
  margin-left: auto;
}

.flex{
  display: flex;
}

.jc-c{
 justify-content: center; 
}

.button-item{
      background: #b48f76;
    height: 70px;
    display: flex;
    justify-content: center;  
    align-items: center;
    border-radius: 20px;
}

.button-item div{
  color: #fff;
  font-size: 18px;
}

.mt-50{
  margin-top: 50px;
}

.jc-sa{
  justify-content: space-around;
}


.fz28{
  font-size: 28px;
}

.mt-30{
  margin-top: 30px;
}

.mt-15{
  margin-top: 15px;
}
.button-item a{
  width: 100%;
  height: 100%;
  font-size: 18px;  
      display: flex;
    justify-content: center;  
    align-items: center;
}



/*========= ナビゲーションドロップダウンのためのCSS ===============*/

/*==ナビゲーション全体の設定*/
/* nav{
  background:#333;
  color:#fff;
  text-align: center;
} */

@media only screen and (min-width: 1025px){
  .has-child ul{
    margin-top: 20px;
    margin-left: -50px;
  } 
}

/*ナビゲーションを横並びに*/
nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
  display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
  position: relative;
}

/*ナビゲーションのリンク設定*/
nav ul li a{
  display: block;
  text-decoration: none;
/*   color: #999; */
  padding:20px 35px;
  transition:all .3s;
}

nav ul li li a{
  padding:10px 35px;
}

/* nav ul li a:hover{
  color:#fff; 

} */

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
/* nav ul li.has-child::before{
  content:'';
  position: absolute;
  left:15px;
  top:25px;
  width:6px;
  height:6px;
  border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
} */

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
  position: absolute;
  left:0;
  top:62px;
  z-index: 4;
    /*形状を指定*/
  background: #efeae8;
  width:180px;
    /*はじめは非表示*/
 visibility: hidden;
opacity: 0; 
    /*アニメーション設定*/
  transition: all .3s;
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
  color: #3f3026;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}

nav li.has-child ul li:last-child a{
  border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  opacity: .5;
}


/*==768px以下の形状*/

@media screen and (max-width:1024px){
/*   nav{
  padding: 0;
} */
  
  nav ul{
    display: block;
  }
  
  
  nav li.has-child ul,
  nav li.has-child ul ul{
    position: relative;
  left:0;
  top:0;
  width:100%;
  visibility:visible;/*JSで制御するため一旦表示*/
  opacity:1;/*JSで制御するため一旦表示*/
  display: none;/*JSのslidetoggleで表示させるため非表示に*/
  transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
  
nav ul li a{
  border-bottom:1px solid #ccc;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
  left:20px;  
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
  left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}


@media only screen and (max-width: 1024px){
  nav li.has-child ul, nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: block;
    transition: none;
    background: transparent;
    font-weight: bold;
}

nav li.has-child {
  border: none !important;
}



#gnav ul li a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    border: none;
    font-weight: bold;
}

nav li.has-child a{
  border-bottom:1px solid !important;
}

nav li.has-child ul, nav li.has-child ul ul{
  border-bottom: none !important;
}

nav li.has-child ul li a{
  border:none !important;
}

nav li.has-child li:first-of-type{
  border:none !important;
  
}

nav li.has-child li:last-of-type{
  border:none !important;
}

nav li.has-child li a{
  padding-bottom: 0px !important;
  font-weight: normal !important;
}

}

/* footer コンテンツ */

.footer-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.first-tenpo,.second-tenpo{
  margin: 0px !important;
}

#footer .info-name{
  font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px){
  .footer-flex{
flex-direction: column;
}

.first-tenpo{
  margin-bottom: 30px !important;
}
}
.w80-auto{
  width: 70%;
  margin: auto;
}

/*2023/06/28*/
.sp-only {
  display: none;
}
.reserve-box {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #a3901f;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 5px;
}
.r-top {
  position: relative;
  width: 100%;
  padding-bottom: 65px;
}
.r-top .left ,  .r-top .right {
  background: #f6eeca;
  width: 35%;
  position: absolute;
  top: 2%;
  height: 45px;
}
.r-top .left {
  left: 4%;
  top: 10%;
}
.r-top .right {
  right: 4%;
  top: 10%;
}
.r-top a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  font-family: serif;
}
.r-top .left a {
  padding-top: 8%;
  padding-right: 10%;
}
.r-top .right a {
  padding-left: 10%;
  padding-top: 5%;
  line-height: 1.2;
}
.r-top .center {
  background: #696c5d;
  position: absolute;
  width: 30%;
  top: 22%;
  left: 35%;
  z-index: 11;
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1% 0;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
}
.r-under {
  position: relative;
  padding-bottom: 0;
  display: flex;
}
.r-under .left , .r-under .right {
  width: 25%;
}
.r-under .left {
  margin-left: 10px;
}
.r-under .right {
  margin-right: 10px;
}
.r-under .left .img , .r-under .right .img {
  width: 40%;
  margin: auto;
}
.r-under img {
  width: 100%;
}
.r-under .txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
}
.r-under .center {
  width: 45%;
  height: 45px;
  margin: auto;
  background: #696c5d;
}
.r-under .center a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 5% 8%;
}
.r-under .center a div {
  text-align: center;
  display: flex;
  width: 70%;
  margin: auto;
}
.r-under .center a p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: serif;
}
.r-under .center a img {
  width: 20px;
  margin-right: 10px;
}
.center .icon:before {
  display: initial;
}

@media only screen and (max-width: 599px){
  .sp-only {
    display: block;
  }
  
  .footer-flex{
    margin-bottom: 0px;
}
}












.up-jc-c {
    -webkit-box-pack: center;
    justify-content: center;
}

.up-fxw-wrap {
    flex-wrap: wrap;
}
.up-d-flex {
    display: -webkit-box;
    display: flex;
}

.relative {
    overflow: hidden;
    position: relative;
}

.up-ofi.tc {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.up-ofi img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: top center;";
}

.up-z-1 {
    z-index: 1;
}

.up-pos-rel {
    position: relative;
}

.mb1em {
    margin-bottom: 1em;
}
.up-lh-1 {
    line-height: 1;
}
.up-fw-700 {
    font-weight: 700;
}
.up-fz-20 {
    font-size: 20px;
}
.up-ta-c {
    text-align: center;
}

.up-d-block {
    display: block;
}

.nc-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    ertical-align: top;
    border: 0;
    border-style: none;
}

.more03 a {
    max-width: 100%;
    display: inline-block;
    letter-spacing: 0.1em;
    text-align: center;
    color: white;
    text-decoration: none;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.more03 .btn {
    width: 180px;
    max-width: 100%;
    display: inline-block;
    padding: 0.5em 2em;
    border: 1px solid;
    position: relative;
}

.more03 .btn:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    border-top: 1px solid;
    border-bottom: 1px solid transparent;
    -webkit-transform: translateY(-50%) rotate(40deg);
    transform: translateY(-50%) rotate(40deg);
    position: absolute;
    top: 50%;
    right: 1.1em;
}

.more03 .btn:after {
    content: "";
    width: 1em;
    height: 2px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 1em;
}

.up-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.up-fw-700 {
    font-weight: 700;
}

.bellezzaitem {
    width: calc(100% / 4);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color:#fff;
}

.bellezzaitem01{
  color:#fff;
}

.bellezzaitem.v2 {
    max-width: 600px;
}

.bellezzaitem .up-ofi.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.bellezzaitem .tbox {
    padding: 1em;
    color: white;
}

.bellezzaitem .tboxin {
    padding: 4vw 1em;
    border: 1px solid white;
}

.bellezzaitem.v2 .tboxin {
    padding: 2vw 1em;
}

.nc-logo {
    display: block;
    width: 200px;
}

.nc-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* 2026/02/17 */

#rectestpage .movie-item{
  width: 60%;
    height: auto;
    aspect-ratio: 16 / 9;
    margin: auto;
    max-width: 860px;
}


@media screen and (min-width:1025px) {
#top .mx-auto{
  margin-right: auto;
  margin-left: auto;
}

#top .w80-pc{
  width: 80%;
}

#top .w61-pc{
  width: 61%;
}

#top .mt-20-pc{
  margin-top: 20px;
}

#top .my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}

#top .maxw-740{
  max-width: 740px;
}
}

#top .top-page .uk-grid+.uk-grid.mb-20{
  margin-bottom: 20px;
}

@media screen and (min-width:600px) and (max-width:1024px) {
 #top .rec-bnr.maxw-740{
width: 73%;
    margin-top: 30px;
    margin-bottom: 30px;
 }
  
}

@media screen and (max-width:599px) {
 #top .rec-bnr.maxw-740{
   width: 65%;
    margin-top: 20px;
    margin-bottom: 20px;
 }
 
 #rectestpage .contents-section .data-item>.data{
   text-align: center !important;
 }
 
/*  #rectestpage .beleza{
  margin-bottom: 90px;
} */
 
 .beleza{
 margin-bottom: 90px;
 } 

#rectestpage .movie-item{
  width: 75%;
}
 
}


#rectestpage .section.-flow{
  margin-bottom: 50px;
}
