@charset "utf-8";
/* CSS Document */





/**/

/* */

@font-face {
    font-family: 'Butler';
    src: url(/import/tenant_28/www.salon-de-lavie.tokyo/upload/tenant_1/fbda348653745b3db7e2b87cd1a141fe.otf);
    font-weight: normal;
    font-style: normal;
}

.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

.butler {
    font-family: 'Butler';
    font-weight: normal;
}

.gothic {
    font-family: "游ゴシック",
        YuGothic,
        Hiragino Sans,
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro",
        Hiragino Kaku Gothic ProN,
        "メイリオ",
        Meiryo,
        'ＭＳ Ｐゴシック',
        sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    /*font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
    /*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
    /*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";*/
    line-height: 160%;
    color: #111;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
    }
}

/*フォント系*/

[data-element-id] h1 {
    position: initial;
    text-indent: initial;
}

h1 {
    width: 100%;
    position: absolute;
    bottom: 200%;
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 50px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 26px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

#map01,
#map02 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 400px;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
    width: 100%;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
}

.mv {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tel a[data-href]:hover:before {
    content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
    text-align: left;
}

/*トランスフォーム*/

.tfmp {
    position: relative;
}

.tfmx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tfmy {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    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;
}

.flexs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selfcenter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.selfend {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
    width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    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;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    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;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*カスタムコンテンツ用*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

/*横並び用*/

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1280px;
    margin: auto;
    padding: 50px 0;
}

.subtit {
    position: relative;
    overflow: hidden;
}

.subtit h2 {
    text-align: center;
    width: 100%;
}

.subtit img {
    width: 100%;
}

.more {
    text-align: center;
    margin: 30px auto;
    width: 80%;
    max-width: 200px;
}

.more a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.mainimg {
    position: relative;
    overflow: hidden;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 55%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}


@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }

    .bkimg img {
        min-width: initial !important;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex {
        max-width: 768px;
        margin: auto;
    }

    .flexc {
        max-width: 768px;
        margin: auto;
    }

    .flexs {
        max-width: 768px;
        margin: auto;
    }

    .flexb {
        max-width: 768px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 47%;
    }

    .cc332 {
        width: 30%;
    }

    .cc432 {
        width: 30%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .gr321 {
        width: 47%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 30%;
    }

    .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }

    /* #gnav p {
        display: block !important;
        position: fixed;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #170302;
        cursor: pointer;
        opacity: 0.8;
        z-index: 251;
    }

    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
        -webkit-transition: ease .40s;
        transition: ease .40s;
    }

    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }

    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav .accordion-inner {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #gnav li {
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #cacad9 !important;
        padding: 0 !important;
        margin-top: 0;
    }

    #gnav li:hover:before {
        display: none;
    }

    #gnav ul li a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 150;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    } */
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 28px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    .flex {
        max-width: 450px;
        margin: auto;
    }

    .flexc {
        max-width: 450px;
        margin: auto;
    }

    .flexs {
        max-width: 450px;
        margin: auto;
    }

    .flexb {
        max-width: 450px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 97%;
    }

    .cc332 {
        width: 47%;
    }

    .cc432 {
        width: 47%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .gr321 {
        width: 97%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 47%;
    }

    .rp {
        max-width: 450px;
        margin: auto;
    }

    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }

    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/* header */

#header {
    position: relative;
    z-index: 200;
}

#header .inner {
    position: relative;
    padding: 0;
}

#header .logo {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

#header .logo a {
    display: block;
}

/* Gnav */
#header #gnav {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 40px;
    z-index: 2;
}

/*
#header #gnav.fixed {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
}
*/


#header #gnav .reserve {
    background-color: #7d713a;
    position: relative;
    z-index: 500;
    opacity: 0.8;
}

/* #header #gnav .reserve:first-of-type {
    border-right: 1px solid #fff;
} */

#header #gnav .reserve:not(:last-of-type) {
    border-right: 1px solid #fff;
}

#header #gnav .reserve a {
    color: #fff;
    display: block;
    /* padding: 10px 30px; */
    padding: 10px 15px;
}

#header #gnav .reserve span {
    display: block;
    text-align: center;
    line-height: 2.5em;
}

#header #gnav .reserve span br {
    display: none;
}

#gnav p {
    display: block !important;
    position: relative;
    width: 50px;
    top: 0px;
    right: 0px;
    background: #7d713a;
    cursor: pointer;
    /* opacity: 0.8; */
    z-index: 251;
}

#gnav p span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 28px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 11px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease .40s;
    transition: ease .40s;
}

#gnav p span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: -10px;
    left: 0;
}

#gnav p span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: 10px;
    left: 0;
}

#gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#gnav.action p span.n:after,
#gnav.action p span.n:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

#gnav .accordion-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease .1s, opacity ease .4s;
    transition: height ease .1s, opacity ease .4s;
    padding: 0;
    border: none;
    padding-bottom: 0;
    /* background: rgba(255, 255, 255, 0.8); */
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -10;
}

#gnav.action .accordion-body {
    height: 100vh;
    opacity: 1;
    z-index: 250;
}

#gnav .accordion-inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
}

#gnav li {
    display: block !important;
    width: 100%;
    text-align: center;
    float: none;
    border: none !important;
    border-bottom: 1px dotted #cacad9 !important;
    padding: 0 !important;
    margin-top: 0;
}



#gnav li:hover:before {
    display: none;
}

#gnav ul li a {
    height: auto;
    display: block;
    text-align: left;
    padding: 10px 15px;
    border: none !important;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 150;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

#header #gnav ul li a {
    color: #111;
}

#header #gnav .accordion-inner li a {
  color: #fff;
}

#header #main-visual {
    position: relative;
    z-index: 1;
}

#header #gnav .view-menu {
    height: 50px;
    padding: 0 10px;
}

#header #gnav .view-menu li {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: none !important;
    line-height: 2.5em;
}

#gnav .accordion-inner li:last-child {
    background-color: #a09357;
    display: none !important;
}

#gnav .accordion-inner li:last-child a {
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    #header #gnav .view-menu {
        display: none;
    }

    #header #gnav {
        top: 0;
        position: fixed;
    }

    #header .logo a {
        padding: 10px;
    }
}

@media only screen and (max-width: 599px) {
    #header #gnav .reserve {
        background-color: rgba(125,113,58,0.8);
    }

#header .logo {
    width: 35%;
    /* opacity: 0; */
    display: none;
}

    #gnav .accordion-inner li:last-child {
        display: block !important;
    }
    
    #header #gnav .reserve span.fs14 {
        font-size: 0px;
        display: none;
    }

    #header #gnav .reserve span br {
        display: block;
    }
    
    #header #gnav .reserve.net span br:first-child {
      display: none;
    }

    #header #gnav .reserve span.fs10 {
        position: relative;
        /* padding: 0 0 0 20px; */
        font-size: 10px;
    }

    /* #header #gnav .reserve span.fs10:before {
        font-family: "Font Awesome 5 Free";
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    } */

    /* #header #gnav .reserve.net span.fs10:before {
        content: '\f0e0';
    }
    
    #header #gnav .reserve.telephone span.fs10:before {
        content: '\f095';
    } */

    #header #gnav .reserve a {
        /* padding: 10px 0px 10px 10px; */
        padding: 12px 2px;
        width: 55px
    }
    #header #gnav .reserve.telephone a {
      width: 55px;
    }
}

/* footer */

#footer {
    background-color: #040404;
}

#footer .foot-shop .name {
    color: #a09357
}

#footer .foot-shop dt {
    color: #fff;
    font-weight: bold;
    margin: 0 10px 0 0;
}

#footer .foot-shop dd {
    color: #aaaaaa;
}

#footer .foot-shop a {
    color: #aaaaaa;
}

#footer .foot-link li a {
    color: #999999;
}

#footer .foot-left {
    width: 60%;
    border-right: 1px solid #292929;
}

#footer .foot-left .logo {
    width: 20%;
    max-width: 170px;
}

#footer .foot-left .foot-acc-box {
    width: 80%;
    padding: 0 0 0 10%;
}

#footer .foot-left .foot-shop:first-child {
    margin-bottom: 40px;
}

#footer .foot-right {
    width: 30%;
    padding: 0 5%;
}

#footer .foot-link {
    -webkit-column-count: 2;
    column-count: 2;
    margin-bottom: 40px;
}

#footer .foot-link a:hover {
    color: #fff;
    opacity: 1;
}

#footer .foot-link li {
    margin-bottom: 5px;
}

#copyright {
    color: #666666;
}

.totop {
    z-index: 100;
    right: 2%;
    bottom: 5%;
    width: 70px;
    height: 59px;
    opacity: 0.9;
    margin-left: 95%;
}

.totop a {
    background-color: #7d713a;
    color: #fff;
    display: block;
    position: relative;
    line-height: 120%;
    text-align: center;
    position: relative;
    line-height: 32px;
    padding: 17px 0 0 0;
}

.totop a:after {
    content: "▲";
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {

    #footer .foot-left,
    #footer .foot-right {
        width: 100%;
    }

    #footer .foot-left {
        margin-bottom: 50px;
        border-right: none;
    }

    #footer .foot-left .logo a {
        display: block;
    }

    #copyright br {
        display: none;
    }

    #copyright {
        text-align: center;
    }

    #footer .inner {
        padding: 30px 0 100px;
    }
}

@media only screen and (max-width: 599px) {

    #footer .foot-left .logo,
    #footer .foot-left .foot-acc-box {
        width: 100%;
    }

    #footer .foot-left .logo {
        margin: 0 auto 30px;
    }

    #footer .foot-left .foot-acc-box {
        padding: 0;
    }

    #footer .foot-left .foot-acc-box dt,
    #footer .foot-left .foot-acc-box dd {
        width: 100%;
    }
}

/* 共通 */

/* レンガ背景 */
.bgTile {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/index/bg02.png) no-repeat left top;
    background-size: cover;
    position: relative;
}

.bgTile:before,
.salonBg:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
}

/* salonページ背景(繰り返し) */
.salonBg {
    /*
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/salon/bg_salon.jpeg) repeat-y left top;
    background-size: 100% auto;
    position: relative;
    */
}

.salonBg:before {
    background: rgba(0, 0, 0, 0.8);
}

.btn {
    background-color: #111111;
}

.btn span,
.whbtn span {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/arrow_wh.png) no-repeat right center;
    background-size: 15px 6px;
    display: block;

}

.btn a,
.whbtn a {
    color: #fff;
    display: block;
}

.whbtn {
    border: 2px solid #fff;
}

.heading {
    color: #fff;
    font-size: 56px;
}

.cc3 {
    color: #c3c3c3;
}


.second-main {
    overflow: hidden;
    position: relative;
}

.second-main:after {
    content: "";
    display: block;
    padding-top: 42%;
    position: relative;
}

.second-main .pic {
    position: absolute;
    left: 0;
    top: -15%;
    z-index: 2;
    overflow: hidden;
}

.second .page-title-area {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 20%;
    z-index: 5;
}

.second .catch,
.second-title {
    color: #fff;
    text-align: center;
}

.second .catch {
    margin-bottom: 40px;
}

.second-title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #fff;
    max-width: 130px;
    margin: 0 auto;
}

/* 下層h3見出し */
.secH3 {
    font-size: 56px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.secH3-ruby {
    color: #a09357;
    text-align: center;
    margin-bottom: 40px;
}

/* 横ライン */
.line,
.line_l {
    position: relative;
}

.line:after,
.line_l:after {
    content: "";
    display: block;
    background-color: #434343;
    width: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1px;
}

.line_l:after {
    background-color: #434343;
}

/* 下層マップエリア */
.common-map-section {
    background-color: #fff;
}

.common-map-section p.fs24 {
    color: #a09357;
    border-bottom: 1px solid #c8c8c8;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    letter-spacing: 8px;
    font-weight: bold;
}

.common-map-section .salon-data p {
    text-align: center;
}

.common-map-section .salon-data .tel {
    margin-bottom: 20px;
}

.common-map-section .salon-data {
    margin-bottom: 40px;
}

.cont41 {
    width: 41%;
}

.cont55 {
    width: 55%;
}

/* form初期スタイルリセット */
input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.conform button {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.form dd input[type=text] {
    background-color: #fff;
    border: 1px solid #c9c9c9;
    width: 100%;
}

.form dd textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    height: 20em;
}

/* pagenav */
.pagenav {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.pagenav ul {
    text-align: center;
}

.pagenav li {
    display: inline-block;
}

.pagenav li a {
    color: #111;
    padding: 5px;
    margin: 0 10px;
    display: block;
    font-weight: bold;
}

.pagenav .prev a {
    padding-left: 6px;
}

.pagenav .next a {
    padding-right: 6px;
}

.pagenav li.st a,
.pagenav li a:hover {
    border-bottom: 1px solid #a3a3a3;
}

.post-list-box .main-list .pagenav li {
    margin-bottom: 0;
}

.pagenav .prev img,
.pagenav .next img {
    vertical-align: middle;
}


@media only screen and (max-width: 1024px) {

    .heading,
    .secH3 {
        font-size: 32px;
    }

    .second .page-title-area {
        width: 94%;
        margin: 0 auto;
    }

    .second .catch {
        text-shadow: #111 0 0 5px;
    }

    .cont41 {
        width: 100%;
    }

    .cont55 {
        width: 80%;
        margin: 0 auto;
    }

    .line:after,
    .line_l:after {
        width: 55%;
    }

}

@media only screen and (max-width: 599px) {

    .heading,
    .secH3 {
        font-size: 24px;
    }

    .second .catch {
        font-size: 12px;
        margin-bottom: 0;
    }

    .second .catch br {
        display: none;
    }

    .second .page-title-area {
        bottom: 0;
    }

    .pagenav li a {
        padding: 2px;
    }

    .line:after,
    .line_l:after {
        width: 40%;
    }
    .second-title {
      line-height: 1.2em;
      padding-bottom: 5px;
    }
}

/* index */
#main-visual {
    position: relative;
}

.visual-txt-box {
    position: absolute;
    top: 68%;
    width: 43%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 3% 50px 0;
}

.visual-txt-box h2,
.visual-txt-box dd a {
    color: #fff;
}

.visual-txt-box h2 {
    margin-bottom: 15px;
}

.visual-txt-box h2 span {
    display: block;
}

.visual-txt-box h2 span.fs16 {
    line-height: 1.5em;
    margin: 0 0 15px;
    width: 70%;
}

.main-news-box {
    margin-bottom: 20px;
}

.main-news-box dt,
.main-blog-box dt {
    background: #fff;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 20%;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.main-news-box dt span,
.main-blog-box dt span {
    display: block;
    font-weight: bold;
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    padding: 2px 20px;
}

.main-news-box dd,
.main-blog-box dd {
    border-bottom: 1px solid #fff;
    margin-left: 20px;
    width: 70%;
}

.scroll {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 90%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.scroll p {
    position: relative;
    text-align: center;
    color: #fff;
}

.scroll:before,
.scroll:after {
    content: "";
    display: block;
    width: 45%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-top: 1px solid #fff;
}

.scroll:before {
    left: 0;
}

.scroll:after {
    right: 0;
}

.scroll span:after {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    display: block;
    font-weight: bold;
    line-height: 1em;
    font-size: 16px;
}

.experience-section .inner {
    padding: 100px 0;
    position: relative;
}

.experience-box {
    width: 50%;
    padding: 0 10%;
}

.experience-box .msg {
    line-height: 2.5em;
    margin-bottom: 30px;
}

.experience-box .btn {
    width: 40%;
    text-align: center;
}

.experience-box .btn a {
    padding: 10px;
}

.experience-section .pic {
    width: 32%;
    position: absolute;
    right: 10%;
    bottom: -20%;
    z-index: 2;
}

.top-catarog-section {
    background-color: #000;
    position: relative;
}

.top-catarog-section .bgpic {
    width: 38%;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}

.top-catarog-section h3 {
    margin-bottom: 100px;
}

.top-catarog-section ul {
    width: 90%;
    z-index: 1;
}

.top-catarog-section ul li {
    margin-left: 2%;
}

.top-catarog-section ul li:first-child {
    margin-left: 0;
}

.top-catarog-section ul li:nth-child(5) {
     margin-left: 0
}

.top-catarog-section .whbtn {
    width: 10%;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.top-catarog-section .whbtn a {
    padding: 0 10px;
}

.top-staff-bg .inner {
    position: relative;
    z-index: 6;
}

.top-staff-section {
    position: relative;
}

.top-staff-section .bkimg:before {
    background: rgba(0, 0, 0, 0.8);
}

.top-staff-section .bkimg img {
    min-width: 1500px;
}

.top-staff-section h3 {
    text-align: center;
}

.top-staff-slider {
    margin-bottom: 100px;
}

.top-staff-slider .slider-contents {
    background-color: #fff;
}

.top-staff-slider .slider-contents .main-pic {
    width: 35%;
}

.top-staff-slider .slider-contents .staff-data-box {
    padding: 5%;
}

.top-staff-slider .slider-contents .staff-data-box .posi {
    color: #a09357;
    margin-bottom: 20px;
}

.top-staff-slider .slider-contents .staff-data-box .name {
    margin-bottom: 30px;
}

.top-staff-slider .slider-contents .staff-data-box .msg {
    line-height: 2em;
}

.top-staff-slider .slider-contents .staff-right-box {
    width: 65%;
}

.top-staff-slider .work-img-box .work-title {
    text-align: right;
    margin: 0 10px 5px 0;
}

.top-staff-slider .work-image li {
    width: 33.33%;
}

.top-staff-section .whbtn {
    width: 20%;
    text-align: center;
    margin: 0 auto;
}

.top-staff-section .whbtn a {
    padding: 10px;
}

.top-saloninfo-section {
    position: relative;
    overflow: hidden;
    background-color: #050505;
}

.top-saloninfo-section .inner {
    position: relative;
    z-index: 5;
}

.top-saloninfo-section .bkimg {
    opacity: 1;
}

.top-saloninfo-section .filter:before {
    background: rgba(5, 5, 5, 0.9);
}

.top-saloninfo-section .salon-list h4,
.top-saloninfo-section .salon-list dt,
.top-saloninfo-section .salon-list dd,
.top-saloninfo-section .salon-list p,
.top-saloninfo-section .salon-list a {
    color: #fff;
}

.top-saloninfo-section .salon-list h4 {
    text-align: center;
    margin-bottom: 15px;
}

.top-saloninfo-section .salon-list .map {
    height: 400px;
    margin-bottom: 30px;
}

.top-saloninfo-section .salon-list dl {
    margin-bottom: 10px;
}

.top-saloninfo-section .salon-list dt {
    font-weight: bold;
    margin-right: 15px;
}

.top-saloninfo-section .salon-list p {
    line-height: 2em;
}

.top-saloninfo-section .salon-list .gr211:nth-child(even) {
    margin-top: 50px;
}

.top-recruit-section {
    position: relative;
    padding: 100px 0;
}

.top-recruit-section .top-rec-box {
    width: 65%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top-recruit-section .top-rec-bg {
    background-color: #fff;
    padding: 80px 20% 5%;
    margin-top: -40px;
}

.top-recruit-section .top-rec-box h3 {
    margin: -20px 0 0 5%;
}

.top-recruit-section .top-rec-box h4 {
    margin-bottom: 25px;
}

.top-recruit-section .top-rec-box .msg {
    line-height: 2em;
    margin-bottom: 20px;
}

.top-recruit-section .top-rec-box .msg span {
    font-weight: bold;
    display: block;
}

.top-recruit-section .leftbottom {
    width: 40%;
    position: absolute;
    left: -5%;
    bottom: 0;
    z-index: 1;
}

.top-recruit-section .righttop {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.top-recruit-section .btn {
    width: 40%;
    text-align: center;
}

.top-recruit-section .btn a {
    padding: 10px;
}

.top-qa-section {
    background-color: #181818;
}

.top-qa-section h3 span {
    font-size: 70%;
}

.top-qa-section h3 {
    margin-bottom: 0;
    line-height: 1.1em;
    font-size: 70px;
}

.top-qa-section .title-box {
    width: 30%;
}

.top-qa-section h3,
.top-qa-section .title-box p {
    color: #666666;
}

.top-qa-section .title-box p {
    padding: 0 0 0 15px;
}

.top-qa-section .top-qa-box {
    width: 60%;
}

.top-qa-section .top-qa-box dl {
    padding: 40px 10px;
    border-bottom: 1px solid #464646;
}

.top-qa-section .top-qa-box dl:first-child {
    border-top: 1px solid #464646;
}

.top-qa-section .top-qa-box dl:last-of-type {
    margin-bottom: 40px;
}

.top-qa-section .top-qa-box dt {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.top-qa-section .top-qa-box dd {
    color: #ccc;
}

.top-qa-section .whbtn {
    width: 20%;
    text-align: center;
}

.top-qa-section .whbtn a {
    padding: 10px;
}

/* slider */
.top-staff-slider {
    position: relative;
}

.top-staff-slider .prev,
.top-staff-slider .next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 4%;
    height: 147px;
    line-height: 147px;
}

.top-staff-slider .prev img,
.top-staff-slider .next img {
    display: block;
    margin: 50px auto;
}

.top-staff-slider .prev {
    left: -5%;
}

.top-staff-slider .next {
    right: -5%;
}


.top-staff-slider .slider-contents .trimmingInner {
    height: 100%;
}

/* Dots */
.slide-dotted.slick-slider {
    margin-bottom: 30px;
}

.slide-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slide-dots li button:hover,
.slide-dots li button:focus {
    outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
}

.slide-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: #504f4f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide-dots li.slick-active button:before {
    opacity: .75;
    color: #a09357
}

@media only screen and (max-width: 1024px) {
    /* .visual-txt-box {
        width: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0;
    } */
    .visual-txt-box {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    padding: 20px 3% 0; 
    }

    /* .visual-txt-box h2 {
        text-align: center;
        text-shadow: #111 0 0 5px;
    } */
    
    .visual-txt-box h2 {
        position: absolute;
        top: 100px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 94%;
        text-align: center;
        /* top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); */
    }

    .visual-txt-box h2 span.fs16 {
        margin: 0 auto;
    }
    
    .main-news-box,
    .main-blog-box {
        width: 47%;
        margin: 0 auto 30px;
    }

    .main-news-box dt,
    .main-blog-box dt {
        border: 1px solid #111;
        margin: 0 0 10px 3%;
        width: 40%;
    }

    .main-news-box dt span,
    .main-blog-box dt span {
        padding: 2px 20px;
    }

    .main-news-box dd,
    .main-blog-box dd {
        margin-left: 0;
        width: 100%;
        border-bottom: 1px solid #111;
    }

    .main-news-box dd a,
    .main-blog-box dd a {
        color: #111;
    }
    

    .scroll {
        bottom: 30%;
    }

    .experience-box {
        padding: 0;
    }

    .experience-section .pic {
        width: 40%;
        position: static;
        right: auto;
        bottom: auto;
    }

    .experience-section .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .experience-box .btn {
        width: 100%;
    }

    .top-catarog-section ul {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .top-catarog-section .whbtn {
        width: 50%;
        margin: 0 auto;
    }

    .top-catarog-section ul li {
        margin-left: 0;
    }

    .top-staff-slider .slider-contents .main-pic {
        width: 40%;
    }

    .top-staff-slider .slider-contents .staff-right-box {
        width: 60%;
    }

    .top-staff-slider {
        width: 94%;
        margin: 0 auto 100px;
    }

    .top-staff-slider .prev {
        left: -5%;
    }

    .top-staff-slider .next {
        right: -5%;
    }

    .top-staff-section .whbtn {
        width: 40%;
    }

    .top-saloninfo-section {
        background-color: #050505;

    }

    .top-recruit-section {
        padding: 50px 0;
    }

    .top-recruit-section .top-rec-box {
        width: 94%;
    }

    .top-recruit-section .top-rec-box h3 {
        margin: 0;
    }

    .top-recruit-section .top-rec-bg {
        width: 94%;
        margin: 0 auto;
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .top-recruit-section .leftbottom {
        width: 60%;
        position: static;
        left: auto;
        bottom: auto;
        margin: 0 auto 0 0;
    }

    .top-recruit-section .righttop {
        width: 60%;
        position: static;
        right: auto;
        top: auto;
        margin: 0 0 0 auto;
    }

    .top-recruit-section .leftbottom,
    .top-recruit-section .righttop {
        width: 94%;
        margin: 0 auto;
    }


    .top-qa-section .title-box,
    .top-qa-section .top-qa-box {
        width: 100%;
    }

    .top-qa-section .title-box {
        margin-bottom: 30px;
    }

    .top-qa-section .title-box p {
        padding: 0;
    }

    .top-qa-section .whbtn {
        width: 40%;
    }

.top-staff-section .bkimg {
    position: absolute;
}

.top-staff-section .bkimg img {
    min-width: 1500px !important;
}

}

@media only screen and (max-width: 599px) {
  
  .visual-txt-box {
    display: block;
    padding-top: 0;
  }
    
    .visual-txt-box h2 span.fs16 {
        font-size: 10px;
        width: 100%;
    }

    .visual-txt-box h2 {
        top: 150px;
        font-size: 20px;
    }

    .scroll {
        display: none;
    }
    
    .main-news-box,
    .main-blog-box {
        width: 100%;
    }

    .experience-section .inner {
        padding: 30px 0;
    }

    .experience-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .experience-section .pic {
        width: 60%;
    }

    .top-catarog-section h3 {
        margin-bottom: 30px;
    }

    .top-catarog-section ul {
        margin-bottom: 30px;
    }

    .top-catarog-section .whbtn {
        width: 100%;
    }

    .top-staff-slider .slider-contents .staff-right-box {
        width: 100%;
    }
    
    .top-staff-slider .slider-contents .main-pic {
      width: 80%;
      margin: 0 auto;
    }

    .top-staff-slider .slider-contents .staff-data-box .posi {
        margin-bottom: 0;
    }

    .top-staff-slider .slider-contents .staff-data-box .name {
        margin-bottom: 10px;
    }

    .top-staff-section .whbtn {
        width: 100%;
    }

    .top-saloninfo-section .salon-list dt,
    .top-saloninfo-section .salon-list dd {
        width: 100%;
    }

    .top-recruit-section .btn {
        width: 100%;
    }

    .top-qa-section .whbtn {
        width: 100%;
    }
    .top-staff-section .bkimg img {
    min-width: 1800px !important;
}
}

/* concept */

.concept #main {
    background: #000;
    height: 100%;
}

.point-section {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.point-section .chose-box {
    position: relative;
    z-index: 5;
    padding-bottom: 18%;
}

.point-section .chose-box h3 {
    text-align: center;
    font-weight: bold;
}

.point-section .chose-box h3 span {
    display: block;
}

.point-section .chose-box ul {
    padding: 0 15%;
}

.point-section .chose-box ul li {
    margin-bottom: 20px;
}

.point-section .chose-box ul li dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.point-section .bkimg.filter:before {
    background: rgba(255, 255, 255, 0.9);
}


.point-section .bkimg img {
    min-width: 2000px;
}


.owner-section.shape-box {
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    overflow: hidden;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    margin-top: -18%;
    margin-bottom: 18%;
    /* height: 80vh; */
    height: 90vh;
    position: relative;
    z-index: 10;
}

.owner-section .msg-area,
.owner-section .pic {
    width: 50%;
}

.owner-section .pic {
    width: 50%;
    -webkit-transform: skewY(-10deg) scale(1.15);
    -ms-transform: skewY(-10deg) scale(1.15);
    transform: skewY(-10deg) scale(1.15);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.owner-section .pic .trimmingInner {
    height: 100%;
}

.owner-section .msg-area {
    background-color: #181818;
    padding-bottom: 5%;
}

.owner-section .msg-area .inBox {
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    padding: 10px 5% 0 0;
    width: 80%;
    margin: 0 0 0 auto;
}

.owner-section .inBox p {
    color: #fff;
}

.owner-section .inBox .box-logo {
    max-width: 338px;
    margin-bottom: 10px;
}

.owner-section .inBox .salon-name {
    margin-bottom: 20px;
}

.owner-section .inBox .salon-name .fs12 {
    display: inline-block;
    margin-left: 15px;
}

.owner-section .inBox .msg-box:before,
.owner-section .inBox .msg-box:after {
    content: "";
    display: block;
    position: absolute;
}

.owner-section .inBox .msg-box:before {
    border-top: 1px solid #fff;
    width: 100%;
    left: 0;
    top: 1.7em;
}

.owner-section .inBox .msg-box:after {
    border-left: 1px solid #fff;
    height: 600px;
    left: 13%;
    top: 0;
}

.owner-section .inBox .msg-box {
    padding: 0 0 0 16%;
    position: relative;
}

.owner-section .inBox .msg-box .name {
    line-height: 0.8em;
    margin-bottom: 25px;
}

.owner-section .inBox .msg-box .posi {
    display: inline-block;
    margin: 0 10px 0 0;
}

.owner-section .inBox .msg-box .ruby {
    display: block;
}

.owner-section .inBox .msg-box .msg {
    margin: 0 0 0 10px;
}

.owner-section .inBox .msg-box .msg span {
    display: block;
}

.owner-section .inBox .msg-box .msg-title {
    margin-bottom: 25px;
}

.owner-section .pic.filter:before {
    background: rgba(0, 0, 0, 0.3);
    height: 110%;
}

.flow-section .inner {
    position: relative;
    z-index: 6;
}

.flow-list {
    background-color: #fff;
    padding: 90px 7% 90px 0;
    margin-left: 3%;
}

.flow-list li {
    margin-left: -3%;
    margin-bottom: 40px;
}

.flow-list dl {
    width: 75%;
}

.flow-list dt span {
    color: #c3c3c3;
    font-weight: bold;
    margin-right: 10px;
}

.flow-list dt {
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.flow-list .pic {
    width: 20%;
}

.flow-list dl dd dl {
    margin-bottom: 10px;
}

.flow-list dl dd dl dt {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}

.flow-list dl dd dl dt:before {
    content: "●";
    display: block;
    color: #a09357;
    position: absolute;
    left: 0;
    top: 0;
}



@media only screen and (max-width: 1024px) {


    .chose-box h3,
    .point-section .chose-box ul dt,
    .point-section .chose-box ul dd {
        color: #fff;
    }

    .point-section .chose-box ul {
        padding: 0 2%;
    }

    .owner-section .msg-area {
        width: 100%;
        position: relative;
        z-index: 10;
        overflow: hidden;
        padding-bottom: 10%;
    }

    .owner-section .msg-area .inBox {
        padding: 0;
        width: 94%;
        margin: 0 auto;
    }

    .owner-section .inBox .box-logo {
        width: 40%;
    }

    .owner-section .inBox .msg-box {
        padding: 0 0 0 4%;
    }

    .owner-section .inBox .msg-box:after {
        left: 2%;
    }

    .owner-section .inBox .msg-box .name {
        line-height: 1em;
    }

    .owner-section .pic {
        width: 100%;
    }

    .owner-section.shape-box {
        /* height: auto; */
        height: 100%;
    }

    .flow-list {
        margin-left: 0;
        padding: 40px 4%;
    }

    .flow-list li {
        margin-left: 0;
    }

    .flow-list dl {
        width: 100%;
        margin-bottom: 20px;
    }

    .flow-list .pic {
        width: 50%;
        margin: 0 auto;
    }
    .point-section .bkimg {
      z-index: 0;
    }
    .owner-section.shape-box {
      /* margin-top: 0; */
    }
    .point-section .chose-box {
    padding-bottom: 0;
}
}

@media only screen and (max-width: 599px) {
    .flow-list .pic {
        width: 100%;
    }
}

/* salon */
.salon .info-section .inner {
    position: relative;
    z-index: 5;
}

.salon .info-section .inner h3 {
    color: #fff;
}

.salon .salon-name,
.salon .salon-data dt,
.salon .btn-box a {
    color: #fff;
}

.salon .salon-name span,
.salon .salon-data dd,
.salon .salon-data .msg,
.salon .salon-data .tel a {
    color: #bbbbbb;
}

.salon .salon-name {
    margin-bottom: 25px;
}

.salon .salon-name span {
    padding-left: 10px;
}

.salon .salon-data dl {
    margin-bottom: 10px;
}

.salon .salon-data dt {
    width: 14%;
}

.salon .salon-data dd {
    width: 80%;
}

.salon .salon-data .msg {
    margin-left: 14%;
    margin-bottom: 30px;
}

.salon .btn-box {
    margin-left: 14%;
}

.salon .btn-box .btn {
    background-color: transparent;
    border: 1px solid #fff;
    width: 45%;
}

.salon .btn-box .btn a {
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 0;
}

.salon .btn-box .btn:first-child a:before {
    content: "";
    display: block;
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/icon_memo.png) no-repeat left center;
    background-size: 37px 33px;
    width: 37px;
    height: 33px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.salon .btn-box .btn:last-child a:before {
    content: "";
    display: block;
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/icon_volume.png) no-repeat left center;
    background-size: 47px 32px;
    width: 47px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.salon #map03,
.salon #map04 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    .salon .btn-box {
        margin-left: 0;
    }

    .salon .salon-data {
        margin: 0 auto 40px;
    }

    .salon .map {
        margin: 0 auto 4%;
    }

}

@media only screen and (max-width: 599px) {

    .salon .salon-data dt,
    .salon .salon-data dd {
        width: 100%;
    }

    .salon .salon-data .msg {
        margin-left: 0;
    }

    .salon .btn-box .btn {
        width: 100%;
    }

    .salon .btn-box .btn:first-child {
        margin-bottom: 30px;
    }
}

/* menu */
.menu-section .inner {

    position: relative;
    z-index: 5;
}

.menu-section .menu-pack {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px 10px;
    margin-bottom: 40px;
}

.menu-section h3 {
    font-size: 60px;
    color: #ffd685;
    margin-bottom: 0;
}

.menu-section .menu-box li {
    padding: 100px 15% 30px;
    position: relative;
    border-bottom: 1px solid #616161;
}

.menu-section .menu-box .menu li:first-child {
    border-top: 1px solid #616161;
}

.menu-section h4 {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.menu-section h4:before {
    content: "";
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 59px;
    height: 30px;
    margin: 0 0 0 auto;

}

.menu-section h4.one:before {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/one_star.png) no-repeat right center;
    background-size: 12px 12px;
}

.menu-section h4.two:before {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/two_star.png) no-repeat right center;
    background-size: 28px 12px;
}

.menu-section h4.three:before {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/three_star.png) no-repeat right center;
    background-size: 44px 12px;
}

.menu-section h4.four:before {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/four_star.png) no-repeat right center;
    background-size: 59px 12px;
}

.menu-section h4.five:before {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/five_star.png) no-repeat right center;
    background-size: 44px 26px;
}

.menu-section .sub-txt {
    color: #bbbbbb;
    margin-bottom: 50px;
}

.menu-section .price {
    color: #fff;
    text-align: right;
}

.menu-section .menu-alpha {
    color: #fff;
    opacity: 0.1;
    font-size: 60px;
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 1em;
}

.menu-section .caution-msg {
    color: #fff;
    text-decoration: underline;
}

.menu .logo-section {
    background-color: #010101;
}

.menu .logo-section .inner {
    padding: 100px 0;
}

.menu .logo-section p {
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .menu-section h3 {
        font-size: 34px;
    }

    .menu-section .menu-alpha {
        font-size: 40px;
    }

    .menu-section .menu-box li {
        padding: 80px 5% 30px;
    }

    .menu-section .sub-txt {
        margin-bottom: 20px;
    }

    .menu-section h4:before {
        top: -24px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
    }

    .menu-section h4.one:before,
    .menu-section h4.two:before,
    .menu-section h4.three:before,
    .menu-section h4.four:before,
    .menu-section h4.five:before {
        background-position: left top;
    }

}

@media only screen and (max-width: 599px) {
    .menu-section h3 {
        font-size: 26px;
    }

    .menu-section .menu-alpha {
        font-size: 32px;
    }

    .menu-section .menu-box li {
        padding: 80px 3% 20px;
    }

    .menu-section h4 {
        margin-bottom: 10px;
    }
}

/* staff */
.staff-section .inner {
    position: relative;
    z-index: 5;
}

.staff-section .logo {
    text-align: center;
    margin-bottom: 40px;
}
.staff-section .logo span {
    font-size: 36px; 
    color: rgb(255, 255, 255);
}

.staff-section ul li a {
    display: block;
    position: relative;
}

.staff-section ul li a:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.staff-section ul li a:hover {
    opacity: 1;
}

.staff-section ul li a:hover:before {
    opacity: 1;
}

.staff-section ul li .staff-name span {
    display: block;
}

.staff-section ul li .staff-name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    width: 80%;
    text-align: center;
}

.staff-section ul li a:hover .staff-name {
    display: block;
    z-index: 3;
}

.staff-detail-box {
    padding-bottom: 40px;
    overflow: hidden;
    margin-bottom: 50px;
}

.staff-detail-inbox {
    background-color: #fff;
    position: relative;
}

.staff-detail-box .mainpic {
    width: 50%;
}

.staff-detail-box .mainpic {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.staff-detail-box .staff-data-box {
    margin: 0 2% 0 auto;
    width: 46%;
    padding-bottom: 50px;
}

.staff-detail-box .staff-data-box .posi {
    color: #a09357;
}

.staff-detail-box .staff-data-pack {
    padding: 10% 15% 30px;
}

.staff-detail-box .staff-data-pack .name {
    margin-bottom: 30px;
}

.staff-detail-box .staff-data-pack .msg {
    margin-bottom: 40px;
}

.staff-detail-box .staff-data-pack dl {
    margin-bottom: 10px;
}

.staff-detail-box .staff-data-pack dl:last-of-type {
    margin-bottom: 40px;
}

.staff-detail-box .staff-data-pack dt {
    font-weight: bold;
    width: 20%;
}

.staff-detail-box .staff-data-pack dd {
    width: 70%;
}

.staff-detail-box .btn.reserve,
.staff-detail-box .btn.num {
    width: 35%;
    text-align: center;
}

.staff-detail-box .btn.reserve a,
.staff-detail-box .btn.num a {
    padding: 10px;
}

.staff-detail-box .btn.reserve {
    background-color: #a09357;
    margin-right: 15%;
}

.staff-detail-box .btn.reserve a {
    color: #fff;
}

.staff-detail-box .btn.reserve a span {
    background: none;
    line-height: 1em;
}

.staff-detail-box .btn.num {
    line-height: 2em;
}

.staff-detail-box .btn.num a {
    height: 100%;
}

.staff-detail-box .btn.num a span {
    line-height: 3em;
}

.staff-img-box {
    margin-bottom: 30px;
}

.staff-img-box li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33.33%;
}

.staff-detail-box .more-link {
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.staff-detail-box .more-link a {
    color: #fff;
    display: block;
    padding: 5px 5px 5px 0;
}

.staff-detail-box .more-link.basebg {
    background-color: #000;
    width: 60%;
    margin: 0 0 0 auto;
    max-width: 267px;
}

.staff-detail-box .more-link .bg01 {
    background-color: #a09357;
    padding: 7px 5px 7px 0;
}

.staff-detail-box .more-link .bg02 {
    background-color: #000000;
    padding: 7px 5px;
}

.staff-detail-box .more-link em {
    -webkit-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    font-style: normal;
    display: inline-block;
    color: #fff;
}

.staff-detail-box .more-link .bg01 em {
    padding: 0 0 0 15px;
}

@media only screen and (max-width: 1024px) {
    .staff-detail-box .staff-data-box {
        margin: 0;
        width: 100%;
        position: relative;
    }

    .staff-detail-box .staff-data-pack {
        width: 46%;
        margin: 0 2% 0 auto;
        padding: 10% 0% 30px;
    }

    .staff-detail-box .staff-data-pack dt {
        width: 30%;
    }

    .staff-detail-box .staff-data-pack dd {
        width: 60%;
    }

    .staff-detail-box .btn.reserve {
        margin-right: 5%;
    }

    .staff-detail-box .btn.reserve,
    .staff-detail-box .btn.num {
        width: 45%;
    }

    .staff-detail-box .more-link.basebg {
        margin: 0 4% 0 auto;
    }
}

@media only screen and (max-width: 599px) {
    .staff-detail-box .mainpic {
        position: relative;
        width: 100%;
    }

    .staff-detail-box .staff-data-pack {
        width: 94%;
        margin: 0 auto;
    }

    .staff-detail-box .staff-data-pack .name,
    .staff-detail-box .staff-data-pack .msg {
        margin-bottom: 20px;
    }

    .staff-detail-box .more-link.basebg {
        width: 100%;
        margin: 0 auto;
        max-width: 245px;
    }

    .staff-detail-box .more-link {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
}

/* hair */
.hair-section .inner {
    position: relative;
    z-index: 5;
}

.hair-section .sort-btn {
    margin-bottom: 60px;
}

.hair-section .btn {
    background-color: transparent;
    border: 2px solid #fff;
    width: 25%;
    text-align: center;
}

.hair-section .btn a {
    padding: 5px 0;
}

.hair-section .hair-list li {
    width: 33.33%;
    margin-bottom: 6%;
}

.hair-detail-pack .data-box p,
.hair-detail-pack .data-box dt,
.hair-detail-pack .data-box dd {
    color: #fff;
}

.hair-detail-pack .data-box .style-title {
    margin-bottom: 15px;
}

.hair-detail-pack .data-box .style-msg {
    line-height: 2em;
}

.hair-detail-pack .data-box .sub-title {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #373737;
    margin-bottom: 30px;
}

.hair-detail-pack .menu-box dl {
    margin-bottom: 10px;
}

.hair-detail-pack .menu-box dt {
    width: 20%;
    font-weight: bold;
}

.hair-detail-pack .menu-box dd {
    width: 70%;
}

.hair-detail-pack .menu-box {
    margin-bottom: 40px;
}

.hair-detail-pack .data-box .staff-box {
    background-color: #fff;
}

.hair-detail-pack .staff-box .staff-data {
    width: 65%;
    padding: 5%;
}

.hair-detail-pack .staff-box .staff-image {
    width: 35%;
}

.hair-detail-pack .staff-data dt,
.hair-detail-pack .staff-data dd {
    color: #111;
}

.hair-detail-pack .staff-data dt {
    width: 30%
}

.hair-detail-pack .staff-data dd {
    width: 70%;
}

.hair-detail-pack .staff-data .name,
.hair-detail-pack .staff-data .cat {
    margin-bottom: 20px;
}

.hair-detail-pack .staff-data .name dt {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.hair-detail-pack .staff-data .cat dd span {
    display: block;
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/hair/icon_cat.png) no-repeat left center;
    background-size: 15px 15px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.hair-detail-pack .staff-data .btn.reserve,
.hair-detail-pack .staff-data .btn.num {
    width: 40%;
    text-align: center;
}

.hair-detail-pack .staff-data .btn.reserve a,
.hair-detail-pack .staff-data .btn.num a {
    padding: 10px;
}

.hair-detail-pack .staff-data .btn.reserve {
    background-color: #a09357;
    margin-right: 15%;
}

.hair-detail-pack .staff-data .btn.reserve a {
    color: #fff;
}

.hair-detail-pack .staff-data .btn.reserve a span {
    background: none;
    line-height: 1em;
}

.hair-detail-pack .staff-data .btn.num {
    background-color: #111111;
    line-height: 2em;
}

.hair-detail-pack .staff-data .btn.num a {
    height: 100%;
}

.hair-detail-pack .staff-data .btn.num a span {
    line-height: 3em;
}
.hair-section .pagenav a {
    color: #fff;
}
.hair .back {
    background-color: #fff;
    width: 30%;
    max-width: 200px;
    margin: 0 auto;
}

.hair .back a {
    display: block;
    text-align: center;
    padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
    .hair-section .btn {
        width: 35%;
    }

    .hair-detail-pack {
        position: relative;
    }

    .hair-detail-pack .data-box {
        width: 100%;
    }

    .hair-detail-pack .inBox {
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
    }

    .hair-detail-pack .data-box .sub-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .hair-section .btn {
        width: 80%;
    }

    .hair-section .btn:first-child {
        margin-bottom: 30px;
    }

    .hair-section .hair-list li {
        width: 50%;
    }

    .hair-detail-pack .inBox {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
    }

    .hair-detail-pack .data-box .sub-title {
        font-size: 30px;
    }

    .hair-detail-pack .staff-box .staff-image {
        width: 80%;
        margin: 0 auto;
    }

    .hair-detail-pack .staff-box .staff-data {
        width: 100%;
    }

    .hair-detail-pack .data-box .staff-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .hair-detail-pack .staff-data .btn.reserve,
    .hair-detail-pack .staff-data .btn.num {
        width: 90%;
        margin: 0 auto;
    }

    .hair-detail-pack .staff-data .btn.reserve {
        margin-bottom: 30px;
    }
}

/* recruit */

.recruit .second-main:after {
    padding-top: 50%;
}

.recruit .second-main .pic {
    top: -10%;
}

.recruit .second-main .page-title-area {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.recruit .second-title {
    text-shadow: #78752b 1px 1px 10px,
        #78752b -1px 1px 10px,
        #78752b 1px -1px 10px,
        #78752b -1px -1px 10px;
}

.recruit .second-title:after {
    content: none;
    display: block;
    border-bottom: none;
}

.recruit-section {
    background: #000;
}

.recruit-section h3,
.recruit-section h4,
.recruit-section p,
.recruit-section dt,
.recruit-section dd {
    color: #fff;
}

.recruit-section .top-msg-pack .cont41 {
    background-color: #fff;
    padding: 10% 5%;
}

.recruit-section .top-msg-pack .cont41 h4,
.recruit-section .top-msg-pack .cont41 p {
    color: #111;
}

.recruit-section .top-msg-pack .cont41 h4 {
    margin-bottom: 10px
}

.recruit-section .top-msg-pack .cont41 .msg {
    line-height: 2em;
}

.recruit-section .top-msg-pack .cont41 .tBold {
    font-weight: bold;
    display: block;
}

.recruit-section .strong-point {
    padding: 100px 0;
}

.recruit-section .strong-point h4 {
    text-align: center;
    margin-bottom: 60px;
}

.recruit-section .strong-point ul li {
    margin-bottom: 40px;
}

.recruit-section .strong-point .title {
    margin-bottom: 40px;
}

.recruit-section .strong-point .title .num {
    display: inline-block;
    font-size: 56px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-right: 15px;
}

.recruit-section .strong-point .title span {
    line-height: 60px;
    vertical-align: middle;
}

.recruit-section .strong-point .msg {
    padding: 5%;
}

.recruit-section .strong-point li:nth-child(odd) .point-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.recruit-section .rec-msg-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px
}

.recruit-section .rec-msg-area .msg {
    position: relative;
    z-index: 5;
    padding: 5% 15%;
    text-align: center;
    line-height: 2.5em;
}

.recruit-section .lookfor-area h4 {
    text-align: center;
    margin-bottom: 60px;
}

.recinfo-section {
    background: #000;
}

.recinfo-section h3,
.recinfo-section h4,
.recinfo-section p,
.recinfo-section dt,
.recinfo-section dd {
    color: #fff;
}

.recinfo-section h4 {
    margin-bottom: 40px;
}

.recinfo-section .info-table {
    margin-left: 5%;
}

.recinfo-section .info-guide dl {
    margin-bottom: 15px;
}

.recinfo-section .info-guide dt {
    width: 15%;
    font-weight: bold
}

.recinfo-section .info-guide dd {
    width: 80%;
}

.recinfo-section .info-guide {
    padding-bottom: 60px;
    border-bottom: 1px solid #333333;
    margin-bottom: 40px;
}

.rec-banner {
    margin-bottom: 60px;
}

.rec-banner .telbox {
    width: 35%;
    background-color: #fff;
    padding: 5%;
}

.rec-banner .telbox .tel a {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/common/icon_tel.png) no-repeat left center;
    background-size: 36px 28px;
    padding-left: 50px;
}

.rec-banner .telbox p {
    color: #000;
    font-weight: bold;
}

.rec-banner .telbox .top-txt {
    margin-bottom: 25px;
}

.rec-banner .telbox .tel {
    margin-bottom: 30px;
}

.rec-banner .telbox .tantou {
    text-align: right;
}

.rec-banner .pic {
    width: 65%;
}

.recruit-form-area h4 {
    text-align: center;
}

.recruit-form-area .form {
    background-color: #fff;
    padding: 10%;
}

.recruit-form-area .form dl {
    margin-bottom: 20px;
}

.recruit-form-area .form dt,
.recruit-form-area .form dd {
    color: #000;
}

.recruit-form-area .form dt {
    font-weight: bold;
    width: 20%;
}

.recruit-form-area .form dd {
    width: 80%;
}

.recruit-form-area .form-table {
    margin-bottom: 40px;
}

.form dd input[type=text] {
    width: 70%;
    padding: 5px 0;
}

.form .mail input {
    margin-bottom: 20px;
}

.form dd textarea {
    width: 70%;
}

.form .btn {
    width: 20%;
    text-align: center;
    padding: 10px 0;
    margin: 0 auto;
}

.form .btn button {
    color: #fff;
    font-weight: bold;
    font-family: "游ゴシック",
        YuGothic,
        Hiragino Sans,
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro",
        Hiragino Kaku Gothic ProN,
        "メイリオ",
        Meiryo,
        'ＭＳ Ｐゴシック',
        sans-serif;
}

.form .esse {
    color: red;
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
    .recruit-section .top-msg-pack .cont41 {
        padding: 5%;
        margin-bottom: 30px;
    }

    .recruit-section .strong-point .title .num {
        font-size: 34px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .recruit-section .strong-point .msg {
        padding: 0 0 5% 0;
    }

    .recruit-section .strong-point .title span {
        line-height: 36px;
    }

    .recruit-section .strong-point .title {
        margin-bottom: 20px;
    }

    .recruit-section .rec-msg-area .msg {
        padding: 0 5%;
        line-height: 2em;
    }

    .rec-banner .telbox {
        width: 100%;
    }

    .rec-banner .telbox .top-txt {
        margin-bottom: 10px;
        text-align: center;
    }

    .rec-banner .telbox .tel {
        margin-bottom: 15px;
        text-align: center;
    }

    .rec-banner .pic {
        width: 100%;
    }

    .recruit-form-area .form dt,
    .recruit-form-area .form dd {
        width: 100%;
    }

    .form dd input[type=text],
    .form dd textarea {
        width: 100%;
    }

    .form .btn {
        width: 60%;
    }

}

@media only screen and (max-width: 599px) {
    .recruit-section .strong-point .title .num {
        font-size: 24px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .recruit-section .strong-point .title span {
        line-height: 26px;
    }

    .recinfo-section .info-guide dt,
    .recinfo-section .info-guide dd {
        width: 100%;
    }

    .recruit-form-area .form {
        padding: 4%;
    }
    .recruit .second-title {
      margin-top: 15%;
    }
    .rec-banner .telbox .tel a {
      height: 28px;
      display: inline-block;
    }
}

/* ladies */
.ladies {
    background-color: #dca0a0;
}

.ladies #header #gnav {
    background-color: #dca0a0;
}

.ladies #header #gnav ul li a {
    color: #fff;
}

.ladies .second-main {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ladies .second-main .pic {
    width: 50%;
    top: 0;
}

.ladies .page-title-area {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 0 0 auto;
    padding: 10% 5% 10% 0;
}

.ladies .ladies_catch {
    width: 65%;
    margin: 0 0 0 auto;
}

.ladies .second-main h2 {
    color: #000000;
    text-align: left;
}

.ladies .second-main .topMsg,
.ladies .second-main .endMsg {
    display: block;
}

.ladies .second-main .topMsg {
    line-height: 1.2em;
    margin-bottom: 40px;
}

.ladies .second-main .bigTitle {
    display: inline-block;
    font-size: 60px;
    margin-bottom: 40px;
}

.ladies-section h3 {
    color: #666666;
    padding: 3% 5%;
    position: relative;
    z-index: 2;
}

.ladies-section:nth-child(odd) h3 {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/ladies/ladies_txt_bg_right.png) no-repeat left top;
    background-size: 100% auto;
    width: 550px;
    height: 164px;
    margin: 0 0 0 auto;
}

.ladies-section:nth-child(even) h3 {
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/ladies/ladies_txt_bg_left.png) no-repeat left top;
    background-size: 100% auto;
    width: 550px;
    height: 164px;
    margin: 0 auto 0 0;
}

.ladies-section .section-box {
    background-color: #fff;
    margin-top: -30px;
}

.ladies-section .txt-box {
    width: 65%;
    padding: 5%;
}

.ladies-section .txt-box h4 {
    font-weight: bold;
    margin-bottom: 30px;
}

.ladies-section .txt-box h4 span {
    display: block;
}

.ladies-section .txt-box ul {
    margin-left: 0;
}

.ladies-section .txt-box ul li {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

.ladies-section .txt-box ul li:before {
    content: "";
    display: block;
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/ladies/icon_check.png) no-repeat left center;
    background-size: 22px 22px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 22px;
    height: 22px;
}

.ladies-section .txt-box p {
    font-weight: bold;
}

.ladies-section .pic {
    width: 35%;
}

.ladies-section.bgYellow {
    background-color: #fdfd9b;
}

.ladies-section:nth-child(4) .section-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ladies-section:nth-child(4) .pic {
    width: 40%;
}

.ladies-section:nth-child(4) .txt-box {
    width: 60%;
    padding: 4% 5%;
}

.ladies-menu-section {
    background-color: #b7e3e8;
}

.ladies-menu-section .sub {
    margin-bottom: 20px;
}

.ladies-menu-section .sub span.fs18 {
    font-weight: bold;
    margin-right: 15px;
}

.ladies-menu-section .pickup-menu-box {
    background-color: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 20px;
}

.ladies-menu-section .naiyou,
.ladies-menu-section .pickup-menu-img {
    width: 50%;
}

.ladies-menu-section .naiyou {
    padding: 4%;
}

.ladies-menu-section .naiyou .cat {
    margin-bottom: 10px;
}

.ladies-menu-section .naiyou .kouka {
    font-weight: bold;
    margin-bottom: 15px;
}

.ladies-menu-section .naiyou .name {
    color: #cc6666;
    margin-bottom: 20px;
}

.ladies-menu-section .naiyou .price {
    font-weight: bold;
    margin-bottom: 15px;
}

.ladies-menu-section .naiyou .end {
    font-weight: bold;
}

.course-area {
    background-color: #fff;
    padding: 10px;
}

.course-area .sub-main {
    background-color: #aeb7b0;
    position: relative;
    overflow: hidden;
}

.course-area .sub-main .sub-catch {
    width: 60%;
    position: relative;
    z-index: 2;
    padding: 12% 6%;
}

.course-area .sub-main .sub-catch span {
    display: block;
    font-weight: bold;
}

.course-area .sub-main .pic {
    width: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.course-area .course-list li {
    position: relative;
}

.course-area .course-list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.course-area .course-list .left,
.course-area .course-list .right {
    width: 50%;
}

.course-area .course-list .left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 5%;
}

.course-area .course-list h4 {
    color: #cc6666;
}

.course-area .course-list h4,
.course-area .course-list .price {
    margin-bottom: 30px;
}

.course-area .course-list .price {
    font-weight: bold;
}

.course-area .course-list li .plus-catch {
    position: absolute;
    top: -35px;
    width: 251px;
    height: 119px;
    font-weight: bold;
    padding: 2% 4%;
}

.course-area .course-list li.sp01 .plus-catch {
    left: -40px;
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/ladies/menu_bg_left.png) no-repeat left top;
    background-size: 100% auto
}

.course-area .course-list li.sp02 .plus-catch {
    right: -40px;
    background: url(/import/tenant_28/www.salon-de-lavie.tokyo/import/tenant_1/153.126.207.235/html/images/ladies/menu_bg_right.png) no-repeat right top;
    background-size: 100% auto
}

.course-area .course-list li .plus-catch span {
    display: block;
    color: #cc3333;
}

.point-menu-area h4 {
    text-align: center;
    margin-bottom: 40px;
}

.point-menu-area .upper,
.point-menu-area .shoulder {
    margin-bottom: 40px;
}

.point-menu-area .oriSize {
    width: 30%;
    margin: 0 1.666% 0;
}

.point-menu-area dl dt {
    color: #cc6666;
    margin-bottom: 20px;
}

.point-menu-area dl .thumb {
    margin-bottom: 15px;
}

.point-menu-area dl .price {
    font-weight: bold;
    margin-bottom: 15px;
}

.ladies-voice-section .sub {
    margin-bottom: 30px;
}

.voice-list {
    background-color: #fff;
    padding: 5%;
}

.voice-list li {
    border-bottom: 1px solid #cdcdcd;
    padding: 40px 0;
}

.voice-list li:first-child {
    border-top: 1px solid #cdcdcd;
}

.voice-list .data-box {
    width: 55%;
}

.voice-list .data-box dl {
    margin-bottom: 20px;
}

.voice-list .data-box dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.voice-list .pic {
    width: 40%;
}

.ladies-form-section {
  display: none;
}

.ladies-form-section h4 {
    color: #fff;
    margin-bottom: 40px;
}

.ladies-form-section .btn {
    background-color: #dca0a0;
}

.ladies #footer {
    background-color: #d18989;
}

.ladies #footer p,
.ladies #footer dd,
.ladies #footer a {
    color: #fff !important;
}

.ladies .second-title:after {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .ladies .ladies_catch {
        width: 98%;
        margin: 0 auto;
    }

    .ladies .second-main .bigTitle {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .ladies .second-main .topMsg {
        margin-bottom: 10px;
    }

    .ladies .second-main .endMsg {
        font-size: 14px;
        line-height: 1em;
    }

    .ladies .page-title-area {
        padding: 0;
        margin: 0 auto;
    }

    .ladies .second-main h2 {
        width: 60%;
        margin: 0 0 0 auto;
        padding: 9% 0;
    }

    .ladies-section h3 {
        padding: 2% 5%;
    }

    .ladies-section:nth-child(odd) h3,
    .ladies-section:nth-child(even) h3 {
        width: 350px;
        height: 120px;
    }

    .ladies-section .txt-box {
        width: 100%;
    }

    .ladies-section .pic {
        width: 55%;
        margin: 0 auto;
    }

    .ladies-section:nth-child(4) .txt-box {
        width: 100%;
    }

    .ladies-section:nth-child(4) .pic {
        width: 55%;
    }

    .ladies-menu-section .naiyou {
        width: 100%;
    }

    .ladies-menu-section .pickup-menu-img {
        width: 70%;
        margin: 0 auto;
    }

    .course-area .sub-main .sub-catch {
        width: 70%;
    }

    .course-area .course-list li {
        margin: 60px 0;
    }

    .course-area .course-list li .plus-catch {
        width: 215px;
        height: 100px;
        top: -90px;
    }

    .course-area .course-list h4,
    .course-area .course-list .price {
        margin-bottom: 15px;
    }

    .course-area .course-list li.sp01 .plus-catch {
        left: -20px;
    }

    .course-area .course-list li.sp02 .plus-catch {
        right: -20px;
    }

}

@media only screen and (max-width: 599px) {
    .ladies .second-main h2 {
        width: 100%;
    }

    .ladies .second-main .bigTitle {
        font-size: 24px;
    }

    .ladies .second-main .pic {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }

    .ladies-section:nth-child(odd) h3,
    .ladies-section:nth-child(even) h3 {
        width: 300px;
        font-size: 18px;
    }

    .course-area .sub-main .sub-catch {
        width: 100%;
        padding: 5%;
    }

    .course-area .course-list .left,
    .course-area .course-list .right {
        width: 100%;
    }

    .point-menu-area .oriSize {
        width: 47%;
        margin: 0 1.5%;
    }

    .voice-list .data-box {
        width: 100%;
    }

    .voice-list .pic {
        width: 80%;
        margin: 0 auto;
    }
    .course-area .course-list li.sp01 .plus-catch {
      text-align: center;
    }
    .course-area .sub-main .sub-catch {
      font-size: 20px;
    }
}

/* voice */
.voice-section .inner {
    position: relative;
    z-index: 5;
}

.voice-section h3,
.voice-section .sub {
    color: #fff;
}

.voice-section .sub {
    margin-bottom: 30px;
}

/* item */
.item-section .inner {
    position: relative;
    z-index: 5;
}

.item-section h3,
.item-section .sub {
    color: #fff;
}

.item-section .sub {
    margin-bottom: 30px;
}

.item-section .item-list {
    background-color: #fff;
    margin-bottom: 30px;
}

.item-section .item-list ul {
    max-width: 700px;
    margin: 0 auto;
    padding: 5% 0;
}

.item-section .item-list ul li {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}

.item-section .item-list ul li .pic {
    margin-bottom: 10px;
}

.item-section .item-list dt {
    font-weight: bold;
    margin-bottom: 20px;
}

.item-detail .item-single {
    padding: 3%;
    position: relative;
}

.item-detail .item-single .left {
    width: 45%;
    position: relative;
    z-index: 2;
}

.item-detail .item-single .left li {
    width: 30%;
    border-bottom: none;
    cursor: pointer;
}

.item-detail .item-single .right {
    width: 60%;
    background-color: #434343;
    position: absolute;
    right: 3%;
    top: 8%;
    padding: 15%;
}

.item-detail .item-single .right p,
.item-detail .item-single .right dt,
.item-detail .item-single .right dd {
    color: #fff;
}

.item-detail .item-single .bland-name {
    color: #a09357 !important;
    margin-bottom: 10px;
}

.item-detail .item-single .item-name {
    margin-bottom: 20px;
}

.item-detail .item-single .msg {
    margin-bottom: 20px;
}

.item-detail .item-single .tokutyou {
    margin-bottom: 30px;
}

.item-detail .item-single .price {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 0 10px;
    margin-bottom: 20px;
}

.item-detail .item-single .price dt {
    margin-bottom: 0;
    margin-right: 30px;
}

.item-detail .item-single .soldout {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.item-detail .item-single .arrival {
    background-color: #a09357;
    text-align: center;
}

.item-detail .item-single .arrival a {
    display: block;
    padding: 20px 0;
    color: #fff;
}

.item-detail .back {
    background-color: #fff;
    width: 30%;
    max-width: 200px;
    margin: 0 auto;
}

.item-detail .back a {
    display: block;
    text-align: center;
    padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
    .item-detail .item-single .right {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
    }

    .item-detail .item-single .left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .item-detail .item-single .left .mainpic,
    .item-detail .item-single .left ul {
        width: 47%;
    }

    .item-detail .item-single .right {
        padding: 5%;
    }
}

@media only screen and (max-width: 599px) {

    .item-detail .item-single .left .mainpic,
    .item-detail .item-single .left ul {
        width: 100%;
    }

    .item-detail .back {
        width: 100%;
    }
}

/* post blog news */
.post-section .inner {
    position: relative;
    z-index: 5;
}

.post-section h3 {
    color: #fff;
}

.post-section .post-list {
    width: 65%;
}

.post-section .post-side {
    width: 30%;
}

.post-section .post-list .post-list-pack {
    background-color: #fff;
    border: 1px solid #050505;
}

.post-section .post-list .txt-box {
    padding: 3% 2%;
}

.post-section .post-list .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.post-section .post-list .txt {
    margin-bottom: 20px;
}

.post-section .post-list .data {
    color: #666666;
}

.post-section .post-list .data .day {
    display: inline-block;
    margin-right: 20px;
}

.post-section .post-list .num01 {
    width: 100%;
}

.post-section .post-list .num02 {
    width: 50%;
}

.post-section .post-list .num03 {
    width: 33.33%;
}

.post-section .pagenav a {
    color: #fff;
}

.post-side li {
    background-color: #111;
    text-align: center;
    margin-bottom: 5px;
}

.post-side li a {
    padding: 20px 0;
    color: #fff;
    display: block;
    position: relative;
}

.post-side li a:before {
    content: '▶';
    color: #ff0000;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.post-side .cat-box {
    margin-bottom: 100px;
}

.post-section .post-single-box {
    background-color: #fff;
    margin-bottom: 50px;
}

.post-section .post-single-box .single-cont {
    padding: 4%;
}

.single .post-cont .back {
    text-align: center;
}

.single .post-cont .back a {
    border-bottom: 1px solid #707070;
    color: #fff;
}

.recommend-area .sub {
    color: #fff;
    margin-bottom: 40px;
}

.recommend-area h3 {
    margin-bottom: 0;
}

.recommend-area ul {
    width: 65%;
}

.recommend-area dt {
  margin-bottom: 10px;
}

.recommend-area dd a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {

    .post-section .post-list,
    .post-section .post-side {
        width: 100%;
    }

    .post-section .pagenav {
        margin-bottom: 50px;
    }

    .post-side ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .post-side li {
        width: 30%;
        border: 1px solid #fff;
    }

    .recommend-area ul {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {

    .post-section .post-list .num02,
    .post-section .post-list .num03 {
        width: 100%;
    }

    .post-side li {
        width: 47%;
        margin-bottom: 4%;
    }
    .single .post-cont .back {
      margin-bottom: 30px;
    }
    .post-side li a:before {
      left: 5px;
    }
}

/* faq */
.faq-section .inner {
    position: relative;
    z-index: 5;
}

.faq-section h3 {
    font-size: 72px;
    color: #666666;
    margin: 0;
}

.faq-section .sub {
    color: #666666;
    margin-bottom: 40px;
}

.faq-section .qa-box {
    background-color: #fff;
    padding: 5% 10%;
}

.faq-section .qa-box li {
    margin-bottom: 60px;
}

.faq-section .qa-box dt {
    font-weight: bold;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 40px;
}

.faq-section .qa-box dt,
.faq-section .qa-box dd {
    position: relative;
    padding-left: 40px;
}

.faq-section .qa-box dt:before,
.faq-section .qa-box dd:before {
    display: block;
    font-size: 36px;
    font-family: 'ButlerRegular';
    color: #666666;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.faq-section .qa-box dt:before {
    content: "Q";
    font-weight: normal;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.faq-section .qa-box dd:before {
    content: "A";
}

.faq-section .qa-box dt.on:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-section .qa-box dt:after {
    content: "▼";
    color: #a09357;
    display: block;
    position: absolute;
    right: 5%;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media only screen and (max-width: 1024px) {
    .faq-section h3 {
        font-size: 42px;
    }

    .faq-section .qa-box {
        padding: 5%;
    }
}

@media only screen and (max-width: 599px) {
    .faq-section h3 {
        font-size: 32px;
    }

    .faq-section .qa-box {
        padding: 40px 2% 20px;
    }
}

/* salon_info */
.salon-info-section {
    padding-bottom: 15%;
}

.salon-info-section .posi-over {
    position: relative;
    z-index: 5;
    padding: 100px 0;
}

.salon-info-section .posi-over h4 {
    color: #fff;
    text-align: center;
}

.salon-info-section .shape {
    background-color: #181818;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    overflow: hidden;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.salon-info-section .strong-list .shape:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.salon-info-section .strong-txt {
    background-color: #181818;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.salon-info-section .strong-txt p {
    color: #fff;
}

.salon-info-section .strong-txt-box {
    width: 65%;
    margin: 0 auto;
    padding: 20% 0 10%;
}

.salon-info-section .strong-txt-box .strong-point span,
.salon-info-section .no-shape .strong-point span {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
}

.salon-info-section .strong-point,
.salon-info-section .logo {
    margin-bottom: 5px;
}

.salon-info-section .strong-title {
    margin-bottom: 20px;
}

.salon-info-section .strong-txt,
.salon-info-section .strong-img {
    width: 50%;
    overflow: hidden;
}

.salon-info-section .strong-img {
    position: relative;
    overflow: hidden;

}

.salon-info-section .strong-img p {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0) skewY(-10deg);
    -ms-transform: translate(-50%, 0) skewY(-10deg);
    transform: translate(-50%, 0) skewY(-10deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.salon-info-section .strong-list .shape:nth-child(even) .strong-img p {
    -webkit-transform: translate(-50%, 0) skewY(-10deg) scale(1.7);
    -ms-transform: translate(-50%, 0) skewY(-10deg) scale(1.7);
    transform: translate(-50%, 0) skewY(-10deg) scale(1.7);
}

.salon-info-section .no-shape p {
    color: #fff;
}

.no-shape {
    padding: 20% 0 0 0;
}

.no-shape .sub-box .flexb {
    background-color: #181818;
}

.no-shape .sub-box .title {
    margin-bottom: 35px;
}

.no-shape .sub-box .left,
.no-shape .sub-box .right {
    width: 50%;
}

.no-shape .inner .sub-box:nth-child(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.no-shape .sub-box .left {
    padding: 5%;
}

.no-shape .subtitle {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {

    .salon-info-section .strong-txt,
    .salon-info-section .strong-img {
        width: 100%;
    }

    .salon-info-section .strong-txt-box {
        width: 94%;
        padding: 10% 0;
    }

    .salon-info-section .strong-img:after {
        content: "";
        display: block;
        padding-top: 40%;
    }

    .salon-info-section .strong-img p {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .salon-info-section .strong-list .shape:nth-child(even) .strong-img p {
        -webkit-transform: translate(-50%, -50%) skewY(-10deg) scale(1);
        -ms-transform: translate(-50%, -50%) skewY(-10deg) scale(1);
        transform: translate(-50%, -50%) skewY(-10deg) scale(1);
    }

    .no-shape .sub-box .left {
        width: 100%;
    }

    .no-shape .sub-box .right {
        width: 70%;
        margin: 0 auto;
    }

    .no-shape .subtitle {
        font-size: 34px;
    }
}

@media only screen and (max-width: 599px) {
    .no-shape .sub-box .right {
        width: 100%;
    }

    .no-shape .subtitle {
        font-size: 26px;
    }
}

/* coupon */

.coupon-section .inner {
    position: relative;
    z-index: 5;
}

.coupon-section h3 {
    color: #fff;
}

.coupon-section .coupon-list-txt {
    color: #fff;
    margin-bottom: 30px;
}

.coupon-section .coupon-list {
    background-color: #fff;
    padding: 5%;
}

.coupon-section .coupon-list .coupon-list-box {
    position: relative;
    padding: 2% 0;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 40px;
}

.coupon-section .coupon-list .coupon-logo {
    position: absolute;
    right: 0;
    bottom: 4%;
}

.coupon-section .coupon-list .cat {
    width: 3%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    background-color: #434343;
    color: #fff;
    margin-right: 3%;
}

.coupon-section .coupon-list .cat span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    letter-spacing: 2em;
}

.coupon-section .coupon-list .coupon-data-box {
    width: 90%;
}

.coupon-section .coupon-data-box .coupon-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.coupon-section .coupon-data-box .coupon-title-msg {
    margin-bottom: 10px;
}

.coupon-section .coupon-data-box .coupon-name {
    color: #ff6666;
    margin-bottom: 30px;
}

.coupon-section .coupon-data-box .coupon-name span {
    padding-right: 10px;
    vertical-align: bottom;
}

.coupon-section .coupon-data-box .pic {
    width: 25%;
}

.coupon-section .coupon-data-box .coupon-data-txt {
    width: 65%;
    padding-left: 5%;
}

@media only screen and (max-width: 1024px) {
    .coupon-section .coupon-list .cat {
        width: 10%;
    }

    .coupon-section .coupon-list .coupon-data-box {
        width: 80%;
    }

    .coupon-section .coupon-data-box .coupon-data-txt {
        width: 100%;
        padding: 0;
    }

    .coupon-section .coupon-data-box .pic {
        width: 45%;
        margin-bottom: 20px;
    }

    .coupon-section .coupon-data-box .coupon-name {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .coupon-section .coupon-list .coupon-list-box {
        padding: 5% 0;
    }

    .coupon-section .coupon-list .cat {
        -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
        writing-mode: unset;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .coupon-section .coupon-list .cat span {
        position: relative;
        left: auto;
        top: auto;
    }

    .coupon-section .coupon-list .coupon-data-box {
        width: 100%;
    }

    .coupon-section .coupon-data-box .pic {
        width: 100%;
    }

    .coupon-section .coupon-list {
        padding: 10% 5%;
    }
}

/* 上書き */
.pagenav li {
    border-bottom: none !important;
}

.pagenav li:first-child {
    border-top: none !important;
}

.form .btn {
  padding: 0;
}

.form .btn button {
  width: 100%;
  padding: 10px 0;
}

/* 追加 */
.recinfo-section .contact-end-msg,
.recruit-form-area .contact-end-msg {
  color: #111;
  text-align: center !important;
  line-height: 1.8em !important;
}
.naiyoukakunin {
  margin-bottom: 40px;
  text-align: center;
  color: #111;
}

.form .btn.back {
    margin-top: 30px;
    background-color: #7c7c7c;
}

.ladies-form-section .btn.back {
    background-color: #e9cccc;
}

/* 編集画面 */
#gnav ul li a[data-element-id] {
    pointer-events: none;
}

#gnav div div p a[data-element-id] {
    pointer-events: none;
}
.item-section .back[data-element-id] {
    margin-top: 25%;
}
.ladies-form-section[data-element-id] {
    display: block;
}

/* 追加 */
@media only screen and (max-width: 599px) {
 .mainimg .uk-slideshow {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); 
}

  .uk-slideshow {
    width: 120% !important;
  } 
  .mainimg .uk-slidenav-position:after {
    padding-top: 75%;
  }
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  p {
    font-size: 16px;
  }
h2 {
        /* font-size: 28px; */
        font-size: 30px;
    }

    h3 {
        /* font-size: 22px; */
        font-size: 24px;
        margin-bottom: 30px;
    }

    h4 {
        /* font-size: 18px; */
        font-size: 20px;
    }

    h5 {
        /* font-size: 16px; */
        font-size: 18px;
    }
.fs10 {
    font-size: 12px;
}

.fs12 {
    font-size: 14px;
}

.fs14 {
    font-size: 16px;
}

.fs16 {
    font-size: 18px;
}
    .fs18 {
        font-size: 18px;
    }

    .fs20 {
        font-size: 20px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 22px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 24px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 26px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 28px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 30px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 32px;
    }

    .fs46 {
        font-size: 34px;
    }
}

@media screen and (max-width:599px) {
  .tel a {
    text-decoration: underline;
    font-size: 20px!important;
  }
  .tel:after {
    display: block;
    content: "タップすると電話がかかります。";
text-decoration: none;
font-size: 18px!important;
  }
}

    /*ラフマ用ロゴ画像の高さ-適宜変更してください-*/
    .logo img{
        height: 90px !important;
        width: auto;
    }
    
    /*ラフマ用メインビジュアル*/
	.main_visual_zone {
		position: relative;
		overflow: hidden;
		height: 600px;
	}
	.main_visual_zone img {
		width: 100%;
	}
	.main_visual_zone .photo:after {
		padding-top: 500px;
		content: '';
		display: block;
		position: absolute;
		top: 0;
	}
	.main_visual_zone .text_box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	/*ラフマ用トリミング*/
	.trimmingInner {
		width: 100%;
		position: relative;
		display: block;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
