@charset "utf-8";
/* CSS Document */

/**/
/**/
/**/
/* */

.nsans {
    font-family: 'Noto Sans', serif;
    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;

}

body {
    background: #f9f9ff;
}

@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: 10%;
    /* 	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;
}

.fs55 {
    font-size: 55px;
}

.fs60 {
    font-size: 60px;
}

.fs66 {
    font-size: 66px;
}

.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;
}

#footer .map {
    position: relative;
    overflow: hidden;
}

#footer .map:after {
    display: block;
    content: "";
    padding-top: 36%;
}

#footer .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;
}

/*trimming関連*/
.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: 100%;
    max-width: 1400px;
    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;
}

#snav {
    display: none;
}

#header[data-element-id] {
    display: block;
    position: relative;
}

#snav[data-element-id] {
    display: block;
    position: absolute;
    top: 75px;
    right: 81px;
    background: #fff;
    width: 120px;
}

#snav[data-element-id] .sns_nav {
    width: 50px;
}

#header .header_box #snav .reserved_btn {
    width: 100%;
    height: 45px;
}

#header .header_box #snav a .reserved_btn {
    color: #fff;
}

#snav .sns_nav div {
    width: 23%;
    margin: 0 1%;
}

.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;
    }

    .fs60 {
        font-size: 40px;
    }

    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;
    }

    #snav {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background: none;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding: 0;
        z-index: 101;
        border: none;
        padding-bottom: 0;
        opacity: 1;
    }

    .grass {
        opacity: 1;
    }

    #snav ul {
        float: none;
        width: auto;
        text-align: left;
        display: block !important;
        padding: 0;
    }

    #snav .nb {
        display: block;
        position: absolute;
        width: 73px;
        height: 70px;
        top: 0;
        left: -77px;
        background: #000000;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #000000;
        -moz-box-shadow: 0px 0px 0px 2px #000000;
        -webkit-box-shadow: 0px 0px 0px 2px #000000;
    }

    #snav li {
        float: none;
        width: auto;
        border-bottom: 1px dotted #cacad9;
        padding: 0;
        margin-top: 0;
        display: block !important;
    }

    #snav ul li a {
        height: auto;
        display: block !important;
        padding: 8px 0 8px 10px;
        line-height: 160%;
        color: #000;
    }

    #snav ul li a strong {
        display: block;
        font-size: 14px;
        font-family: Arial Narrow, Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-align: left;
    }

    #snav.action {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #snav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 58px;
        text-indent: -9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #snav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 58px;
        position: absolute;
        top: -15px;
        left: 0;
    }

    #snav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 58px;
        position: absolute;
        top: 15px;
        left: 0;
    }

    #snav.action p span.n {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }

    #snav.action p span.n:after,
    #snav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #snav .inner {
        width: 100% !important;
        height: 100%;
        overflow-y: auto;
        background: #FFF;
        padding: 0;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 2;
    }

    #snav .reserve_btn {
        display: block;
        width: 90%;
        margin: 20px auto;
        height: 70px;
        padding-top: 15px;
        text-align: center;
        color: #ddc58f;
        border: 2px solid #ddc58f;
        position: relative;
    }

    #snav .reserve_btn:before {
        content: "";
        display: block;
        background: url(/import/tenant_1/133.167.110.215/html/images/common/ico_reserved.png) no-repeat;
        width: 24px;
        height: 37px;
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -12px;
    }


}

@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;
    }

    .fs60 {
        font-size: 40px;
    }

    .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: 30px 0;
    }

    #snav .nb {
        width: 50px;
        height: 50px;
    }

    #snav p span.n {
        width: 38px;
    }
}


#header {
    position: fixed;
    width: 100%;
    z-index: 5;
    height: 74px;
    background: #961f34;
    z-index: 6;
}

#header .header_box {
    width: 94%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

#header .header_box h1 {
    height: 135px;
    width: 135px;
    background: #fff;
    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;
}

#header .header_box h1 a {
    display: block;
    width: 90%;
    margin: auto;
}

#header .header_box h1 img {
    max-height: 55px;
    width: 100%;
    margin: auto;
}

#header .header_box .reserved_btn {
    /* width: 20%; */
    width: 100%;
    height: 74px;
    background: #6d1423;
    text-align: center;
    padding-top: 10px;
}

#header .header_box .reserved_btn.winebtn {
    background: #6d1423;
}

#header .header_box .reserved_btn.whitebtn {
    background: #fff;
}

#header .inner2>div {
    width: 20%;
}


#header .header_box .inner {
    width: 100%;
    padding: 0;
}

#header .header_box .inner .nav {
    width: 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    max-width: 797px;
}

#header .header_box .inner .nav li {
    padding: 10px 15px 0;
    display: inline-block;
}

#header .header_box .inner .nav li.navlist_parent a {
    position: relative;
}

#header .header_box .inner .nav li.navlist_parent>a:hover {
    padding-bottom: 30px;
}

#header .header_box .inner .nav li .undernav {
    display: none;
    position: absolute;
    top: 40%;
    left: 150px;
    width: auto;
}

[data-element-id]#header .header_box .inner .nav li.navlist_parent .undernav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .header_box .inner .nav li.navlist_parent:hover .undernav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#header .header_box .inner .nav li.navlist_parent .navlist {
    margin-left: 0px;
    text-align: \left;
    background-color: #961f34;
}

#header .header_box .inner .nav li.navlist_parent .navlink {
    padding: 10px 2px 15px;
    display: inline-block;
    cursor: pointer;
}

#header .header_box .inner .nav li a {
    color: #fff;
}

#header .inner2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    min-width: 370px;
}

#header .inner2 .info {
    width: 80%;
    background: #b1233c;
    height: 74px;
}

#header .inner2 .info li {
    color: #fff;
    width: 250px;
    margin: 0 auto;
    padding: 0;
    line-height: 100%;
    text-align: right;
}

#header .inner2 .info li:nth-child(3) {
    margin-top: 0px;
}

#header .info li a {
    color: #fff;
}

#header .inner2 .info .tel {
    letter-spacing: 0.1em;
}

#footer {
    position: relative;
    /*	padding-left: 290px;*/
}

#footer .footer_1 {
    position: relative;
    background: #841d2f;
}

#footer .footer_1 .flexb {
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
}

#footer .footer_2 {
    background: #961f34;
    color: #fff;
    position: relative;
}

#footer .footer_2 .inner {
    background: #961f34;
    color: #fff;
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
}

#footer .footer_1 .col_left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .footer_1 .col_left {
    width: 100%;

    padding-top: 6%;
}

#footer .footer_1 .col_left div {
    line-height: 150%;
    margin-bottom: 20px;
    color: #fff;
}

#footer .footer_1 .col_right {
    width: 100%;
    padding: 3% 0;
}

#footer .footer_1 .col_right .map {
    margin-top: 8px;
}

#footer .footer_1 .col_right div {
    color: #fff;
}

#footer .footer_1 .col_right .tel a {
    color: #fff;
}

#footer .footer_2 {
    padding: 4% 0;
}

#footer .footer_2 .list {
    width: 57%;
    margin-right: 3%;
}

#footer .footer_2 .list .text_link {
    width: 30%;
    margin: 0 1.5%;

}

#footer .footer_2 .list .text_link li {
    margin-bottom: 4%;
}

#footer .footer_2 .list .text_link a {
    color: #fff;
}

#footer .footer_2 .list .btn_link {
    margin-top: 5%;
    width: 100%;
}

#footer .footer_2 .list .btn_link li {
    width: 47%;
    margin-bottom: 3%;
}

#footer .footer_2 .list .btn_link a {
    width: 100%;
    display: block;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.cont {
    position: relative;
}

#footer .copy {
    background: #6d1423;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 1290px) {

    #footer .footer_1 .flexb {
        padding: 4% 0;
        width: 95%;
        margin: 0 auto;
    }

    #footer .footer_1 .col_left {
        width: 100%;
        margin: 0 auto;
        padding: 1%;
    }

    #footer .footer_1 .col_right {
        width: 100%;
        padding: 1%;
        margin: 0 auto;
    }

    #footer .footer_2 .rogo {
        min-width: 355px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    #footer .footer_2 .list {
        width: 95%;
        margin: 0 auto;

    }

    #footer .footer_2 {
        padding: 0;
    }
}


@media only screen and (max-width: 1024px) {
    #header .header_box {
        width: 100%;
    }

    #footer {
        position: static;
        padding-left: 0;
    }

    #footer .footer_2 {
        padding: 0;
    }

    #header .header_box .inner .nav {
        display: none;
    }

    #header .inner2 {
        right: 77px;
    }

    #header .inner2 .info {
        width: 70%;
    }

    #header .header_box .reserved_btn {
        /*   width: 30%; */
        width: 100%;
    }

    #header .inner2>div {
        width: 30%;
    }


    #header #snav .reserved_btn {
        display: none;
    }

    #header #snav .time {
        display: none;
    }

    #footer .footer_1 .col_left {
        width: 100%;
        padding-left: 0;
    }

    #footer .footer_1 .col_right {
        width: 100%;
    }

    #footer .footer_2 .rogo {
        margin-bottom: 20px;
    }

    #footer .footer_2 .list {
        width: 95%;
        margin-top: 20px;
    }

    #footer .footer_2 .list .btn_link {
        width: 100%;
        margin-top: 20px;
    }

    #footer .footer_2 .list .text_link {
        width: 45%;
    }

}

@media only screen and (max-width: 599px) {

    #header .header_box .inner {
        width: 100%;
        margin: 0;
    }

    #header .inner2 .info {
        display: none;
    }

    #header .header_box .reserved_btn {
        width: 100%;
        display: none;
    }

    #header .inner2>div {
        width: 100%;
        display: none;
    }

    #header #snav .reserved_btn {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #header #snav .time {
        display: block;
        color: #6d1423;
        width: 90%;
        margin: 0 auto;
        padding: 20px 0;
    }

    #header .header_box h1 {
        font-size: xx-small;
        height: 50px;
        width: 50px;
        max-height: none;
        min-height: none;
    }

    #snav .nb {
        left: -54px;
    }

    #snav p span.n:before {
        width: 38px;
    }

    #snav p span.n:after {
        width: 38px;
    }

    #header {
        height: 54px;
    }

    #footer .bkimg {
        display: none;
    }

    #footer .footer_2 .rogo {
        width: 95%;
        margin: auto;
        margin-bottom: 20px;
        min-width: auto;
    }

    #footer .footer_2 .list {
        width: 100%;
        margin-top: 20px;
    }

    #footer .footer_2 .list .btn_link {
        width: 100%;
        margin-top: 20px;
    }

    #footer .footer_2 .list .text_link {
        width: 45%;
    }

    #footer .footer_2 .inner {
        padding: 4% 0;
        width: 95%;
        margin: auto;
    }

    #footer .footer_2 .list .text_link {
        width: 100%;
    }

}

/*共通*/
.bg_blue {
    background: #e6eaf5;
}

.btn_more a,
.btn_back a {
    margin: 0 auto;
    width: 176px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    display: block;
    text-align: center;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
}

.btn_more a:before {
    content: "→";
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.btn_back a:before {
    content: "←";
    position: absolute;
    left: 15px;
    font-size: 20px;
}

/*トップページ*/
.index .mv {
    position: relative;
    padding-bottom: 30px;
    background: #961f34;
    padding-top: 70px;
    z-index: 5;
}

.index .mv .sns_nav {
    position: absolute;
    width: 30px;
    right: 25px;
    top: 55px;
}

.index .mv .sns_nav li {
    margin-bottom: 10px;
}

.index .mv .inner {
    width: 1000px;
    max-width: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index .mv .ttl {
    text-align: right;
    position: absolute;
    left: 10%;
    z-index: 1;
    color: #fff;
    line-height: 110%;
}

.index .mv .ttl:before {
    width: 300px;
    height: 300px;
    background: #6d1423;
    content: "";
    display: block;
    position: absolute;
    right: -10%;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    z-index: -1;
    top: -30%;
}

.index .mv .text_box {
    position: absolute;
    right: 8%;
    top: 120%;
    z-index: 1;
}

.index .mv .subttl {
    color: #fff;
    margin-bottom: 15px;
}

.index .mv .text {
    color: #7c192b;
    top: 220%;
    right: 9%;
    background: #fff;
    padding: 20px;
    z-index: 1;
    display: inline-block;
}

.index .cont .inner {
    width: 93%;
    max-width: 1200px;
}

.index .topics {
    width: 178px;
    text-align: center;
    padding-top: 30px;
}

.index .staff li {
    width: 30%;
    margin: 0 1.5% 5%;
}

.index .staff li .name {
    text-align: center;
}

.index .staff li .position {
    text-align: center;
}

.enttl {
    font-weight: bold;
    position: relative;
    width: 100%;
    letter-spacing: 0.2em;
    text-align: center;
    color: #666;
    line-height: 60px;
    padding-top: 5%;
}

.sub_ttl {
    text-align: center;
    color: #666;
}

.btn a {
    margin-top: 60px;
    width: 178px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    display: block;
    text-align: center;
    margin: 60px auto 0;
}

.btn a:before {
    content: "→";
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.index .topics .sub_ttl {
    text-align: center;
    width: 100%;
}

.index .topics .btn a {
    margin-top: 60px;
    width: 178px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    display: block;
}

.index .topics .btn a:before {
    content: "→";
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.index .topics_box {
    width: 75%;
}

.index .topics_box li {
    margin: 0 0.5%;
    width: 24%;
}

.index .topics_box .cate {
    display: inline-block;
    padding: 2px 5px;
    color: #fff;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin-bottom: 6%;
}

.index .topics_box .cate.bg_red {
    background: #c69d9d;
}

.index .topics_box .cate.bg_green {
    background: #99b9ad;
}

.index .topics_box .cate.bg_brown {
    background: #d8ccb8;
}

.index .topics_box li .text_box {
    padding: 6% 0;
}

.index .shopimage .pic {
    width: 65%;
}

.index .shopimage .text_box {
    width: 33%;
    margin-left: 2%;
    text-align: center;
}

.index .shopimage .text_box .ttl {
    margin-bottom: 3%;
    color: #961f34;
    font-weight: bold;
}

.index .shopimage .text_box .text {
    color: #961f34;
    font-weight: bold;
}

.index .howto .text_box {
    width: 42%;
    background: #7c192b;
    text-align: center;
    padding: 4% 2% 8%;
}

.index .howto .text_box2 {
    background: #fff;
    padding: 40px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.index .howto .text_box2 .sub_ttl {
    color: #6d1423;
    font-weight: bold;
    margin-bottom: 40px;
}

.index .howto .text_box2 .text {
    color: #6d1423;
}

.index .howto .text_box .ttl {
    color: #fff;
}

.index .howto .text_box .text1 {
    color: #fff;
}

.index .howto.flex {
    width: 100%;
    max-width: 100%;
}

.index .howto .pic {
    width: 58%;
    position: relative;
    overflow: hidden;
}

.index .howto .pic img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto !important;
    max-width: 150% !important;
    width: 150% !important;
    position: absolute;
    top: 0px;
    left: 50%;
}

.index .cont.nav {
    position: relative;
    padding-bottom: 3%;
}

.index .nav.cont {
    background: none;
}

.index .cont.nav .inner {
    margin-top: -30px;
    padding: 0;
    background: #fff;
    padding: 20px 50px;
}

.index .cont.nav li {
    width: 48%;
}

.index .cont.nav li .pic {
    width: 45%;
}

.index .cont.nav li .text {
    width: 50%;
    padding-left: 5%;
}

.index .tsushin {
    padding: 5% 0;
}

.index .tsushin .ttl {
    text-align: center;
    line-height: 100%;
    margin-bottom: 3%;
}

.index .tsushin .ttl span {
    color: #6d1423;
}

.index .tsushin .text {
    text-align: center;
    margin-bottom: 3%;
    max-width: 1000px;
    width: 95%;
    margin: auto;
}

.index .tsushin .box {
    width: 43%;
}

.index .tsushin .box .pic {
    /* background:#000; */
}

.index .tsushin .box .pic img {
    opacity: 0.7;
}

.index .tsushin .box .pic img:hover {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

.index .tsushin .pic .text {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    z-index: 1;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index .tsushin .pic:hover .text {
    color: #000;
    -webkit-transition: 1s;
    transition: 1s;
}

.index .tsushin .text_box .text {
    padding: 10% 10% 5%;
}

.index .tsushin .text_box {
    background: #fff;
}

.index .tsushin .btn_more {
    padding-bottom: 5%;
}

.index .tsushin .btn {
    margin-top: 2%;
}

.index .tsushin .btn a {
    margin: 0 auto;
    width: 176px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #000;
    border-radius: 20px;
    position: relative;
    display: block;
    text-align: center;
}

.index .tsushin .btn a:before {
    content: "→";
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.index .btn_more {
    padding-top: 5%;
}

.index .tsushin .pic .text {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    z-index: 1;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index .cont.bg_blue .pic_box {
    position: relative;
    margin-bottom: 3%;
}

.index .cont.bg_blue .pic_box .text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 1;
    width: 100%;
    padding: 2px 0;
    text-align: center;
}

.index .cont.bg_blue .pic_box:hover .text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    z-index: 10;
    width: 100%;
    padding: 2px 0;
    text-align: center;
}

.index .tsushin .box .pic a {
    display: block;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

.index .tsushin .box .pic:hover a {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 1s;
    transition: 1s;
}

.index .tsushin .box .pic:hover a .text {
    color: #000;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 1;
}

.index .tsushin .box .pic:hover img {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
}




.index .cont.bg_blue .pic_box:hover .pic {
    opacity: 0.7;
}

.index .cont.bg_blue .pic_box:nth-child(1) {
    width: 49%;
}

.index .cont.bg_blue .pic_box:nth-child(2) {
    width: 49%;
}

.index .cont.bg_blue .pic_box:nth-child(3) {
    width: 49%;
    margin-bottom: 0;
}

.index .cont.bg_blue .pic_box:nth-child(4) {
    width: 49%;
    margin-bottom: 0;
}

/* .index .cont.bg_blue .pic_box:nth-child(5) {
    width: 32%;
    margin-bottom: 0;
} */

.index .btn_red li {
    width: 45%;
}

.index .btn_red a {
    display: block;
    background: #961f34;
    width: 100%;
    height: 114px;
    text-align: center;
    line-height: 114px;
    color: #fff;
}

.index .cont.recruit .inner {
    padding: 6% 0;
}

.index .mv .sns_inner {
    width: 94%;
    max-width: 1400px;
    margin: auto;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .index .cont .inner {
        width: 93%;
        max-width: 768px;
    }

    .index .mv .inner {
        top: 57%;
        text-align: center;
    }

    .index .mv .ttl {
        position: relative;
        left: 0;
        display: inline-block;
        text-align: left;
    }

    .index .mv .ttl:before {
        width: 250px;
        height: 250px;
    }

    .index .mv .text_box {
        position: relative;
        right: 0;
        top: 0;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 50px 0 0;
    }

    .index .topics {
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }

    .index .topics .sub_ttl {
        text-align: center;
        width: 100%;
        padding-top: 15px;
    }

    .index .topics .btn a {
        margin: 0 auto;
        margin-top: 20px;
    }

    .index .topics_box {
        width: 100%;
    }

    .index .howto .pic {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .index .howto .text_box {
        width: 100%;
        padding: 5%;
    }

    .index .howto .pic {
        height: 30%;
    }

    .index .howto .pic img {
        -webkit-transform: none;
        transform: none;
        position: static;
        width: 100% !important;
        max-width: 100% !important;
    }

    .index .tsushin .box {
        width: 48%;
    }

    .index .tsushin .inner {
        width: 100%;
    }

    .index .shopimage .text_box {
        width: 100%;
        margin-left: 0%;
        margin-top: 2%;
        text-align: center;
    }

    .index .shopimage .pic {
        width: 100%;
    }

    .index #header .inner2 .sns_nav {
        right: -55px;
    }

    .index #header .inner2 .sns_nav a {
        display: inline-block;
    }

    .index #header #snav .sns_nav div {
        width: 40px;
        padding: 5px;
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .index .mv .sns_nav {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .index .staff li {
        width: 47%;
        margin: 0 1.5% 5%;
    }

    .index .howto .text_box2 .text {
        text-align: left;
    }

    .index .cont .inner {
        width: 94%;
        max-width: 458px;
    }

    .index .cont.bg_blue {
        width: 100%;
    }

    .index .cont.bg_blue .pic_box:nth-child(1) {
        width: 100%;
    }

    .index .cont.bg_blue .pic_box:nth-child(2) {
        width: 100%;
    }

    .index .cont.bg_blue .pic_box:nth-child(3) {
        width: 100%;
        margin-bottom: 3%;
    }

    .index .cont.bg_blue .pic_box:nth-child(4) {
        width: 100%;
        margin-bottom: 3%;
    }

    .index .cont.bg_blue .pic_box:nth-child(5) {
        width: 100%;
        margin-bottom: 0;
    }

    .index .tsushin .box {
        width: 100%;
        margin-bottom: 3%;
    }

    .index .cont.nav .inner {

        padding: 20px;
    }

    .index .btn_red li {
        width: 100%;
        margin-bottom: 5%;
    }

    .index .cont.nav li {
        width: 100%;
        margin-bottom: 5%;
    }

    .index .mv .inner {
        width: 95%;
        max-width: 100%;
        position: static;
        z-index: 1;
        left: 0;
        top: 0;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }

    .index .mv .text_box {
        position: static;
        display: block;
        margin: 15px 0 0;
    }

    .index .mv .ttl {
        position: relative;
        left: 0;
        display: block;
        text-align: left;
        padding-top: 30px;
    }

    .index .mv .subttl {
        margin-bottom: 15px;
    }

    .index .mv .text {
        display: block;
    }

    .index .mv .ttl:before {
        width: 150px;
        height: 150px;
        right: 0;
        top: 30px;
    }

    .index .topics_box li {
        margin: 0 0 3%;
        width: 100%;
    }

    .index .tsushin .text {
        text-align: left;
        margin-bottom: 3%;
    }

    .index .cont {
        position: relative;
        width: 94%;
        margin: auto;
    }

    .index .shopimage .text_box .text {
        text-align: left;
    }

    .index #header .inner2 .sns_nav {
        display: none;
    }

    .index .mv {
        padding-bottom: 15px;
        padding-top: 50px;
    }
}

.under .cont_box {
    padding-top: 74px;
}

.under .main {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 5%;
}

.under .main .inner {
    width: 1200px;
    padding: 0;
    max-width: 100%;
}

.under .mv {
    width: 100%;
    position: relative;
    background: #961f34;
    overflow: hidden;
}

.under .mv:before {
    content: "";
    display: block;
    padding-top: 40%;
}

.under .mv .pic {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}

.under .mv .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.under .mv .inner .tfmp {
    width: 100%;
    position: absolute;
    bottom: 60px;
}

.under .mv .mv_ttl {
    background: #fff;
    line-height: 80px;
    color: #7c1926;
    padding: 0 20px;
    width: 600px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    display: block;
}

.under .mv .shadow {
    background: #802635;
    height: 80px;
    width: 600px;
    max-width: 100%;
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
}

.w800 {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
}

.w500 {
    width: 500px;
    max-width: 95%;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
}

.page li {
    padding: 0 10px;
}

.page li a {
    color: #7c192b;
}

.mt100 {
    margin-top: 100px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.text_center {
    text-align: center;
}

.under .sub {
    width: 290px;
    background: #7c1926;
    z-index: 2;
    position: fixed;
    left: 0;
    overflow: hidden;
    height: 100%;
}

.under .sub .inner {
    width: 310px;
    padding-right: 20px;
    overflow-y: auto;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 150px;
}

.under .sub .inner ul {
    width: 95%;
    margin-left: 15px;
}

.under .sub .inner .text {
    padding: 150px 0 90px;
    color: #fff;
    line-height: 300%;
    text-align: center;
}

.under .sub .inner li {
    width: 100%;
    margin-bottom: 30px;
}

.under .cont_box .main .ttl {
    position: relative;
    font-weight: normal;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 120px;
}

.under .cont_box .main .ttl:before {
    position: absolute;
    bottom: -10px;
    width: 100px;
    height: 2px;
    background: #961f34;
    content: "";
    left: 50%;
    margin-left: -50px;
}

.under.about .content {
    background: rgba(249, 249, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 255, 1)), color-stop(21%, rgba(249, 249, 255, 1)), color-stop(21%, rgba(230, 234, 245, 1)), color-stop(75%, rgba(230, 234, 245, 1)), color-stop(75%, rgba(249, 249, 255, 1)), color-stop(100%, rgba(249, 249, 255, 1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 255, 1)), color-stop(21%, rgba(249, 249, 255, 1)), color-stop(21%, rgba(230, 234, 245, 1)), color-stop(75%, rgba(230, 234, 245, 1)), color-stop(75%, rgba(249, 249, 255, 1)), to(rgba(249, 249, 255, 1)));
    background: linear-gradient(to bottom, rgba(249, 249, 255, 1) 0%, rgba(249, 249, 255, 1) 21%, rgba(230, 234, 245, 1) 21%, rgba(230, 234, 245, 1) 75%, rgba(249, 249, 255, 1) 75%, rgba(249, 249, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9ff', endColorstr='#f9f9ff', GradientType=0);
    padding-bottom: 0;
    margin-top: -5%;
    margin-bottom: 0;
    position: relative;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
}

.under.about .content .pic {
    width: 48%;
    margin-right: 0;
}

.under.about .text_box {
    width: 48%;
    background: #fff;
    padding: 3%;
    margin-top: 180px;
    position: relative;
    z-index: 1;
}

.under.about .subttl {
    position: relative;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #c4a7aa;
    position: relative;
}

.under.about .subttl:before {
    content: "";
    border-bottom: 3px solid #c4a7aa;
    height: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
}

.under.about .map2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border: 3px solid #d4bfc3;
}

.under.about .map2:after {
    display: block;
    content: "";
    padding-top: 41%;
}

.under.about .map2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

.under.about .access .shop {
    width: 100%;
    margin-bottom: 13px;
}

.under.about .access {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 13px;
}

.under.about .access .inner {
    width: 100%;
    padding: 0;
}

.under.about .access dl {
    margin-bottom: 10px;
}

.under.about .access .text_left {
    width: 50%;
    margin-right: 2%;
}

.under.about .access .number dd {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.about .access .text_right {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    .w800 {
        max-width: 100%;
    }

    .w500 {
        max-width: 100%;
    }

    .w1000 {
        max-width: 100%;
    }

    .under .sub {
        width: 100%;
        position: static;
        background: #7c1926;
    }

    .under .sub .inner {
        width: 90%;
        margin: 0 auto;
        padding-right: 0;
        padding-top: 4%;
        padding-bottom: 4%;
    }

    .under .cont_box.flexb {
        max-width: 100%;
    }

    .under .sub ul {}

    .under .sub li {
        width: 32%;
        margin: 0 0.5%;
    }

    .under .sub .inner .text {
        padding: 30px 0 30px;
        line-height: 250%;
    }

    .under .main {
        width: 100%;
    }

    .under .mv .mv_ttl {
        max-width: 95%;
        line-height: 50px;
    }

    .under .mv .shadow {
        max-width: 95%;
        height: 50px;
        line-height: 50px;
        top: 20px;
        left: 20px;
    }

    .under .mv .inner .tfmp {
        width: 100%;
        bottom: 30px;
    }

    .under .main .inner {
        width: 90%;
        max-width: 100%;
    }

    .under .cont_box .main .ttl {

        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 599px) {
    .under .cont_box {
        padding-top: 70px;
    }

    .under .main {
        padding-bottom: 10%;
    }

    .under .mv .ttl_box {
        bottom: 16%;
    }

    .under .mv .mv_ttl.fs30 {
        font-size: 16px;
    }

    .under .cont_box .main .ttl {

        margin-bottom: 30px;
    }

    .under.about .content .pic {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .under.about .text_box {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .under.about .content {
        padding-bottom: 10%;
        margin-top: 0%;
        margin-bottom: 10%;
    }

    .under .mv .shadow {
        top: 10px;
        left: 10px;
    }

    .under .mv .mv_ttl {
        max-width: 100%;
        padding: 0 5px;
        line-height: 50px;
    }

    .under .mv .shadow {
        max-width: 100%;
        height: 50px;
        line-height: 50px;
        top: 20px;
        left: 20px;
    }

    .under.about .subttl:before {
        width: 78%;
    }

    .under .sub li {
        width: 100%;
        margin: 4% 0%;
    }

    .under.about .access .text_left {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .under.about .access .text_right {
        width: 100%;
    }

    .mt100 {
        margin-top: 50px !important;
    }

    .mt50 {
        margin-top: 25px !important;
    }

    .mb30 {
        margin-bottom: 15px !important;
    }

    .mb50 {
        margin-bottom: 25px !important;
    }

    .mb70 {
        margin-bottom: 35px !important;
    }

    .under.access .thumb-item-nav .slick-slide {
        width: 45% !important;
        margin: 2.5%;
    }

}

.under.menu .banner {
    background: url(/import/tenant_1/133.167.110.215/html/images/menu/bg_banner01.jpg) no-repeat;
    background-size: cover;
    padding: 10px;
    position: relative;
}

.under.menu .banner:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(115, 0, 0, 0.25);
}

.under.menu.usuge .banner:before {
    background-color: rgba(255, 255, 255, 0.0);
}

.under.menu .banner .box_border {
    border: 2px solid #fff;
    padding: 3%;
    position: relative;
    z-index: 1;
}

.under.menu .banner .bn_ttl {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.under.menu .banner .bn_txt {
    color: #fff;
}

.under.menu .content {
    position: relative;
    height: 100%;
    min-height: 540px;
}

.under.menu .content .flexb .pic {
    width: 280px;
}

.under.menu .content .flexb .text_box {
    width: 300px;
    min-height: 440px;
}

.under.menu.menu_page .content .flexb .text_box {
    width: 690px;
}

@media only screen and (max-width: 1024px) {
    .under.menu.menu_page .content .flexb .text_box {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 1024px) {
    .under.menu.menu_page .content .flexb .text_box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

}

.under.menu .content .flexb .no1_col {
    position: absolute;
    z-index: 0;
    left: 0;
}

.under.menu .content .flexb .no1_col.text_box {
    z-index: 2;
    padding: 30px;
    background: #fff;
}

.under.menu .content .flexb .no2_col {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 30%;
}

.under.menu .content .flexb .no3_col {
    position: absolute;
    z-index: 2;
    right: 0;
    background: #fff;
}

.under.menu .content .flexb .no3_col.text_box {
    padding: 30px;
    background: #fff;
}

@media only screen and (max-width: 599px) {
    .under.menu .content .flexb .no3_col.text_box li.w45 {
        width: 100%;
    }
}

.under.menu .main .content:nth-of-type(odd) .flexb .no1_col {
    position: absolute;
    z-index: 0;
    right: 0;
    left: auto;
}

.under.menu .main .content:nth-of-type(odd) .flexb .no2_col {
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 31%;
    left: auto;
}

.under.menu .main .content:nth-of-type(odd) .flexb .no3_col {
    position: absolute;
    z-index: 2;
    left: 0;
    right: auto;
    background: #fff;
}

/*menu_page*/
.under.menu.menu_page .content:nth-of-type(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.under.menu.menu_page .content .flexb .no1_col {
    position: static;
}

.under.menu.menu_page .content .flexb .no2_col {
    position: static;
}

.under.menu.menu_page .content .flexb .no3_col {
    position: static;
}

.under.menu.menu_page .main .content:nth-of-type(odd) .flexb .no1_col {
    position: static;
}

.under.menu.menu_page .main .content:nth-of-type(odd) .flexb .no2_col {
    position: static;
}

.under.menu.menu_page .main .content:nth-of-type(odd) .flexb .no3_col {
    position: static;
    background: #fff;
}



.under.menu .subttl {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #c4a7aa;
    letter-spacing: 0.05em;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.under.menu .text {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.menu.menu_page .text {
    margin-bottom: 30px;
    font-size: 14px;
}

.under.menu.menu_page .menu_tit {
    font-size: 16px;
    font-weight: bold;
}

.under.menu .text_border {
    width: 95%;
    margin: 0 auto;
    border-left: 5px solid #961f34;
    padding-left: 10px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.menu .subttl .en_ttl {
    text-shadow: 1px 2px 2px rgba(196, 167, 170, 0.9);

}

.under.menu .subttl .en_ttl:before {
    border: 1px solid #e6eaf5;
    width: 35px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;

}

.under.menu .subttl .jp_ttl {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #961f34;
    font-weight: bold;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding-left: 10px;
}

.under.menu .name {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #961f34;
    font-weight: bold;
}

.under.menu .price {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #961f34;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
}

.under.menu.menu_page .price {
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .under.menu .content .flexb .pic {
        width: 48%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;

    }

    .under.menu.menu_page .content .flexb .pic {
        width: 48%;
        margin-left: auto;
        margin-right: auto;
    }

    .under.menu .content {
        min-height: 0;
    }

    .under.menu .content .flexb .no1_col {
        position: static;
        z-index: 1;
        top: 100px;
        left: 30%;
    }

    .under.menu .content .flexb .no2_col {
        position: static;
        z-index: 1;
        top: 100px;
        left: 30%;
    }

    .under.menu .content .flexb .no3_col {
        position: static;
        z-index: 2;
        right: 0;
        background: #fff;
    }

    .under.menu .content .flexb .text_box {
        width: 100%;
        height: auto;
        min-height: auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 3%;
    }

    .under.menu .main .content:nth-of-type(odd) .flexb .no1_col {
        position: static;

    }

    .under.menu .main .content:nth-of-type(odd) .flexb .no2_col {
        position: static;

    }

    .under.menu .main .content:nth-of-type(odd) .flexb .no3_col {
        position: static;

    }

    .under.menu .text_border {
        width: 100%;
    }
}

.under.style .content {
    margin-top: 5%;
}

.under.style .content .list {
    width: 23%;
    margin: 0 1% 5%;
}

.under.style .content .nav_list {
    width: 100%;
}

.under.style .content .nav_list li {
    width: 15%;
    margin: 0 1% 5%;
}

.under.style .content .nav_list li a {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #802635;
    color: #fff;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.style .content .nav_list li:nth-child(2n) a {
    background: #000;
    color: #fff;
}

.under.style .content .cate {
    background: #802635;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    margin: 2% 0;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.style .style_detail {
    width: 45%;
}

.under.style .style_detail #mainImage {
    width: 98%;
    margin: 0 auto 10%;
}

.under.style .style_detail #imageList li {
    width: 30%;
    margin: 0 1.5% 5%;
}

.under.style .style_content {
    width: 53%;
}

.under.style .style_content .staff_info {
    margin-top: 5%;
}

.under.style .style_content .staff_info .pic {
    width: 30%;
    margin-right: 3%;
}

.under.style .style_content .staff_info .info {
    width: 65%;
}

.under.style .style_content .staff_info .info dl {
    margin-bottom: 3%;
}

.under.style .style_content dt {
    width: 20%;
}

.under.style .style_content dd {
    width: 78%;
}

.under.style .style_content .staff_info .info dt {
    width: 100%;
}

.under.style .style_content .staff_info .info dd {
    width: 100%;
}

.under.style .style_content .ttl {
    margin-bottom: 10%;
    margin-top: 0;
}

.under.style .style_detail .ttl {
    margin-bottom: 10%;
    margin-top: 0;
    display: none;
}

.under.style .style_detail .ttl[data-element-id] {
    display: block;
}

@media only screen and (max-width: 1024px) {
    .under.style .content .nav_list li {
        width: 48%;
        margin: 0 1% 2.5%;
    }
}

@media only screen and (max-width: 599px) {
    .under.menu .content .flexb .pic {
        width: 98%;
    }

    .under.style .content .list {
        width: 48%;
        margin: 0 1% 5%;
    }

    .under.style .style_detail {
        width: 100%;
        margin-bottom: 5%;
    }

    .under.style .style_content {
        width: 100%;
    }

    .under.style .style_content .staff_info .pic {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 5%;
    }

    .under.style .style_content .staff_info .info {
        width: 100%;
    }

    .under.style .style_detail .ttl {
        display: block;
    }

    .under.style .style_content .ttl {
        display: none;
    }
}

.before_after .box {
    width: 250px;
    position: relative;
}

.before_after .arrow {
    background: url(/import/tenant_1/133.167.110.215/html/images/style/arrow_right.png) no-repeat;
    width: 62px;
    background-position: center;
    height: 100%;
}

.before_after .bk_ttl {
    position: absolute;
    left: -60px;
    bottom: 20px;
    width: 120px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    background: #333;
    text-align: center;
    z-index: 1;
}

.before_after .rd_ttl {
    position: absolute;
    right: -60px;
    bottom: 20px;
    width: 120px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    background: #7c1926;
    text-align: center;
    z-index: 1;
}


@media only screen and (max-width: 1024px) {
    .before_after .box {
        width: 200px;
        position: relative;
    }

    .before_after .arrow {
        background: url(/import/tenant_1/133.167.110.215/html/images/style/arrow_right.png) no-repeat;
        background-size: contain;
        width: 8%;
        background-position: center;
        height: 100%;
    }

    .before_after .bk_ttl {
        position: absolute;
        left: 50%;
        margin-left: -60px;
        bottom: 0;
    }

    .before_after .rd_ttl {
        right: 50%;
        margin-right: -60px;
        bottom: 0;
    }

    .before_after {
        width: 100%;
    }

}

@media only screen and (max-width: 599px) {
    .before_after .box {
        width: 33%;
        position: relative;
    }

    .before_after .arrow {
        width: 10%;
    }

    .under.style .content .flexb dt {
        width: 100%;
    }

    .under.style .content .flexb dd {
        width: 100%;
    }

    .under.style .content dl {
        width: 100%;
        margin: 0 0.5% 3%;
    }
}

.under.touhi .content {
    position: relative;
}

.under .bg_half_blue {
    background: rgba(249, 249, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(238, 233, 238, 1)), color-stop(100%, rgba(238, 233, 238, 1)), color-stop(100%, rgba(249, 249, 255, 1)), color-stop(100%, rgba(249, 249, 255, 1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 255, 1)), color-stop(50%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(238, 233, 238, 1)), color-stop(100%, rgba(238, 233, 238, 1)), color-stop(100%, rgba(249, 249, 255, 1)), to(rgba(249, 249, 255, 1)));
    background: linear-gradient(to bottom, rgba(249, 249, 255, 1) 0%, rgba(249, 249, 255, 1) 50%, rgba(238, 233, 238, 1) 50%, rgba(238, 233, 238, 1) 100%, rgba(249, 249, 255, 1) 100%, rgba(249, 249, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9ff', endColorstr='#f9f9ff', GradientType=0);
    padding: 7% 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
}

.under .bg_half_blue2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 255, 1)), color-stop(50%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(230, 234, 245, 1)), color-stop(100%, rgba(230, 234, 245, 1)), color-stop(100%, rgba(249, 249, 255, 1)), to(rgba(249, 249, 255, 1)));
    background: linear-gradient(to bottom, rgba(249, 249, 255, 1) 0%, rgba(249, 249, 255, 1) 50%, rgba(230, 234, 245, 1) 50%, rgba(230, 234, 245, 1) 100%, rgba(249, 249, 255, 1) 100%, rgba(249, 249, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9ff', endColorstr='#f9f9ff', GradientType=0);
    padding: 7% 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
}

.under .bg_half_gray {
    background: rgba(249, 249, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(230, 234, 245, 1)), color-stop(100%, rgba(230, 234, 245, 1)), color-stop(100%, rgba(249, 249, 255, 1)), color-stop(100%, rgba(249, 249, 255, 1)));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 255, 1)), color-stop(50%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(230, 234, 245, 1)), color-stop(100%, rgba(230, 234, 245, 1)), color-stop(100%, rgba(249, 249, 255, 1)), to(rgba(249, 249, 255, 1)));
    background: linear-gradient(to bottom, rgba(249, 249, 255, 1) 0%, rgba(249, 249, 255, 1) 50%, rgba(230, 234, 245, 1) 50%, rgba(230, 234, 245, 1) 100%, rgba(249, 249, 255, 1) 100%, rgba(249, 249, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9ff', endColorstr='#f9f9ff', GradientType=0);
    padding: 7% 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
}


[data-element-id].under .bg_half_gray {
    background: none;
    margin-left: 0rem;
    padding-left: 0rem;
    margin-right: 0rem;
    padding-right: 0rem;
}

.under .bg_half_gray2 {
    background: rgba(249, 249, 255, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 249, 255, 1)), color-stop(50%, rgba(249, 249, 255, 1)), color-stop(50%, rgba(238, 233, 238, 1)), color-stop(100%, rgba(238, 233, 238, 1)), color-stop(100%, rgba(249, 249, 255, 1)), to(rgba(249, 249, 255, 1)));
    background: linear-gradient(to bottom, rgba(249, 249, 255, 1) 0%, rgba(249, 249, 255, 1) 50%, rgba(238, 233, 238, 1) 50%, rgba(238, 233, 238, 1) 100%, rgba(249, 249, 255, 1) 100%, rgba(249, 249, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9ff', endColorstr='#f9f9ff', GradientType=0);
    padding: 7% 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    margin-left: -999rem;
    padding-left: 999rem;
    margin-right: -999rem;
    padding-right: 999rem;
}

.under.touhi .list_box ul {
    margin: 50px 0 20px;
}

.under.touhi .list_box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 19%;
    height: 150px;
    color: #6d1423;
    text-align: center;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 1px 1px #ccc;
    box-shadow: 1px 1px #ccc;
    background: #fff;
}

.under.touhi .list_box2 ul {
    margin: 0 0 20px;
}

.under.touhi .list_box2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: 150px;
    color: #6d1423;
    text-align: center;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 1px 1px #ccc;
    box-shadow: 1px 1px #ccc;
    background: #fff;
}

.under.touhi .text_left {
    padding-bottom: 20px;
    text-align: right;
}

.under .t_and_p .pic {
    width: 47%;
}

.under .t_and_p .pic.border .trimmingInner {
    border: 4px solid #d1bbbe;
}

.under .t_and_p .pic.border2 .trimmingInner {
    border: 4px solid #fff;
}

.under .t_and_p .text {
    width: 50%;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    margin-bottom: 20px;
}

.under .t_and_p {
    margin-top: 7%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.under .bg_half_gray:nth-of-type(even) .t_and_p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.under .bg_half_blue:nth-of-type(even) .t_and_p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.under.touhi .content .text span {
    color: #7c1926;
}

.under.touhi .content .text_box {
    margin-top: 15px;
    background: #fff;
    padding: 10px;
}

.under.touhi .content .ttl_answer {
    padding-top: 20px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    position: relative;
    display: inline;
}

.under.touhi .content .ttl_answer:before {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 80px;
    height: 56px;
    background: url(/import/tenant_1/133.167.110.215/html/images/touhi/ico_ttl.png) no-repeat;
}

.under.touhi .content .ttl_answer span {
    color: #7c1926;
    font-weight: bold;
}

.under.touhi .content .banner {
    background: url(/import/tenant_1/133.167.110.215/html/images/touhi/bg_banner.jpg) no-repeat;
    background-size: cover;
    height: 390px;
    min-height: 94%;
    padding: 5px;
}

.under.touhi .content .banner.banner2 {
    background: url(/import/tenant_1/133.167.110.215/html/images/color/bg_banner.jpg) no-repeat;
    background-size: cover;
    height: 390px;
    min-height: 94%;
    padding: 5px;
}

.under.touhi .content .banner.banner2 ul {
    width: 55%;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.under.touhi .content .banner ul {
    width: 40%;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 10%;
}

.under.touhi .content .banner ul li {
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    list-style-image: url(/import/tenant_1/133.167.110.215/html/images/touhi/list_ico.png);
    list-style-position: inside;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.touhi .content .banner .border {
    border: 2px solid #fff;
    height: 100%;
    padding: 5px;
    position: relative;
}

.under.touhi .text_box_price .subttl {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #c4a7aa;
    letter-spacing: 0.05em;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.under.touhi .text_box_price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 70%;
    padding: 30px;
    background: #fff;
}

.under.touhi .price .pic {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 45%;
}

.under.touhi .text_box_price .price {
    color: #961f34;
}

.under.touhi .text_box_price .text2 {
    margin-top: 40px;
    border-left: 5px solid #961f34;
    padding-left: 10px;
}

.under.touhi .text_box_price .subttl span {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    /* color: #961f34; */
    font-weight: bold;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.under.touhi .text_box_price .subttl span.fs14 {
    color: #961f34;
}

.under.touhi .style .pic {
    width: 23%;
}

.under.touhi .style .trimmingInner {
    border: 3px solid #d9d9db;
}

.under.touhi .style .pic:nth-of-type(even) {
    width: 23%;
    margin-top: 50px;
}

.under.touhi .banner_box {
    background: #fff;
    border: 4px solid #c4a7aa;
    padding: 5px;
}

.under.touhi .banner_box .border {
    border: 2px solid #c4a7aa;
    padding: 10px;
    text-align: center;

}

.under.touhi .banner_box ul {
    width: 60%;
    margin: 15px auto;
}

.under.touhi .banner_box li {
    width: 20%;
}

.under.touhi .banner_box li .pic {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 40px;
    overflow: hidden;
}

.under.touhi .banner_box .text_ttl {
    border-bottom: 1px solid #7c1926;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #7c1926;
    font-weight: bold;
}

.under.touhi .banner_box .text2 {
    color: #7c1926;
    font-weight: bold;
}

.under.touhi .banner_box .text_center {
    color: #333;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.touhi .banner_box .text_center {
    color: #333;
}

.under.touhi .banner_box .ico {
    margin: 10px 0;
}

@media only screen and (max-width: 1024px) {
    .under.touhi .list_box ul li {

        width: 19%;
        min-height: 150px;

    }
}

@media only screen and (max-width: 599px) {
    .under.touhi .list_box ul li {

        width: 30%;
        height: auto;
        min-height: 100px;
        margin-bottom: 5%;
    }

    .under .t_and_p .pic {
        width: 100%;
        margin-bottom: 5%;
    }

    .under .t_and_p .text {
        width: 100%;
    }

    .under .before_after .box {
        margin-bottom: 10px;
        width: 33% ! important;
    }

    .under.touhi .text_box_price {
        width: 100%;
    }

    .under.touhi .price .pic {
        margin-bottom: 10px;
        width: 100%;
    }

    .under.touhi .content .banner ul {
        width: 100%;
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
        margin-right: 0%;
    }

    .under.touhi .content .banner.banner2 ul {
        width: 100%;
        color: #fff;
        padding: 5%;
    }

    .text_center {
        text-align: center;
    }

    .under.touhi .content .ttl_answer:before {
        content: "";
        position: absolute;
        top: 10px;
        left: -50px;
        width: 40px;
        height: 28px;
        background: url(/import/tenant_1/133.167.110.215/html/images/touhi/ico_ttl.png) no-repeat;
        background-size: contain;
    }

    .under.shampoo .circle_box .text {
        padding-top: 5px;
    }

    .under.shampoo .circle_box {
        margin-bottom: 10%;
    }

    .under.shampoo .style .pic:nth-of-type(even) {
        margin-top: 0;
        width: 44%;
        margin-bottom: 5%;
    }

    .under.touhi .banner_box ul {
        width: 100%;
        margin: 15px auto;
    }

    .under.touhi .banner_box li {
        width: 48%;
        margin-bottom: 20px;
    }

    .under.touhi .banner_box li .pic {
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
}

.under.shampoo .circle_box {
    width: 200px;
}

.under.shampoo .circle_box .pic {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
    border: 4px solid #e6eaf5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.under.shampoo .circle_box .text {
    color: #961f34;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.shampoo .bg_half_gray:nth-of-type(even) .t_and_p {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;
}

.under.shampoo .bg_half_gray:nth-of-type(odd) .t_and_p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
    .under.shampoo .circle_box .text {
        padding-top: 5px;
    }

    .under.shampoo .circle_box {
        margin-bottom: 10%;
    }
}

.under.usuge .banner {
    background: url(/import/tenant_1/133.167.110.215/html/images/usuge/bg_banner.jpg)left no-repeat #fff;
    width: 800px;
    margin: 0 auto 30px;
    /*   height: 318px; */
    border: 3px solid #e6eaf5;
    padding: 7px;
    /*   background-size: contain; */
    background-size: 310px;
}

.under.usuge.nukege .banner {
    background: url(/import/tenant_1/133.167.110.215/html/images/nukege/bg_banner.jpg)right no-repeat #fff;
}

.under.usuge.nukege .t_and_p .pic.border2 .trimmingInner {
    border: 4px solid #d1bbbe;
}

.under.usuge .banner .border {
    border: 1px solid #e6eaf5;
    padding: 30px;
    height: 100%;
    max-width: 100%;
}

.under.usuge .banner ul {
    width: 60%;
    list-style-type: none;
    line-height: 180%;
}

.under.usuge .banner ul li,
.under.usuge .onayami ul li {
    color: #fff;
    padding-top: 5px;
    background: url(/import/tenant_1/133.167.110.215/html/images/usuge/ico_list.png) left 10px no-repeat;
    text-indent: 36px;
    border-bottom: 1px solid #d8cdce;
    color: #333;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 36px;
}

.under.usuge .onayami {
    width: 800px;
    border: 3px solid #e6eaf5;
    padding: 7px;
    position: relative;
    margin: 0 auto 30px;
}

.under.usuge .onayami .border {
    border: 1px solid #e6eaf5;
    padding: 30px;
    height: 100%;
    max-width: 100%;
}

.under.usuge .onayami ul {
    width: 100%;
    padding: 15px;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e6eaf5;
}

.under.usuge .onayami dl {
    margin-top: 30px;
}

.under.usuge .onayami dt {
    margin-bottom: 10px;
}

.under.usuge .onayami dt .a {
    background: #841d2f;
    color: #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: block;
    font-size: 16px;
    padding: 3px 4px 3px 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.under.usuge .onayami dt .tit {
    width: calc(100% - 37px);
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.usuge .num_box {
    width: 30%;
    margin: 0 0.5%;
}

.under.usuge .num_box dt {
    position: relative;
}

.under.usuge .num_box dt .num {
    position: absolute;
    background: url(/import/tenant_1/133.167.110.215/html/images/usuge/bg_number.png) no-repeat;
    width: 100%;
    max-width: 200px;
    height: 37px;
    bottom: 5px;
    left: -10px;
    color: #fff;
    z-index: 1;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 29px;
    padding-left: 10px;
}

.under.usuge .num_box .name {
    margin-top: 15px;
    color: #7c1926;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.usuge .num_box .text {
    color: #333;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

@media only screen and (max-width: 1024px) {
    .under.usuge .banner {
        width: 100%;
        height: auto;
        /*   background-size: contain; */
        background-size: 50%;
    }

    .under.usuge .onayami {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 599px) {
    .under.usuge .banner {
        background: url(/import/tenant_1/133.167.110.215/html/images/usuge/bg_banner.jpg)center top no-repeat #fff;
        background-size: auto;
    }

    .under.usuge.nukege .banner {
        background: url(/import/tenant_1/133.167.110.215/html/images/nukege/bg_banner.jpg)center top no-repeat #fff;
        background-size: auto;
    }

    .under.usuge .banner ul {
        margin-top: 260px;
        width: 100%;
        list-style-type: none;
        line-height: 180%;
    }

    .under.usuge .num_box {
        width: 100%;
        margin: 0 0 30px;
    }

    .under.usuge .onayami .border {
        padding: 10px;
    }
}

.color_red {
    color: #961f34;
    font-weight: bold;
}

.color_red2 {
    color: #961f34;
    font-weight: bold;
}

.under.staff .text {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.staff .ill {
    width: 465px;
    height: 192px;
    max-height: 100%;
    background: url(/import/tenant_1/133.167.110.215/html/images/staff/ill.png)no-repeat center;
    background-size: contain;
    position: relative;
}

.under.staff .ill .text {

    position: absolute;
    left: 50px;
    top: 5px;
    text-align: center;
}

.under.staff .text_box_r {
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px;
    margin-top: 30px;
}

.under.staff .bg_half_blue2 .flex {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.under.staff .bg_half_blue2 .flex .box {
    width: 100%;
}

.under.staff .t_and_p .pic.border2 .trimmingInner {
    border: 4px solid #d1bbbe;
}

.under.staff .bg_half_blue2 .trimmingInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #d1bbbe;
}

.under.staff .bg_half_blue2 .trimmingInner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    z-index: 1;
    border: 1px solid #d1bbbe;
}

.under.staff .bg_half_blue2 .border {
    width: 90%;
    height: 90%;
    margin: auto;
    border: 4px solid #d1bbbe;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .under.staff .ill {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .under.staff .bg_half_blue2 .flex {
        /*		margin-bottom: 50px;*/
    }

    .under.staff .text_box_r {
        margin-top: 0;
    }
}

.under.contact .content {
    position: relative;
    margin-bottom: 60px;
}

.under.contact .num {
    position: relative;
    color: #c4a7aa;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.contact .num:before {
    content: "";
    border-bottom: 3px solid #c4a7aa;
    height: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
}

.under.contact .content.bg_half_gray .arrow {
    position: absolute;
    bottom: -59px;
    left: 50%;
    margin-left: -102px;
    background: url(/import/tenant_1/133.167.110.215/html/images/contact/ico_arrow.png) no-repeat;
    width: 204px;
    max-width: 100%;
    height: 60px;
    max-height: 100%;
    z-index: 1;
}

.under.contact .content.bg_half_gray:last-child .arrow {
    background: none;
}

.under.contact .t_and_p {
    margin-top: 7%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.under.contact .bg_half_gray:nth-of-type(even) .t_and_p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.under.contact .bg_half_gray:nth-of-type(odd) .t_and_p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.under.contact .contact_box {
    background: url(/import/tenant_1/133.167.110.215/html/images/contact/bg_tel.jpg) no-repeat;
    padding: 7% 0;
    background-size: cover;
}

.under.contact .text_box {
    background: rgba(255, 255, 255, 0.6);
    width: 600px;
    max-width: 100%;
    margin: auto;
    padding: 50px;
}

.under.contact .text_box .ttl {
    margin-top: 0;
}

.under.contact .text_box .tel {
    position: relative;
    display: inline;
}

.under.contact .text_box .tel a {
    color: #7c1926;
}

.under.contact .text_box .tel:before {
    background: url(/import/tenant_1/133.167.110.215/html/images/contact/ico_tel.png) no-repeat;
    background-size: contain;
    content: "";
    width: 50px;
    height: 50px;
    max-width: 100%;
    max-height: 100%;
    left: -60px;
    top: 0;
    position: absolute;
    z-index: 1;
}

.under.access .salon_box {
    position: relative;
    margin-bottom: 200px;
}

.under.access .salon_box .pic {
    width: 650px;
    position: relative;
    z-index: 0;
}

.under.access .salon_box .text {
    /* width: 450px; */
    width: 650px;
    position: absolute;
    z-index: 1;
    right: 0;
    /* top: 50%; */
    top: 71%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.6);
    padding: 30px 40px;
}

.under.about.access .salon_box .text .access {
    margin-bottom: 0;
    margin-top: 0;
}


.under.access .photo_box {
    position: relative;
}

.under.access .photo .pic {
    width: 85%;
    margin: auto;
}

.under.access .thumb-item .pic {
    width: 85%;
    margin: auto;
}

.under.access .photo .thumb-item-nav {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.under.access .thumb-item-nav .slick-slide {
    width: 24% !important;
    margin: 0 0.5%;
}

.under.access .thumb-item-nav .slick-track {
    width: 100% !important;
}

.under.access .photo .list {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
    .under.access .salon_box .text {
        width: 100%;
        position: static;
        z-index: 1;
        right: auto;
        top: auto;
        -webkit-transform: initial;
        transform: initial;
        background: rgba(255, 255, 255, 0.6);
        padding: 30px 40px;
    }

    .under.access .salon_box {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 599px) {

    .under.access .salon_box .pic {
        width: 100%;
        position: static;
    }

    .under.access .salon_box .text {
        width: 100%;
        position: static;
        -webkit-transform: none;
        transform: none;
        padding: 4% 4%;
    }

    .under.access .photo .list {
        display: none;
    }

    .under.access button {
        width: 30px;
        height: 30px;
        background-size: contain;
    }

    .under.access .thumb-item .pic {
        width: 70%;
        margin: auto;
    }

    .under.access .thumb-item-nav {
        width: 70%;
        margin: auto;
    }

    .under.access .thumb-item-nav .slick-slide {
        width: 48% !important;
        margin: 0.5% 1%;
    }

}

.under.news .content.flexb {
    max-width: none;
}

.under.contact .text_box .text {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.system .content .main_col {
    width: 75%;
}

.under.system .sub_col {
    width: 23%;
}

.under.system .sub_col .cate,
.under.system .sub_col .archive,
.under.system .sub_col .post {
    background: #fff;
    padding: 30px 15px;
}

.under.blog .list {
    width: 30%;
    margin: 0 1%;
}

.under .reccomend .list {
    width: 30%;
    margin: 0 1%;
}

.under.news .list .pic {
    width: 30%;
}

.under .reccomend .list .pic {
    width: 100%;
    margin-bottom: 5%;
}

.under.news .list .text_box {
    width: 67%;
    position: relative;
}

.under.system .list .cate {
    background: #7c192b;
    display: inline-block;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #fff;
    margin-bottom: 10px;
    padding: 4px 10px;
}

.under.news .list .text_left {
    width: 100%;
}

.under.news .day {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.system .news_ttl {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    padding: 20px 0;
}

.under.system .news_ttl.heightLine-recotitle {
    margin: 20px 0;
    padding: 0;
}

.under.news .list .detail_btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.under.system .list .detail_btn a {
    width: 100%;
    min-width: 200px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 12.5px;
    position: relative;
    display: block;
    text-align: center;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
}

.under.system .list .detail_btn a:before {
    content: "→";
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.under.system .cate li {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    border-bottom: 1px solid #e6eaf5;
    line-height: 35px;
    width: 100%;
}

.under.system .archive {
    width: 100%;
    margin-top: 10%;
}

.under.system .archive li {
    width: 100%;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    border-bottom: 1px solid #e6eaf5;
    line-height: 35px;
}

.under.system .post {
    width: 100%;
    margin-top: 10%;
}

.under.system .post li {
    width: 100%;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    border-bottom: 1px solid #e6eaf5;
    line-height: 35px;
}

.under.system .subttl {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: 0.05em;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}

.under.system .subttl .en_ttl {
    color: #c4a7aa;
    width: 100%;
}

.under.system .subttl .en_ttl:before {
    border: 1px solid #e6eaf5;
    width: 35px;
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
}

.under.system .subttl span {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #961f34;
    font-weight: bold;
    display: inline-block;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.under.blog .list .text_box {
    margin-top: 10px;
}

.under.system_d .sys_ttl {
    color: #6d1423;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.system_d .list .text_left {
    width: 100%
}

.under.system_d .sys_ttl {
    overflow: auto;
    white-space: inherit;
    text-overflow: inherit;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    border-bottom: 1px solid #e6eaf5;
}

.under.system_d .text {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    padding-bottom: 50px;
}

.under .back_btn_box {
    position: relative;
    width: 280px;
    margin: auto;

}

.under .back_btn_box a {
    position: relative;
    border: 1px solid #e6eaf5;
    background: #fff;
    width: 280px;
    max-width: 280px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    color: #6d1423;
    font-weight: bold;
    margin: auto;
    z-index: 1;
}

.under .back_btn_box a:hover {
    opacity: 1.0;
}

.under .back_btn_box a:before {
    position: absolute;
    content: "←";
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #6d1423;
}

.under .back_btn_box .shadow {
    width: 100%;
    height: 100%;
    background: #7c1926;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
}

.under .back_btn_box:hover .shadow {
    background: #000;

}

.under.system_d .list {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.under.system_d .text_box {
    border-bottom: 1px solid #e6eaf5;
}

.under.system_d .num_box {
    width: 30%;
    margin: 0 0.5%;
}

.under.system_d .num_box dt {
    position: relative;
}

.under.system_d .num_box dt .num {
    position: absolute;
    background: url(/import/tenant_1/133.167.110.215/html/images/usuge/bg_number.png) no-repeat;
    width: 100%;
    max-width: 200px;
    height: 37px;
    bottom: 5px;
    left: -10px;
    color: #fff;
    z-index: 1;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 29px;
    padding-left: 10px;
}

.under.system_d .num_box .name {
    margin-top: 15px;
    color: #7c1926;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.system_d .num_box .text {
    color: #333;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.system_d .num_box .pic .trimmingInner {
    border: 4px solid #fff;
}

@media only screen and (max-width: 1024px) {
    .under.system .content .main_col {
        width: 100%;
    }

    .under.system .sub_col {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }

    .under.system .sub_col .cate,
    .under.system .sub_col .archive,
    .under.system .sub_col .post {
        width: 49%;
        margin: 0 0.5%;
    }

}


@media only screen and (max-width: 599px) {
    .under.news .list .text_left {
        width: 100%;

    }

    .under.news .list .detail_btn {
        width: 100%;
        margin-top: 10px;
    }

    .under.news .list .detail_btn a {
        margin: 0 auto;
    }

    .under.system .cate {
        width: 100%;
    }

    .under.system .archive {
        width: 100%;
        margin-top: 30px;
    }

    .under.blog .list .phot_col {
        width: 100%;
        position: relative;
    }

    .under.blog .list .text_col {
        width: 100%;
        margin-top: 5%;
    }

    .under.blog .list .text_col .detail_btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .under.system_d .num_box {
        width: 100%;
        margin: 0 0 30px;
    }

    .under.contact .num:before {
        width: 70%;
    }

    .under .back_btn_box {
        width: 200px;
    }

    .under .back_btn_box a {
        width: 100%;
    }

    .under.system .sub_col {
        width: 100%;
        display: block;
        margin-top: 10%;
    }

    .under.system .sub_col .cate,
    .under.system .sub_col .archive,
    .under.system .sub_col .post {
        width: 100%;
        margin: 0 0 10%;
    }

    .under.news .list .pic {
        width: 80%;
        margin: auto;
        margin-bottom: 5%;
    }

    .under.news .list .text_box {
        width: 100%;
        position: relative;
    }

    .under.news .list {
        margin-bottom: 50px;
    }

    .under.blog .list {
        width: 48%;
        margin: 0 1% 5%;
    }

    .under .reccomend .list {
        width: 48%;
        margin: 0 1% 5%;
    }

    .under .reccomend .list .pic {
        width: 100%;
        margin: auto;
        margin-bottom: 5%;
    }

}

.under.recruit .carriculum .flexc {
    padding-top: 10%;
}

.under.recruit .carriculum .box {
    width: 30%;
    margin: 0 1.5% 5%;
}

.under.recruit .carriculum .box h4 {
    width: 100%;
    margin: 0 0 5%;
    color: #961f34;
    text-align: center;
}

.under.recruit .carriculum .box p {
    background: #961f34;
    color: #fff;
    line-height: 120%;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: center;
    width: 15%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.under.recruit .carriculum .box .w {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.under.recruit .carriculum .box ul {
    width: 85%;
}

.under.recruit .carriculum .box li {
    padding: 18px 5%;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    /*	color:#961f34;*/
}

.under.recruit .carriculum .box li:nth-child(2n+2) {
    background: #f3e3e5;
}

.under.recruit .carriculum .box li.st {
    background: #f3e3e5;
    text-align: center;
    color: #fff;
}

.under.recruit .rec_cont {
    width: 100%;
    margin-bottom: 10px;
}

.under.recruit .rec_cont dt {
    width: 18%;
    max-width: 100px;
    min-width: 100px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #961f34;
    padding-bottom: 5px;
}

.under.recruit .rec_cont dd {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    width: 82%;
    padding: 0 5%;
    border-bottom: 2px solid #e6eaf5;
    padding-bottom: 5px;
}

.under.recruit .access {
    background: url(/import/tenant_1/133.167.110.215/html/images/recruit/bg_access.png) no-repeat;
    background-size: cover;
    padding-bottom: 5px;
    height: 300px;
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10%;
    padding: 1%;
}

.under.recruit .access .border {
    border: 2px solid #fff;
    padding: 15px;
    height: 100%;
    max-width: 100%;
}

.under.recruit .access .shop {
    width: 100%;
    margin-bottom: 25px;
    color: #961f34;
    font-weight: bold;
}

.under.recruit .access dl {
    margin-bottom: 10px;
}

.under.recruit .access .text_left {
    width: 45%;

}

.under.recruit .access dd {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #5d5d5d;
}

.under.recruit .access dd a {
    color: #5d5d5d;
}

.under.recruit .access dd .tel {
    font-weight: bold;
}

.under.recruit .access .text_right {
    width: 45%;
}

.under.recruit .access .text_right dl.number {
    display: block;
}

.under.recruit .access .text_right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.under.recruit .access .text_right dt {
    width: 30%;
    min-width: 85px;
}

.under.recruit .access .text_right dd {
    width: 65%;
}

.under.recruit .access .text_right dd p {
    width: 100%;
    color: #961f34;
    text-align: right;
    margin-top: 10px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.recruit .oneday .box {
    margin-bottom: 50px;
}

.under.recruit .oneday .gr221 {
    width: 48%;
    margin: 0px;
}

.under.recruit .oneday .corner .time {
    color: #961f34;
    font-weight: bold;
    padding-right: 3%;
    width: 17%;
    display: block;
}

.under.recruit .oneday .corner .heading {
    width: 75%;
    color: #961f34;
}

.under.recruit .oneday .desc {
    padding-left: 15%;
    margin-left: 22px;
    height: calc(100% - 35px);
    border-left: 6px solid #f3e3e5;
}

@media only screen and (max-width: 1024px) {
    .under.recruit .main .inner {
        width: 90%;
        padding: 0;
    }

    .under.recruit .carriculum .box {
        width: 48%;
        margin: 0 1% 5%;
    }
}

@media only screen and (max-width: 599px) {
    .under.recruit .main .inner {
        width: 94%;
        padding: 0;
    }

    .under.recruit .access {
        height: auto;
        margin: 0 auto;
    }

    .under.recruit .carriculum .box {
        width: 100%;
        margin: 0 0 5%;
    }

    .under.recruit .access .text_left {
        width: 100%;
    }

    .under.recruit .access .text_right {
        width: 100%;
    }

    .under.recruit .access .text_right dt {
        min-width: auto;
        margin-bottom: 5px;

    }

    .under.recruit .rec_cont dt {
        width: 100%;
        text-align: center;
        font-weight: bold;
        border-bottom: 2px solid #961f34;
        padding-bottom: 5px;
        max-width: 100%;
        min-width: 100px;
        margin-bottom: 15px;
    }

    .under.recruit .rec_cont dd {
        width: 100%;
    }

    .under.recruit .oneday .gr221 {
        width: 100%;
        margin: 0px;
        margin-bottom: 5%;
    }
}

.under.product .main .nav {
    margin-top: 50px;
    margin-bottom: 70px;
}

.under.product .main .nav {
    margin-top: 50px;
    margin-bottom: 70px;
}

.under.product .main .nav li {
    width: 30%;
    margin: 0 0.5%;
}

.under.product .main .nav li a {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    background: #6d1423;
    color: #fff;
    text-align: center;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.under.product .content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.under.product .content dl dt {
    width: 220px;
}

.under.product .content dl dd {
    width: calc(100% - 250px);
    margin-left: 30px;
}

.under.product .content dl .name {
    color: #6d1423;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
}

.under.product .content dl .price {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
}

.under.product .content dl .maker {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
}

.under.product .content dl .tex {
    line-height: 25px;
    margin-top: 10px;
}

.product .content .cont_ttl {
    position: relative;
    margin-bottom: 50px;
}

.under.product .content .cont_ttl .nav_ttl {
    position: relative;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
    color: #c4a7aa;
    letter-spacing: 0.05em;
}

.product .content .cont_ttl .nav_ttl:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 490px;
    height: 3px;
    background-color: #c4a7aa;
}

.product .content .cont_ttl .sub_ttl {
    color: #6d1423;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
    margin-top: -10px;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    .product .content .cont_ttl .nav_ttl:before {
        width: 47%;
    }
}

@media only screen and (max-width: 599px) {
    .product .content .cont_ttl .nav_ttl:before {

        display: none;

    }

    .under.product .main .nav li {
        width: 100%;
        margin: 1% 0;
    }

    .under.product .content dl {
        margin-bottom: 20px;
    }

    .under.product .content dl dt {
        margin: 0 auto 20px;
    }

    .under.product .content dl dd {
        width: 100%;
        margin-left: 0;
    }

}

/*faq*/
.faq dl {
    padding-bottom: 50px;
}

.faq dt {
    font-size: 24px;
    border-bottom: 1px solid #6c3b0b;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.faq dt .t {
    font-size: 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 40px;
    font-style: italic;
    color: #6c3b0b;
    padding-right: 10px;
    display: inline-block;
}

.faq dt p {
    display: inline-block;
    width: calc(100% - 55px);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

@media only screen and (max-width: 1024px) {
    .faq dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .faq dt p {
        display: inline-block;
        width: calc(100% - 35px);
    }

    .faq dt .t {
        font-size: 22px;
    }
}

.under.voice .content .pic {
    width: 30%;
}

.under.voice .t_and_p .text {
    width: 67%;
}

.under.voice .t_and_p .pic img {
    border: 4px solid #d1bbbe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
    .under.voice .content .pic {
        width: 100%;
        margin-bottom: 5%;
    }

    .under.voice .t_and_p .text {
        width: 100%;
    }
}

.under.coupon .box_coupon {
    width: 49%;
    margin-right: 1%;
    border: 1px solid #d1bbbe;
    border-left: 10px solid #d1bbbe;
    padding: 3% 5%;
    margin-bottom: 3%;
}

.under.coupon .box_coupon.初回限定 {
    border: 1px solid #c1d1bb;
    border-left: 10px solid #c1d1bb;
}

.under.coupon .box_coupon.２回目以降 {
    border: 1px solid #bebbd1;
    border-left: 10px solid #bebbd1;
}

.under.coupon .box_coupon .price {
    padding: 3% 5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.under.coupon .box_coupon .price div {
    width: 49%;
    position: relative;
    color: #d1bbbe;
    font-weight: bold;
}

.under.coupon .box_coupon.初回限定 .price div {

    color: #c1d1bb;
}

.under.coupon .box_coupon.２回目以降 .price div {

    color: #bebbd1;
}

.under.coupon .box_coupon .price div:nth-child(1):before {
    content: "▶";
    position: absolute;
    right: 0;
    color: #d1bbbe;
}

.under.coupon .box_coupon.初回限定 .price div:nth-child(1):before {
    content: "▶";
    position: absolute;
    right: 0;
    color: #c1d1bb;
}

.under.coupon .box_coupon.２回目以降 .price div:nth-child(1):before {
    content: "▶";
    position: absolute;
    right: 0;
    color: #bebbd1;
}

.under.coupon .box_coupon .price div:nth-child(2) {
    text-align: center;
}

@media only screen and (max-width: 599px) {
    .under.coupon .box_coupon {
        width: 100%;
    }
}

.under .pagenav {
    width: 70%;
    margin: auto;
}

.under .pagenav li a {
    display: block;
    width: 30px;
    line-height: 30px;
    background: #d1bbbe;
    color: #6d1423;
    text-align: center;
    margin: 0 5px;
    font-weight: bold;
    font-size: 16px;
}

.under .backbtn li a {
    display: block;
    width: 120px;
    line-height: 30px;
    background: #d1bbbe;
    color: #6d1423;
    text-align: center;
    margin: 0 5px;
    font-weight: bold;
    font-size: 16px;
}

.under.staff .box {
    width: 30%;
    margin: 0 1.5% 2%;
}

.under.staff .text_box {
    margin: 2% 0;
}

.under.staff .text_box .name {
    text-align: center;
}

.under.staff .text_box .position {
    text-align: center;
}

.under.staff .content .pic2 .trimmingInner {
    border: 4px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.under.staff .content .pic {
    width: 100%;
}

.under.staff .content .pic2 {
    width: 45%;
}

.under.staff .text_box2 {
    width: 53%;
}

.under.staff .text_box2 .position {
    padding: 0 10px;
}

.under.staff .text_box2 .name {
    margin-bottom: 2%;
}

.under.staff dl {
    margin-bottom: 3%;
}

.under.staff .text_box2 dt {
    padding: 3px 15px;
    text-align: center;
    background: #6d1423;
    color: #fff;
    margin-bottom: 1%;
}

.under.staff .text_box2 dd {
    width: 100%;
}

.under.system_d.news .list .text_box {
    width: 100%;
    position: relative;
}

@media only screen and (max-width: 599px) {
    .under.staff .content .pic {
        width: 100%;
        margin-bottom: 5%;
    }

    .under.staff .text_box2 {
        width: 100%;
    }

    .under .pagenav {
        width: 100%;
        margin: 0;
    }

    .under .pagenav li a {
        margin: 0 2px;
    }

    .under.staff .content .pic2 {
        width: 100%;
        margin-bottom: 5%;
    }

    .under.staff .box {
        width: 48%;
        margin: 0 1% 2%;
    }
}

/*Contact*/
.free1 {
    text-align: center;
    padding-bottom: 40px;
}

.free1 h3+p {
    padding-bottom: 20px;
}

.free1 .tel img {
    vertical-align: top;
    margin-top: 10px;
    padding-right: 10px;
}

.free1 .tel {
    font-size: 36px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: normal;
}

.free2 {
    padding-bottom: 60px;
}

.box1 {
    border: 1px solid #961f34;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.free2 .g {
    color: #961f34;
    font-weight: normal;
}

.free2 dt {
    /*	float: left;*/
    padding-top: 3px;
    font-weight: bold;
}

.free2 dd {
    /*	padding-left: 320px;*/
    padding-bottom: 18px;
}

.free2 dl {
    padding: 0 0 0 0;
    border-bottom: 1px solid #961f34;
    margin-bottom: 18px;
}

.free2 .size1 {
    width: 390px;
    border: 1px solid #21a937;
}

.free2 .t {
    padding-left: 10px;
}

label {
    padding-right: 20px;
    padding-left: 5px;
}

.free2 select {
    width: 150px;
    border: 1px solid #21a937;
    border-radius: 0;
    height: 30px;
}

.free2 textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #21a937;
}

.formbtn {
    text-align: center;
    letter-spacing: -5px;
    padding-top: 45px;
}

.formbtn li #check {
    width: 480px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    background: #21a937 url(/import/tenant_1/133.167.110.215/html/images/top/icon_01.png) no-repeat 340px 15px;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
}

.free3 .box li {
    padding: 0 0 8px 1.25em;
    text-indent: -1.25em;
}

.free3 .box li .m {
    color: #961f34;
    padding-right: 0.25em;
}

.free4 {
    padding: 50px 0 60px 0;
}

.free4 h3 {
    padding-bottom: 30px;
}

.free4 h3+p {
    padding-bottom: 30px;
}

.free4 .inn {
    text-align: center;
    position: relative;
    height: 355px;
    padding-top: 40px;
}

.free4 .inn img {
    position: relative;
    z-index: 0;
}

.free4 .inn li {
    position: absolute;
    width: 308px;
    height: 205px;
    z-index: 2;
}

.free4 .inn li .t {
    display: block;
    padding: 30px 0 0 0;
    width: 276px;
}

.free4 .inn .l1 {
    background: url(/import/tenant_1/133.167.110.215/html/images/free_advice/free_advice_04.png) no-repeat;
    left: 100px;
    top: 0;
}

.free4 .inn .l2 {
    background: url(/import/tenant_1/133.167.110.215/html/images/free_advice/free_advice_05.png) no-repeat;
    right: 0;
    top: 0;
}

.free4 .inn .l2 .t,
.free4 .inn .l4 .t {
    float: right;
}

.free4 .inn .l3 {
    width: 377px;
    height: 169px;
    background: url(/import/tenant_1/133.167.110.215/html/images/free_advice/free_advice_06.png) no-repeat;
    bottom: 0;
    left: 0;
}

.free4 .inn .l4 {
    width: 377px;
    height: 169px;
    background: url(/import/tenant_1/133.167.110.215/html/images/free_advice/free_advice_07.png) no-repeat;
    right: 0;
    bottom: 0;
}

.free5 {
    padding: 50px 0 40px 0;
}

.free5 h3 {
    padding-bottom: 30px;
}

.free5 ul {
    text-align: center;
    letter-spacing: -5px;
}

.free5 li {
    display: inline-block !important;
    letter-spacing: 0;
    width: 228px;
    margin: 0 30px 20px 30px;
    background-color: #fff;
    border: 2px solid #21a937;
    vertical-align: top;
}

.free5 a {
    display: block;
}

.free5 a img {
    padding-bottom: 18px;
}

.free5 a .t {
    display: block;
    color: #21a937;
    font-size: 22px;
    line-height: 160%;
    min-height: 80px;
}

.free5 a .t.t2 {
    padding-top: 20px;
    min-height: 60px;
}

.free5 a .t .s {
    display: block;
    font-size: 16px;
}

.free6 ul {
    letter-spacing: -5px;
    text-align: center;
}

.free6 li {
    display: inline-block !important;
    margin: 0 40px 20px 40px;
}

.free6 {
    padding: 40px 0 40px 0;
}

.h4l {
    text-align: center;
    font-size: 24px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: normal;
    border-bottom: 2px solid #961f34;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .free2 dt {
        float: none;
    }

    .free2 dd {
        padding-left: 0;
    }

    .free2 .size1 {
        width: 100%;
    }

    .free2 .t {
        display: block;
        padding-top: 5px;
    }

    .formbtn li #check {
        width: 80%;
    }

    .free4 .inn {
        height: auto;
        padding-top: 0;
    }

    .free4 .inn li {
        position: relative;
        padding-bottom: 20px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 20px;

    }

    .free4 .inn li .t {
        width: auto;
        padding: 15px 0;
    }

    .free4 .inn .l1,
    .free4 .inn .l2,
    .free4 .inn .l3,
    .free4 .inn .l4 {
        background: none;
        width: 400px;
        height: auto;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background-color: #d3eec6;
        border-radius: 50%;
    }

    .free4 .inn .l2 .t,
    .free4 .inn .l4 .t {
        float: none;
    }
}

@media only screen and (max-width: 599px) {

    .free4 .inn .l1,
    .free4 .inn .l2,
    .free4 .inn .l3,
    .free4 .inn .l4 {
        width: 95%;
    }

    .free6 li {
        width: 90%;
        margin: 0 0 20px 0;
    }
}

.uk-text-danger {
    display: block;
}

.under.contact .contact_form {
    width: 80%;
    margin: auto;
    margin-bottom: 10%;
}

.under.contact dl {
    color: #009089;
    margin-bottom: 40px;
}

.under.contact dt {
    width: 30%;
    color: #000;
}

.under.contact .contact_form span {
    color: #fff;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    padding: 10px;
    border-radius: 8px;
    line-height: 16px;
    width: 90%;
    text-align: left;
}

.under.contact dd {
    width: 65%;
}

.under.contact dd input {
    width: 100%;
    border: none;
    background: #eee;
    line-height: 36px;
}

.under.contact dd .col3 input {
    width: 80%;
    border: none;
    background: #eee;
    line-height: 36px;
}

.under.contact dd textarea {
    width: 99%;
    border: none;
    background: #eee;
}

.under.contact .more_btn {
    display: inline-block !important;
    width: 160px;
    border: none;
    background: #fff;
    padding-top: 10px;
    /* background: #f9f9ff; */
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.under.contact .more_btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #961f34;
    margin: 7px auto 0 auto;
    margin-bottom: -1px;
}

.under.contact .left_b .more_btn {
    padding-right: 15px;
}

.under.contact .right_b .more_btn {
    padding-left: 15px;
}

.under.contact .btn_box {
    width: 160px;
    margin: auto;
    text-align: center;
}

.under.contact .radio_box input {
    display: inline-block;
    width: 30px;
}

.under.contact .radio_box {
    display: block;
    width: 100%;
}

.under.contact .cont_box .nav li {
    width: 48%;
    border: 1px solid #000;
    text-align: center;
}

.under.contact .cont_box .nav p {
    width: 100%;
    line-height: 80px;
    text-align: center;
}

.under.contact .cont_box .nav a {
    width: 100%;
    display: block;
    line-height: 80px;
}

.under.contact .tel_btn {
    position: relative;
}

.under.contact .tel_btn:before {
    position: absolute;
    background: url(#) no-repeat;
    content: "";
    top: 50%;
    margin-top: -18px;
    left: 30px;
    width: 36px;
    height: 29px;
}

.under.contact .reserve_btn {
    position: relative;
}

.under.contact .reserve_btn:after {
    position: absolute;
    background: url(#) no-repeat;
    content: "";
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 20px;
    height: 19px;
}

.under.contact .text_box {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.under.contact .birthday .flex div {
    width: 49%;
}

.under.contact .birthday .flex input {
    width: 78%;
    margin-right: 10px;
}

.under.contact .inlay1 p {
    padding: 0 0 20px 0;
}

.whitening4 h4 {
    text-align: left;
    min-height: 36px;
    position: relative;
    color: #961f34;
}

.h3s {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

@media only screen and (max-width: 1024px) {
    .under.contact .contact_form {
        width: 100%;
    }

    .under.contact .tel_btn {
        position: relative;
    }

    .under.contact .tel_btn:before {
        position: absolute;
        background: url(#) no-repeat;
        content: "";
        top: 50%;
        margin-top: -6px;
        left: 10px;
        width: 20px;
        height: 15px;
        background-size: cover;
    }

    .under.contact .reserve_btn {
        position: relative;
    }

    .under.contact .reserve_btn:after {
        position: absolute;
        background: url(#) no-repeat;
        content: "";
        top: 50%;
        margin-top: -7px;
        right: 10px;
        width: 17px;
        height: 15px;
        background-size: cover;
    }

    .under.contact .cont_box p {
        width: 100%;
        line-height: 50px;
        text-align: center;
    }

    .under.contact .cont_box .nav a {
        width: 100%;
        display: block;
        line-height: 50px;
    }

    .under.contact .cont_box .text_box {
        width: 100%;
        margin: auto;
        margin-bottom: 5%;
    }

    .gr321 {
        width: 29%;
    }

    .under.contact .birthday .flex div {
        width: 100%;
        margin-bottom: 10px;
    }

    .under.contact .birthday .flex input {
        width: 80%;
        margin-right: 10px;
    }

    .under.contact .birthday.reserved .flex input {
        width: 100%;
        margin-right: 0;
    }

    .whitening2 h4,
    .whitening4 h4 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .under.contact .more_btn {
        width: 100%;
    }

    .under.contact .btn_box {
        width: 48%;
        margin: auto;
    }

    .under.contact dt {
        width: 100%;
        color: #000;
    }

    .under.contact dd {
        width: 100%;
    }

    .under.contact dd {
        display: block;
    }

    .under.contact .radio_box label {
        /*   display: block; */
    }

    .under.contact .nav li {
        width: 100%;
        border: 1px solid #000;
        text-align: center;
        margin-bottom: 10px;
    }

    .under.contact .tel_btn:before {
        background: none;
    }

    .under.contact .reserve_btn:after {
        background: none;
    }
}


#header .header_box .reserved_btn.whitebtn a{
      color: #65020f;
    font-weight: bold;
}

/* footer 固定ボタン */




.pc-none {
    display: none !important;
}

.sp-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media only screen and (max-width: 599px) {
    .pc-none {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .sp-none {
        display: none !important;
    }

.sns-fix {
    position: fixed;
    bottom: 0;
    width: 105vw;
    max-width: none;
    height: 50px;
    z-index: 3;
}

    .w48 {
        width: 48%;
    }

    .reserve {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-left: none;
        background-color: #fff;
    }

    .reserve a {
        color: #ffa000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }


    .sns-fix .tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-right: solid 1px #fff;
        background: #ffa000;
    }

    .sns-fix .tel a {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #footer {
        padding-bottom: 50px;
    }

    .sns-fix .tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-right: solid 1px #fff;
        background: #c69d9d;
    }


    .reserve a {
        color: #961f34;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .reserve {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-left: none;
        background-color: #fff;
    }
}

/*menu  */


@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .nb {
        position: relative;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        margin-left: auto;
        margin-top: -120px !important;
        margin-right: 15px !important;
    }
}



@media only screen and (max-width: 1024px) {
    #snav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        background: none;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding: 0;
        z-index: 101;
        border: none;
        padding-bottom: 0;
        opacity: 1;
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }

    #snav.action {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }



    /* #snav.action.nb .n{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition:ease .10s;
  transition:ease .10s;
}
 #snav.action.nb .n:after,#snav.action .nb .n:before{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top:0;
  left:0;
}  */

    /* 0709 night */
    .nb {
        position: relative;
        /* ボタン内側の基点となるためrelativeを指定 */
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        margin-left: auto;
        margin-top: -45px;
    }

    /* ボタン内側 */
    .nb span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        /* アニメーションの設定 */
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
    }


    .nb span:nth-of-type(1) {
        top: 15px;
        width: 45%;
    }

    .nb span:nth-of-type(2) {
        top: 23px;
        width: 45%;
    }

    .nb span:nth-of-type(3) {
        top: 31px;
        width: 45%;
    }

    /* activeクラスが付与されると線が回転して×になる */

    .nb.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        -webkit-transform: translateY(6px) rotate(-135deg);
                transform: translateY(6px) rotate(-135deg);
        width: 30%;
    }

    .nb.active span:nth-of-type(2) {
        opacity: 0;
    }

    .nb.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        -webkit-transform: translateY(-6px) rotate(135deg);
                transform: translateY(-6px) rotate(135deg);
        width: 30%;
    }

    #snav ul {
        float: none;
        width: 90%;
        text-align: left;
        display: block !important;
        padding: 0;
        padding-bottom: 30px;
    }

    #snav li {
        float: none;
        width: auto;
        border-bottom: 1px solid #cacad9;
        padding: 0;
        margin-top: 0;
        display: block !important;
    }

}


.mb5{
  margin-bottom: 5px;
}

#header .reserved_btn.whitebtn .mb5:hover{
  opacity: 0.6; 
}


/* 0804 追記*/
.under.recruit .contact_form {
    width: 80%;
    margin: auto;
    margin-bottom: 10%;
}

.under.recruit dl {
    color: #009089;
    margin-bottom: 40px;
}

.under.recruit dt {
    width: 30%;
    color: #000;
}

.under.recruit .contact_form span {
    color: #fff;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    padding: 10px;
    border-radius: 8px;
    line-height: 16px;
    width: 90%;
    text-align: left;
}

.under.recruit dd {
    width: 65%;
}

.under.recruit dd input {
    width: 100%;
    border: none;
    background: #eee;
    line-height: 36px;
}

.under.recruit dd .col3 input {
    width: 80%;
    border: none;
    background: #eee;
    line-height: 36px;
}

.under.recruit dd textarea {
    width: 99%;
    border: none;
    background: #eee;
}

.under.recruit .more_btn {
    display: inline-block !important;
    width: 160px;
    border: none;
    background: #fff;
    padding-top: 10px;
    /* background: #f9f9ff; */
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 2px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.under.recruit .more_btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #961f34;
    margin: 7px auto 0 auto;
    margin-bottom: -1px;
}

.under.recruit .left_b .more_btn {
    padding-right: 15px;
}

.under.recruit .right_b .more_btn {
    padding-left: 15px;
}

.under.recruit .btn_box {
    width: 160px;
    margin: auto;
    text-align: center;
}

.under.recruit .radio_box input {
    display: inline-block;
    width: 30px;
}

.under.recruit .radio_box {
    display: block;
    width: 100%;
}

.under.recruit .cont_box .nav li {
    width: 48%;
    border: 1px solid #000;
    text-align: center;
}

.under.recruit .cont_box .nav p {
    width: 100%;
    line-height: 80px;
    text-align: center;
}

.under. .cont_box .nav a {
    width: 100%;
    display: block;
    line-height: 80px;
}

.under.recruit .tel_btn {
    position: relative;
}

.under.recruit .tel_btn:before {
    position: absolute;
    background: url(#) no-repeat;
    content: "";
    top: 50%;
    margin-top: -18px;
    left: 30px;
    width: 36px;
    height: 29px;
}

.under.recruit .reserve_btn {
    position: relative;
}

.under.contact .reserve_btn:after {
    position: absolute;
    background: url(#) no-repeat;
    content: "";
    top: 50%;
    margin-top: -10px;
    right: 20px;
    width: 20px;
    height: 19px;
}

.under.contact .text_box {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
}

.under.contact .birthday .flex div {
    width: 49%;
}

.under.contact .birthday .flex input {
    width: 78%;
    margin-right: 10px;
}

.under.contact .inlay1 p {
    padding: 0 0 20px 0;
}

/* 2024/11/08 */
.bg-parent {
    position: relative;
}

.bg-content {
    position: relative;
    z-index: 1;
}

.bg-image {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-image img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.bioport .ttl{
  margin-bottom: 1em;
}

.bioport .ttl.ver02{
  margin-top: 1em;
  color: #961f34;
}

.list-merit{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}

.list-merit li{
  width: calc( ( 100% - 60px ) / 4);
}

.list-merit li .img-wrap{
  text-align: center;
  height: 85px;
}

.list-merit li .img-wrap img{
  height: 100% !important;
}

.list-merit li .ttl{
  font-weight: bold;
  margin: 0.5em 0;
  text-align: center;
}

@media(max-width:1024px){
.list-merit li{
  width: calc( ( 100% - 60px ) / 2);
}    
}

@media(max-width:599px){
.list-merit{
  gap: 20px;
}  
  
.list-merit li{
  width: calc( ( 100% - 20px ) / 2);
}    
}

.list-trouble{
  margin-bottom: 1em;
  border: 1px solid;
    padding: 20px 40px;
    width: 29%;
    margin-bottom: 20px;
    background: #e7dce1;
}

.list-trouble li{
  font-size: 1.1em;
}

.list-trouble li:before{
  content: "・";
}


@media(max-width:599px){
.list-trouble {
    margin-bottom: 1em;
    border: 1px solid;
    padding: 20px 40px;
    width: 100%;
}
}

.con-span{
  color: #841d2f;
    font-size: 20px;
}


.insta-box{
  display: flex;
    width: 98%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap:wrap;
}

.insta-box li{
  width: 33%;
    padding: 2% 2%;
}

.insta-more a{
  background: #961f34 !important;
    color: #fff !important;
    font-size: 16px;
}

.insta-image img {
    aspect-ratio: 1;
    object-fit: cover;
}

/**ハンバーガーメニューMENU**/
.nb p {
  display: none;
}

@media (max-width: 1024px){
  .nb p {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 3px;
    color: #fff;
  }
}

@media (max-width: 599px){
  .nb {
    margin-top: -55px;
  }
}
}

/**2025/08/07**/
.information-txt {
  font-size: 12px;
  font-weight: bold;
}
.fwb {
  font-weight: bold;
}
