@charset "utf-8";
/* CSS Document */

@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.fs120 {
    font-size: 120%;
}

.fs140 {
    font-size: 140%;
}

.fs160 {
    font-size: 160%;
}

.fs180 {
    font-size: 180%;
}

.fs200 {
    font-size: 200%;
}

.fs220 {
    font-size: 220%;
}

.fs240 {
    font-size: 240%;
}

.fs260 {
    font-size: 260%;
}

.fs280 {
    font-size: 280%;
}

.fs300 {
    font-size: 300%;
}

.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;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

/*
.map {
	position: relative;
	overflow: hidden;
}

.map:after {
	display: block;
	content: "";
	padding-top: 50%;
}

.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: 500px !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%;
}

.pix {
    text-align: center;
    width: 100%;
}

.pix img {
    width: 100%;
    max-height: none;
}

.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[href*="tel"] {
    pointer-events: none;
}

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;
    -ms-grid-row-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;
}

[data-element-id] [class*="heightLine"] {
    height: auto !important;
}

[data-element-id] .imgalt {
    position: relative;
    color: orange;
    font-size: 14px;
    background: #333;
    padding: 2px 4px;
    text-align: left;
    max-height: 70px;
    overflow: hidden;
    z-index: 50;
}

[data-element-id] .altcolor {
    color: red;
}

[data-common-area] {
    position: relative;
}

[data-common-area]: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: #FDC44F;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href="#"] {
    border: solid red 5px !important;
    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*="."] {
    border: solid red 5px !important;
    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;
}

[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%;
}

/*カラム*/

/* ##### pcで6分割のグリッド ##### */
.gr666,
.gr665,
.gr664,
.gr663,
.gr662,
.gr661,
.gr655,
.gr654,
.gr653,
.gr652,
.gr651,
.gr644,
.gr643,
.gr642,
.gr641,
.gr633,
.gr632,
.gr631,
.gr622,
.gr621,
.gr611 {
    width: 12%;
    margin: 0 2% 6% 2%;
}

/* ##### pcで5分割のグリッド ##### */
.gr555,
.gr554,
.gr553,
.gr552,
.gr551,
.gr544,
.gr543,
.gr542,
.gr541,
.gr533,
.gr532,
.gr531,
.gr522,
.gr521,
.gr511 {
    width: 16%;
    margin: 0 2% 6% 2%;
}

/* ##### pcで4分割のグリッド ##### */
.gr444,
.gr443,
.gr442,
.gr441,
.gr433,
.gr432,
.gr431,
.gr422,
.gr421,
.gr411 {
    width: 21%;
    margin: 0 2% 6% 2%;
}

/* ##### pcで3分割のグリッド ##### */
.gr333,
.gr332,
.gr331,
.gr322,
.gr321,
.gr311 {
    width: 29%;
    margin: 0 2% 6% 2%;
}

/* ##### pcで2分割のグリッド ##### */
.gr222,
.gr221,
.gr211 {
    width: 46%;
    margin: 0 2% 6% 2%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w59 {
    width: 59%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w28 {
    width: 28%;
}

.w26 {
    width: 26%;
}

.w25 {
    width: 25%;
}

.w15 {
    width: 15%;
}



[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1170px;
    margin: 0 auto;
    /*padding: 50px 0;*/
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }

    .bkimg img {
        min-width: initial !important;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex {
        max-width: 768px;
        margin: 0 auto;
    }

    .flexc {
        max-width: 768px;
        margin: 0 auto;
    }

    .flexs {
        max-width: 768px;
        margin: 0 auto;
    }

    .flexb {
        max-width: 768px;
        margin: 0 auto;
    }

    /* カラム */

    /* ##### タブレッドで5分割のグリッド ##### */
    .gr655,
    .gr654,
    .gr653,
    .gr652,
    .gr651 {
        width: 16%;
    }

    /* ##### タブレッドで4分割のグリッド ##### */
    .gr644,
    .gr643,
    .gr642,
    .gr641,
    .gr544,
    .gr543,
    .gr542,
    .gr541 {
        width: 21%;
    }

    /* ##### タブレッドで3分割のグリッド ##### */
    .gr633,
    .gr632,
    .gr631,
    .gr533,
    .gr532,
    .gr531,
    .gr433,
    .gr432,
    .gr431 {
        width: 29%;
    }

    /* ##### タブレッドで2分割のグリッド ##### */
    .gr622,
    .gr621,
    .gr522,
    .gr521,
    .gr422,
    .gr421,
    .gr322,
    .gr321 {
        width: 46%;
    }

    /* ##### タブレッドで1分割のグリッド ##### */
    .gr611,
    .gr511,
    .gr411,
    .gr311,
    .gr211 {
        width: 96%;
    }

    .inner {
        width: 93%;
        max-width: 750px;
        /*padding: 40px 0;*/
    }
}

@media only screen and (max-width: 599px) {

    .spbr {
        display: none;
    }


    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 28px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    .flex {
        max-width: 450px;
    }

    .flexc {
        max-width: 450px;
    }

    .flexs {
        max-width: 450px;
    }

    .flexb {
        max-width: 450px;
    }

    /* カラム */

    /* ##### スマホで5分割のグリッド ##### */
    .gr665 {
        width: 16%;
    }

    /* ##### スマホで4分割のグリッド ##### */
    .gr664,
    .gr654,
    .gr554 {
        width: 21%;
    }

    /* ##### スマホで3分割のグリッド ##### */
    .gr663,
    .gr653,
    .gr643,
    .gr633,
    .gr553,
    .gr543,
    .gr533,
    .gr443,
    .gr433 {
        width: 29%;
    }

    /* ##### スマホで2分割のグリッド ##### */
    .gr662,
    .gr652,
    .gr642,
    .gr632,
    .gr622,
    .gr552,
    .gr542,
    .gr532,
    .gr522,
    .gr442,
    .gr432,
    .gr422,
    .gr332,
    .gr322 {
        width: 46%;
    }

    /* ##### スマホで1分割のグリッド ##### */
    .gr661,
    .gr651,
    .gr641,
    .gr631,
    .gr621,
    .gr611,
    .gr551,
    .gr541,
    .gr531,
    .gr521,
    .gr511,
    .gr441,
    .gr431,
    .gr421,
    .gr411,
    .gr331,
    .gr321,
    .gr311,
    .gr221,
    .gr211 {
        width: 96%;
    }

    .w80 {
        width: 100%;
        margin: 2% 0;
    }

    .w70 {
        width: 100%;
        margin: 2% 0;
    }

    .w65 {
        width: 100%;
        margin: 2% 0;
    }

    .w60 {
        width: 100%;
        margin: 2% 0;
    }

    .w59 {
        width: 100%;
        margin: 2% 0;
    }

    .w55 {
        width: 100%;
        margin: 2% 0;
    }

    .w50 {
        width: 100%;
        margin: 2% 0;
    }

    .w48 {
        width: 100%;
        margin: 2% 0;
    }

    .w45 {
        width: 100%;
        margin: 2% 0;
    }

    .w40 {
        width: 100%;
        margin: 2% 0;
    }

    .w35 {
        width: 100%;
        margin: 2% 0;
    }

    .w30 {
        width: 100%;
        margin: 2% 0;
    }

    .w28 {
        width: 100%;
        margin: 2% 0;
    }

    .w26 {
        width: 100%;
        margin: 2% 0;
    }

    .w25 {
        width: 100%;
        margin: 2% 0;
    }

    .w15 {
        width: 100%;
        margin: 2% 0;
    }

    .pic {
        width: 80%;
        margin: 0 auto;
    }

    .pix {
        width: 100%;
        margin: 0 auto;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        /*padding: 30px 0;*/
    }

}

/* ハンバーガー */

@media only screen and (max-width: 1024px) {
    #gnav .toggle {
        display: block !important;
        position: fixed !important;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #170302;
        cursor: pointer;
        opacity: 0.8;
        z-index: 251;
    }

    #gnav .toggle .bar {
        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 .toggle .bar:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav .toggle .bar:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action .toggle .bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action .toggle .bar:after,
    #gnav.action .toggle .bar:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        position: fixed !important;
        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;
        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: 60px 10px 100px 10px;
    }

    #gnav li {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 0;
        margin: 0;
    }

    #gnav ul li a {
        display: block;
        color: #000;
        text-align: left;
        padding: 10px 15px;
        border: none;
    }

    .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;
    }
}

/* メインビジュアル */

.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;
}

.mainimg .uk-slidenav-position .uk-slidenav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000000;
    background: RGBA(0, 0, 0, 0.67);
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0px;
    border-style: solid;
    border-radius: 0px;
    overflow: hidden;
    max-height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainimg .uk-slidenav-position .uk-slidenav-previous:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: #ad8439;
    opacity: 0.8;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.mainimg .uk-slidenav-position .uk-slidenav-previous:hover:after {
    right: 0;
}

/* .mainimg .uk-slidenav-position .uk-slidenav-next:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #ad8439;
    opacity: 0.8;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
} */

.mainimg .uk-slidenav-position .uk-slidenav-next:hover:after {
    left: 0;
}

.mainimg .uk-slidenav-position .uk-slidenav:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .uk-slidenav {
        font-size: 30px;
        line-height: 100%;
    }

    .mainimg .uk-slidenav-position .uk-slidenav {
        width: 40px;
        height: 40px;
    }

    .mainimg .uk-slidenav-position .uk-slidenav-next {
        right: 10px;
    }

    .mainimg .uk-slidenav-position .uk-slidenav-previous {
        left: 10px;
    }

    .uk-slidenav-next:before,
    .uk-slidenav-previous:before {
        font-size: 30px;
        line-height: 100%;
    }
}

/* ##### 共通 ##### */

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


#wrapper[data-element-id] {
    padding-top: 0 !important;
}

.sp-only {
    display: none;
}

.fs10 {
    font-size: 10px;
}

.fs50 {
    font-size: 50px;
}

.tex {
    line-height: 30px;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt50 {
    margin-top: 50px;
}

.pad50 {
    padding: 50px 0;
}

.pt10 {
    padding-top: 10px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.mt80 {
    margin-top: 80px;
}

.mb80 {
    margin-bottom: 80px;
}

.mauto {
    margin: 0 auto;
}

.z1 {
    position: relative;
    z-index: 1;
}

.ctex {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 1;
}

.Blink a {
    display: block;
}

.bgimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
}

.bgimg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.of-img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.of-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.ofimg {
    width: 100%;
    overflow: hidden;
}

.ofimg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

.of {
    position: relative;
}

.of:before {
    content: "";
    display: block;
}

.of img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.of15:before {
    padding-top: 15%;
}

.of20:before {
    padding-top: 20%;
}

.of25:before {
    padding-top: 25%;
}

.of30:before {
    padding-top: 30%;
}

.of35:before {
    padding-top: 35%;
}

.of40:before {
    padding-top: 40%;
}

.of45:before {
    padding-top: 45%;
}

.of50:before {
    padding-top: 50%;
}

.of55:before {
    padding-top: 55%;
}

.of60:before {
    padding-top: 60%;
}

.of65:before {
    padding-top: 65%;
}

.of70:before {
    padding-top: 70%;
}

.of75:before {
    padding-top: 75%;
}

.of80:before {
    padding-top: 80%;
}

.of85:before {
    padding-top: 85%;
}

.of90:before {
    padding-top: 90%;
}

.of95:before {
    padding-top: 95%;
}

.of100:before {
    padding-top: 100%;
}

.of105:before {
    padding-top: 105%;
}

.of110:before {
    padding-top: 110%;
}

.of115:before {
    padding-top: 115%;
}

.of120:before {
    padding-top: 120%;
}

.of130:before {
    padding-top: 130%;
}

.of135:before {
    padding-top: 135%;
}

.of140:before {
    padding-top: 140%;
}

.c-w {
    color: #fff;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.circle.pic span {
    border-radius: 50%;
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.c {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row2 {
    width: 48%;
    margin: 0 1% 6%;
}

.row3 {
    width: 31.333%;
    margin: 0 1% 6%;
}

.row4 {
    width: 23%;
    margin: 0 1% 6%;
}

.row5 {
    width: 18%;
    margin: 0 1% 6%;
}

.w20 {
    width: 20%;
}

.w75 {
    width: 75%;
}

.w90 {
    width: 90%;
}

@media only screen and (max-width: 1024px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .tex.tc {
        text-align: left;
    }
}

@media only screen and (max-width: 599px) {
    .mb60 {
        margin-bottom: 50px;
    }

    .mb80 {
        margin-bottom: 50px;
    }

    .row2 {
        width: 98%;
        margin: 0 1% 10%;
    }

    .row3 {
        width: 48%;
        margin: 0 1% 10%;
    }

    .row4 {
        width: 48%;
        margin: 0 1% 10%;
    }

    .row5 {
        width: 31.333%;
        margin: 0 1% 10%;
    }

    .w75 {
        width: 100%;
    }

    .sp-c {
        text-align: center;
    }

    .w90 {
        width: 100%;
    }

    .w20 {
        width: 90%;
    }

}



/* ##### リセットここまで ##### */


/*編集画面表示*/

[data-element-id].dropdown-menu {
    display: block
}

[data-element-id].navbar {
    position: relative !important;
}

[data-element-id]#slider {
    padding-top: 0;
}

[data-element-id]#staff .container {
    max-height: 600px;
    overflow: hidden;
}

[data-element-id].navbar-nav>li>.dropdown-menu.staff {
    display: none;
    max-height: 370px;
    overflow: hidden;
}

.mainimg {
    position: relative;
    z-index: 5;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 45%;
}

.mainimg .uk-slideshow {
    width: 100%;
}

.mainimg .maintit {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
}


.mainimg .uk-slideshow {
    height: 100% !important;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow li div {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.mainimg .uk-slideshow li img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

@media only screen and (max-width: 599px) {
    .mainimg .uk-slidenav-position:after {
        padding-top: 55%;
    }
}




/*機能系*/

.alt01 {
    display: none;
}

[data-element-id].alt01 {
    display: block;
}

/*追加分*/
.blogcontents .blogcontents {
    border-top: none;
}

.formbtn button {
    padding: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    width: 100%;
}

.fom01 .wpcf7-form-control-wrap div {
    display: inline-block;
}

p.phoneno.tel a {
    color: #ad8439;
}

.footer .container .tel a {
    color: #a4a4a4;
}

div#row_detial h1 .tt01 {
    display: block;
    text-align: center;
    margin-top: 7px;
    font-size: 13px;
}

/*共通分*/
.sns-list {
    margin: 40px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
}

.sns-list li {
    width: 60px;
    height: 60px;
    margin: 10px;
    background-color: #ad8439;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sns-list li a {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}

.twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}

.instagram:before {
    content: "\f16d";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}

.line:before {
    content: "\f3c0";
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 599px) {
    .sns-list {
        width: 100%;
        max-width: 100%;
        margin: 20px 0px;
    }

    .sns-list li {
        width: 50px;
        height: 50px;
        margin: 5px;
    }

    .sns-list li a span:before {
        font-size: 18px;
    }
}

/*コンタクトフォーム追加分*/
.form01 {
    max-width: 750px;
    margin: 0 auto;
}

.formbtn {
    width: 100%;
    margin: 0 auto;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

@media only screen and (max-width: 599px) {
    .formbtn li+li {
        margin-top: 30px;
    }
}

/*固定ボタン*/
.footfix {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 150;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

[data-element-id] .footfix {
    display: block;
    position: static;
}

.footfix .flexb {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.footfix .tel {
    width: 60%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footfix .tel a {
    color: #ad8439;
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.footfix .tel a:before {
    display: inline-block;
    content: "";
    margin-right: 8px;
    background: url(/upload/tenant_1/d1153fca9c97a3fbf32576d4a5234c5e.png) no-repeat;
    width: 11px;
    height: 16px;
    background-size: contain;
    background-position: center left;
}

.footfix .contactbtn {
    width: 43%;
    min-width: 100px;
}

.footfix dd+dd {
    margin-left: 5px;
}

.footfix .contactbtn a {
    background: #ad8439;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px 2px;
    line-height: 130%;
    position: relative;
    text-decoration: none;
}


.footfix .contactbtn a:before {
    display: block;
    content: "";
    font-size: 14px;
    font-weight: normal;
    background: url(/upload/tenant_1/fc3347db857aef21d94f208c6e31b7b4.png) no-repeat;
    width: 20px;
    height: 12px;
    background-size: contain;
    line-height: 1.2;
    margin-bottom: 5px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

[data-element-id].footfix .contactbtn a:before {
    min-width: auto;
}

/* 599以下 */
@media only screen and (max-width: 599px) {
    .footfix {
        display: block;
    }
}

.recruit01 ul,
.recruit02 ul,
.recruit03 ul {
    padding-left: 0;
}

.recruit01 .recmain ul {
    padding-left: 0;
}

.recruit01 .recmain ul li {
    margin: 0 1% 1% 0;
    overflow: hidden;
}

.recruit01 .main_recruit01 li:nth-of-type(3n+1) {
    width: 31%;
}

.recruit01 .main_recruit01 li:nth-of-type(3n+2) {
    width: 17%;
}

.recruit01 .main_recruit01 li:nth-of-type(3n+3) {
    width: 32%;
}

.recruit01 .main_recruit01 li:nth-of-type(3n+4) {
    width: 17%;
    margin-right: 0;
}

.recruit01 .main_recruit02 li:nth-of-type(3n+1) {
    width: 24%;
}

.recruit01 .main_recruit02 li:nth-of-type(3n+2) {
    width: 48%;
    padding: 2.5%;
}

.recruit01 .main_recruit02 li:nth-of-type(3n+2) .tit01 {
    font-size: 26px;
}

.recruit01 .main_recruit02 li:nth-of-type(3n+2) .tit01 .txt01 {
    color: #ae8536;
}

.recruit01 .main_recruit02 li:nth-of-type(3n+3) {
    width: 26%;
    margin-right: 0;
}

.recruit01 .main_recruit03 li {
    width: 24%;
}

.recruit01 .main_recruit03 li:nth-of-type(3n+4) {
    margin-right: 0;
}

@media only screen and (max-width: 1024px) {
    .recruit01 .main_recruit02 li:nth-of-type(3n+2) .tit01 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .recruit01 .main_recruit02 li:nth-of-type(3n+2) .tit01 {
        font-size: 12px;
    }
}

.recruit02 .conceptbox {
    background-size: contain;
}

.recruit03 .inn {
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #dad9da;
    margin: 0 auto 20px;
}

.recruit03 .inn1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit03 .inn1 ul li {
    width: 30%;
    margin-bottom: 30px;
}

.recruit03 .inn1 ul li dl {
    padding-top: 40px;
    padding-bottom: 40px;
}

.recruit03 .inn1 ul li dt {
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto
}

.recruit03 .inn1 ul li dd {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    font-size: 18px;
}

.recruit03 .inn1 ul li:nth-child(1) {
    background-color: #ad8439;
}

.recruit03 .inn1 ul li:nth-child(2) {
    background-color: #ad8439;
}

.recruit03 .inn1 ul li:nth-child(3) {
    background-color: #ad8439;
}

.recruit03 .inn .tit01 .txt01 {
    width: 40px;
    height: 40px;
    color: #FFF;
    margin: 0 auto;
    margin-bottom: 20px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit03 .inn .tit01 {
    font-size: 24px;
    margin-bottom: 35px;
    text-align: center
}

.recruit03 .inn .tit01+.txtarea {
    text-align: center;
}

.recruit03 .inn2 .tit01 .txt01 {
    background-color: #ad8439;
}

.recruit03 .inn2 .tit01 {
    color: #ad8439;
}

.recruit03 .inn2 li.item {
    width: 20%;
}

.recruit03 .inn2 li.item dl {
    margin-bottom: 0;
}

.recruit03 .inn2 li.item:nth-of-type(2) {
    width: 40%;
}

.recruit03 .inn2 li.item:nth-of-type(2) dd {
    margin-top: 40px;
}

.recruit03 .inn2 li.item dd img {
    width: 100%;
}

.recruit03 .inn2 li.item dt {
    font-size: 26px;
    text-align: center;
    padding-top: 20px;
}

.recruit03 .inn2.v2 .tit01 .txt01 {
    background-color: #ad8439;
}

.recruit03 .inn2.v2 .tit01 {
    color: #ad8439;
}

.recruit03 .inn2.v3 .tit01 .txt01 {
    background-color: #ad8439;
}

.recruit03 .inn2.v3 .tit01 {
    color: #ad8439;
}

@media only screen and (max-width: 1024px) {
    .recruit03 .inn1 ul li dt {
        font-size: 24px;
    }

    .recruit03 .inn .tit01 {
        font-size: 20px;
    }

    .recruit03 .inn2 li.item dt {
        font-size: 22px;
    }

}

@media only screen and (max-width: 599px) {
    .recruit03 .inn {
        padding: 10px 0;
        margin: 0 auto 30px;
    }

    .recruit05 .staffbox .inn .ibox {
        width: 100% !important;
    }

    .recruit05 .staffbox .commentbox {
        width: 90% !important;
        margin: 20px auto 0 !important;
    }

    .recruit03 .inn1 ul li {
        width: 90%;
        margin-bottom: 30px;
        margin: 0 auto 20px;
    }

    .recruit03 .inn1 ul li dl {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .recruit03 .inn1 ul li dd {
        font-size: 16px;
    }

    .recruit03 .inn1 ul li dt {
        font-size: 22px;
    }

    .recruit03 .inn2 li.item {
        width: 48% !important;
        margin: 0 1% 20px 1%;
    }

    .recruit03 .inn2 li.item dt {
        font-size: 20px;
    }

    .recruit03 .inn2 li.item:nth-of-type(2) dd {
        margin-top: 0;
    }
}

.recruit04 .ibox {
    padding: 50px 3%;
}

.recruit04 div div div {
    display: inline-block;
}

.recruit04 .txt01 {
    width: 100%;
    padding-left: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-top: 1px solid #dad9da;
    border-bottom: 1px solid #dad9da;
    line-height: 2;
}

.recruit04 .inner {
    margin: 0 auto;
    padding: 20px 30px;
}

.recruit05 .staffbox {
    width: 48%;
    padding: 10px 2.5%;
    border: 10px solid #aa8238;
    margin-bottom: 20px;
}

.recruit05 .staffbox .inn {
    padding-bottom: 30px;
    padding-top: 30px;
}

.recruit05 .staffbox .inn .ibox {
    width: 100%;
}

.recruit05 .staffbox .inn .name {
    padding: 60px 0 0 0
}

.recruit05 .staffbox .inn .name dt {
    font-size: 24px;
    letter-spacing: 2px;
}


.recruit05 .staffbox .txt dt {
    font-size: 18px;
    font-weight: bold;
    color: #aa8238;
}


.recruit05 .staffbox .commentbox {
    width: 100%;
    margin: 20px 0 0;
}

.recruit05 .staffbox .comment {
    background: #aa8238;
    padding: 15px 20px 20px 20px;
}

.recruit05 .staffbox .comment dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: center;
    color: #fff;
}

.recruit05 .staffbox .comment dd {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .recruit05 .staffbox .inn .name dt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .recruit05 .staffbox .inn .name {
        padding: 40px 0 0 0
    }

    .recruit05 .staffbox {
        width: 100%;
    }
}


.recruit07 .item {
    background: #f3f3f3;
    padding: 10px 5%;
    position: relative;
    width: 90%;
    margin: 0 auto 40px;
}

.recruit07 .item dt {
    text-align: left;
    margin-bottom: 15px;
}

.recruit07 .item dd {
    text-align: left;
}

.recruit08 .salonflowbox {
    border: 10px solid #ad8439;
    padding-left: 0;
}

.recruit08 .uebox dl {
    width: 60%;
}

.recruit08 .uebox dl span {
    padding-top: 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 5px;

}

.recruit08 .uebox .qrbox {
    width: 20%;
    margin-left: 10px;
}

.recruit08 .uebox .qrbox img {
    width: 100%;
}

.recruit08 .shitabox .snsbox {
    width: 100%;
}

.recruit08 .snsitem {
    width: 20%;
}

.recruit08 .snsitem img {
    width: 100%;
}

.recruit08 .salonflowbox .itembox {
    padding: 1% 2.5%;
    width: 50%;
}

.recruit08 .salonflowbox .itembox:first-of-type {
    width: 100%;
    border-bottom: 10px solid #ad8439;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.recruit08 .salonflowbox .itembox:nth-of-type(2) {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.recruit08 .salonflowbox .itembox:last-of-type {
    border-left: 10px solid #ad8439;
}

.recruit08 .salonflowbox .itembox .oubo ul {
    max-width: 650px;
    margin: 0 auto;
}

.recruit08 .salonflowbox .itembox .oubo li {
    width: 175px;
    height: 175px;
    background: #ad8439;
    border-radius: 50%;
    position: relative;
}

.recruit08 .salonflowbox .itembox .oubo li:after {
    color: #ad8439;
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 30px;
    display: block;
    width: 19px;
    position: absolute;
    right: -25%;
    top: 40%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: auto;
}

.recruit08 .salonflowbox .itembox .oubo li:last-of-type:after {
    display: none;
}

.recruit08 .salonflowbox .itembox .oubo li .txt01 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 599px) {
    .recruit08 .salonflowbox .itembox {
        width: 100%;
    }

    .recruit08 .salonflowbox .itembox dl {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .recruit08 .salonflowbox .itembox .oubo li {
        width: 100%;
        height: auto;
        margin-bottom: 45px;
        padding: 10px 0;
        border-radius: 15px;
    }

    .recruit08 .salonflowbox .itembox .oubo li:last-of-type {
        margin-bottom: 0;
    }

    .recruit08 .salonflowbox .itembox .oubo li:after {
        right: 46%;
        top: auto;
        bottom: -45px;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .recruit08 .salonflowbox .itembox .oubo li .txt01 {
        font-size: 16px;
    }

    .recruit08 .salonflowbox .itembox:last-of-type {
        border-left: none;
        border-top: 10px solid #ad8439;
    }
}

.recruit ul {
    padding-left: 0;
}

.back {
    text-align: center;
    margin: 50px auto 50px auto;
    width: 80%;
    max-width: 200px;
}

.back a {
    display: block;
    background: rgba(202, 202, 202, 0.22);
    color: #333;
    padding: 10px 20px;
}

@media only screen and (max-width: 1024px) {
    .back {
        margin: 40px auto 40px auto;
    }
}

@media only screen and (max-width: 599px) {
    .back {
        margin: 30px auto 30px auto;
    }
}

.telbox {
    margin-top: 24px;
}

/* ##### 追記 ##### */
.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-element-id] footer+div {
    min-height: 50px;
}

.blog_archive li {
    width: 100%;
}

.recmain .ofimg {
    height: 100%;
}

.recmain ul {
    margin-bottom: 0;
}

.hotpepper-list {
    padding: 0;
}

.hotpepper-list li {
    width: 50%;
    max-width: 195px;
    min-width: 130px;
    margin: 1%;
}

@media (max-width: 1024px) {
    .navbar .container {
        width: calc(100% - 30px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-nav>li:not(:last-child) {
        margin-right: 0;
    }

    .navbar-nav>li>a {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }

    .navbar-brand {
        height: auto;
        padding: 10px 5px;
    }

    .logo {
        max-width: 140px;
    }

    .top-bnr-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-bnr-box a {
        width: 48%;
        margin: 1%;
    }

    .blog_archive li {
        width: 48%;
        margin: 1%;
    }

    .news-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-box .col-md-3 {
        width: 30%;
    }

    .news-box .col-md-9 {
        width: 70%;
    }

    .hotpepper-list li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar-header:before,
    .navbar-header:after {
        display: none;
    }
}

@media (max-width: 599px) {
    .navbar .container {
        width: 100%;
        display: block;
        padding: 0 5px;
    }

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    .top-bnr-box a {
        width: 98%;
    }

    .news-box .col-md-3,
    .news-box .col-md-9 {
        width: 100%;
    }

    .hotpepper-list li {
        width: 48%;
        margin-bottom: 20px;
    }

    .hotpepper-list li .pic {
        width: 100%;
        margin: inherit;
    }
}

/* ##### 追記 end ##### */


.style01{
  height: 250px !important;
}

.styles02{
  height: 350px !important;
}



@media (max-width: 1024px) {
.styles02{
  height:430px !important;
}
}



@media only screen and (max-width: 599px) {
  .styles02{
  height: 240px !important;
}
}


/* 2022.12.27 */

.newscontents{
  margin-bottom: 30px;
    margin-top: 20px;
}

@media only screen and (max-width: 599px) {
.newscontents{
  margin-bottom: 20px;
    margin-top: 0px;
}
}

.credencevideo01{
  width: 50%;
    margin-left: 40rem;
    padding-top: 290px;
    height: 300px
}

.credencevideo01 img{
  padding-top: 50px;
}


@media only screen and (max-width: 1024px) {
.credencevideo01 {
    width: 82%;
    padding-top: 0;
    height: 340px;
    margin: auto;
}
}

@media only screen and (max-width: 599px) {
.credencevideo01 {
    width: 92%;
    padding-top: 0;
    height: 230px;
    margin: auto;
}

.credencevideo01 img {
    padding-top: 30px;
}
}

.menubox .midashi-box {
    position: relative;
    margin-left: 15px;
}

.menubox .midashi-box::before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    position: absolute;
    left: -15px;
    top: 45%;
    transform: translateY(-50%);
}

/* 2025/01/24 */

.container .link-bnr{
    width: 60%;
    margin: auto;
}

.container .link-bnr a{
  width: 100%;
  height: 100%;
}

.container .link-bnr img{
  width: 100%;
}

@media screen and (max-width:599px) {
 .container .link-bnr{
    width: 100%;
}
}
