<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */



.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

.mincho {
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
}

.arial {
    font-family: arial,
        sans-serif;
}

.galdeno {
    font-family: 'Galdeano',
        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: #202020;
    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;
}

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: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.fs48 {
    font-size: 48px;
}

.fs50 {
    font-size: 50px;
}

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

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

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);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-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: 100%;
    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: 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: 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: 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: 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: 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%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-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: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.itemend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -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&gt;div[data-collection-list-content],
.flexc&gt;div[data-collection-list-content],
.flexs&gt;div[data-collection-list-content],
.flexb&gt;div[data-collection-list-content] {
    width: 100%;
}

.flex&gt;div[data-recommend-collection-list-content],
.flexc&gt;div[data-recommend-collection-list-content],
.flexs&gt;div[data-recommend-collection-list-content],
.flexb&gt;div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex&gt;div[data-collection-filtered-content],
.flexc&gt;div[data-collection-filtered-content],
.flexs&gt;div[data-collection-filtered-content],
.flexb&gt;div[data-collection-filtered-content] {
    width: 100%;
}

.flex&gt;div[data-collection-archive-content],
.flexc&gt;div[data-collection-archive-content],
.flexs&gt;div[data-collection-archive-content],
.flexb&gt;div[data-collection-archive-content] {
    width: 100%;
}

.flex&gt;div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc&gt;div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs&gt;div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb&gt;div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex&gt;div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc&gt;div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs&gt;div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb&gt;div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex&gt;div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc&gt;div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs&gt;div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb&gt;div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex&gt;div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc&gt;div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs&gt;div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb&gt;div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -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: 1000px;
    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: 45%;
    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;
    }

    .fs48 {
        font-size: 32px;
    }

    .fs50 {
        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);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-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;
    }

    .fs48 {
        font-size: 32px;
    }

    .fs50 {
        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 */

.head-area {
    position: absolute;
    left: 50%;
    top: 20px;
    z-index: 6;
    max-width: 1000px;
    width: 92%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

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

@media only screen and (max-width: 599px) {
    .head-area {
        left: 5px;
        top: 5px;
        -webkit-transform: none;
        transform: none;
        max-width: auto;
        width: 25%;
    }
}

/* footer */
.foot-reserve {
    background: url(#) repeat left top;
    padding: 40px 0;
}

.foot-reserve p {
    text-align: center;
}

.foot-reserve a {
    color: #fff;
}

.foot-nav {
    background: #323232;
}

.foot-nav ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 13%;
    text-align: center;
    margin-bottom: 15px;
}


.foot-nav ul li a {
    color: #fff;
    display: block;
}

.foot-nav ul li a span {
    display: block;
}

.foot-data {
    background: #000;
}

.foot-data p {
    text-align: center;
    color: #fff;
}

.foot-data .foot-logo {
    max-width: 127px;
    margin: 0 auto 30px;
}

.foot-data .add,
.foot-data .time {
    margin-bottom: 15px;
}

.foot-data .time span {
    display: block;
}

.foot-data .hori {
    margin-bottom: 50px;
}

.totop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.totop a {
    display: block;
}

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

@media only screen and (max-width: 599px) {
    .totop {
        width: 35px;
        height: 35px;
    }
}

/* common */

/* btn */

.btn {
    border: 1px solid #000;
    margin: 0 auto;
    text-align: center;
}

.btn a {
    display: block;
    padding: 4% 0;
    color: #202020;
}

.w25 {
    width: 25%;
}

/* bkimg用 */
.posi {
    position: relative;
    overflow: hidden;
}

.posi-in {
    position: relative;
    z-index: 5;
}



.second .key {
    position: relative;
    overflow: hidden;
}

.second .key img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.7;
}

.second .key div {
    position: relative;
    overflow: hidden;
}

.second .key div:after {
    padding-top: 30%;
    content: '';
    display: block;
}

.second h2 {
    text-align: center;
    margin-bottom: 50px;
}

.second h2 span {
    display: block;
    line-height: 120%;
}



.groval-nav {
    padding: 30px 0;
}

.groval-nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 100%;
}

.groval-nav.fixed .grv-head {
    text-align: center;
}

.groval-nav .grv-head {
    width: 21%;
}

.groval-nav ul {
    width: 79%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#gnav {
    display: none;
}

.groval-nav ul li a {
    position: relative;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}

.groval-nav ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.groval-nav ul li a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.groval-nav ul li a:hover:before,
.groval-nav ul li a:focus:before {
    color: #202020;
    text-shadow: 10px 0 #202020,
        -10px 0 #202020;
}

/* パンくず */
.breadcrumbs {
    background: #232323;
    padding: 10px 0;
}

.breadcrumbs ul {
    width: 92%;
    max-width: 1000px;
    margin: auto;
}

.breadcrumbs a,
.breadcrumbs li p {
    color: #fff;
}

.breadcrumbs li:not(:last-child):after {
    content: "&gt;";
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}

/* 見出しボーダー */
.bodd {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.bodd:before {
    content: "";
    display: block;
    background: #232323;
    width: 7%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.bodd:after {
    content: "";
    display: block;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}


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

    #gnav {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .w25 {
        width: 50%;
    }
}

/* index */
.index .mainkey {
    position: relative;
}

.index h3 span {
    display: block;
    line-height: 100%;
}

.index .catch-area {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
}

.index .catch {
    font-size: 75px;
    line-height: 90%;
    color: #fff;
    margin-bottom: 2%;
}

.index .catch-box .databox p {
    color: #fff;
    line-height: 200%;
}

.index .catch-box .databox .tel a {
    color: #fff;
}

.index .catch-box .reserve a {
    color: #fff;
    padding: 4% 0;
    display: block;
}

.index .catch-box .reserve {
    border: 1px solid #fff;
    width: 25%;
    text-align: center;
}

.index .top-news-post .sechead {
    width: 25%;
}

.index .top-news-post .sechead span {
    display: block;
    line-height: 100%;
}

.index .top-news-post .news-list {
    width: 75%;
}

.index .top-news-post .news-list dl {
    margin-bottom: 4%;
}

.index .top-news-post .news-list dt {
    color: #848a96;
    width: 12%;
}

.index .top-news-post .news-list dd {
    width: 88%;
}

.index .top-concept {
    padding-bottom: 50px;
}

.index .top-concept .inner {
    position: relative;
    padding: 0;
    margin-bottom: 50px;
}

.index .top-concept .pic {
    width: 40%;
}

.posiR {
    position: relative;
}

.index .top-concept-area .posiR {
    padding-top: 50px;
}

.index .top-concept-area .txt-pack {
    background: #f0f0f0;
    width: 62%;
    position: absolute;
    right: 2%;
    bottom: 0;
    padding: 0 4% 4%;
}

.index .top-concept-area .txt-pack h3 {
    position: absolute;
    left: 0;
    top: -15%;
}

.index .top-concept .txt-pack h3 span {
    display: block;
    line-height: 100%;
}

.index .top-concept-area .txt-pack dt {
    margin-bottom: 30px;
}

.index .top-concept-area .txt-pack dd {
    margin-bottom: 30px;
}

.index .top-concept .btn {
    border: 1px solid #000;
    text-align: center;
    width: 50%;
}

.index .top-concept .btn a {
    display: block;
    padding: 4% 0;
}

.cont-num {
    color: #848a96;
    position: relative;
    z-index: 2;
}

.cont-num .int {
    letter-spacing: -4px;
}

.cont-num .txt {
    vertical-align: baseline;
}

.top-concept-area .cont-num {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 10px;
    bottom: 0;
    z-index: 2;
}

.top-concept-area .cont-num .txt {
    vertical-align: top;
}


.top-concept .top-info-area .txt-pack,
.top-concept .top-info-area .map-area {
    width: 50%;
}

.top-concept .top-info-area .map-area .map {
    height: 100%;
}

.top-concept .top-info-area .inbox {
    width: 80%;
    margin: 0 auto;
}

.top-concept .top-info-area .inbox h3,
.top-concept .top-info-area .inbox .sub {
    margin-bottom: 30px;
}

.top-concept .top-info-area .inbox dl {
    margin-bottom: 25px;
}

.top-concept .top-info-area .inbox dt {
    width: 20%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.top-concept .top-info-area .inbox dd {
    width: 80%;
}

.top-concept .top-info-area .cont-num {
    margin-top: -10px;
}

.top-gallery h3 {
    text-align: center;
}

.top-gallery .top-gallery-title {
    background: hsl(180deg 1% 14%);
}

.top-gallery li.flex,
.top-gallery .top-gallery-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
        -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.top-gallery div .cont-num {
    color: #fff;
    margin: 0 auto 15px;
    text-align: center;
}

.top-gallery .btn {
    border: 1px solid #fff;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.top-gallery .btn a {
    display: block;
    padding: 4% 0;
    color: #fff;
}

.top-menu {
    padding: 50px 0;
}

.top-menu .inner {
    background: #fff;
    padding: 50px;
}

.top-menu .bkimg.filter:before {
    background: rgba(0, 0, 0, 0.6);
}

.top-menu h3 {
    text-align: center;
}

.top-menu .menu-cat {
    padding: 1% 4%;
    margin-bottom: 20px;
}

.top-menu ul li dl {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.top-menu ul li dl dt {
    width: 30%
}

.top-menu ul li dl dd {
    width: 70%;
    text-align: right;
}

.coupon-banner {
    border: 2px solid #1e2f51;
    position: relative;
    background-size: auto auto;
    background-color: rgba(87, 102, 131, 1);
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(103, 120, 154, 1) 5px, rgba(103, 120, 154, 1) 10px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(103, 120, 154, 1) 5px, rgba(103, 120, 154, 1) 10px);
}

.coupon-banner a {
    display: block;
}

/* .coupon-banner dl {
    padding: 3% 0;
} */

.coupon-banner dt {
    margin-bottom: 10px;
}

.coupon-banner dt,
.coupon-banner dd {
    color: #fff;
    text-align: center;
}

.coupon-banner a {
    position: relative;
}

.coupon-banner .inbox:before,
.coupon-banner .inbox:after,
.coupon-banner .subinbox:before,
.coupon-banner .subinbox:after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}

.coupon-banner .inbox:before {
    background: url(#) no-repeat left top;
    left: 2px;
    top: 2px;
}

.coupon-banner .inbox:after {
    background: url(#) no-repeat left bottom;
    left: 2px;
    bottom: 2px;
}

.coupon-banner .subinbox:before {
    background: url(#) no-repeat right top;
    right: 2px;
    top: 2px;
}

.coupon-banner .subinbox:after {
    background: url(#) no-repeat right bottom;
    right: 2px;
    bottom: 2px;
}

.top-menu .cont-num {
    position: absolute;
    bottom: 0;
    max-width: 1000px;
    width: 92%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: right;
    color: #fff;
}

.top-menu .cont-num .int {
    margin-right: 10px;
}

.top-pickup {
    background: #f4ede2;
    padding: 7% 0;
    position: relative;
}

.top-pickup .inner {
    background: #fff;
}

.top-pickup .top-spa {
    position: relative;
}

.top-pickup .top-spa .txt-pack {
    position: relative;
}

.top-pickup .top-spa .cont-num {
    position: absolute;
    left: 5%;
    bottom: 10%;
}

.top-pickup .txt-pack .inbox {
    position: relative;
    width: 45%;
    padding-bottom: 4%;
}

.top-pickup .posiR:nth-child(odd) .txt-pack .inbox {
    margin: 0 0 0 auto;
    padding-right: 4%;
    margin-bottom: 5%;
}

.top-pickup .posiR:nth-child(even) .txt-pack .inbox {
    margin: 0 auto 0 0;
    padding-left: 4%;
    margin-bottom: 5%;
}

.top-pickup .top-spa .txt-pack .inbox {
    margin-bottom: 0;
}

.top-pickup .txt-pack .inbox h3 {
    margin-bottom: 30px;
}

/* .top-pickup .top-spa .txt-pack h3 {
    position: absolute;
    top: -140px;
    left: 0;
} */

.top-pickup .top-spa .txt-pack {
    padding: 100px 0 30px;
}

.top-pickup .top-spa .txt-pack dt {
    margin-bottom: 20px;
}

.top-pickup .top-spa .txt-pack dd {
    line-height: 200%;
    margin-bottom: 30px;
}

.top-pickup .btn {
    width: 55%;
    margin: 0 auto 0 0;
}

.top-pickup .posiR .pic {
    width: 50%;
    position: absolute;
    top: 0;
}


.top-pickup .posiR:nth-child(odd) .pic {
    left: 0;
}

.top-pickup .posiR:nth-child(even) .pic {
    right: 0;
}

.top-pickup .top-spa .pic {
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.top-pickup .txt-pack .txt {
    margin-bottom: 30px;
}

.top-pickup .top-staff {
    position: relative;
}

.top-pickup .top-staff .inner {
    background: none;
}

.top-pickup .top-staff .staff-data {
    background: #fff;
    position: relative;
    padding: 8% 3% 3%;
}

.top-staff h3 {
    text-align: center;
}

.top-staff .staff-data .position {
    background: #232323;
    color: #fff;
    text-align: center;
    width: 35%;
    padding: 2% 0;
    letter-spacing: 2px;
    position: absolute;
    left: -10px;
    top: -12px;
}

.top-staff .staff-data dt {
    margin-bottom: 10px;
}

.top-staff .btn {
    width: 26%;
    background: #000;
    margin: 0 auto;
}

.top-staff .btn a {
    color: #fff;
}

.cont-num .fs80 {
    font-size: 80px;
}

.top-staff .cont-num {
    color: #ccb38c;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-recruit .bkimg.filter:before {
    background: rgba(0, 0, 0, 0.4);
}

.top-recruit h3,
.top-recruit dt,
.top-recruit dd,
.top-recruit .btn a {
    color: #fff;
    text-align: center;
}

.top-recruit dt,
.top-recruit dd {
    margin-bottom: 30px;
}

.top-recruit dd {
    line-height: 200%;
}

.top-recruit .btn {
    border-color: #fff;
    width: 25%;
}

.cont-num .fs55 {
    font-size: 55px;
}

.top-recruit .cont-num {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.top-blog {
    background: #f0f0f0;
}

.top-blog dl {
    background: #fff;
    -webkit-box-shadow: 8px 10px 32px -10px rgba(0, 0, 0, 0.43);
    -ms-box-shadow: 8px 10px 32px -10px rgba(0, 0, 0, 0.43);
    box-shadow: 8px 10px 32px -10px rgba(0, 0, 0, 0.43);
    padding: 4%;
}

.top-blog dt {
    margin-bottom: 10px;
}

.top-blog .btn {
    background: #000;
    width: 25%;
    margin: 0 auto 50px;
}

.top-blog .btn a {
    display: block;
    color: #fff;
}

.top-blog .inner {
    position: relative;
}

.top-blog .cont-num {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .index .catch {
        font-size: 42px;
    }

    .index .catch-box {
        width: 90%;
        margin: 0 auto;
    }

    .index .catch-box .reserve {
        width: 45%;
        margin: 0 0 0 auto;
    }

    .index .catch-box .databox p {
        line-height: 160%;
    }

    .index .catch-box .databox {
        margin-bottom: 2%;
    }

    .index .catch-area {
        top: 60%;
    }

    .index .top-concept-area .txt-pack {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
    }

    .index .top-concept-area .posiR {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 30px;
    }

    .index .top-concept-area .txt-pack h3 {
        position: relative;
        left: auto;
        top: auto;
    }

    .index .top-news-post .news-list dd,
    .index .top-news-post .news-list dt {
        width: 100%;
    }

    .index .top-news-post .news-list dt {
        margin-bottom: 5px;
    }

    .index .top-concept .pic {
        width: 60%;
        margin: 0 auto;
    }

    .top-concept .top-info-area .txt-pack,
    .top-concept .top-info-area .map-area {
        width: 100%;
    }

    .top-concept .top-info-area .txt-pack {
        margin-bottom: 30px;
    }

    .top-menu .bkimg,
    .top-recruit .bkimg {
        position: absolute;
    }

    .top-menu .bkimg img,
    .top-recruit .bkimg img {
        min-width: 1200px !important;
    }

    .top-menu .inner {
        padding: 4%;
    }

    .top-menu ul li dl dt,
    .top-menu ul li dl dd {
        width: 100%;
    }

    .top-pickup .posiR .pic,
    .top-pickup .top-spa .txt-pack h3 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .top-pickup .txt-pack .inbox {
        width: 94%;
        margin: 0 auto;
    }

    .top-pickup .top-spa .txt-pack {
        padding: 30px 0;
    }

    .top-pickup .top-spa .cont-num {
        bottom: -5%;
    }

    .top-pickup .posiR .pic {
        width: 70%;
        margin: 0 auto;
    }

    .top-pickup .inner {
        background: none;
    }

    .top-pickup .posiR {
        background: #fff;
    }

    .top-pickup .top-esthe {
        padding-bottom: 40px;
    }

    .top-pickup .btn {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 599px) {
    .index .catch {
        font-size: 20px;
    }

    .index .catch-box .databox p.fs14 {
        font-size: 10px;
        line-height: 120%;
    }

    .index .catch-box .reserve {
        position: absolute;
        top: 0;
        right: 45px;
        width: 35%;
        font-size: 12px;
    }

    .index .catch-area {
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    .index .catch-box .reserve a {
        padding: 2% 0;
    }

    .index .catch-box {
        padding-top: 30px;
        width: 96%;
    }

    .index .top-news-post .sechead {
        width: 100%;
        text-align: center;
    }

    .index .top-news-post .news-list {
        width: 100%;
    }

    .index .top-concept-area .txt-pack .posiR {
        padding-top: 0;
    }

    .top-concept-area .cont-num {
        left: 10%;
    }

    .index .top-concept .btn {
        margin-bottom: 20px;
    }

    .top-concept .top-info-area .inbox {
        width: 94%;
        margin: 0 auto;
    }

    .top-concept .top-info-area .inbox dt,
    .top-concept .top-info-area .inbox dd {
        width: 100%;
    }

    .top-concept .top-info-area .inbox dt {
        margin-bottom: 10px;
    }


    .top-menu {
        background: rgba(0, 0, 0, 0.6);
    }

    .top-menu .bkimg {
        display: none;
    }

    .top-staff .btn {
        width: 80%;
    }

    .cont-num .fs80 {
        font-size: 50px;
    }

    .top-pickup .top-staff .inner {
        padding-bottom: 60px;
    }

    .top-pickup .top-staff .gr321 {
        width: 80%;
    }

    .top-recruit .btn {
        width: 80%;
    }

    .top-recruit {
        padding-bottom: 50px;
    }

    .top-blog .btn {
        width: 80%;
    }

    .top-blog .gr321 {
        width: 80%;
    }

    .foot-nav ul li {
        width: 47%;
    }
}

/* menu */
.menu-section .pagelink {
    margin-bottom: 100px;
}

.menu-section .pagelink .list-inner {
    background: url(#) repeat;
    background-color: #848a96;
    text-align: center;

}

.menu-section .pagelink .list-inner a {
    color: #fff;
    display: block;
    padding: 4% 0;
    font-size: 16px;
}

.menu-cat {
    background: url(#) repeat;
    background: #a2a2a2;
    color: #fff;
}

.menu-section .menu-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.menu-section .menu-title:before {
    content: "";
    display: block;
    background: #232323;
    width: 7%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.menu-section .menu-title:after {
    content: "";
    display: block;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.menu-section .menu-title dt,
.menu-section .menu-title dd {
    font-weight: bold;
}

.menu-section .menu-box {
    padding: 50px 6% 0;
}

.menu-section .menu-box dl {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.menu-section .menu-pack {
    margin-bottom: 6%;
}

@media only screen and (max-width: 1024px) {
    .menu-section .menu-box {
        padding: 30px 2% 0;
    }

    .menu-section .menu-box dl {
        margin: 0 1.5% 30px;
    }

    .menu-section .menu-box dl dt,
    .menu-section .menu-box dl dd {
        width: 100%;
    }

    .menu-section .pagelink {
        margin-bottom: 50px;
    }

    .menu-section .menu-title:before {
        width: 13%;
    }
}

@media only screen and (max-width: 599px) {
    .menu-section .menu-title:before {
        width: 22%;
    }
}

/* staff staff_detail*/

.staff-section .staff-data {
    position: relative;
    padding: 8% 3% 3%;
}

.staff-section .staff-data .position {
    background: #232323;
    color: #fff;
    text-align: center;
    width: 35%;
    padding: 2% 0;
    letter-spacing: 2px;
    position: absolute;
    left: -10px;
    top: -12px;
}

.staff-section .staff-data dt {
    margin-bottom: 10px;
}

.staff.detail h2 .fs30 {
    color: #f45c5c;
}

.staff.detail .thumb {
    width: 25%;
}

.staff.detail .databox {
    width: 65%;
}

.staff.detail .databox dl {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}

.staff.detail .databox dl:first-child {
    border-top: 1px solid #e5e5e5;
}

.staff.detail .databox dl dt {
    width: 20%;
    color: #67789a;
}

.staff.detail .databox dl dd {
    width: 80%;
}

.tantou-section h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.tantou-section h3:before {
    content: "";
    display: block;
    background: #232323;
    width: 7%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.tantou-section h3:after {
    content: "";
    display: block;
    background: #e5e5e5;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tantou-section .btn {
    width: 30%;
    background: #000;
}

.tantou-section .btn a {
    color: #fff;
}

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

@media only screen and (max-width: 599px) {
    .staff.detail .thumb {
        width: 85%;
        margin: 0 auto 6%;
    }

    .staff.detail .databox dl dt,
    .staff.detail .databox dl dd,
    .staff.detail .databox {
        width: 100%;
    }

    .tantou-section .btn {
        width: 80%;
    }
}

/* salon_info */
.salon-pack {
    margin-bottom: 30px;
}

.salon-pack p {
    padding: 30px 0;
}

.salon-pack p span {
    display: block;
}

.salon-pack h3 {
    margin-bottom: 0;
}

.salon-pack .bodd:before {
    width: 15%;
}

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

@media only screen and (max-width: 599px) {
    .salon-pack p {
        padding: 15px 0;
    }
}

/* post blog news */
.post-list-area {
    width: 75%;
}

.post-side-area {
    width: 20%;
}

.post-list-area li {
    margin-bottom: 6%;
}

.post-list-area dl {
    padding: 4%;
}

.post-list-area a {
    display: block;
}

.post-side-area h3 {
    margin-bottom: 30px;
}

.post-side-area h3 span {
    display: block;
    line-height: 100%;
}

.post-side-area ul li {
    position: relative;
    margin-bottom: 4%;
}

.post-side-area ul li:before {
    content: "→";
    display: inline-block;
    padding-right: 15px;
}

.post-side-area .bodd:before {
    width: 40%;
}

.post-side-area .cat-area {
    margin-bottom: 100px;
}

/* pagenav */
.pagenav {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.pagenav ul {
    text-align: center;
    background: #000;
    width: 50%;
    margin: 0 auto;
}

.pagenav li {
    display: inline-block;
    margin: 0 5px;
    border-bottom: none;
    padding-bottom: 0;
    border-left: none;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
}

.pagenav li a {
    display: block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagenav .prev,
.pagenav .next {
    position: relative;
}

.pagenav .prev .i-arrow_otL:before,
.pagenav .next .i-arrow_otR:after {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
}

.pagenav .prev .i-arrow_otL:before {
    left: 0;
}

.pagenav .next .i-arrow_otR:after {
    right: 0;
}

.pagenav li.st a,
.pagenav li a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #202020;
}

.post-single .day {
    color: #848a96;
    margin-bottom: 10px;
}

.post-single .day,
.post-single .cat,
.post-single .title {
    text-align: center;
}

.post-single .cat {
    margin-bottom: 40px;
}

.post-single .title {
    margin-bottom: 60px;
}

.post-single .single-box img {
    display: block;
    margin-bottom: 10px;
}

.post-single .single-box {
    margin-bottom: 100px;
}

.post-single .btn {
    width: 30%;
    background: #000;
    margin: 0 auto 0 0;
}

.post-single .btn a:before {
    content: "&lt;";
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.post-single .btn a {
    color: #fff;
}

.blog .recommend {
    margin: 50px 0;
}

.recommend h3 span {
    display: block;
    line-height: 120%;
}

.blog .recommend .thumb,
.blog .recommend dt {
    margin-bottom: 8px;
}

.news .post-list-area dl {
    border-bottom: 1px solid #848a96;
    padding: 4% 4% 4% 0;
}

.news .post-list-area dt {
    color: #848a96;
    width: 20%;
}

.news .post-list-area li {
    margin-bottom: 0;
}

.news .post-list-area dd {
    width: 80%;
}

@media only screen and (max-width: 1024px) {
    .post-list-area {
        width: 100%;
        margin-bottom: 10%;
    }

    .pagenav ul {
        width: 70%;
    }

    .post-side-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .post-side-area .cat-area,
    .post-side-area .arc-area {
        width: 47%;
    }

    .post-side-area .arc-area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .post-side-area .arc-area ul li {
        width: 47%;
    }

    .post-single .btn {
        margin: 0 auto;
    }
}

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

    .pagenav li {
        margin: 0;
    }

    .post-side-area .cat-area,
    .post-side-area .arc-area {
        width: 100%;
    }

    .post-side-area h3 span {
        display: block;
        line-height: 140%;
    }

    .post-side-area .cat-area {
        margin-bottom: 50px;
    }

    .post-single .btn {
        width: 80%;
    }

    .news .post-list-area dt,
    .news .post-list-area dd {
        width: 100%;
    }
}

/* style_gallery */
.gallery-single-section {
    margin-bottom: 10%;
}

.gallery-single-section .pic-area {
    width: 55%;
}

.gallery-single-section .pic-area .main {
    width: 65%;
}

.gallery-single-section .pic-area .sub-pic {
    width: 30%;
}

.gallery-single-section .pic-area .sub-pic .sub {
    margin-bottom: 20px;
}

.gallery-single-section .databox {
    width: 42%;
}

.gallery-single-section .databox .name {
    color: #f45c5c;
    padding-bottom: 15px;
}

.gallery-single-section .style-data-box {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    margin-bottom: 20px;
}

.gallery-single-section .databox .title {
    color: #67789a;
    margin-bottom: 40px;
}

.gallery-single-section .databox dl.four {
    margin-bottom: 20px;
}

.gallery-single-section .databox dl.four dt,
.gallery-single-section .databox dl.four dd {
    width: 20%;
    text-align: center;
    padding: 4px 0;
}

.gallery-single-section .databox dl.ryou dt,
.gallery-single-section .databox dl.shitu dt,
.gallery-single-section .databox dl.futosa dt {
    width: 14%;
}

.gallery-single-section .databox dl.four dd {
    background: #bfbfbf;
    color: #fff;
}

.gallery-single-section .databox dl.kata dd {
    position: relative;
    width: 14%;
    padding-top: 50px;
}

.gallery-single-section .databox dl.kata dd:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 30px;
    height: 40px;
}

.gallery-single-section .databox dl.kata dd:first-of-type:before {
    background: url(/import/tenant_1/160.16.130.249/html/images/gallery/gallery_mark01.png) no-repeat center top;
}

.gallery-single-section .databox dl.kata dd:nth-of-type(2):before {
    background: url(/import/tenant_1/160.16.130.249/html/images/gallery/gallery_mark02.png) no-repeat center top;
}

.gallery-single-section .databox dl.kata dd:nth-of-type(3):before {
    background: url(/import/tenant_1/160.16.130.249/html/images/gallery/gallery_mark03.png) no-repeat center top;
}

.gallery-single-section .databox dl.kata dd:nth-of-type(4):before {
    background: url(/import/tenant_1/160.16.130.249/html/images/gallery/gallery_mark04.png) no-repeat center top;
}

.gallery-single-section .databox dl.kata dd:nth-of-type(5):before {
    background: url(/import/tenant_1/160.16.130.249/html/images/gallery/gallery_mark05.png) no-repeat center top;
}

.gallery-single-section .databox .comment {
    width: 90%;
    margin: 0 0 0 auto;
}

.stylegallery.detail .btn {
    width: 25%;
    background: #000;
    margin: 0 auto 0 0;
}

.stylegallery.detail .btn a {
    position: relative;
}

.stylegallery.detail .btn a:before {
    content: "&lt;";
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.stylegallery.detail .hvr-shut02 a {
    color: #fff;
    display: block;
}

.stylegallery.detail .hvr-shut02:hover a {
    color: #202020;
}


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

    .gallery-single-section .pic-area,
    .gallery-single-section .databox {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .gallery-single-section .databox dl.four dt {
        width: 100%;
    }

    .gallery-single-section .databox dl.four dd {
        width: 31%;
    }

    .gallery-single-section .databox dl.kata dd {
        margin-bottom: 4%;
    }

    .gallery-single-section .databox .title {
        margin-bottom: 20px;
    }

    .gallery-single-section .databox .comment {
        width: 100%;
    }
}

/* recruit */
.recruit h3 {
    font-weight: normal;
}

.recruit.second .key img {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.recruit-section {
    background: -webkit-gradient(linear, left top, right top, from(#f4ede2), color-stop(50%, #f4ede2), color-stop(50%, #eee4d4), to(#eee4d4));
    background: linear-gradient(90deg, #f4ede2 0%, #f4ede2 50%, #eee4d4 50%, #eee4d4 100%);
}

.recruit-num01 {
    background: url(#) repeat;
}

.recruit-num01 h3 {
    color: #fff;
    margin-bottom: 0;
}

.recruit-num01 .msg-box {
    background: #fff;
    padding: 4%;
}

.recruit-num01 .msg-box dt {
    font-weight: bold;
    margin-bottom: 40px;
}

.recruit-num01 .msg-box dd {
    line-height: 200%;
}

.recruit-num02,
.recruit-num03 {
    padding: 50px 0;
}

.recruit-num02 ul li .title {
    text-align: center;
}

.recruit-num02 ul li .pic {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
}

.recruit .etc {
    width: 35%;
    text-align: center;
}

.bodd.etc:before {
    width: 14%;
}

.recruit-num02 ul li {
    width: 26%;
}

.recruit-num03 dl dt {
    font-weight: bold;
    width: 15%;
}

.recruit-num03 dl dd {
    width: 85%;
}

.recruit-num03 dl {
    margin-bottom: 50px;
}

.recruit-num05 .bgwh {
    background: #fff;
}

.recruit-num04 h3 {
    margin-bottom: 0;
}

.recruit-num04 .staff-area {
    width: 25%;
}

.recruit-num04 .staff-area .pic {
    margin-bottom: 25px;
}

.recruit-num04 .staff-area .name {
    text-align: center;
}

.recruit-num04 .staff-area .name .fs30 {
    color: #ff6666;
}

.recruit-num04 .staff-area .name .fs10 {
    display: block;
    line-height: 100%;
}

.recruit-num04 .staff-voice-area {
    width: 65%;
}

.recruit-num04 .staff-voice-area dl {
    margin-bottom: 30px;
}

.recruit-num04 .staff-voice-area dt {
    border-bottom: 1px solid #e5e5e5;
    color: #ff6666;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.recruit .w33 {
    width: 33%;
}

.recruit-num05 li {
    margin-bottom: 5%;
    position: relative;
}

.recruit-num05 ul li:not(:first-child) {
    padding-top: 6%;
}

.recruit-num05 ul li:not(:first-child):before {
    content: "";
    display: block;
    background: url(#) no-repeat top center;
    background-size: 100% auto;
    width: 162px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.recruit-num05 .time {
    color: #fff;
}

.recruit-num05 .time span {
    background: #232323;
    display: inline-block;
    width: 40%;
    padding: 2px 0;
    text-align: center;
}

.recruit-num05 dl dt {
    color: #67789a;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    .recruit.second h2 {
        margin-bottom: 0;
    }

    .recruit .etc {
        width: 100%;
    }

    .recruit-num03 dl dt {
        width: 20%;
    }

    .recruit-num03 dl dd {
        width: 80%;
    }

    .recruit-num02,
    .recruit-num03 {
        padding: 30px 0;
    }

    .recruit-num05 .time {
        width: 15%;
    }

    .recruit-num05 .time span {
        width: 100%;
    }

    .recruit .recruit-num05 dl.w33 {
        width: 40%;
    }

    .recruit-num05 ul li:not(:first-child):before {
        background-size: 75% auto;
    }
}

@media only screen and (max-width: 1024px) {
    .recruit-num02 ul li {
        width: 100%;
        margin-bottom: 10%;
    }

    .recruit-num02 ul li .pic {
        width: 70%;
        margin: 0 auto 30px;
    }

    .recruit-num03 dl dt,
    .recruit-num03 dl dd {
        width: 100%;
    }

    .recruit-num03 dl dt {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .recruit-num04 .staff-area {
        width: 100%;
        margin-bottom: 6%;
    }

    .recruit-num04 .staff-area .pic {
        width: 80%;
        margin: 0 auto 20px;
    }

    .recruit-num04 .staff-voice-area {
        width: 100%;
    }

    .recruit .w33 {
        width: 100%;
    }

    .recruit-num05 .time {
        text-align: center;
        margin-bottom: 10px;
    }

    .recruit-num05 .time span {
        width: 50%;
    }

    .recruit .recruit-num05 dl.w33 {
        width: 100%;
        text-align: center;
    }

    .recruit-num05 dl dt {
        text-align: center;
    }

    .recruit-num05 dl dd {
        margin-bottom: 20px;
    }

    .recruit-num05 ul li:not(:first-child) {
        padding-top: 20%;
    }
}

/* concept */

.concept-area {
    margin-bottom: 6%;
}

.concept-list .concept-area:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.concept-area .txt-box {
    width: 50%;
}

.concept-area .pic,
.concept-area .pic-box {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    .concept-area .pic-box .pic {
        width: 60%;
        margin: 0 auto 10px;
    }
}

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

    .concept-area .txt-box,
    .concept-area .pic,
    .concept-area .pic-box {
        width: 100%;
    }

    .concept-area .txt-box {
        margin-bottom: 15px;
    }

    .concept-area .pic-box .pic {
        width: 47%;
    }
}

/* coupon */
.coupon-list .coupon-box {
    border: 2px solid #1e2f51;
    position: relative;
    background-size: auto auto;
    background-color: rgba(239, 241, 247, 1);
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(239, 241, 247, 1) 5px, rgba(242, 245, 252, 1) 10px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(239, 241, 247, 1) 5px, rgba(242, 245, 252, 1) 10px);
}

.coupon-list .coupon-box .inbox:before,
.coupon-list .coupon-box .inbox:after,
.coupon-list .coupon-box .subinbox:before,
.coupon-list .coupon-box .subinbox:after {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}

.coupon-list .coupon-box .inbox:before {
    background: url(#) no-repeat left top;
    left: 2px;
    top: 2px;
}

.coupon-list .coupon-box .inbox:after {
    background: url(#) no-repeat left bottom;
    left: 2px;
    bottom: 2px;
}

.coupon-list .coupon-box .subinbox:before {
    background: url(#) no-repeat right top;
    right: 2px;
    top: 2px;
}

.coupon-list .coupon-box .subinbox:after {
    background: url(#) no-repeat right bottom;
    right: 2px;
    bottom: 2px;
}

.coupon-list .subinbox {
    padding: 4%;
}

.coupon-list .subinbox .cat {
    color: #fff;
    background: #232323;
    width: 30%;
    padding: 2px 0;
    text-align: center;
    margin-bottom: 10px;
}

.coupon-list .subinbox .title {
    font-weight: bold;
    margin-bottom: 20px;
}

.coupon-list .subinbox .price {
    border-bottom: 1px solid #848a96;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.coupon-list .subinbox .caution {
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .coupon-list .subinbox .cat {
        width: 50%;
    }
}

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

/* voice */

.voice-pack {
    margin-bottom: 10%;
}

.voice-pack .voice-staff {
    background: #f4ede2;
    padding: 2% 5%;
}

.voice-pack .voice-staff .pic-box {
    width: 20%;
    -webkit-box-shadow: 2px 2px 4px -3px rgba(0, 0, 0, 0.43);
    box-shadow: 2px 2px 4px -3px rgba(0, 0, 0, 0.43);
    overflow: hidden;
}

.voice-pack .voice-staff .txt-box {
    width: 75%;
}

.voice-pack .voice-staff .pic-box .name-box {
    background: #fff;
    padding: 10%;
    position: relative;
    height: 100%;
}

.voice-pack .voice-staff .pic-box .job {
    background: #232323;
    color: #fff;
    width: 55%;
    padding: 2px 0;
    text-align: center;
    position: absolute;
    left: -10px;
    top: -10px;
}

.voice-pack .voice-staff .pic-box .name {
    margin-bottom: 5px;
}

.voice-pack .voice-staff .pic-box .link {
    text-align: right;
}

.voice-pack .voice-staff .txt-box dt {
    margin-bottom: 20px;
}

.voice-pack .voice-staff .txt-box dd {
    line-height: 200%;
}

.voice-pack .question {
    padding: 4% 2%;
}

.voice-pack .question .pic {
    width: 30%;
}

.voice-pack .question .txt-box {
    width: 65%;
}

.voice-pack .question .txt-box dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.voice-pack .question .txt-box dl {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    .voice-pack .voice-staff .pic-box {
        width: 35%;
    }

    .voice-pack .voice-staff .txt-box {
        width: 60%;
    }
}

@media only screen and (max-width: 599px) {
    .voice-pack .voice-staff .pic-box {
        width: 80%;
        margin: 0 auto 4%;
    }

    .voice-pack .voice-staff .txt-box {
        width: 100%;
    }

    .voice-pack .voice-staff {
        padding: 5%;
    }

    .voice-pack .question .pic {
        width: 80%;
        margin: 0 auto 4%;
    }

    .voice-pack .question .txt-box {
        width: 100%;
    }
}

/* products */
.products-box {
    margin-bottom: 10%;
}

.products-box h3 {
    text-align: center;
}

.products-box h3 span {
    display: block;
    line-height: 120%;
}

.products-box ul li p {
    margin-bottom: 5px;
}

.products-box ul li .pic {
    margin-bottom: 10px;
}

.products-box ul li .name {
    font-weight: bold;
}

.products-box ul li .price {
    text-align: right;
}

/* headspa */
.headspa-section {
    padding: 50px 0;
}

.headspa-section .top-cont h3 {
    text-align: center;
}

.headspa-section .top-cont .msg {
    width: 80%;
    margin: 0 auto;
}

.headspa-section .sec-cont {
    margin-bottom: 6%;
}

.headspa-section .sec-cont .txt-box {
    width: 50%;
}

.headspa-section .sec-cont .pic {
    width: 47%;
}

.headspa-section .sec-cont:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
    .headspa-section .sec-cont .txt-box {
        width: 100%;
        margin-bottom: 4%;
    }

    .headspa-section .sec-cont .pic {
        width: 70%;
        margin: 0 auto;
    }

    .headspa-section .top-cont .msg {
        width: 100%;
    }

    .headspa h3 {
        margin-bottom: 20px;
        text-align: center;
    }
}

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

/* shaving */
.shaving-section {
    padding: 50px 0;
}

.shaving-pack {
    margin-bottom: 4%;
}

.shaving-pack .txt-box {
    width: 45%;
}

.shaving-pack .txt-box h3 {
    margin-bottom: 20px;
}

.shaving-pack .txt-box p {
    margin-bottom: 50%;
    line-height: 200%;
}

.shaving-pack:nth-of-type(even) .txt-box {
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 1024px) {
    .shaving-pack .txt-box {
        width: 100%;
    }

    .shaving-pack .txt-box p {
        margin-bottom: 20px;
    }
}

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

/* faq */
.faq-box dt {
    font-weight: bold;
    position: relative;
    padding-right: 50px;
    margin-bottom: 30px;
}

.faq-box dt,
.faq-box dd {
    position: relative;
    padding-left: 60px;
    font-weight: bold;
}

.faq-box dt:before,
.faq-box dd:before {
    display: block;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
}

.faq-box dt:before {
    content: "Q";
    background: #848a96;
    color: #fff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.faq-box dd:before {
    content: "A";
    background: #fff;
    color: #848a96;
    border: 2px solid #848a96;
    top: 0;
    width: 46px;
    height: 46px;
}

.faq-box dt span:before {
    display: block;
    content: "";
    background: #848a96;
    height: 2px;
    width: 28px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    -webkit-transition: ease .40s;
    transition: ease .40s;
}

.faq-box dt span:after {
    display: block;
    content: "";
    background: #848a96;
    height: 2px;
    width: 28px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: ease .40s;
    transition: ease .40s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.faq-box dt.open span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq-box dt.open span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-box dt.open+dd {
    min-height: 60px;
    -webkit-transition: min-height ease-out .40s;
    transition: min-height ease-out .40s;
}

.faq-box dd {
    min-height: 0;
    -webkit-transition: min-height ease-out .40s;
    transition: min-height ease-out .40s;
}

.faq-box dl {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

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

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

    .faq-box dt:before,
    .faq-box dd:before {
        width: 25px;
        height: 25px;
        line-height: 21px;
        font-size: 16px;
    }

    .faq-box dd:before {
        width: 21px;
        height: 21px;
    }

    .faq-box dt,
    .faq-box dd {
        padding-left: 30px;
        font-weight: bold;
    }

    .faq-box dt {
        padding-right: 25px;
    }

    .faq-box dt span:before,
    .faq-box dt span:after {
        width: 20px;
    }
}

/* facial */
.facial-box {
    background: #f4ede2;
    margin-bottom: 6%;
}

.facial-box:nth-of-type(even) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.facial-box .txt-box,
.facial-box .pic {
    width: 47%;
}

.facial-box .txt-box {
    padding: 4%;
}

.facial-box .txt-box h3 {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
    .facial-box .txt-box {
        width: 100%;
    }

    .facial-box .pic {
        width: 60%;
        margin: 0 auto;
    }

    .facial-box {
        padding: 4%;
    }
}

@media only screen and (max-width: 599px) {
    .facial-box .pic {
        width: 80%;
    }

    .faq-box dt {
        margin-bottom: 15px;
    }
}

/* ボタンエフェクト */
.hvr-shut {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

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

.hvr-shut:hover a,
.hvr-shut:focus a,
.hvr-shut:active a {
    color: white;
    opacity: 1;
}

.hvr-shut:hover:before,
.hvr-shut:focus:before,
.hvr-shut:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-shut01:before {
    background: #170302;
}

.hvr-shut02:before {
    background: #fff;
}

.hvr-shut02:hover a,
.hvr-shut02:focus a,
.hvr-shut02:active a {
    color: #202020;
}

hvr-shut02:active a {
    color: #202020;
}

/* 編集画面 */
#gnav[data-element-id] {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

#gnav[data-element-id] .accordion-body:before {
    content: "スマホ時表示→";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
    width: 8%;
    text-align: center;
}

.accordion-body[data-element-id] {
    width: 92%;
    max-width: 1200px;
    margin: 0 0 0 8%;
    border: 10px solid red;
}

.accordion-body ul li[data-element-id] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 10%;
    text-align: center;
    margin-bottom: 10px;
}

.accordion-body ul li[data-element-id] span {
    display: block;
}

.second[data-element-id] .key:before,
.index[data-element-id] .mainimg:before {
    display: none;
}
</pre></body></html>