@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';
}



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: #000;
    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;
}

.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;
}

.fs50 {
    font-size: 50px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

/*クリアフィックス*/

.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%;
}

.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.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.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;
}

/*フレックス*/

.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>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: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>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>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>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>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>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>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>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>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>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>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>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>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>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>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>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;
}

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*カラム*/

.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%;
}

.w100 {
    width: 100%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

[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: 52%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

#gnav ul li a[data-element-id] {
    pointer-events: none;
}

#gnav p {
    display: block !important;
    position: fixed;
    width: 74px;
    height: 74px;
    top: 26px;
    right: 26px;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    z-index: 251;
    text-align: center;
    padding-top: 2px;
}

#gnav p span.n {
    display: block;
    background: #000;
    height: 6px;
    width: 37px;
    text-indent: 9999px;
    padding: 0;
    top: 58%;
    left: 20px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease .40s;
    transition: ease .40s;
}

#gnav p span.n:before {
    display: block;
    content: "";
    background: #000;
    height: 6px;
    width: 37px;
    position: absolute;
    top: -15px;
    left: 0;
}

#gnav p span.n:after {
    display: block;
    content: "";
    background: #000;
    height: 6px;
    width: 37px;
    position: absolute;
    top: 15px;
    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;
    right: 0;
    width: 30%;
    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 10px 30px;
    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 (max-width: 1024px) {
    #gnav .accordion-body {
        width: 50%;
    }
}

@media (max-width: 599px) {
    #gnav .accordion-body {
        width: 100%;
    }
}

/*ヘッダー*/

#header {
    position: relative;
}

#header h1,
#header h2 {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
}

#header .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    z-index: 1;
}

#header .inner2 {
    position: absolute;
    top: 40%;
    left: 15%;
    z-index: 1;
}

#header .inner2 h2 {
    letter-spacing: 5px;
}

/*メインビジュアル*/

.main_visual {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main_visual:before {
    content: "";
    display: block;
    padding-top: 52%;
}

.main_visual .inner_box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.scrl_box {
    position: absolute;
    z-index: 10;
    bottom: -50px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 106px;
}

.main_visual .inner_box h3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    z-index: 1;
    font-weight: normal;
}

.main_visual .inner_box h3 img {
    display: block;
    margin: auto;
    width: 25%;
}

.top {
    position: relative;
}

/**/

.cont_bg {
    padding-top: 5%;
}

.top .cont_bg:nth-child(3) {
    background: #f8f8ff;
    padding-bottom: 5%;
}

.top .cont_bg:nth-child(5) {
    background: #f0f8ff;
}

.title_box .ttl h3 {
    text-align: center;
    margin: 0;
    font-family: Times , serif;
    letter-spacing: 4px;
    width: 100%;
    font-weight: normal;
}

/*top スタイルギャラリー*/

.style_gallery {
    position: relative;
}
.top .style_gallery {
    padding-bottom: 15%;
}
/*NEWS*/

.news {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 10%;
}

.news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    border-bottom: 1px dashed #000;
    margin-top: 10px;
    width: 100%;
}

.news .title_box {
    margin-bottom: 5%;
}

.news dt {
    width: 25%;
    font-weight: bold;
    letter-spacing: 5px;
    font-family: 'Barlow', sans-serif;
    padding: 5px 20px;
    position: relative;
}

.news dt:before {
    content: "-";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
}

.news dd {
    padding: 5px 20px;
    width: 75%;
}

/*shoplist*/

.cont_bg .shoplist .title_box {
    margin-bottom: 10%;
}

.cont_bg .shoplist .ttl_box {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 15px;
}

.cont_bg .shopbox .btn_box {
    padding-top: 20px;
    width: 100%;
}

.cont_bg .shopbox dl {
    width: 30%;
    margin: 0% 1.6% 10%;
}

.saloninfo {}

.top .instabtn {
    background: url(/import/tenant_1/153.126.202.250/html/images/top/ico_shopinsta.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

.top .insta_box a[href="#"] {
    display: none;
}

.cont_bg .shopbox .ttl_box a[href="#"] {
    display: none !important;
}

.saloninfo .instabtn {
    background: url(/import/tenant_1/153.126.202.250/html/images/saloninfo/ico_insta01.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

.saloninfo dl:nth-child(5n+2) .instabtn {
    background: url(/import/tenant_1/153.126.202.250/html/images/saloninfo/ico_insta02.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

.saloninfo dl:nth-child(5n+3) .instabtn {
    background: url(/import/tenant_1/153.126.202.250/html/images/saloninfo/ico_insta03.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

.saloninfo dl:nth-child(5n+4) .instabtn {
    background: url(/import/tenant_1/153.126.202.250/html/images/saloninfo/ico_insta04.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

.saloninfo dl:nth-child(5n+5) .instabtn {
    background: url(/import/tenant_1/153.126.202.250/html/images/saloninfo/ico_insta05.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

/*
.cont_bg .shopbox dl:nth-child(2){
width: 24%;
margin: 0 13%;
}
*/

.cont_bg .shopbox .ttl_box {
    position: relative;
    padding-right: 30px;
}

.cont_bg .shopbox .ttl {
    font-family:Times , 'EB Garamond', serif;
    letter-spacing: 4px;
}

.cont_bg .shopbox .ttl_box .insta_box {
    position: absolute;
    top: 35px;
    right: 10px;
}

.cont_bg .shoplist .address {}

.top .tel_box {
    min-height: auto;
    letter-spacing: 2px;
    text-align: center;
}

.saloninfo .tel_box {
    min-height: auto;
    padding-top: 15px;
}

.saloninfo .shoplist .ttl_box {
    padding-bottom: 0;
}

/*blog*/

.top .blog {
    margin-bottom: 5%;
}

.top .blog .title_box {
    width: 15%;
}

.blog .blog_content {
    width: 83%;
    padding-left: 2%;
    position: relative;
    z-index: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top .blog_content .btnall {
    margin-bottom: 10px;
}

.blog .blog_content dl {
    width: 100%;
    margin-bottom: 40px;
}

.blog .blog_content:before {
    content: "";
    display: block;
    height: 115%;
    width: 2px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 2;
}

.blog .blog_content dt {
    width: 30%;
}

.blog .blog_content dd {
    width: 68%;
    margin-left: 2%;
    height: 100%;
}

.blog .blog_content dd .ttl {
    width: 100%;
    font-weight: bold;
}

.blog .blog_content dd .day {
    font-family: 'EB Garamond', serif;
    letter-spacing: 3px;
}

.blog .blog_content dd .cate {
    font-family: 'EB Garamond', serif;
    letter-spacing: 3px;
}

.blog .blog_content dd .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-family: 'EB Garamond', serif;
    color: #4c4c4c;
}

.blog .banner {
    margin-top: 50px;
}

/**/

.style_gallery {
    position: relative;
}

.style_gallery .title_box {
    position: absolute;
    top: 223px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.style_gallery .btnall {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.style_gallery .title_box .text {
    text-align: center;
}

.style_img li {
    position: relative;
    overflow: hidden;
    width: 24%;
    margin: 0 0.5%;
}

.style_img li:nth-child(5) {
    margin-top: 150px;
}

.style_img li:nth-child(6) {
    margin-top: 150px;
}

.style_img li:nth-child(7) {
    margin-top: 150px;
}

.style_img li:nth-child(8) {
    margin-top: 150px;
}

.style_img .ttl_box {
    position: absolute;
    top: 150px;
}

/*
.style_img li .black_box{
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
background: rgba(0,0,0,.6);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-transition: .5s;
transition: .5s;
opacity: 0;
}
.style_img li:hover .black_box {
-webkit-transform: rotateY(0);
transform: rotateY(0);
opacity: 1;
}
*/

.style_img li {
    position: relative;
    overflow: hidden;
    width: 24%;
    margin: 0 0.5%;
}

/**
.top .instagram {
    padding-bottom: 15%;
}
*/
.top .instagram h3:before {
    content: "\f16d";
    font-family: FontAwesome;
    display: block;
    font-size: 30px;
}

.top .instagram #instafeed {
    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;
}

.top .instagram #instafeed li {
    width: 17%;
    height: 17%;
    margin: 3% 1.5%;
    position: relative;
}

.top .instagram #instafeed li .ttl {
    display: none;
    text-align: center;
}

.top .instagram #instafeed li:hover .ttl {
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.8);
    border: 1px solid #000
}

.top .recruit {
    padding-bottom: 15%;
}

.top .recruit .text {
    margin-top: 5%;
    margin-bottom: 10%;
}

.top .recruit .recruit_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top .recruit .recruit_box {
    width: 48%;
    margin: 0 1%;
    position: relative;
    display: flex;
}

.top .recruit .recruit_box .text_black {
    line-height: 50px;
    text-align: center;
    width: 100%;
    background: rgb(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0;/*10.5%*/
    z-index: 2;
    font-family: 'EB Garamond', serif;
}

.top .recruit .recruit_box .text_white {
    line-height: 50px;
    text-align: center;
    width: 100%;
    background: rgb(255, 255, 255, 0.7);
    color: #000;
    position: absolute;
    bottom: 0;
    z-index: 2;
    font-family: 'EB Garamond', serif;
}

@media (max-width: 599px) {
    .top .instagram #instafeed li {
        width: 47%;
        height: 477%;
        margin: 3% 1.5%;
    }
}

/*画像のエフェクト全体設定*/

.cont_bg .pic {
    position: relative;
    overflow: hidden;
}

.eff1 figure {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.eff1 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.eff1 figure:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1;
}

.eff1 figcaption p {
    width: 100%;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*「」で結ぶボックス*/

.text_kakko {
    padding: 5% 0;
    text-align: center;
    line-height: 200%;
    position: relative;
}

.text_kakko:before {
    position: absolute;
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/text_top.png) no-repeat;
    width: 64px;
    height: 35px;
    top: 0;
    left: 0;
}

.text_kakko:after {
    position: absolute;
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/text_bottom.png) no-repeat;
    width: 64px;
    height: 35px;
    bottom: 0;
    right: 0;
}

/*ボタン関連*/

.btn_box {
    width: 240px;
    margin: 0 auto;
    padding-top: 55px;
}

.btn_box a,
.btn_box button {
    background-color: #fff;
    display: block;
    width: 100%;
    border: 2px solid #000;
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
}

.btnall a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
    text-align: center;
    width: 170px;
    font-family: 'EB Garamond', serif;
}

.btnall a:before {
    position: absolute;
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.202.250/html/images/top/btn_bg.png) no-repeat;
    width: 170px;
    height: 15px;
    bottom: 0;
}

.more_btn {
    display: inline-block;
    width: 100%;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
    outline: none;
}

.more_btn:before,
.more_btn:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.more_btn,
.more_btn:before,
.more_btn:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.more_btn {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    line-height: 38px;
    font-family: 'EB Garamond', serif;
}

.more_btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    opacity: 1;
}

.more_btn:before,
.more_btn:after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}

.more_btn:before {
    top: 0;
}

.more_btn:after {
    bottom: 0;
}

.more_btn:hover:before,
.more_btn:hover:after {
    height: 0;
    background-color: #fff;
}

/*文字色指定*/

.c_white {
    color: #fff;
}

.ttl_normal h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: normal;
    letter-spacing: 4px;
    text-align: center;
}

.title_box_border h3 {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: 4px;
}

/*フッター関連*/

#footer {
    background: #f8f6f6;
    position: relative;
}

#footer .backtop {
    display: block;
    position: absolute;
    right: 5%;
    bottom: 120%;
    width: 110px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
    padding-left: 10px;
}

#footer .backtop:before {
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.202.250/html/images/common/ico_arrowO.png) no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 36%;
    left: 7%;
}

#footer .fnav {
    width: 800px;
    margin: 0 auto;
    padding-top: 20px;
}

#footer .fnav ul {
    text-align: center;
    position: relative;
}

#footer .fnav ul li a {
    position: relative;
    padding-left: 15px;
}

#footer .fnav ul li a:hover:before {
    content: "";
    display: inline-block;
    background: url(/import/tenant_1/153.126.202.250/html/images/common/ico_arrowR.png) no-repeat top left;
    width: 5px;
    height: 9px;
    margin-right: 5px;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

#footer .fnav li {
    margin-right: 4%;
    display: inline-block;
    font-family: 'EB Garamond', serif;
}

#footer .copyright {
    font-family: 'EB Garamond', serif;
    padding-top: 45px;
    padding-bottom: 10px;
    text-align: center;
}

/*採用情報*/

.recruit .introduction .pagenav {
    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;
    width: 100%;
}

.recruit .introduction .pagenav li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 140px;
}

/*
.recruit .introduction .pagenav li a{
display: block;	
line-height: 60px;
text-align: center;
border: 1px solid #000;
font-family: 'EB Garamond', serif;
}
*/

.recruit .introduction .pagenav li a {
    display: inline-block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    outline: none;
}

.recruit .introduction .pagenav li a:before,
.recruit .introduction .pagenav li a:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.recruit .introduction .pagenav li a,
.recruit .introduction .pagenav li a:before,
.recruit .introduction .pagenav li a:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.recruit .introduction .pagenav li a {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    font-family:Times ,  'EB Garamond', serif;
}

.recruit .introduction .pagenav li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    opacity: 1;
}

.recruit .introduction .pagenav li a:before,
.recruit .introduction .pagenav li a:after {
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
}

.recruit .introduction .pagenav li a:before {
    top: 0;
}

.recruit .introduction .pagenav li a:after {
    bottom: 0;
}

.recruit .introduction .pagenav li a:hover:before,
.recruit .introduction .pagenav li a:hover:after {
    height: 0;
    background-color: #fff;
}

.recruit .ttl_scissors {
    text-align: center;
}

.recruit .cont01 .title_box {
    text-align: center;
}

.recruit .ttl_scissors h3 {
    line-height: 24px;
}

.recruit .ttl_scissors h3:before {
    display: inline-block;
    content: "";
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/ico_scissors.png) no-repeat;
    width: 20px;
    height: 24px;
    margin-right: 10px;
}

.recruit .ttl_scissors h3:after {
    display: inline-block;
    content: "";
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/ico_scissors.png) no-repeat;
    width: 20px;
    height: 24px;
    margin-left: 10px;
}

.recruit .cont03 .inner {
    padding: 3% 0;
}

.recruit .cont03 .point_box {
    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;
}

.recruit .cont03 .point_box dl {
    width: 30%;
    height: auto;
    border: 1px solid #000;
    position: relative;
    background-size: cover;
    padding: 50px 0;
}

.recruit .cont03 .point_box dl:nth-child(1) {
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/bg_point1.png) no-repeat;
    background-size: cover;
}

.recruit .cont03 .point_box dl:nth-child(2) {
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/bg_point2.png) no-repeat;
    background-size: cover;
}

.recruit .cont03 .point_box dl:nth-child(3) {
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/bg_point3.png) no-repeat;
    background-size: cover;
}

.recruit .cont03 .point_box dl dt {
    text-align: center;
    position: relative;
    font-weight: bold;
    line-height: 100%;
}

.recruit .cont03 .point_box dl dd {
    text-align: center;
    padding: 20px 0;
}

.recruit .cont03 .point_box dl dt:before {
    content: "";
    width: 140px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    border-bottom: 1px dotted #000;
}

.recruit .title_box_border {
    position: relative;
}

.recruit .title_box_border h3 {
    font-weight: normal;
    text-align: center;
}

.recruit .interview .title_box_border h3 {
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    text-align: center;
    letter-spacing: 4px;
}

.recruit .title_box_border:before {
    width: 200px;
    border-bottom: 1px solid #000;
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -100px;
}

.recruit .cont03 .title_box_border h3 {
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.recruit .cont03 .title_box_border:before {
    width: 200px;
    border-bottom: 1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -100px;
}

.recruit .cont01 {
    position: relative;
    padding: 6% 0;
}

.recruit .cont01 .text_col {
    position: relative;
    z-index: 1;
}

.recruit .cont01 ul {
    width: 40%;
    margin: 0 auto;
}

.recruit .cont02 ul {
    width: 70%;
    margin: 0 auto;
}

.recruit .cont01 li,
.recruit .cont02 li {
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
}

.recruit .cont01 ul li:before,
.recruit .cont02 ul li:before {
    content: "-";
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}

.recruit .cont03 {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

.recruit .cont03:before {
    position: absolute;
    content: "";
    display: block;
    padding-top: 30%;
}

.recruit .cont03:before {}

.recruit .cont03 .inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.recruit .interview_box {
    margin-bottom: 10%;
}

.recruit .interview_box .subttl {
    font-weight: bold;
}

.recruit .interview_box .text_box {
    width: 100%;
    margin-top: 20px;
}

.recruit .interview_box .text_box .name_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruit .interview_box .text_box .name_box .job {
    margin-right: 20px;
}

.recruit .interview_box .text_box .name_box .name {
    font-weight: bold;
    letter-spacing: 2px;
}

.recruit .interview_box .text_box .text {
    padding: 1% 0;
}

.recruit .interview_box .col {
    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;
    margin-top: 20px;
}

.recruit .interview_box .col:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.recruit .interview_box:nth-of-type(even) .col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.recruit .interview_box:nth-of-type(even) .col:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.recruit .interview_box .col .pic_box {
    width: 35%;
}

.recruit .interview_box .col .text_box {
    width: 60%;
    margin: 0;
}

.cont_bg .accordion {
    width: 300px;
}

.cont_bg .button {
    padding: 10px;
    width: 100%;
    background-color: #1abc9c;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.cont_bg .button.button_1 {
    background-color: #f5f4f2;
    color: #1abc9c;
}

.cont_bg .button:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #000;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 12px;
}

.cont_bg .button.active:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 12px;
}

.recruit .recruit_common .title_box .ttl h3 {
    text-align: left;
    border-bottom: 1px solid #000;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin-bottom: 50px;
}

.recruit .recruit_cont {
    margin-bottom: 50px;
}

.acbtn .ttl {
    display: inline-block;
    margin-right: 10px;
}

.acbtn .ttl:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #000;
    position: absolute;
    top: 6px;
    right: 0;
}

.acbtn .ttl.active:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 12px;
}

.recruit .recruit_common dl {
    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;
    position: relative;
    width: 90%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 5% 0;
}

.recruit .recruit_common dl:before {
    border-left: 1px solid #000;
    position: absolute;
    left: 25%;
    height: 100%;
    content: "";
    display: block;
}

.recruit .recruit_common dt {
    width: 25%;
    font-weight: bold;
}

.recruit .recruit_common dd {
    width: 73%;
    line-height: 200%;
    margin-bottom: 30px;
    padding-left: 2%;
}

.recruit .recruit_common .acbtn {
    cursor: pointer;
    position: relative;
    width: 40%;
}

.recruit .recruit_common .accont {
    display: none;
}

.recruit .recruit_common .accont[data-element-id] {
    display: block !important;
}

.tel_box {
    position: relative;
    min-height: 180px;
    overflow: hidden;
}

.tel_box .text_col {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 50px;
}

.tel_box .text_col h3 {
    margin-bottom: 20px;
}

.tel_box .telphone {
    letter-spacing: 3px;
}

/* .tel_box .telphone:before {
    content: "";
    display: inline-block;
    background: url(/import/tenant_1/153.126.202.250/html/images/recruit/ico_tel.png) no-repeat;
    width: 43px;
    height: 32px;
} */

/*下層ページ　リクルートバナー*/

.under {
    padding-bottom: 150px;
}

.recruit_banner .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.recruit_banner .banner li {
    position: relative;
    width: 40%;
    margin: 0 5%;
    border: 1px solid #000;
}

.recruit_banner .banner li:before {
	content: "";
	display: block;
	padding-top: 45%;
}

.recruit_banner .banner li a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
    width: 100%;
    height: 100%;
}

.recruit_banner .banner li a .pic {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.recruit_banner .banner .banner_ttl {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    height: 100%;
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}

/*cocept*/

.concept {
    background: url(/import/tenant_1/153.126.202.250/html/images/concept/contbg.png) no-repeat;
    background-size: cover;
}

/*blog*/

.blog {
    margin-top: 10%;
}

/*stystem_list*/

.stylegallery.system_list .flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.system_list .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.system_list .main_col {
    width: 75%;
}

.system_list .main_col .list {
    margin-bottom: 30px;
}

.system_list .main_col .info_box {
    width: 79%;
}

.system_list .main_col .pic {
    width: 20%;
}

.system_list .main_col .pic .trimmingInner {
    border: 1px solid #c9cdcc;
    padding: 1px;
}

.system_list.news .main_col .info_box {
    width: 95%;
}

.system_list .sub_col {
    width: 20%;
}

.system_list .sub_col h4 {
    color: #000;
    padding: 5px 0;
    margin-bottom: 0;
    width: 100%;
    font-family: 'EB Garamond', serif;
    letter-spacing: 2px;
    font-weight: normal;
}

.system_list .sub_col ul {
    padding: 20px 10px;
    position: relative;
}

.system_list .sub_col ul:before {
    content: "";
    display: block;
    width: 1px;
    border-left: 1px solid #000;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.system_list .sub_col ul li {
    color: #000;
    line-height: 250%;
}

.system_list .info_box .cate {
    color: #000;
    display: block;
    font-family: 'EB Garamond', serif;
    margin-bottom: 5%;
}

.system_list .info_box .day {
    color: #000;
    display: block;
    font-family: 'EB Garamond', serif;
}

.system_list .ttl {
    padding: 2px 0;
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 1px solid #000;
}

.system_list .ttl a {
    color: #000;
}

.system_list .main_col .text {
    color: #535353;
    padding: 5% 0 8%;
}

.system_detail {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.system_detail dl {
    width: 23%;
        margin: 2% 1%;
}

.system_detail .main_col .info_box {
    width: 100%;
}

.system_detail .main_col .text_box {
    width: 100%;
    padding-top: 20px;
}

.system_detail .back_btn a {
    display: block;
    width: 100px;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #77aa75;
    margin-bottom: 40px;
}

.system_detail .ttl {
    padding: 5px 0;
    font-weight: bold;
}

.system_detail .topics .ttl_ico_bluesq {
    margin-bottom: 20px;
}

.system_detail .topics {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 5%;
}

.system_detail .topics .ttl {
    border: none;
    margin-bottom: 5%;
}

.system_list .topics .cate {
    margin-bottom: 0;
}

.system_detail .topics_box dd {
    background: #fff;
}

.system_detail .topics_box .day {
    float: none;
    display: block;
}

.system_detail .topics_box .cate {
    color: #000;
}

.system_detail .topics_box .ttl {
    padding: 0;
    border-bottom: none;
}

.system_detail .btn_box {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.system_list .sub_col .archive {
    margin-top: 5%;
}

.system_detail .main_col .topics {
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

.main_col .cont_bg {
    padding-top: 0%;
}

.main_col .system_detail .topics {
    margin-top: 0%;
}

.system_detail .main_col .topics_box {
    width: 32%;
    margin: 0 0.2% 5%;
}

.system_list .main_col .topics .pic {
    width: 100%;
}

@media (max-width: 599px) {
    .system_detail dl {
        width: 46%;
        margin-bottom: 3%;
    }
}

/*product*/

.product {
    padding-top: 100px;
}

.product .product_box {
    width: 45%;
    margin: 2.5%;
    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;
}

.product .product_box dt {
    width: 40%;
}

.product .product_box dd {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product_box .text_box {
    width: 100%;
}

.product .product_box .name {
    border-bottom: 1px dotted #000;
}

.product .product_box .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*shop*/

.shop .shopinfo {
    width: 800px;
    margin: 0 auto;
}

.shop .shopinfo .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10%;
}

.shop .shopinfo .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10%;
}

.shop .shopinfo .sns a[href="#"] img {
    display: none;
}

.shop .shopinfo .sns li:nth-child(1) {
    margin-right: 10px;
}

.shop .shopinfo dl {
    width: 70%;
    margin: 1px auto;
    position: relative;
}

.shop .shopinfo dl:before {
    content: "";
    position: absolute;
    left: 22%;
    height: 100%;
    border-right: 1px dotted #000;
}

.shop .shopinfo dt {
    width: 30%;
    margin-bottom: 20px;
    float: left;
}

.shop .shopinfo dd {
    width: 65%;
    margin-bottom: 20px;
    float: right;
}

.shop .instagram {
    margin-top: 10%;
    position: relative;
    /* 
    min-height: 424px;
    max-height: 424px; */
}

.shop .instagram .bg img:not([src*="."]) {
    display: none;
}

.instagram .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.shop .instagram_box {
    /*	padding-bottom: 15%;*/
}

.shop .instagram_box .title_box {
    position: relative;
    padding-top: 50px;
}

.instagram .cont_bg {
    padding-top: 0;
}

.shop .instagram_box .title_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    background: url(/import/tenant_1/153.126.202.250/html/images/shop/ico_instagram.png) no-repeat;
    width: 30px;
    height: 30px;
}

.shop .instagram_box #instafeed {
    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-around;
}

.shop .instagram_box #instafeed li {
    width: 17%;
    height: 17%;
    margin: 3% 1.5%;
    position: relative;
    border: 2px solid #fff;
}

.shop .instagram_box #instafeed li .ttl {
    display: none;
    text-align: center;
}

.shop .instagram_box #instafeed li:hover .ttl {
    position: absolute;
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.8);
    border: 1px solid #000
}

/* .shop .menu_inner {
    padding-top: 10%;
} */

.shop .menu_inner .title_box {
  margin-top: 10%;
}

.shop .menu_inner .menu_box dl {
    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;
}

.shop .menu_inner .menu_box dl {
    border-bottom: 1px dashed #000;
}

.shop .menu_inner .menu_box dt {
    padding: 10px 0;
    font-weight: 500;
}

.shop .menu_inner .menu_box dd {
    padding: 10px 0;
    font-weight: 500;
}

.shop .menu_inner .menu_box .caution {
    padding-top: 10px;
}

.shop .caution2 {
    padding-top: 10px;
}

.shop .topics_box .info_box {
    padding-top: 5px;
}

.shop .topics_box .day {
    font-family: 'Barlow', sans-serif;
}

.shop .topics_box .cate {
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

.shop .topics_box .text {
    padding-top: 10px;
}

.shop .btn_box {
    width: 240px;
    margin: 0 auto;
    padding-top: 55px;
}

.shop .googlemap {
    margin-top: 10%;
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.shop .googlemap iframe,
.shop .googlemap object,
.shop .googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.saloninfo {
    background: url(/import/tenant_1/153.126.202.250/html/images/saloninfo/bg.png) no-repeat top;
    background-size: contain;
}

/*ページ送り*/

.page {
    margin: 20px auto;
}

.page ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page li {
    display: inline-block;
    padding: 0 10px;
}

.page li.back {
    display: table-cell;
    vertical-align: bottom;
}

.page li.back {
    margin-right: 10px;
}

.page li.next {
    margin-left: 10px;
}

.page li a {
    display: inline-block;
    color: #000;
    line-height: 32px;
    text-align: center;
    vertical-align: bottom;
    font-family: 'EB Garamond', serif;
}

.stylegallery .catenav {
    margin-bottom: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stylegallery .catenav li {
    margin: 0 2%;
    font-family: 'EB Garamond', serif;
}

.stylegallery .title_box {
    margin-top: 5%;
}

.stylegallery .style_box {
    width: 20%;
    margin: 2%;
}

.stylegallery .cont_bg {
    padding-top: 0 !important;
}

.stylegallery .style_detail_box {
    padding-top: 10%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.stylegallery #imageList ul {
    padding-top: 5%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stylegallery #imageList li {
    list-style-type: none;
    margin: 0 2.5%;
    width: 20%;
}

.stylegallery #imageList li {
    list-style-type: none;
    margin: 0 2.5%;
    width: 20%;
}

.stylegallery .style_cont {
    width: 75%;
    margin: 10% auto 0;
}

.stylegallery .style_cont .cont_menu {
    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;
    margin-bottom: 20px;
}

.stylegallery .style_cont .cont_menu dt {
    width: 25%;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
}

.stylegallery .style_cont .cont_menu:nth-child(3) dt {
    width: 100%;
}

.stylegallery .style_cont .cont_menu dd {
    width: 73%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stylegallery .style_cont .cont_menu:nth-child(3) dd {
    width: 100%;
    display: block;
}

.stylegallery .cont_menu .rec_list {
    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;
}

.stylegallery .style_cont .cont_menu dd .rec_list {
    width: 80%;
    margin: 5% auto 0;
    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;
}

.stylegallery .cont_menu dd .rec_list .ttl {
    width: 30%;
    font-weight: bold;
}

.stylegallery .cont_menu dd .rec_list .cont {
    width: 68%;
}

.stylegallery .cont_menu dd .rec_list .cont li {
    width: 29%;
    margin: 0 1.5%;
    display: inline-block;
    text-align: center;
    background: #c9c9c9;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list1 .cont .少ない li:nth-child(1) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list1 .cont .普通 li:nth-child(2) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list1 .cont .多い li:nth-child(3) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list2 .cont .柔らかい li:nth-child(1) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list2 .cont .普通 li:nth-child(2) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list2 .cont .硬い li:nth-child(3) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list3 .cont .細い li:nth-child(1) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list3 .cont .普通 li:nth-child(2) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list3 .cont .太い li:nth-child(3) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list4 .cont .なし li:nth-child(1) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list4 .cont .少ない li:nth-child(2) {
    background: #000;
    color: #fff;
}

.stylegallery .cont_menu dd .rec_list.list4 .cont .強い li:nth-child(3) {
    background: #000;
    color: #fff;
}



.contact .contact_form {
    width: 70%;
    margin: 0 auto;
}

.contact .contact_form dl {
    margin-bottom: 2%;
}

.contact .contact_form dt {
    width: 100%;
    font-weight: bold;
}

.contact .contact_form dd {
    width: 100%;
}

.contact .contact_form dd input {
    width: 100%;
    border: 1px dashed #000;
    height: 40px;
    background-color: transparent;
}

.contact .contact_form dd textarea {
    width: 99%;
    border: 1px dashed #000;
    height: 10em;
    background-color: transparent;
}

.contact .contact_form dd select {
    width: 30%;
    border: 1px dashed #000;
    height: 40px;
    background-color: transparent;
}

.check-flex {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.contact .contact_form dd .radio_box {
    width: 30%;
    margin: 0 1%;
    border: 1px solid #000;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact .contact_form dd .radio_box input {
    width: auto;
    border: none;
}

@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;
    }
    .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 {
        top: 0;
        right: 0;
    }
    .style_img li.gr422 {
        margin: 0.5%;
        width: 49%;
        height: 100%;
    }
    .style_img li img {
        width: 100%;
        height: 80% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .style_gallery .title_box {
        position: static;
        margin-bottom: 20px;
    }
    .style_img li:nth-child(5) {
        margin-top: 0.5%;
    }
    .style_img li:nth-child(6) {
        margin-top: 0.5%;
    }
    .style_img li:nth-child(7) {
        margin-top: 0.5%;
    }
    .style_img li:nth-child(8) {
        margin-top: 0.5%;
    }
    .top .news {
        width: 100%;
        margin: 0 auto;
    }
    .btn_box {
        width: 80%;
        margin: 0 auto;
    }
    .mini a {
        max-width: 300px;
    }
    .cont_bg .shopbox dl {
        width: 47%;
        margin: 1.5%;
    }
    .cont_bg .shopbox {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    /*
    .cont_bg .shopbox dl:nth-child(2) {
    width: 30%;
    margin: 1.5%;
}
    */
    /*
    .shopbox dl:nth-child(n+4){
    width: 49%;
    margin: 0.5%;
}
    */
    .blog .banner {
        position: relative;
        z-index: 1;
        /*max-width: 830px;*/
        margin-left: 0;
    }
    #footer .fnav {
        display: none;
    }
    #footer .copyright {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .recruit .cont03 .title_box_border h3 {
        color: #000;
        font-weight: normal;
        text-align: center;
    }
    .recruit .cont03 .title_box_border:before {
        width: 200px;
        border-bottom: 1px solid #000;
        content: "";
        display: block;
        position: absolute;
        top: 35px;
        left: 50%;
        margin-left: -100px;
    }
    .recruit .cont01 ul {
        width: 70%;
        margin: 0 auto;
    }
    .recruit_banner .banner li {
        width: 49%;
        margin: 0 0.5%;
    }
    .cont_bg {
        padding-top: 5%;
    }
    .top .cont_bg:nth-child(3) {
        padding-bottom: 5%;
    }
    /*stystem_list*/
    .system_list .sub_col ul {
        padding: 10px 20px;
    }
    .system_list .main_col {
        width: 100%;
        margin-bottom: 40px;
    }
    .system_detail .main_col .info_box {
        width: 100%;
    }
    .system_list .sub_col {
        width: 100%;
        padding-right: 0;
    }
    .system_list .sub_col .archive {
        width: 48%;
        float: left;
        margin-top: 0%;
    }
    .system_list .sub_col .category {
        width: 48%;
        float: right;
    }
    .system_detail .topics {
        margin-top: 2%;
    }
    .system_detail .main_col .topics_box {
        width: 49%;
        margin-bottom: 5%;
    }
    .under .mainimg {
        min-height: 30%;
    }
    .system_list .info_box .day {
        display: block;
    }
    .system_list .info_box .cate {
        margin-left: 0;
    }
    .system_detail .btn_box {
        margin: 0 auto;
    }
    .contact .contact_form {
        width: 90%;
        margin: 0 auto;
    }
    .shop .instagram {
        min-height: 100%;
        max-height: 100%;
    }
    .shop .shopinfo {
        width: 100%;
        margin: 0 auto;
    }
    .stylegallery .style_cont {
        width: 100%;
        margin: 10% auto 0;
    }
    .recruit .recruit_common .acbtn {
        cursor: pointer;
        position: relative;
        width: 50%;
    }
    .shop .instagram_box #instafeed li {
        width: 30%;
        height: 30%;
        margin: 3% 1.5%;
        position: relative;
        border: 2px solid #fff;
    }
    .instagram .inner {
        position: static;
        top: 50%;
        -webkit-transform: none;
        transform: none;
        z-index: 1;
        padding-bottom: 10%;
    }
}

@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;
    }
    .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%;
    }
    .w70 {
        width: 100%;
    }
    .w65 {
        width: 100%;
    }
    .w60 {
        width: 100%;
    }
    .w55 {
        width: 100%;
    }
    .w50 {
        width: 100%;
    }
    .w48 {
        width: 100%;
    }
    .w45 {
        width: 100%;
    }
    .w40 {
        width: 100%;
    }
    .w35 {
        width: 100%;
    }
    .w30 {
        width: 100%;
    }
    .w25 {
        width: 100%;
    }
    .inner {
        width: 94%;
        max-width: 450px;
        padding: 0;
    }
    #gnav p {
        width: 50px;
        height: 50px;
    }
    #gnav p span.n {
        top: 45%;
        left: 7px;
    }
    #gnav .menu_text {
        display: none;
    }
    #gnav p span.n:after {
        top: 11px;
    }
    #gnav p span.n:before {
        top: -11px;
    }
    .news dd {
        width: 100%;
    }
    .news dt {
        width: 100%;
    }
    .shopbox dl {
        width: 49%;
        margin: 0.5%;
    }
    /* .cont_bg .shopbox dl{
    width: 100%;
    margin: 1.5% 0;
} */
    /*
    .cont_bg .shopbox dl:nth-child(2) {
    width: 100%;
    margin: 1.5% 0;
}
    */
    /* .shopbox dl:nth-child(n+4){
    width: 49%;
    margin: 0.5%;
} */
    .top .blog .title_box {
        width: 100%;
        margin-bottom: 10%;
    }
    .blog .blog_content {
        width: 100%;
    }
    .blog .blog_content dt {
        width: 100%;
    }
    .blog .blog_content dd {
        width: 100%;
        height: auto;
    }
    .blog .blog_content:before {
        display: none;
    }
    .blog .banner {
        max-width: 100%;
        margin-left: 0;
    }
    .top .instagram #instafeed li:hover .ttl {
        display: none;
    }
    .top .recruit .recruit_box {
        width: 100%;
        margin: 0 0%;
        position: relative;
        margin-bottom: 3%;
    }
    .scrl_box {
        display: none;
    }
    #header .inner {
        bottom: 0;
    }
    #header .inner2 {
        top: 50%;
        left: 10%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .tel_box {
      min-height: auto;
    }
    .recruit_banner .banner li {
        width: 100%;
        margin-bottom: 5%;
    }
    .text_kakko {
        padding: 5%;
        text-align: left;
    }
    /*stystem_list*/
    .system_list .main_col .info_box {
        width: 100%;
    }
    .system_list .main_col .pic {
        width: 100%;
    }
    .system_list .sub_col .category {
        width: 100%;
        float: none;
    }
    .system_list .sub_col .archive {
        width: 100%;
        float: none;
    }
    .system_detail .main_col .topics_box {
        width: 100%;
        margin: 0 0 5%;
    }
    .shop.system_detail .topics_box {
        width: 49%;
        margin: 0 0.5% 3%;
    }
    /*下層ページ*/
    .recruit .introduction .pagenav li {
        width: 100%;
        margin-bottom: 10px;
    }
    .recruit .introduction .pagenav li:last-child {
        margin-bottom: 50px;
    }
    .recruit .introduction .pagenav li a {
        width: 100%;
        line-height: 30px;
    }
    .recruit .title_box_border:before {
        bottom: 0;
    }
    .recruit .ttl_scissors h3:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .recruit .ttl_scissors h3:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .recruit .ttl_scissors h3 {
        line-height: 24px;
        padding: 0 25px;
    }
    .recruit .cont03 .point_box dl {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding-bottom: 50px;
    }
    .recruit .cont01 ul {
        width: 100%;
    }
    .recruit .cont02 ul {
        width: 100%;
    }
    .recruit .interview_box .col .pic_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .recruit .interview_box .col .text_box {
        width: 100%;
        margin: 0;
    }
    .recruit .interview_box .col:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .recruit .interview_box:nth-of-type(even) .col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .recruit .interview_box:nth-of-type(even) .col:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .recruit .recruit_common dl {
        width: 100%;
    }
    .recruit .recruit_common dl:before {
        display: none;
    }
    .recruit .recruit_common dt {
        width: 100%;
    }
    .recruit .recruit_common dd {
        width: 100%;
        padding-left: 0%;
    }
    .product .product_box {
        width: 100%;
        margin: 2.5% 0;
    }
    .product .product_box .price {
        height: auto !important;
    }
    .stylegallery .style_box {
        width: 45%;
        margin: 2.5%;
    }
    .contact .contact_form dd .radio_box {
        width: 49%;
        margin: 0 0.5%;
    }
    .contact .contact_form dd select {
        width: 50%;
    }
    .stylegallery .style_cont .cont_menu dd .rec_list {
        width: 100%;
    }
    .stylegallery .cont_menu dd .rec_list .ttl {
        width: 20%;
    }
    .stylegallery .cont_menu dd .rec_list .cont {
        width: 78%;
    }
    .recruit .recruit_common .acbtn {
        cursor: pointer;
        position: relative;
        width: 100%;
    }
    .shop .shopinfo dl {
        width: 100%;
        margin: 1px auto;
        position: relative;
    }
    
    .cont_bg .shoplist .ttl_box {
      padding-bottom: 0;
    }
}

.pic00 {
  margin: 0 5px;
}

