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



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

.quentin {
    font-family: 'quentin';
    font-size: 45px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Noto Sans", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 160%;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* フレックス調整 */
/* @media only screen and (max-width: 1024px) {
    .flexsp {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
} */

/* #wrapper {
    transition: 0.6s;
    -webkit-transition: 0.6s;
} */
/* header */
#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background: transparent;
}

#header.colored {
    background: rgba(255, 255, 255, .6)
}

[data-element-id]#header {
    position: relative;
}

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

.headerbg {
    background: #fff;
}

#header .innner {
    width: 90%;
    margin: auto;
    /* padding: 15px 0; */
    max-width: 1200px;
}

#header .logoarea {
    padding: 10px 0;
}

.logo {
    width: 30%;
    max-width: 200px;
    margin-left: 8%;
}

.logo a {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .logo {
        width: 30%;
        margin-top:1pxrem;
    }
}

@media only screen and (max-width: 599px) {
    .logo {
        width: 100%;
    }
    .logo img {
        max-height: 35px;
        width: auto !important;
    }
    #header .logoarea {
        padding: 15px 0;
    }
}

/* Hamburger */
/*ナビメニューのスタイルを指定*/
.burger {
    position: fixed;
    /*表示位置を固定*/
    z-index: 20;
    /*重ね順を変更*/
    top: 0;
    /*表示位置を指定*/
    right: 0;
    /*表示位置を指定*/
    color: #000;
    /*文字色を黒にする*/
    text-align: center;
    /*テキストを中央揃え*/
    width: 30%;
    /*全幅表示*/
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    /*ナビを上に隠す*/
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    /*アニメーションの時間を指定*/
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    overflow-y: scroll;
}

.burger-nav {
    width: 90%;
    margin: auto;
    padding: 100px 0;
}

.burger .flexb {
    margin: 0 auto 40px;
    padding: 0;
}

.burger-nav dl {
    margin: auto;
    max-width: 768px;
}

.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: #fff;
    padding: 10px 0;
}

.tlogo {
    text-align: center;
    margin-bottom: 60px;
}

.tlogo a {
    display: block;
}

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

.burger .flex li a {
    display: block;
}

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

.burger-nav .sns li{
  width: auto;
  margin:0 30px 0 0;
}

.burger-nav .sns li a{
  padding: 0;
}

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

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

/*トグルボタンのスタイルを指定*/
.toggle {
    display: block;
    position: fixed;
    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 50;
}

.toggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-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;
}

/* 最初のspanをマイナス45度に */
.toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

/* 2番目のspanを45度に */
.toggle.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

/* 3番目のspanはきえる */
.toggle.active span:nth-of-type(3) {
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .burger {
        width: 100%
    }
        .burger-nav .sns li {
    margin-right:25px;
}
}

@media only screen and (max-width: 599px) {
    .burger {
        bottom: 0;
    }

    .burger-nav {
        width: 90%;
        margin: auto;
        padding: 50px 0;
    }

    .logo {
    }

    .burger .flexb {
        margin: 0 auto 30px;
    }
    
    .burger-nav .sns{
      margin-bottom: 0 !important;
    }

}

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

/* footer */
#footer {
    position: relative;
}

#footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 50%;
    width: 1px;
    height: 80px;
    background: #bebebe;
}

#footer .innner {
    margin: 140px auto 110px auto;
    max-width: 95%;
    text-align: center;
}

.ft_logo {
    margin: 60px 0;
}

.fnav {
    margin-bottom: 60px;
}

.fnav li {
    margin: 0 10px;
}

.copy {
    margin-bottom: 60px;
}

#footer .sns{
  margin: 0 20px;
}
.sns p{
  text-align: center;
  margin-bottom: 10px;
}

.sns .flexc li {
    margin: 0 30px;
}

.frbtn {
  display: none;
    width: 100%;
    margin-top: 40px;
}
[data-element-id].frbtn {
  display:block;
}
.frbtn .flexc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: none;

}

.frbtn li {
    width: 33.3%;
}

.frbtn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.frbtn .btn01 a {
    border-right: 1px #fff solid;
    text-align: center;
    padding: 10px 5px;
    background: #bebebe;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
}


.frbtn .li a:hover {
    letter-spacing: 2px;
}

.frbtn .btn02 a {
    border-right: 1px #fff solid;
    text-align: center;
    padding: 10px 5px;
    background: #848484;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


.fnav li a {
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 5px 10px;
    overflow: auto;
    -webkit-transition-property: background;
    transition-property: background;
}

.fnav li a:hover {
    background: #bebebe;
}

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

    .sns {
        margin-bottom: 80px;
    }

    .frbtn {
        position: fixed;
        bottom: 0;
        width: 100%;
        margin-top: 40px;
        z-index: 19;
        display: block;
    }

    .frbtn .btn01 a:hover {
        letter-spacing: 0.3px;
    }

    .frbtn .btn02 a:hover {
        letter-spacing: 0.3px;
    }

    .frbtn .btn01 a .spmbr {
        font-size: 14px;
        display: block;
    }
}

/* footer end */

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


.w60 {
    width: 60%;
}

.w500 {
    max-width: 500px;
    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;
}

[data-element-id].tl:before {
    display:block;
    content :"";
}

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

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

[data-element-id].tc:before {
    display:block;
    content :"";
}

.cen {
    margin: auto;
}

.rig {
    margin: 0 0 0 auto;
}

.enh {
    font-size: 45px;
}

@media only screen and (max-width: 1024px) {
    .w1000 {
        width: 90%;
    }

    .rig {
        margin: 0 auto;
    }
}

@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;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

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

@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;
    bottom: 100%;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #111111;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .bd:after {
        top: -8px;
    }
}

.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;
} */

/* SCROLL */
.scroll {
    position: absolute;
    left: 30px;
    bottom: 70px;
    width: 120px;
    /*     height: 100%; */
    -webkit-transform: translateY();
    transform: translateY();
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity 1s, visibiity 1s;
    transition: opacity 1s, visibiity 1s;
    -webkit-animation-name: scroll-down;
    animation-name: scroll-down;
    -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;
    -ms-flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

@-webkit-keyframes scroll-down {
    50% {
        -webkit-transform: translatmY(10px);
        transform: translateY(10px);
    }
}

@keyframes scroll-down {
    50% {
        -webkit-transform: translatmY(10px);
        transform: translateY(10px);
    }
}

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

.scroll .bd {
    position: relative;
}

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

.border-h {
    z-index: 2;
    position: absolute;
    display: block;
    height: 40px;
    background: #111111;
    bottom: -60px;
    width: 1px;
    left: 9%;
}

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

    .view {
        margin: 20px auto;
    }

    .scroll {
        bottom: -30px;
    }

}

.slideshow {
    position: relative;
}

/* news */
.news {
    margin: 100px auto;
}

.news .flexb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.news .tl {
    width: 20%;
    margin-bottom: 0;
}

.newslist {
    width: 77%;
    padding-left: 30px;
    position: relative;
}

.newslist:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 1px;
    background: #111111;
    left: 0;
    top: 20%;
}

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

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

.nday {
    width: 15%;
    font-family: 'Lato', sans-serif;
}

.ncate {
    width: 15%;
    color: #fff;
    text-align: center;
    background: #848484;
    padding: 0 5px;
}

.ntitle {
    width: 60%;
}

.btn {
    text-align: right;
}

.btn a {
    position: relative;
    display: block;
    border: #bebebe 1px solid;
    text-align: center;
    width: 180px;
    padding: 10px;
}


@media only screen and (max-width: 1024px) {
    .news {
        margin: 50px auto;
    }

    .newslist {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }

    .news .tl {
        margin-bottom: 40px;
    }

    .newslist:before {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #111111;
        left: 0;
        top: 0;
    }

    .nday {
        width: 100%;
    }

    .ncate {
        width: auto;
    }

    .ntitle {
        width: 100%;
    }
}


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

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

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

    .newslist:before {
        display: none;
    }
}


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

.con01 {
    margin: 100px auto;
}

.concept .tbox {
    position: relative;
    padding: 190px 0 0;
}

.concept .tbox .quentin {
    position: absolute;
    top: 20px;
    left: -70px;
    z-index: 10;
    display: block;
}

.enh span {
    display: block;
    padding-left: 75px;
}

.tbox h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

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

[data-element-id].tbox h3:before {
    display:block;
    content :"";
}

.tbox h4 {
    font-size: 24px;
}

/* feature */
.feature .tl {
    width: 20%;
    padding-top: 85px;
}

.feature .listbox {
    width: 79%;
}

.feature .listbox ul li a {
    display: block;
}

.feature .listbox ul li .title {
    font-size: 16px;
    margin: 25px 0;
    font-weight: bold;
    display: inline-block;
}


/* .feature .listbox ul li .pic img {
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.feature .listbox ul li .pic:hover img {
    opacity: .4;
} */
.sinfobox .slogo {
    width: 80%;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    .feature .tl {
        width: 100%;
        padding-top: 85px;
    }

    .feature .listbox {
        width: 100%;
    }

    .sinfobox {
        height: 80% !important;
        padding: 20px !important;
    }

    .con01 {
        margin: 40px auto;
    }
}

@media only screen and (max-width: 599px) {
    .feature .tl {
        width: 100%;
        padding-top: 85px;
    }

    .feature .listbox {
        width: 100%;
    }


    .feature .listbox ul li .title {
        text-align: center;
        margin: 10px 0;
    }

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

    .concept .tbox .quentin {
        position: absolute;
        top: -50px;
        left: 0px;
    }
}

/* headspa */
.con02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-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: 1024px) {
    .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 {
    overflow: hidden;
}

.style .listbox ul li a {
    display: block;
}

/* .style .listbox ul li a .pic img {
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
} */
.style .listbox ul li a .pic {
    overflow: hidden;
}

.style .listbox ul li a .pic span {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.style .listbox ul li a:hover .pic span {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.style .listbox ul li a .pic span:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.style .listbox ul li a:hover .pic span:after {
    content: "";
    background-color: hsla(0, 0%, 0%, 0.20);
}

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


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

    .style .listbox ul li a .pic {
        width: 100%;
    }
}

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

.designer .quentin {
    position: absolute;
    /*     bottom: -40px;
left: 60px; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 1px 1px 5px #333;
    z-index: 2;
}

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

.bbox {
    width: 28%;
    position: relative;
    margin-right: 50px;
    display: block;
}

.bbox:last-of-type {
    margin-right: 0;
}

.bbox a {
    display: block;
}

.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: 40%;
        position: relative;
        margin-right: 0;

    }

    .bbox:nth-of-type(even) {
        margin-right: 0px;
    }
}

@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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-transform: perspective(1px) translateZ(0);
    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;
}

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

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

@media only screen and (max-width: 599px) {
    .rbox li {
        margin: 10px;
    }
}

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

/*---追加分---*/
.saloninfo .listbox .liason01 {
    width: 48%;
}

.saloninfo .listbox .liason01 ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;

}

.saloninfo .listbox .liason01 ul li:nth-of-type(2) {
    position: absolute;
    top: 0;
}

.saloninfo .listbox .liason01 li {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    margin: 0;
}

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

}

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

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

}

[data-element-id].saloninfo .listbox .liason01 ul,
[data-element-id].saloninfo .listbox .liason01 li {
    position: inherit;
}

[data-element-id].saloninfo .listbox .liason01 ul li:nth-of-type(2) {
    position: inherit;
    z-index: 100;
    margin-top: 50px;
}

[data-element-id].saloninfo .listbox .liason01 ul {
    pointer-events: none;
}

[data-element-id].saloninfo .listbox .liason01:hover {
    -webkit-transform: none;
    transform: none;
    display: block;
}

[data-element-id].saloninfo .listbox .liason01 a {
    pointer-events: none;
    display: initial;
    background: none;
}

/*------------*/

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

.saloninfo .listbox li .quentin {
    z-index: 10;
}

.saloninfo .listbox li:nth-of-type(1) .quentin {
    position: absolute;
    top: 0;
    left: -10px;
}

.saloninfo .listbox li:nth-of-type(2) .quentin {
    position: absolute;
    bottom: 0;
    right: -20px;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: 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 ease-in;
    transition: .5s ease-in;
/*     -webkit-transform-origin: top;
transform-origin: top; */
}

/* .saloninfo .listbox li:nth-of-type(2):hover {
    -webkit-transform-origin: top;
    transform-origin: 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: 1024px) {
    .sinfo p {
        font-size: 12px;
    }
}

@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;
    display: block;
    background: rgb(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.subtitle .pic:after {
    content: "";
    background-color: rgba(98, 98, 98, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.subt {
    font-family: 'quentin';
    font-size: 56px;
    font-weight: bold;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    z-index: 5;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

[data-element-id].subt{
    position: absolute !important;
    height: 80%;
}

.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: 1024px) {
    .subt {
        font-size: 50px;
        top: 20%;
        padding: 10px;
    }
}

@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 {
        top: 35%;
        font-size: 30px;
    }
}


/* subpage end */


/* liaison-un liaison-due */
.sslider {
    margin: 100px auto;
}


.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;
}

.price {
    margin-bottom: 100px;
}

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

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

[data-element-id].con4:before {
    display:block;
    content :"";
}

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

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

[data-element-id].conc:before {
    display:block;
    content :"";
}

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

.sconcept ul li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-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;
}

.spersonal .flex.spersonalr .snsbox{
  width: 100%;
}
.spersonal .flex.spersonalr .sns{
  margin: 10px 0 0;
  
}


.spersonal .flex.spersonalr .sns li{
  margin-right: 50px;
}

.spersonal .flex.spersonalr .sns li:last-of-type{
  margin-right: 0;
}
.spersonal .flex.spersonalr .sns li:before{
  display: none;
}

.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 {
    padding: 20px 30px;
    font-size: 30px;
    text-align: center;
    position: relative;
    line-height: 1.5;
    margin-bottom: 30px;
}

.menuheading:hover {
    cursor: pointer;
}

.menucont {
    padding: 20px;
}

.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 dt {
    width: 100%;
}

.menuprice dd {
    text-align: right;
    width: 100%;
}

.menuprice {
    margin-bottom: 10px;
}

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

.access p {
    display: block;
    margin-bottom: 40px;
}

.gmap {
    position: relative;
}


@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) {

    .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%;
    }
    .spersonal .flex.spersonalr .sns{
      display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
    }
}

/* liaison-un liaison-due end */


/* staff */

.staff {
    margin-top: 100px;
}

.staffbox .listbox li a {
    display: block;
}

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

.staffbox .listbox li .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 li .pic figcaption h5,
.staffbox .listbox li .pic figcaption p {
    position: absolute;
    left: -50%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

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

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

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

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

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

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

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

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

/* staff end */

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

.ttbox {
    padding: 0;
}

.shop {
    width: 50%;
    /*     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;
}

.borderr .bdr {
    position: relative;
}

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

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .borderr .bdr:after {
        top: -4px;
        left: -1px;
    }
}

.styleg .listbox li a {
    display: block;
}

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

.styleg .listbox li .pic figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

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

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

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

    .sspec .flex dt,
    .sspec .flex dd {
        width: 100%;
    }

}

@media only screen and (max-width: 599px) {
    .styleg .listbox li {
        margin-bottom: 20px;
    }

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

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

    .styleg .listbox .flexb li {
        width: 46%;
        margin-bottom: 20px;
    }
}

/* 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;
}

.cvoice {
    margin-bottom: 30px;
}

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

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

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

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

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

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

.pager ul li a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background;
    transition-property: color, background;
    padding: 5px 10px;
}

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

.pager a:hover {
    color: #fff;
    background: #000;
}

.pager .pt a:hover {
    color: #fff;
    background: #bebebe;
}

.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 .flexs li a {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    -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;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-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: 20px 0 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 {
    width: 70%;
}


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

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

}

/* style-detail end */

/* sidemenu */
.w720 {
    max-width: 720px;
    width: 100%;
}

.w240 {
    max-width: 240px;
    width: 100%;
}

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

.side h4 {
    color: #bebebe;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
}

.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 li {
    margin: 0 20px 40px 0;
} */

.blogmain .listbox li a {
    display: block;
}

.blogtxt {
    margin-top: 20px;
}

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

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

}

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

    .w720 {
        max-width: none;
        width: 100%;
    }

    .side {
        margin-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: inherit;
        width: 100%;
    }

    .blogtxt {
        margin: 20px auto 0;
        width: 80%;
    }
}

@media only screen and (max-width: 599px) {
    .side {
        display: block;
    }

    .blogsidelist {
        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;
}

/* 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;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-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 p {
    position: relative;
    display: block;
    padding: 60px 0;
    text-align: center;
}

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

.recruit01 p: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%;
    bottom: 0;
    content: "";
    height: 1px;
    width: 60px;
    background: #bebebe;
}

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

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    opacity: .3;
}

.recruitlist {
    margin-top: 50px;
}

.recruitlist li {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruitlist li:before {
    content: url(/import/tenant_1/133.167.43.162/html/images/recruit/hasami.png);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    display: inline-block;
    padding-right: 10px;
    margin-top: -12px;
}

.rinnner {
    z-index: 1;
    position: relative;
}

.recruit03 .listbox {
    margin-top: 40px;
}

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

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

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

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

.recruit03 .listbox dd {
    margin-top: 10px;
}

.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) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

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


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

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

.recruit04 {
    margin: 100px auto;
}

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

    .btnarea .bmorebtn {
        width: 180px;
        margin: 10px;
    }

    .bkimg {
        position: absolute;
        height: 100% !important;
        width: auto !important;
    }

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

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

    .btnarea .bmorebtn {
        width: 90%;
    }

    .recruit03 .listbox li {
        width: 100%;
    }
}

/* 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: 'Lato', 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;
    display: inline-block;
}

.recruit05 .listbox li dl {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .recruit05 .listbox .flexb {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .recruit05 .listbox li {
        width: 29%;
        margin-bottom: 50px;
        position: relative;
        padding-right: 30px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .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(3n) .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: 47%;
    }

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

/* 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-right: 50px;
    cursor: pointer;
}

.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/133.167.43.162/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/133.167.43.162/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: 0 70px 0 50px;
    margin-bottom: 30px;
}

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

    .answer {
        padding-left: 60px;
    }

}

/* 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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.form button {
    background: #c30312;
    display: inline-block;
    width: 250px;
    padding: 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;
    border: none;
}

.form button:hover {
    background-color: #e05b65;
    color: white;
}

.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%;
    }
}

.slideshow.sp {
  display: none;
}
[data-element-id] .slideshow.sp {
  display: block;
  width: 50%;
  min-width: 320px;
  margin: 0 auto;
}

.slideshow .uk-slidenav-position {
    text-align: center;
    position: fixed;
    overflow: hidden;
    width: 100%;
    min-width: 500px;
    left: 50%;
    top: 0;
    z-index: -5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.slideshow .uk-slidenav-position:after {
    padding-top: 100vh;
    content: '';
    display: block;
}

.slideshow .uk-slideshow {
    position: absolute;
    top: 0;
}

/* contact end */
[data-element-id]#wrapper {
    padding-top: 0 !important;
}

[data-element-id].burger:before {
    content: "▼ハンバーガーメニューの編集は以下より行ってください▼";
    color: #111;
    background: #fff;
    padding: 10px;
    width: 100%;
    display: block;
}

[data-element-id]#header.fixed {
    position: relative;
    z-index: 200;
    background: rgba(255, 255, 255, .6);
}

[data-element-id].burger {
    position: relative;
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 100%;
    width: 100%;
    height: auto;
    -webkit-transition: none;
    transition: none;
    background: rgba(0, 0, 0, 1);
}

/* [data-element-id].saloninfo .listbox li .pic {
    display: block;
} */

.conp button {
    margin: 0 10px;
}

/* スライダーナビ*/

.sslider .uk-slidenav {
    background: rgba(0, 0, 0, 0.4);
}

.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-slider li .uk-flex {
    position: relative;
    overflow: hidden;
}

.sslider .uk-slider li .uk-flex:hover {
    cursor: pointer;
    opacity: 0.8;
}

.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%;
}

.sslider .uk-slidenav-position .uk-slidenav {
    display: block !important;
}

@media only screen and (max-width:768px) {
    .sslider .uk-slider {
        position: static;
        min-width: auto !important;
        width: 100%;
        min-height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        margin: 0;
        /* 
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; */
    }

    /*.sslider .uk-slider-container{
    overflow: visible;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
  } */

    /* 下記widthで768以下の横並びの個数調整できます */
    .sslider .uk-grid>* {
        float: none;
        position: static !important;
        width: 24% !important;
        padding: 0;
        margin: 0.5%;
    }

    .sslider .uk-slider li {
        position: relative;
    }

    .sslider .uk-margin-top {
        margin-top: 5px !important;
    }

    .sslider .uk-slidenav {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 45% !important;
    }

    .sslider .uk-slidenav-position .uk-slidenav {
        display: none !important;
    }

    .sslider .uk-overlay-panel {
        padding: 10px;
    }
    
}


/* スタイルスライダーナビ*/

.sdetail .uk-slidenav {
    background: rgba(0, 0, 0, 0.4);
}

.sdetail .uk-slideshow li .uk-flex {
    position: relative;
    overflow: hidden;
}

.sdetail .uk-slideshow li .uk-flex:before {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 80%;
    content: "";
}

.sdetail .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%;
}

.sdetail .uk-slider li .uk-flex {
    position: relative;
    overflow: hidden;
}

.sdetail .uk-slider li .uk-flex:hover {
    cursor: pointer;
    opacity: 0.8;
}

.sdetail .uk-slider li .uk-flex:before {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 80%;
    content: "";
}

.sdetail .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%;
}

.sdetail .uk-slidenav-position .uk-slidenav {
    display: block !important;
}

@media only screen and (max-width:768px) {
    .sdetail .uk-slider {
        position: static;
        min-width: auto !important;
        width: 100%;
        min-height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        margin: 0;
        /* 
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; */
    }

    /*.sslider .uk-slider-container{
    overflow: visible;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
  } */

    /* 下記widthで768以下の横並びの個数調整できます */
    .sdetail .uk-grid>* {
        float: none;
        position: static !important;
        width: 24% !important;
        padding: 0;
        margin: 0.5%;
    }

    .sdetail .uk-slider li {
        position: relative;
    }

    .sdetail .uk-margin-top {
        margin-top: 5px !important;
    }

    .sdetail .uk-slidenav {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 45% !important;
    }

    .sdetail .uk-slidenav-position .uk-slidenav {
        display: none !important;
    }

    .sdetail .uk-overlay-panel {
        padding: 10px;
    }
}

/*見出し下線*/
.htu {
    font-weight: normal;
    text-decoration: underline;
    text-underline-position: under;
}

.htu span {
    display: inline-block;
    width: 100%
}

.border_midashi {
    border-bottom: 1px solid #bebebe;
    /* display: inline-block; */
    line-height: 200%;
    display: inline;
    font-weight: normal !important;
}

.mt25 {
    margin-top: 25px;
}

.sp_bk {
    display: none;
}

@media only screen and (max-width: 599px) {
    .sp_bk {
        display: block;
    }
}

[data-element-id].saloninfo .listbox li:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}

[data-element-id].sinfo {
    display: block;
    position: relative;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.fixedwrap {
    position: relative;
}

.fixedwrap:after {
    padding-top: 100vh;
    content: '';
    display: block;
}

[data-element-id] .fixedwrap:after {
  content: none;
}

.slideshow .uk-slidenav-position.remove {
    position: absolute;
}

.topmain {
    background: #fff;
    padding: 50px 0 100px;
}

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

    /* .fixedwrap:after,
    .slideshow .uk-slidenav-position:after {
        padding-top: 67%;
    } */
  
    
    .slideshow .uk-slidenav-position{
      height: 100vh !important;
    }
    
    .slideshow .uk-slideshow img{
      height: 100vh !important;
       -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    }
    
}

@media only screen and (max-width: 599px) {
    .topmain {
        padding: 30px 0 50px;
    }
    
    .slideshow.pc {
      display: none;
    }
    .slideshow.sp {
      display: block;
    }
    
    /* .fixedwrap:after,
    .slideshow .uk-slidenav-position:after {
        padding-top: 67%;
    } */
    
    .slideshow .uk-slideshow img{
      height: 90vh !important;
       -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    }    
    
    
    .slideshow .uk-slidenav-position {
      min-width: auto;
    }
    
}

[data-element-id].slideshow .uk-slidenav-position {
    position: relative;
}

/* スタッフボタン */
.staffbtn {
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.staffbtn:before {
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 1;
}

.staffbtn:before,
.staffbtn:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

[data-element-id].staffbtn:before,
[data-element-id].staffbtn:after {
    content: "";
    position: relative;
    display: block;
}

.staffbtn:after {
    border: #bebebe 1px solid;
    -webkit-transform: scale(0.9, 0.84);
    transform: scale(0.9, 0.84);
    z-index: 2;
}

[data-element-id].staffbtn:after {
    border: none;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.staffbtn:hover:after {
    border: 5px solid #ddd;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

[data-element-id].staffbtn:hover:after {
    border: none;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.staffbtn img {
    -webkit-transition: all .2s ease .1s;
    transition: all .2s ease .1s;
}

.staffbtn:hover img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

[data-element-id].saloninfo .listbox li:hover {
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none;
}

[data-element-id].saloninfo .listbox li .pic {
    display: block;
    position: static;
}

[data-element-id].sinfo {
    display: block;
    position: static;
    opacity: 1;
    -webkit-transform: none !important;
    transform: none !important;
    z-index: 10;
}

.change-box {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.change-box[data-element-id] {
    display: block;
    position: relative;
    width: 1px;
    height: 1px;
}

.change-box li {
    width: 48%;
    margin: 1%;
    position: relative;
}

/* .change-box[data-element-id]:before {
    content: "こちらの画像を変更すると\AそれぞれのSALON INFOの背景画像、ロゴの変更が可能です。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #adadad;
    padding: 5px;
    text-align: left;
    position: absolute;
    top: -52px;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: auto;
    white-space: pre;
} */

.change-box .imgalt {
    display: none;
}

/* IE */
/* @media all and (-ms-high-contrast: none) {
    .scroll {
        top: 200px;
    }

    .border-h {
        top: 100px;
    }

    .bd:after {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        transform: rotateY(180);
        -webkit-transform: rotateY(180);
    }
} */

/* reserveボタン */
.reservebox{
  position: fixed;
    right: 3%;
    bottom: 7%;
    z-index: 10;
}

.reservebox  a:hover{
  opacity: 1;
}

.reserve{
  width: 192px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  text-align: right;
}
.recruit_fix {
    width: 192px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
}
.reserveicon a {
  width: 100%;
    height: 100%;
    display: block;
}

.reserveicon{
  opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.reserveicon.active{
  opacity: 1;
}

.reserveicon .un{
  width: 98px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: right;
}

.reserveicon.active .un{
  top: -95px;
    left: 0px;
}

.reserveicon .due{
  width: 98px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: right;
}

.reserveicon.active .due{
  top: -95px;
    right: 0px;
}

[data-element-id].reserveicon{
  opacity: 1;
}
[data-element-id].reserveicon .un,
[data-element-id].reserveicon .due{
    position: relative;
    top: 0;
    margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .reservebox{
    /* display: none; */
    bottom: 1%;
  }
}

/* recruitボタン */
. recruitbox {
  position: fixed;
    right: 5%;
    bottom: 7%;
    z-index: 10;
}

. recruitbox > a:hover{
  opacity: 1;
}

. recruit {
  width: 222px;
    position: relative;
    z-index: 1;
}

. recrusion a {
  width: 100%;
    height: 100%;
    display: block;
}

. recrusion {
  opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

. recrusion.active{
  opacity: 1;
}

.

@media only screen and (max-width: 1024px) {
  . recruitbox{
    display: none;
  }
}
