@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Copperplate_Light';
    /* お好きな名前に */
    src: url(/import/tenant_1/133.167.116.221/html/font/Copperplate_Light.eot);
    /* IE9以上用 */
    src: url(/import/tenant_1/133.167.116.221/html/font/Copperplate_Light.eot) format('embedded-opentype'), /* IE8以前用 */
    url(/import/tenant_1/133.167.116.221/html/font/Copperplate_Light.woff) format('woff'), /* モダンブラウザ用 */
    url(/import/tenant_1/133.167.116.221/html/font/Copperplate_Light.ttf) format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'snellroundhand-boldscript';
    /* お好きな名前に */
    src: url(/import/tenant_1/133.167.116.221/html/font/snellroundhand-boldscript.eot);
    /* IE9以上用 */
    src: url(/import/tenant_1/133.167.116.221/html/font/snellroundhand-boldscript.eot) format('embedded-opentype'), /* IE8以前用 */
    url(/import/tenant_1/133.167.116.221/html/font/snellroundhand-boldscript.woff) format('woff'), /* モダンブラウザ用 */
    url(/import/tenant_1/133.167.116.221/html/font/snellroundhand-boldscript.ttf) format('truetype');
    /* iOS, Android用 */
    font-weight: normal;
    font-style: normal;
}

.copperAll * {
    font-family: 'Copperplate_Light', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.copper {
    font-family: 'Copperplate_Light', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.snellAll * {
    font-family: 'snellroundhand-boldscript', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #333;
}

.snell {
    font-family: 'snellroundhand-boldscript', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #333;
}



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: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "游明朝", YuMincho, 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;*/
    line-height: 160%;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
    font-weight: 500;
}

/*フォント系*/

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 18px;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.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: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}
img[src=""]{
  display:none;
}
.lb-outerContainer {
    width: 80% !important;
    max-width: 450px !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;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

a[href*="tel"] {
    pointer-events: none;
}

[data-element-id] h1 {
    position: static;
    text-indent: initial;
}

h1 {
    position: absolute;
    bottom: 200%;
}

/*アラート系*/

a[data-href="#"] {
    border: solid red 5px !important;
    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%;
    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%;
    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: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[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: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    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;
    }
}

/*altlist*/

.altlist01 .alt01 {
    display: none;
}

/*トランスフォーム親*/

.tfmp {
    position: relative;
    overflow: hidden;
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming40 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming50 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming60 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming70 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming75 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming80 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming90 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming110 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming120 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming130 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming140 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming150 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming160 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimmingInner {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexsb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexn1024 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexn599 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexb > div[data-collection-list-content],
.flexsb > div[data-collection-list-content],
.flexs > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexb > div[data-recommend-collection-list-content],
.flexsb > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexsb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexb > div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexsb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexb > div[data-collection-filtered-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.asc {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.ase {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.spa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.spb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width:1024px) {
    .flexn1024 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width:599px) {
    .flexn599 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*wrap*/

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
}

/*common*/

.odd > *:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.even > *:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ol > li {
    padding-left: 1.5em;
    position: relative;
}

.ol > li:before {
    content: "●";
    position: absolute;
    left: 0;
}

.z1 {
    position: relative;
    z-index: 1;
}

.z2 {
    position: relative;
    z-index: 2;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.row2 {
    width: 48%;
    margin: 1%;
}

.row3 {
    width: 31.333%;
    margin: 1%;
}

.row4 {
    width: 23%;
    margin: 1%;
}

.row5 {
    width: 18%;
    margin: 1%;
}

.w100 {
    width: 100%;
    display: block;
}

.w20 {
    width: 20%;
    margin: 1% 0;
}

.w25 {
    width: 25%;
    margin: 1% 0;
}

.w26 {
    width: 26%;
    margin: 1% 0;
}

.w30 {
    width: 30%;
    margin: 1% 0;
}

.w36 {
    width: 56%;
    margin: 1% 0;
}

.w40 {
    width: 40%;
    margin: 1% 0;
}

.w46 {
    width: 46%;
    margin: 1% 0;
}

.w48 {
    width: 48%;
    margin: 1% 0;
}

.w50 {
    width: 50%;
    margin: 1% 0;
}

.w56 {
    width: 56%;
    margin: 1% 0;
}

.w60 {
    width: 60%;
    margin: 1% 0;
}

.w66 {
    width: 66%;
    margin: 1% 0;
}

.w70 {
    width: 70%;
    margin: 1% 0;
}

.w76 {
    width: 76%;
    margin: 1% 0;
}

.w80 {
    width: 80%;
    margin: 1% 0;
}

.w86 {
    width: 86%;
    margin: 1% 0;
}

.w80r {
    width: 76%;
    margin: 1% 4% 1% 0;
}

.w80l {
    width: 76%;
    margin: 1% 0 1% 4%;
}

.w70r {
    width: 66%;
    margin: 1% 4% 1% 0;
}

.w70l {
    width: 66%;
    margin: 1% 0 1% 4%;
}

.w60r {
    width: 56%;
    margin: 1% 4% 1% 0;
}

.w60l {
    width: 56%;
    margin: 1% 0 1% 4%;
}

.m600 {
    max-width: 600px;
    margin: auto;
}

.m700 {
    max-width: 700px;
    margin: auto;
}

.m800 {
    max-width: 800px;
    margin: auto;
}

.m900 {
    max-width: 900px;
    margin: auto;
}

.m960 {
    max-width: 960px;
    margin: auto;
}

.m1000 {
    max-width: 1020px;
    margin: auto;
    width: 98%;
}

.m1200 {
    max-width: 1250px;
    width: 96%;
    margin: auto;
}

.harea {
    padding: 60px 0;
}

.area {
    padding: 80px 0;
}

.area60 {
    padding: 60px 0;
}

.area40 {
    padding: 40px 0;
}

.area20 {
    padding: 20px 0;
}

.m80 {
    margin: 80px 0;
}

.m60 {
    margin: 60px 0;
}

.m40 {
    margin: 40px 0;
}

.m20 {
    margin: 20px 0;
}

.mb80 {
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.pic {
    text-align: center;
}

.pix {
    text-align: center;
}

.pic img {
    width: 100%;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac599 {
    text-align: center;
}

.tar599 {
    text-align: right;
}

.tarc599 {
    text-align: right;
}

.txt {
    line-height: 200%;
}

.lh160 {
    line-height: 160%;
}

.lh200 {
    line-height: 200%;
}

.uk-lb img {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.uk-lb img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg1024 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.bkimg1024 img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg599 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.bkimg599 img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width:1024px) {
    .m600 {
        width: 96%;
    }

    .m700 {
        width: 96%;
    }

    .m800 {
        width: 96%;
    }
    .m900 {
        width: 96%;
    }
    .m960 {
        width: 96%;
    }
    .m1000 {
        width: 96%;
    }
    .harea {
        padding: 50px 0;
    }
    .area {
        padding: 60px 0;
    }
    .area60 {
        padding: 50px 0;
    }
    .area40 {
        padding: 30px 0;
    }
    .row4 {
        width: 31.333%;
    }
    .row5 {
        width: 23%;
    }
    .mb80 {
        margin-bottom: 60px;
    }
    .mb60 {
        margin-bottom: 50px;
    }

    .mb40 {
        margin-bottom: 30px;
    }
    .bkimg1024 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .bkimg1024 img {
        min-width: auto !important;
    }
    .br1024 br {
        display: none;
    }
}

@media only screen and (max-width:599px) {

    .bkimg599 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .bkimg599 img {
        min-width: auto !important;
    }
    .tac599 {
        text-align: left;
    }
    .tar599 {
        text-align: left;
    }
    .tarc599 {
        text-align: center;
    }
    .w20 {
        width: 100%;
        margin: 2% auto;
    }
    .pic.w20 {
        max-width: 400px;
    }
    .w26 {
        width: 100%;
        margin: 2% auto;
    }
    .pic.w26 {
        max-width: 400px;
    }

    .w30 {
        width: 100%;
        margin: 2% auto;
    }
    .pic.w30 {
        max-width: 400px;
    }
    .w36 {
        width: 100%;
        margin: 2% auto;
    }
    .pic.w36 {
        max-width: 400px;
    }
    .w40 {
        width: 100%;
        margin: 2% auto;
    }
    .pic.w40 {
        max-width: 400px;
    }
    .w46 {
        width: 100%;
        margin: 2% auto;
    }

    .w48 {
        width: 100%;
        margin: 2% auto;
    }
    .w50 {
        width: 100%;
        margin: 2% auto;
    }
    .w56 {
        width: 100%;
        margin: 2% auto;
    }
    .w60 {
        width: 100%;
        margin: 2% auto;
    }
    .w66 {
        width: 100%;
        margin: 2% auto;
    }
    .w70 {
        width: 100%;
        margin: 2% auto;
    }
    .w76 {
        width: 100%;
        margin: 2% auto;
    }
    .w80 {
        width: 100%;
        margin: 2% auto;
    }
    .w86 {
        width: 100%;
        margin: 2% auto;
    }
    .w60r {
        width: 100%;
        margin: 2% auto;
    }

    .w60l {
        width: 100%;
        margin: 2% auto;
    }
    .w70r {
        width: 100%;
        margin: 2% auto;
    }

    .w70l {
        width: 100%;
        margin: 2% auto;
    }

    .w80r {
        width: 100%;
        margin: 2% auto;
    }
    .w80l {
        width: 100%;
        margin: 2% auto;
    }
    .m600 {
        width: 94%;
    }

    .m700 {
        width: 94%;
    }

    .m800 {
        width: 94%;
    }
    .m900 {
        width: 94%;
    }
    .m960 {
        width: 94%;
    }
    .m1000 {
        width: 94%;
    }
    .m1200 {
        width: 94%;
    }
    .harea {
        padding: 40px 0;
    }
    .area {
        padding: 40px 0;
    }
    .area60 {
        padding: 40px 0;
    }
    .area40 {
        padding: 20px 0;
    }
    .row2 {
        width: 98%;
    }
    .row3 {
        width: 48%;
    }
    .row4 {
        width: 48%;
    }
    .row5 {
        width: 31.333%;
    }
    .mb80 {
        margin-bottom: 40px;
    }
    .mb60 {
        margin-bottom: 40px;
    }

    .mb40 {
        margin-bottom: 20px;
    }
    .br599 br {
        display: none;
    }
}

/*fead*/

[data-element-id] .fead-mv {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.fead-mv {
    opacity: 0;
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
    -webkit-transition: .8s;
    transition: .8s;
}

.mv {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

/*map*/

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 40%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: inherit;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:1024px) {
    .map:after {
        padding-top: 45%;
    }
}

@media only screen and (max-width:599px) {
    .map:after {
        padding-top: 50%;
    }
}

/*header*/

.under header .sd {
    display: none;
}

header .sd {
    text-align: center;
    padding: 40px 0 35px;
}

header .sd a {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    z-index: 9;
    text-align: center;
    display: inline-block;
    padding: 20px;
    letter-spacing: 1px;
    position: relative;
    animation: moveY 2s infinite alternate linear;
    -ms-animation: moveY 2s infinite alternate linear;
    -webkit-animation: moveY 2s infinite alternate linear;
    -moz-animation: moveY 2s infinite alternate linear;
}

header .sd a:after {
    position: absolute;
    height: 1px;
    width: 45px;
    background: #000;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 20px;
    content: "";
}

@keyframes moveY {
    0% {
        bottom: -10px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: -10px;
    }
}

@-webkit-keyframes moveY
/* Safari and Chrome */

    {
    0% {
        bottom: -10px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: -10px;
    }
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
    width: 100%;
}


#gnav li {
    width: 12.5%;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

#gnav li a {
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
}

#gnav li .contentsnav{
  width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
}

#gnav.fix li a{
  padding: 20px 0;
}

#gnav.fix li .contentsnav{
  padding: 20px 0;
}

#gnav li a > span {
    display: inline-block;
    position: relative;
}

#gnav li a > span:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #207a23;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#gnav li a:hover > span:before {
    left: 0;
    right: 0;
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 1px 0px #ccc;
                                box-shadow: 0px 0px 1px 0px #ccc;
}

.fix .accordion-toggle {
    opacity: 0.8;
}

#gnav li dd.pull {
    position: relative;
}

#gnav li:hover .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -10px);
}

#gnav li .pulllist:before {
    bottom: 100%;
    left: 50%;
    content: '';
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 6px solid transparent;
    border-bottom-color: rgba(193, 193, 193, 0.8);
    position: absolute;
}

[data-element-id] #gnav li .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

#gnav li .pulllist {
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    position: absolute;
    -webkit-transform: translate(-50%, -60px);
    -ms-transform: translate(-50%, -60px);
    transform: translate(-50%, -60px);
    left: 50%;
    width: 200px;
    z-index: 10;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 1px 0 #000;
    box-shadow: 0 0 1px 0 #000;

}

#gnav li .pulllist li {
    width: 100%;
}

#gnav li .pulllist li a {
    padding: 10px;
    font-size: 12px;
    text-align: left;
}

@media only screen and (max-width: 1024px) {
    #gnav .gnavinn {
        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.9);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;

    }

    #gnav ul li {
        display: block !important;
        width: 100%;
        text-align: center;
        position: static;
    }
    #gnav p.toggle {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: 6px;
        right: 10px;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        z-index: 251;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    #gnav li {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 0;
        display: block !important;
    }

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }
    #gnav p.toggle span.n {
        display: block;
        background: #323232;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #gnav p.toggle span.n:before {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p.toggle span.n:after {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    #gnav.action p.toggle span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }
    #gnav.action p.toggle span.n:after,
    #gnav.action p.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }
    #gnav .gnavinn > ul {
        width: 100%;
        padding: 60px 3% 80px;
    }
    #gnav .gnavinn > ul a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border: none !important;
    }
    
    #gnav .gnavinn > ul .contentsnav {
    height: auto;
    display: block;
    text-align: left;
    padding: 10px 10px 10px 20px;
    border: none !important;
}
    
    #gnav.fix {
        padding: 0;
    }
    .overlay {
        height: 100%;
        overflow: hidden;
    }
    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
    }
    /*#gnav ul li+li{
		padding-left:15px;
	}*/
    #gnav li .pulllist {
        width: calc(100% - 15px);
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        position: relative;
        left: 15px;
        visibility: visible;
        opacity: 1;
        margin-bottom: 10px;
    }
    #gnav li .pulllist:before {
        left: 27px;
    }
    #gnav li .pulllist li a {
        padding: 10px 5px;
    }
}

@media only screen and (max-width:599px) {
    #gnav .gnavinn > ul {
        padding: 60px 3% 33%;
    }
}

/*スライドショー mainImg*/

.homeSlide {
    text-align: center;
    position: relative;
}

.homeSlide .tbox {
    width: 600px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 90%;
    z-index: 3;
}

.homeSlide .tbox .hlogo {
    max-width: 180px;
    margin: 0 auto;
}

.homeSlide .tbox .hlogo a {
    display: block;
}

.homeSlide .tbox * {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.homeSlide .tbox h2 {
    font-weight: 400;
    margin: 1em 0;
}

.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeSlide .pic {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeSlide .pic:after {
    padding-top: 60%;
    content: '';
    display: block;
}

.homeSlide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.homeSlide .uk-slidenav-position:after {
    padding-top: 50%;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
}

.mainImg {
    position: relative;
    overflow: hidden;
}

.mainImg h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, 2px -2px 15px #fff, -2px -2px 15px #fff;
    width: 90%;
    margin: auto;
    z-index: 1;
}

.mainImg .hlogo {
    max-width: 180px;
    margin: 0 auto;
    display: block;
}

.mainImg .hlogo a {
    display: block;
}

.mainImg .pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 600px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.mainImg .pic img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.mainImg .pic:before {
    content: "";
    display: block;
    padding-top: 24%;
    background: rgba(0, 0, 0, 0.2);
}

.mainImg.mainImg02 .pic:before {
    padding-top: 40%;
}

.mainImg.mainImg02:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
}

.mainImg.mainImg02 h2 {
    top: calc(50% - 120px);
}

.mainImg.mainImg02 .tbox {
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 94%;
    margin: auto;
    z-index: 1;
}

.mainImg.mainImg02 .tbox * {
    text-align: center;
}

.mainImg.mainImg02 .tbox dt {
    color: #fff;
    margin-bottom: 1em;
}

.mainImg.mainImg02 .tbox dd ul {
    max-width: 600px;
    margin: 0 auto;
}

.mainImg.mainImg02 .tbox dd li {
    width: 48%;
}

.mainImg.mainImg02 .tbox dd li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 20px;
    position: relative;
    background: #fff;
    opacity: 1;
}

.mainImg.mainImg02 .tbox dd li a:hover {
    background: #000;
    color: #fff;
}

.mainImg.mainImg02 .tbox dd li a:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mainImg.mainImg02 .pic {
    min-width: 400px;
}

.mainImg.mainImg02:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: url(/import/tenant_1/133.167.116.221/html/images/recarrow.png) bottom center /100% 100% no-repeat;
    width: 100%;
    height: 43px;
    content: "";
}

@media only screen and (max-width:1024px) {
    .homeSlide .tbox .hlogo {
        max-width: 150px;
    }
    .mainImg .hlogo {
        max-width: 150px;
    }
    .mainImg.mainImg02 .tbox dd li a {
        padding: 7.5px 20px;
        font-size: 16px;
    }
    .mainImg.mainImg02 .tbox dt {
        margin-bottom: 0.5em;
    }
    .mainImg.mainImg02:after {
        height: 28px;
    }
    .mainImg.mainImg02 .hlogo {
        max-width: 120px;
    }
    .mainImg.mainImg02 h2 {
        top: calc(50% - 60px);
    }
    .mainImg.mainImg02 .tbox {
        -webkit-transform: scale(0.8) translate(-50%, -50%);
        -ms-transform: scale(0.8) translate(-50%, -50%);
        transform: scale(0.8) translate(-50%, -50%);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        top: calc(50% + 30px);
    }
}

@media only screen and (max-width:599px) {
    .homeSlide .tbox .hlogo {
        max-width: 120px;
    }
    .mainImg .hlogo {
        max-width: 120px;
    }
    .homeSlide .tbox h2 {
        font-size: 20px;
    }
    .mainImg.mainImg02 .hlogo {
        max-width: 60px;
    }
    .mainImg.mainImg02 .tbox {
        -webkit-transform: scale(0.6) translate(-50%, -50%);
        -ms-transform: scale(0.6) translate(-50%, -50%);
        transform: scale(0.6) translate(-50%, -50%);
        width: 170%;
        top: calc(50% + 20px);
    }
    .mainImg.mainImg02:after {
        height: 13px;
    }
    .mainImg.mainImg02 h2 {
        top: calc(50% - 40px);
    }
    .mainImg.mainImg02 .tbox dd li {
        width: 40%;
    }
    .mainImg.mainImg02 .tbox dd li a{
      font-size: 18px;
    }
}

/*footer*/

.under #footer {
    padding-top: 60px;
}

#footer * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.flogo {
    max-width: 110px;
    margin: 20px auto 20px;
}

.flogo a {
    display: block;
}

.fnav {
   /*  margin: 20px 0 40px; */
   margin: 40px 0 60px;
}

.fnav li {
   /*  margin: 1% 0; */
    margin: 5px 0;
    width: 16.666%;
}

.fnav a {
    display: block;
   /*  padding: 30px 0; */
   padding: 5px 0;
    text-align: center;
}

.finfol {
    width: 46%;
}

.finfor {
    width: 50%;
}

.finfol .shopdata {
    margin-bottom: 1em;
}

.finfol .telweb a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    padding: 10px;
    width: 220px;
    max-width: 100%;
}

.finfol .telbox a span {
    display: block;
    padding-left: 1em;
    position: relative;
}

.finfol .telbox a span:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\f095";
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    font-size: 16px;
    top: 1px;
}

.finfor .map {
    height: 100%;
}

.copy {
    text-align: center;
    padding: 40px 0;
}

@media only screen and (max-width:1024px) {
    .flogo {
        max-width: 100px;
    }
    .finfol {
        width: 51%;
    }

    .finfor {
        width: 47%;
    }
    .fnav a {
        padding: 5px 0;
        font-size: 12px;
    }
    .copy {
        padding: 30px 0;
    }
    .finfol .shopdata dt,
    .finfol .shopdata dd {
        font-size: 14px;
    }
    .finfol .telweb a {
        padding: 7.5px 7.5px;
    }
}

@media only screen and (max-width:599px) {
    .flogo {
        max-width: 90px;
    }
    .finfol {
        width: 100%;
        margin: 2% 0;
    }

    .finfor {
        width: 100%;
        margin: 2% 0;
    }
    .finfol .telweb dt {
        margin-bottom: 0;
    }
    .fnav li {

        width: 33.333%;
    }
    .fnav a {
        padding: 5px 0;
    }
    .copy {
        padding: 20px 0;
    }
    .finfol .shopdata {
        margin-bottom: 0.5em;
    }
}

/*totop*/

#totop {
    position: fixed;
    bottom: 40px;
    right: -20px;
    z-index: 99;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#totop a {
    display: block;
    text-shadow: 1px 1px 1px #fff;
    text-align: right;
    padding-bottom: 2px;
    position: relative;
    font-size: 12px;
}

#totop a:after {
    display: block;
    content: "";
    background: url(/import/tenant_1/133.167.116.221/html/images/pagetop.png) bottom right /65px no-repeat;
    width: 80px;
    height: 10px;
    margin-top: -10px;
    -webkit-transition: all .4s cubic-bezier(.45, .05, .3, .93) .1s;
    transition: all .4s cubic-bezier(.45, .05, .3, .93) .1s;
}

#totop a:hover:after {
    background-size: 80px;
}

@media only screen and (max-width:1024px) {
    #totop a:before {
        height: 45px;
        width: 45px;
        line-height: 45px;
        font-size: 28px;
    }
}

@media only screen and (max-width:599px) {
    #totop a:before {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 26px;
    }
}

/*common*/

h3 span {
    line-height: 160%;
}

h3 span.bb {
    display: inline-block;
    position: relative;
}

h3 span.bb:after {
    position: absolute;
    width: 30px;
    height: 1px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
}

h3 span.bb.g:after {
    background: #207a23;
}

h3 span.bb.w:after {
    background: #fff;
}

h3 span.bc {
    display: inline-block;
    position: relative;
    margin-right: 240px;
    padding-right: 10px;
}

h3 span.bc:after {
    position: absolute;
    width: 240px;
    height: 1px;
    top: 50%;
    left: 100%;
    background: #000;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    z-index: -1;
}

h3 span.logo {
    display: block;
    max-width: 110px;
    margin: 0 auto 40px;
}

h3 span.ruby {
    display: block;
    margin: 1em 0;
}

h3 span.sking {
    color: #ff0000;
    display: inline-block;
    position: relative;
}

h3 span.sking:before {
    position: absolute;
    bottom: 100%;
    content: "";
    background: url(/import/tenant_1/133.167.116.221/html/images/crown02.png) center center /100% 100% no-repeat;
    width: 22px;
    height: 17px;
}

.str a {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.str a:hover {
    color: #fff;
    border: none !important;
    background: none;
}

.str a:before {
    height: 100%;
    width: 0;
    background: #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}

.str a:hover:before {
    width: 100%;
}

.rd50 .trimmingInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}

section.tfmp {
    overflow: visible;
}

section.tfmp .bglogo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 110px;
}

.dlogo {
    max-width: 110px;
    margin: 0 auto 40px;
}

@media only screen and (max-width:1024px) {
    h3 span.logo {
        max-width: 100px;
        margin: 0 auto 30px;
    }
    section.tfmp .bglogo {
        max-width: 100px;
    }
    .dlogo {
        max-width: 100px;
    }
    h3 span.bc {
        margin-right: 100px;
        padding-right: 10px;
    }

    h3 span.bc:after {
        width: 100px;
    }
    h3 span.sking:before {
        width: 20px;
        height: 15px;
    }
}

@media only screen and (max-width:599px) {
    h3 span.logo {
        max-width: 90px;
        margin: 0 auto 20px;
    }
    section.tfmp .bglogo {
        max-width: 90px;
    }
    .dlogo {
        max-width: 90px;
    }
    h3 span.bc {
        margin-right: 20px;
        padding-right: 10px;
    }

    h3 span.bc:after {
        width: 20px;
    }
    h3 span.sking:before {
        width: 18px;
        height: 13px;
    }
}

/*home*/
.hconceptbox .txt {
    max-width: 570px;
    margin: 40px auto 0;
    line-height: 300%;
}

.hstyleitem a {
    display: block;
}

.hstyleitem .tbox .tit {
    margin-bottom: 1em;
    position: relative;
}

.hstyleitem .tbox .tit:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #4c4c4c;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hstyleitem .tbox .tit span {
    /* display: inline-block; */
    display: none;
    background: #fff;
    padding: 0 1em 0 0;
    text-align: left;
}

.hstylelist .hstyleitem:nth-of-type(even) .tbox .tit {
    text-align: right;
}

.hstylelist .hstyleitem:nth-of-type(even) .tbox .tit span {
    padding: 0 0 0 1em;
}

.hstylelist .hstyleitem:nth-of-type(odd) .tbox .t {
    padding: 0 0 0 1em;
}

.hstylelist .hstyleitem:nth-of-type(even) .tbox .t {
    padding: 0 1em 0 0;
}

.hstylelist .hstyleitem:nth-of-type(even) .tbox .t .flexsb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.hstyleitem {
    margin-bottom: 40px;
}

.hstyleitem .tbox .t dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    max-width: 40%;
}

.hstylelist .hstyleitem:nth-of-type(even) .tbox .t dt {
    margin-left: auto;
}

.hstyleitem .tbox .t dd {
    width: 56%;
}

.hstyleitem .tbox .t dt span {
    margin-bottom: 0.2em;
    line-height: 200%;
}

.hspa .m1000 * {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.hspabox .pic a{
  display: block;
  opacity: 1;
}
.hspabox .tbox dt {
    margin-bottom: 1em;
}

.hspabox .tbox li {
    font-size: 16px;
}

.hstaffitem a {
    display: block;
    opacity: 1;
    border-radius: 50%;
}

.hstaffitem dl {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.hstaffitem .trimmingInner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
}

.hstaffitem dl .tbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}

.hstaffitem dl:hover .tbox {
    opacity: 1;
    visibility: visible;
}

.hstaffitem dl .tbox li {
    margin: 1em 0;
    text-align: center;
}

.hstaffitem dl .tbox li.more span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
}

.hstaffitem dl .tbox li.more span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 1px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hstaffitem dl:hover .tbox li.more span:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hstaffitem {
    padding: 30px;
}

.hstaffitem * {
    color: #fff;
}

.hstafflist .hstaffitem p.more {
    height: 100%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hstafflist .hstaffitem p.more a {
    background: #b79c9c;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    line-height: 150px;
    display: inline-block;
}

.hstaffnav a {
    width: 200px;
    height: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid;
    padding: 10px;
}


.hsalonitem dt a {
    display: block;
}

.heightLine-hshop {
    margin-top: 30px;
}

.hsalonitem .infolist li {
    margin: 1em 0;
    font-size: 12px;
}

.hsalonitem .infolist .shop dt {
    width: auto;
    max-width: 30%;
}

.hsalonitem .infolist .shop dd {
    width: 68%;
    font-size: 12px;
}

.hsalonitem .telweb {
    margin: 20px 0;
}

.hsalonitem .telweb li {
    width: 48%;
}

.hsalonitem .telweb li a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid;
    padding: 10px;
}
.hnewsitem{
  margin: 0 10px;
}
.hnewsitem a {
    display: block;
    height: 100%;
    opacity: 1;
}

.hnewsitem dl.altlist {
    height: 100%;
    position: relative;
    border: 1px solid;
}

.hnewsitem dl * {
    color: #fff;
}

.hnewsitem .tbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}

.hnewsitem dl:hover .tbox {
    opacity: 1;
    visibility: visible;
}
.hnewsitem .tbox dl{
  width: 100%;
}
.hnewsitem .tbox dt {
    margin: 1em 0;
   -o-text-overflow: ellipsis;
                       text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hrecbox .tbox {
    padding: 10px 20px 10px;
    border: 4px solid #e5e0dc;
    position: relative;
}

.hrecbox .tbox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 4px solid #e5e0dc;
    border-top: none;
    border-left: none;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hrecbox .tbox:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border: 4px solid #e5e0dc;
    border-bottom: none;
    border-right: none;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hrecbox .tbox dt span {
    padding: 1em;
    display: inline-block;
    position: relative;
}

.hrecbox .tbox dt span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f10d";
    font-family: FontAwesome;
    color: #747474;
    font-size: 12px;
}

.hrecbox .tbox dt span:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "\f10e";
    font-family: FontAwesome;
    color: #747474;
    font-size: 12px;
}

.hrecbox .tbox li {
    text-align: center;
}

.hrecbox .tbox li a {
    width: 280px;
    max-width: 100%;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #e5e0dc;
    padding: 10px;
}

.hrecbox .tbox li a:before {
    background: #e5e0dc;
}

.hshowbox {
    background: url(/import/tenant_1/133.167.116.221/html/images/hshowbg.png) center center /100% 100% no-repeat;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.hshowbox .tbox {
    margin-left: 30%;
}

.hshowbox .tbox * {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: 700;
    text-shadow: white 2px 0px 0px, white -2px 0px 0px, white 0px -2px 0px, white 0px 2px 0px, white 2px 2px 0px, white -2px 2px 0px, white 2px -2px 0px, white -2px -2px 0px, white 1px 2px 0px, white -1px 2px 0px, white 1px -2px 0px, white -1px -2px 0px, white 2px 1px 0px, white -2px 1px 0px, white 2px -1px 0px, white -2px -1px 0px, white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}

.hshowbox .tbox dt {
    color: #a8b531;
}

.hshowbox .tbox dt span {
    display: block;
    line-height: 160%;
}

.hshowbox .tbox .more {
    margin: 20px 0;
}

.hshowbox .tbox .more * {
    text-shadow: none;
}

.hshowbox .tbox .more a {
    width: 200px;
    max-width: 100%;
    background: #a9b626;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.hshowbox .tbox .more a span {
    display: inline-block;
    padding: 0px 30px 0 15px;
    position: relative;
}

.hshowbox .tbox .more a:hover span:after {
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}

.hshowbox .tbox .more a span:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    content: "\f0da";
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #a9b626;
    text-align: center;
    padding-left: 2.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.1s all ease;
    transition: 0.1s all ease;
}

.hshowbox .pic {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width:1024px) {
    .hconceptbox .txt {
        margin: 30px auto 0;
        line-height: 260%;
    }
    .hstaffitem dl .tbox li {
        margin: 0.5em 0;
    }
    .hstaffitem {
        padding: 5px;
    }
    .hstafflist .hstaffitem p.more a {
        height: 125px;
        width: 125px;
        line-height: 125px;
    }
    .hsalonitem .infolist .shop dt {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0.5em;
    }

    .hsalonitem .infolist .shop dd {
        width: 100%;
    }
    .heightLine-hshop {
        margin-top: 0;
    }
    .hnewsitem .tbox {
        padding: 10px;
    }
    .hnewsitem .tbox dt {
        margin: 0.5em 0;
    }
    .hshowbox .tbox dt span {
        display: inline-block;
        margin-right: 10px;
    }
    .hnewsitem{
  margin: 0 5px;
}
}

@media only screen and (max-width:599px) {
    .hconceptbox .txt {
        margin: 20px auto 0;
        line-height: 220%;
    }
    .hstyleitem .pic {
      width: 70%;
    }
    .hstyleitem .tbox .tit {
        margin-bottom: 0.5em;
    }
    .hstylelist .hstyleitem:nth-of-type(odd) .tbox .t {
        padding: 0 0.5em 0 0;
    }
    .hstylelist .hstyleitem:nth-of-type(even) .tbox .t {
        padding: 0 0.5em 0 0;
    }
    .hspa .bkimg {
        height: 100%;
    }
    .hspa .bkimg img {
        min-width: inherit;
        max-width: inherit !important;
        width: auto;
        height: 100% !important;
    }
    .hstaffitem {
        padding: 0;
    }
    .hstafflist .hstaffitem p.more a {
        height: 100px;
        width: 100px;
        line-height: 100px;
        font-size: 18px;
    }
    .hstaffnav a {
        font-size: 14px;
    }
    .heightLine-hshop {
        height: auto !important;
    }
    .hrecbox .tbox li a {
        font-size: 14px;
    }
    .hshowbox .tbox {
        margin-left: 0%;
        padding: 10px 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hshowbox .tbox .more {
        margin: 10px 0;
    }
    .hshowbox .pic {
        position: static;
    }
}

/*under*/

.p100 {
    min-height: 450px;
}

.p100.r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p100 .tbox dt.mbem1 {
    margin-bottom: 1em;
}

.p100 .tbox dt.mbem2 {
    margin-bottom: 2em;
}

.p100 .pic {
    position: relative;
}

.p100 .pic p {
    position: absolute;
    width: 100vh;
    right: 0;
    height: 100%;
    overflow-y: hidden;
}

@media only screen and (max-width:1024px) {
    .p100 .tbox {
        padding: 0;
    }
    .p100 .pic p {
        width: 40vh;
    }
    .p100 {
        min-height: 300px;
    }
    .p100 .tbox dt {
        margin-bottom: 1em !important;
    }
}

@media only screen and (max-width:599px) {
    .p100 .pic p {
        position: static;
        width: 100%;
        height: auto;
        overflow-y: visible;
    }
    .p100 .tbox dt {
        margin-bottom: 0.5em !important;
    }
}

/*breadcrumbs*/

.breadcrumbs {
    padding: 5px 0;
}

.breadcrumbs li {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs ul li:last-of-type:after {
    display: none;
}

.breadcrumbs ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 10px;
}

.breadcrumbs ul li:last-of-type {
    border-bottom: 1px solid #207a23;
}

@media only screen and (max-width:1024px) {
    .breadcrumbs {
        padding: 20px 0 5px;
    }
}

@media only screen and (max-width:599px) {
    .breadcrumbs {
        padding: 15px 0 5px;
    }
    .breadcrumbs li {
        font-size: 12px;
    }
}

/*salon*/

.salon01cont .bkimg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    content: "";
    left: 0;
    top: 0;
}

.salon02list {
    counter-reset: number;
}

.salon02item {
    width: 29.333%;
    margin-bottom: 40px;
}

.salon02item dt {
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    margin-bottom: 3em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.salon02item dt:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    display: block;
    letter-spacing: 1px;
    margin: 1em 0;
    font-size: 32px;
    font-family: 'snellroundhand-boldscript', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.salon03list {
    counter-reset: number;
}

.salon03item dt {
    margin-bottom: 1em;
    padding-left: 90px;
    position: relative;
}

.salon03item dt:before {
    counter-increment: number;
    content: "Step."counter(number);
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 0px 10px;
    background: #b79c9c;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.salon03item:after {
    display: block;
    content: "";
    width: 100%;
    height: 36px;
    margin: 60px 0;
    background: url(/import/tenant_1/133.167.116.221/html/images/barrow.png) center center /100% 100% no-repeat;
}

.salon03list .salon03item:last-of-type:after {
    display: none;
}

@media only screen and (max-width:1024px) {
    .salon03item:after {
        height: 28px;
        margin: 50px 0;
    }
}

@media only screen and (max-width:599px) {
    .salon01cont .bkimg {
        height: 100%;
    }
    .salon01cont .bkimg img {
        min-width: inherit;
        max-width: inherit !important;
        width: auto;
        height: 100% !important;
    }
    .salon02item {
        width: 48%;
    }
    .salon03item:after {
        height: 20px;
        margin: 40px 0;
    }
}

/*salonlist*/

.salonlist01item dt:before {
    display: block;
    width: 30px;
    height: 2px;
    background: #207a23;
    content: "";
    margin: 0 auto 1em;
}

.salonlist01item dt {
    margin: 1em 0;
}

.salonlist01item dd.pic {
    margin-bottom: 0;
}

.salonlist01item dd.pic a {
    display: block;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.salonlist01item dd.pic a:hover:after {
    opacity: 1;
    visibility: visible;
}

.salonlist01item dd.pic a:after {
    content: "MORE";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.salonlist01item dd {
    margin-bottom: 1.5em;
    font-size: 13px;
}

.salonlist01item dd li {
    font-size: 13px;
    margin-bottom: 0.5em;
}

.salonlist01item dt span {
    display: block;
}

.salonlist01item .sns {
    margin: 30px 0;
}

.salonlist01item .tel {
    margin: 30px 0;
}

.salonlist01item .tel a {
    padding: 10px;
    border: 1px solid;
    width: 200px;
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
}

.snslist {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.snslist i {
    font-size: 30px;
    margin-right: 0.5em;
}

@media only screen and (max-width:1024px) {
    .salonlist01item {
        width: 48%;
    }
    .salonlist01item .tel a {
        padding: 7.5px;
    }
}

@media only screen and (max-width:599px) {
    .salonlist01item {
        width: 100%;
    }
    .salonlist01item dt,
    .salonlist01item dd {
        height: auto !important;
    }
}

/*shop common*/
.salon-info .blogpost.postarea {
    width: 60%;
    margin: auto;
}
.salon-info .blogpost.postarea .row2 {
    width: 45%;
}
@media only screen and (max-width:599px) {
  .salon-info .blogpost.postarea {
      width: 100%;
      margin: auto;
  }
}

/*shop honten*/

.shopSlide {
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
}
.shopSlide .uk-slidenav-position:after {
    padding-top: 60%;
    content: '';
    display: block;
}

.shopSlide .uk-slideshow {
    position: absolute;
    top: 0;
}
.shopSlide .uk-dotnav>*{
  padding-left: 10px;
  margin-top: 0;
}

.shopSlide .uk-dotnav>*>*{
  height: 10px;
  width: 10px;
}
.shopSlide .uk-position-bottom{
  bottom: 5px;
}




.shop02cont .bkimg {
    height: 100%;
}

.shop02cont .bkimg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    content: "";
    left: 0;
    top: 0;
}

.shop03box .infolist > li:last-of-type {
    margin-bottom: 0;
}

.shop03box .infolist > li {
    margin-bottom: 2em;
}

.shop03box .infolist li dt {
    width: 38%;
    font-size: 18px;
    padding-right: 1em;
}

.shop03box .infolist li dd {
    width: 62%;
}

.shop03box .infolist li dd,
.shop03box .infolist li li {
    line-height: 250%;
    font-size: 12px;
}

.shop03box .infolist li .tel a {
    font-size: 16px;
}

.shop03box .infolist .snslist {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.shop04item .tit {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-weight: 400;
}

.shop04item .tit:after {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f107";
    font-weight: 700;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.shop04item .tit.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
}

.shop04item .tit span {
    display: block;
    line-height: 160%;
}

.shop04item .menulist {
    padding: 40px 20px;

}

.shop04item .menuitem {
    margin-bottom: 3em;
}

.shop04item .menuitem dt {
    width: 56%;
}

.shop04item .menuitem dd {
    text-align: right;
    width: 41%;
}

.shop04item .menuitem dd span.t {
    text-align: left;
    display: inline-block;
}

.shop04item .menuitem dd span.fs12 {
    display: block;
    color: rgba(102, 102, 102, 255);
    text-align: left;
}

.shop04box .webbnr {
    max-width: 600px;
    margin: 80px auto 0;
}

.shop04box .webbnr a {
    display: block;
    padding: 20px;
    text-align: center;
    border: 4px solid #e5e0dc;
    position: relative;
}

.shop04box .webbnr a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 4px solid #e5e0dc;
    border-top: none;
    border-left: none;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop04box .webbnr a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border: 4px solid #e5e0dc;
    border-bottom: none;
    border-right: none;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shop05box .tbox {
    max-width: 600px;
    margin: 0 auto;
}

.shop05box .tbox dt {
    margin-bottom: 1.5em;
    text-align: center;
}

@media only screen and (max-width:1024px) {
    .shopSlide {
        margin: 0 auto 40px;
    }
    .shop04item .menuitem dt {
        width: 100%;
    }

    .shop04item .menuitem dd {
        width: 100%;
    }
    .shop04box .webbnr {
        max-width: 500px;
    }
}

@media only screen and (max-width:599px) {
    .shopSlide {
        margin: 0 auto 20px;
    }
    .shop02cont .bkimg img {
        min-width: inherit;
        max-width: inherit !important;
        width: auto;
        height: 100% !important;
    }
    .shop03box .infolist li dt {
        width: 100%;
        padding-right: 0;
    }

    .shop03box .infolist li dd {
        width: 100%;
    }
    .shop03box .infolist > li {
        margin-bottom: 1.5em;
    }
    .shop04box .webbnr {
        margin: 40px auto 0px;
    }
    .shop04item .tit {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto !important;
    }
}

/*show*/
.showImg {
    text-align: center;
    position: relative;
}

.showImg {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.showImg .uk-slidenav-position:after {
    padding-top: 24%;
    content: '';
    display: block;
}

.showImg .uk-slideshow {
    position: absolute;
    top: 0;
}




.show01cont .bkimg {
    height: 100%;
}

.show01cont .bkimg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    left: 0;
    top: 0;
}

.show01box .tbox {
    max-width: 500px;
    margin: 0 auto;
}

.show01box .tbox * {
    color: #fff;
}

.show01box .tbox dt {
    margin-bottom: 1em;
    position: relative;
    text-align: center;
}

.show01box .tbox dt span {
    display: inline-block;
    position: relative;
}

.show01box .tbox dt span:after {
    position: absolute;
    width: 30px;
    height: 1px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    background: #fff;
}

.show02box .tbox {
    margin-top: 80px;
}

.show02box .tbox dl {
    padding: 80px;
    border: 2px solid #bfbfbf;
    min-height: 450px;
}

.show02box .tbox dl * {
    text-shadow: 1px 1px 1px #fff, 1px 1px 1px #fff, 1px 1px 1px #fff;
}

.show02box .tbox dt {
    font-weight: 700;
    margin-bottom: 1em;
}

.show02box .pic span {
    display: block;
    width: 150%;
    -webkit-transform: translate(-33.333%, 0);
    -ms-transform: translate(-33.333%, 0);
    transform: translate(-33.333%, 0);
    position: relative;
}

.show02box .pic span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}

.show02box .bbox {
    width: 100%;
    background: #000;
    padding: 80px 40px;
    max-width: 90%;
    margin: -50px auto 0;
}

.show02box .bbox * {
    color: #fff;
}

.show02box .bbox .tit {
    text-align: center;
}

.show02box .bbox .tit span {
    display: inline-block;
    position: relative;
}

.show02box .bbox .tit span:after {
    position: absolute;
    width: 30px;
    height: 1px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    background: #fff;
}

.show02item {
    padding-bottom: 40px;
    overflow: hidden;
    margin-bottom: 1em;
}

.show02item.f {
    padding-top: 2em;
}

.show02item.flexsb > div {
    margin: 0;
}

.show02item .flexsb > div {
    margin: 0;
}

.show02item span {
    line-height: 160%;
}

.show02item .titbox {
    width: 200px;
    max-width: 24%;
}

.show02item .titbox .flexn {
    height: 100%;
}

.show02item .titbox dt {
    max-width: 40px;
}

.show02item .titbox dd {
    position: relative;
    width: calc(100% - 40px);
}

.show02item .titbox dd:before {
    position: absolute;
    height: 200%;
    width: 10px;
    background: #fff;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.show02item .titbox dd span {
    display: block;
    text-align: center;
    line-height: 160%;
    position: relative;
    z-index: 1;
}

.show02item .titbox dd span:after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background: #000;
    z-index: -1;
    padding: 0.5em 0;
}

.show02item .titbox dd span.kaisai {
    position: absolute;
    top: -2em;
    width: 100%;
}

.show02item .item {
    width: 76%;
}

.show02item .txtbox {
    padding-left: 40px;
}

.show02item .txtbox .subtit {
    position: relative;
    margin-bottom: 1em;
    line-height: 120%;
}

.show02item .txtbox .subtit span {
    border-bottom: 1px solid;
    line-height: 120%;
}

.show02item .txtbox .subtit:before {
    position: absolute;
    content: "\f0d9";
    font-family: "FontAwesome";
    left: -26px;
}

.show02item .txtbox dd {
    margin-bottom: 2em;
}

.show02item .txtbox dd.shop span {
    display: block;
}

.show02item .txtbox dd.name .pix {
    margin-right: 0.5em;
    max-width: 24px;
}

.show02item .txtbox dd.name .pix img {
    vertical-align: sub;
}

.show02list .show02item:last-of-type .titbox dd:before {
    display: none;
}

.show03box .tbox dt {
    margin: 1em 0;
}
.hairshow-list li dl {
  width: 80%;
  margin: 0 auto 10%;
}
.hairshow-list li dl dd {
  margin: 3% 0 5%;
}

@media only screen and (max-width:1024px) {
    .show02box .tbox dl {
        padding: 60px;
    }
    .show02box .bbox {
        padding: 60px 20px;
    }
    .show02item .fs18 {
        font-size: 16px;
    }
    .show02item .txtbox dd.name .pix {
        margin-right: 0.5em;
        max-width: 20px;
    }
    .show02item .txtbox dd {
        margin-bottom: 1em;
    }
    .show02item .titbox {
        max-width: 30%;
    }
    .show02item .item {
        width: 70%;
    }
    .show02item .txtbox {
        padding-left: 30px;
    }
    .show02item .txtbox .subtit:before {
        left: -20px;
    }
}

@media only screen and (max-width:599px) {
    .show01cont .bkimg img {
        min-width: inherit;
        max-width: inherit !important;
        width: auto;
        height: 100% !important;
    }
    .show02box .tbox {
        margin-top: 2%;
    }
    .show02box .tbox dl {
        padding: 40px 20px;
        min-height: inherit;
    }
    .show02box .pic span {
        display: block;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
    }
    .show02box .bbox {
        padding: 40px 20px;
        margin-top: 0;
        max-width: 100%;
    }
    .show02item .fs18 {
        font-size: 14px;
    }
    .show02item .titbox {
        max-width: 40%;
    }
    .show02item .item {
        width: 60%;
    }
    .show02item .picbox {
        padding-left: 30px;
    }
    .show02item .txtbox .subtit span {
        line-height: 130%;
    }
    .show02item .txtbox .subtit {
        font-size: 18px;
    }
    .show02item .txtbox {
        padding-left: 20px;
    }
    .show02item .txtbox .subtit:before {
        left: -15px;
    }
    .show02item .titbox dd {
        width: calc(100% - 34px);
    }
    .show02item .titbox dd:before {
        width: 5px;
    }
}

/*spa*/

.spa01box .txt {
    max-width: 600px;
    margin: 0 auto;
}

.spa03list li {
    margin: 40px 0;
}

.spa03list li:nth-of-type(odd) .pic p {
    right: auto;
    left: 0;
}

.spa04list {
    counter-reset: number;
}

.spa04item {
    width: 29.333%;
    margin-bottom: 40px;
}

.spa04item dt {
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    margin-bottom: 3em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.spa04item dt:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    display: block;
    letter-spacing: 1px;
    margin: 1em 0;
    font-size: 32px;
    font-family: 'snellroundhand-boldscript', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.spa05list {
    counter-reset: number;
}

.spa05item dt {
    margin-bottom: 1em;
    padding-left: 90px;
    position: relative;
}

.spa05item dt:before {
    counter-increment: number;
    content: "Step."counter(number);
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 0px 10px;
    background: #b79c9c;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.spa05item:after {
    display: block;
    content: "";
    width: 100%;
    height: 36px;
    margin: 60px 0;
    background: url(/import/tenant_1/133.167.116.221/html/images/barrow.png) center center /100% 100% no-repeat;
}

.spa05list .spa05item:last-of-type:after {
    display: none;
}

@media only screen and (max-width:1024px) {
    .spa05item:after {
        height: 28px;
        margin: 50px 0;
    }
}

@media only screen and (max-width:599px) {
    .spa03list li {
        margin: 20px 0 50px;
    }
    .spa04item {
        width: 48%;
    }
    .spa05item:after {
        height: 20px;
        margin: 40px 0;
    }
}

/*style*/

.stylenav li a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid;
    width: 100%;
}

.stylelist {
    margin: 60px 0;
}

.styleitem * {
    color: #fff;
}

.styleitem a {
    display: block;
    opacity: 1;
}

.styleitem .altlist {
    position: relative;
    overflow: hidden;
}

.styleitem .altlist .tbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.styleitem .altlist:hover .tbox {
    opacity: 1;
    visibility: visible;
}

.styleitem .altlist .tbox dt,
.styleitem .altlist .tbox dd {
    text-align: center;
}

.styleitem .altlist .tbox dt {
    margin-bottom: 1em;
}

.styleitem .altlist .tbox dd span {
    display: inline-block;
    font-size: 15px;
    position: relative;
}

.styleitem .altlist .tbox dd span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 1px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.styleitem .altlist:hover .tbox dd span:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.styled01box .stylepostbox .tit {
    margin-bottom: 100px;
}

.stylepostarea .picbox {
    width: 39%;
}

.stylepostarea .picbox img:hover {
    cursor: pointer;
}

.stylepostarea .picbox dt {
    width: 56%;
}

.stylepostarea .picbox dd {
    width: 40%;
}

/* .stylepostarea .picbox dd li {
    margin-bottom: 9.5%;
}

.stylepostarea .picbox dd li:last-of-type {
    margin-bottom: 0;
} */
.stylepostarea .picbox dd li .trimmingInner{
  padding-top: 105% !important;
}
.stylepostarea .tbox {
    width: 39%;
    padding: 40px 0;
    border-top: 1px solid;
}

.stylepostarea .tbox dl {
    margin-bottom: 80px;
}

.stylepostarea .tbox dl:last-of-type {
    margin-bottom: 0;
}

.stylepostarea .tbox dt {
    margin-bottom: 0.5em;
}

.stylepostarea .personnelbox {
    width: 13%;
}

.stylepostarea .personnelbox dt {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.stylepostarea .personnelbox .personnelstaff span {
    display: block;
}

.stylepostarea .personnelbox .more {
    margin: 30px 0;
}

.stylepostarea .personnelbox .more a {
    display: block;
    text-align: right;
}

.stylepostarea .personnelbox .more a span {
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.stylepostarea .personnelbox .more a span:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.stylepostarea .personnelbox .more a span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
}

.stylepostarea .personnelbox .more a span:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #000;
}

.back a {
    padding: 10px;
    display: inline-block;
    border: 1px solid;
    width: 200px;
    max-width: 100%;
    text-align: center;
}

@media only screen and (max-width:1024px) {
    .styled01box .stylepostbox .tit {
        margin-bottom: 70px;
    }
    .stylepostarea .picbox {
        width: 48%;
    }

    .stylepostarea .tbox {
        width: 48%;
        padding: 30px 0;
    }

    .stylepostarea .tbox dl {
        margin-bottom: 60px;
    }

    .stylepostarea .personnelbox {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
    }

    .stylepostarea .personnelbox dt {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 1em;
    }
    .stylenav li a {
        padding: 7.5px;
    }
    .back a {
        padding: 7.5px;
    }
}

@media only screen and (max-width:599px) {
    .stylenav li {
        font-size: 14px;
    }
    .stylepostarea .picbox {
        width: 100%;
    }
    .stylepostarea .tbox {
        width: 100%;
        padding: 20px 0;
        margin-top: 20px;
    }
    .stylepostarea .personnelbox {
        margin: 0 auto;
    }
    .stylepostarea .tbox dl {
        margin-bottom: 40px;
    }
}

/*staff*/

.staffbox .dlogo {
    margin: 80px auto;
}

.staffbox h4 {
    margin: 80px 0;
}

.staffbox h4 span {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid;
}
[data-element-id] .staffbox .staffitem{
  display: none;
}
[data-element-id] .staffbox .staffitem:nth-of-type(-n+6){
  display: block;
}
.staffitem {
    width: 29.333%;
    margin: 2%;
}

.staffitem a {
    display: block;
    opacity: 1;
}

.staffitem .pic {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.staffitem .pic .trimmingInner {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.staffitem .pic .trimmingInner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
    border-radius: 50%;
}

.staffitem a:hover .trimmingInner:before {
    visibility: visible;
    opacity: 1;
}

.staffitem .pic .trimmingInner {
    border-radius: 50%;
}

.staffitem a:hover .more {
    visibility: visible;
    opacity: 1;
}

.staffitem .pic .more {
    position: absolute;
    color: #fff;
    bottom: 20%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    visibility: visible;
    opacity: 0;
    font-size: 15px;
}

.staffitem a:hover .more:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.staffitem .pic .more:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 1px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.staffitem .tbox dt,
.staffitem .tbox dd {
    text-align: center;
    margin: 1em 0;
}

.staffpostarea .staffdata dt span {
    display: block;
    line-height: 160%;
    margin-bottom: 5px;
}

.staffpostarea .staffdata dd span {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid;
}

.staffpostarea .staffprof {
    padding: 60px 0 0;
}

.staffpostarea .staffprof .tit {
    position: relative;
    color: rgba(102, 102, 102, 255);
}

.staffpostarea .staffprof .tit:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #000;
    height: 1px;
    width: 100%;
    content: "";
}

.staffpostarea .staffprof .tit span {
    background: #fff;
    padding-right: 1em;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.staffprof .sprofdata li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.staffpostarea .back {
    margin-bottom: 0;
}

@media only screen and (max-width:1024px) {
    .staffbox .dlogo {
        margin: 60px auto;
    }

    .staffbox h4 {
        margin: 60px 0;
    }
    .staffprof .sprofdata li dt,
    .staffprof .sprofdata li dd {
        width: 100%;
    }
    .staffpostarea .staffdata dt,
    .staffpostarea .staffdata dd {
        width: 100%;
        margin: 1% 0;
    }
    .staffpostarea .staffprof {
        padding: 40px 0 0;
    }
    .staffpostarea .staffdata dd span {
        padding: 7.5px 20px;
    }
}

@media only screen and (max-width:599px) {
    .staffbox .dlogo {
        margin: 40px auto;
    }

    .staffbox h4 {
        margin: 40px 0;
    }
    .staffitem {
        width: 46%;
    }
    .staffpostarea .staffprof {
        padding: 20px 0;
    }
}

/*blog news*/

.postarea {
    width: 76%;
}

.bitem {
    margin-bottom: 40px;
}

.bitem a {
    display: block;
}
.bitem .trimming{
  border: 1px solid;
}
.bitem .trimmingInner {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-box-sizing: border-box;
                box-sizing: border-box;
}

.bitem:hover .trimmingInner{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.bitem dd {
    margin-bottom: 0.5em;
}

.bitem dd.date {
    color: rgba(153, 153, 153, 255);
}

.calist {
    width: 20%;
}

.calist dl {
    padding: 10px 15px;
    border: 1px solid #bfbfbf;
    margin-bottom: 15px;
}

.calist dt {
    text-align: center;
    color: #666;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #4c4c4c;
}

.calist li a {
    padding: 5px 0 5px 1em;
    display: block;
    position: relative;
}

.calist li a:before {
    content: "-";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
}

.pagenav {
    margin: 80px 0;
}

.pagenav ul {
    max-width: 400px;
    margin: 0 auto;
}

.pagenav li {
    width: 45px;
    height: 45px;
    max-width: 13%;
    margin: 0.5%;
    text-align: center;
    font-weight: 700;
}

.pagenav li.prev,
.pagenav li.next {
    width: 13%;
    max-width: inherit;
    height: auto;
}

.pagenav li a {
    display: block;
}

.pagenav li.str a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border: 1px solid;
}

.pagenav li.next a,
.pagenav li.prev a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-bottom: 2px;
}

.pagenav li.next a:hover,
.pagenav li.prev a:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.pagenav li.next a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
}

.pagenav li.next a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #000;
}

.pagenav li.prev a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
    content: "";
}

.pagenav li.prev a:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #000;
}

.postarea .postbox dt {
    margin-bottom: 0.5em;
}

.postarea .postbox .date {
    color: rgba(153, 153, 153, 255);
    margin-bottom: 0.5em;
}

.postarea .postbox .single {
    border-top: 1px solid #4c4c4c;
}

.postrecobox {
    padding: 80px 40px 40px;
    border: 1px solid;
    position: relative;
}

.postrecobox .tit {
    position: absolute;
    left: 50%;
    top: -5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.postrecobox .tit span {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 0 40px;
}

.postrecobox .tit span:after {
    position: absolute;
    width: 30px;
    height: 1px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    background: #207a23;
}

.nlist .nitem:last-of-type {
    margin-bottom: 0;
}

.nitem {
    padding-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 40px;
}
.nitem .trimmingInner{
  border: 1px solid;
  -webkit-box-sizing: border-box;
                        box-sizing: border-box;
}
.nitem a {
    display: block;
}

.nitem .tbox dl {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.nitem .tbox dt {
    padding: 1em 0;
}

.nitem .tbox dd.date {
    color: rgba(153, 153, 153, 255);
}

.nitem .tbox dd.more {
    margin-top: auto;
    text-align: right;
}

.nitem .tbox dd.more span.a {
    display: inline-block;
    padding: 10px;
    border: 1px solid;
    text-align: center;
    width: 200px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nitem .tbox dd.more span.a span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.2em;
}

.nitem .tbox dd.more span.a span:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 1px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    visibility: hidden;
}

.nitem a:hover .tbox dd.more span.a span:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

@media only screen and (max-width:1024px) {
    .pagenav li {
        width: 40px;
        height: 40px;
    }
    .postarea {
        width: 100%;
    }
    .calist {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .calist dl {
        width: 48%;
    }
    .postreco {
        margin-bottom: 80px;
    }
    .postrecobox .bitem {
        width: 23%;
    }
    .postrecobox {
        padding: 60px 20px 30px;
    }
    .nitem .tbox dd.more span.a {
        padding: 7.5px;
    }
}

@media only screen and (max-width:599px) {
    .pagenav li {
        width: 35px;
        height: 35px;
    }
    .calist dl {
        width: 100%;
    }
    .postrecobox .bitem {
        width: 48%;
    }
    .postrecobox {
        padding: 50px 20px 25px;
    }
}

/*product*/

.pitem {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
    width: 48%;
}

.pitem .tbox .cat span {
    text-align: left;
    padding: 2px 10px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
}

.pitem .tbox dt.tit {
    margin: 1em 0;
}

.pitem .tbox dd li {
    margin: 0.2em 0;
}

.pitem .tbox dd dt {
    margin: 1em 0 0.5em;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}

/*recruit*/

.recruit01box .tbox {
    max-width: 500px;
    margin: 0 auto;
}

.recruit01cont .pic100 {
    margin-top: 80px;
}

.rec03list li dt {
    margin: 1em 0;
}

.rec03list li dt span {
    display: block;
    color: rgba(102, 102, 102, 255);
    margin: 0.5em 0;
}

.rec04bnrbox {
    position: relative;
    overflow: hidden;
}

.rec04bnrbox dt {
    margin: 0 auto;
    max-width: 600px;
    text-shadow: 1px 1px 1px #fff;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.rec04bnrbox dd {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 1000px;
}

.rec04list {
    counter-reset: number;
}

.rec04item {
    width: 29.333%;
    margin-bottom: 40px;
}

.rec04item dt {
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    margin: 3em 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 3em;
    position: relative;
}

.rec04item dt:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 1px;
    font-size: 32px;
    font-family: 'snellroundhand-boldscript', "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.recruit04box .rec04logo {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 110px;
    margin: 0 auto;
}

.rec05listbox {
    padding: 10px;
    background: #fff;
    max-width: 500px;
    margin: 0 auto;
}

.rec05list {
    padding: 30px;
    border: 4px solid #e5e0dc;
    position: relative;
    background: #fff;
}

.rec05list:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 4px solid #e5e0dc;
    border-top: none;
    border-left: none;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec05list:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border: 4px solid #e5e0dc;
    border-bottom: none;
    border-right: none;
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec05list li {
    text-align: center;
    margin: 30px 0;
}

.rec05list li a {
    width: 280px;
    max-width: 100%;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #e5e0dc;
    padding: 10px 20px;
    z-index: 1;
}

.rec05list li a:before {
    background: #e5e0dc;
}

.rec05list li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    content: "\f105";
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.recruit05cont .bkimg {
    height: 100%;
}

.recruit05cont .bkimg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    content: "";
    left: 0;
    top: 0;
}

@media only screen and (max-width:1024px) {
    .recruit01cont .pic100 {
        margin-top: 60px;
    }
    .recruit04box .rec04logo {
        max-width: 100px;
    }
}

@media only screen and (max-width:599px) {
    .recruit01cont .pic100 {
        margin-top: 40px;
    }
    .rec03list li dt span {
        height: auto !important;
    }
    .rec04bnrbox dd {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        min-width: inherit;
    }
    .rec04bnrbox dt {
        padding: 1em 0;
    }

    .rec04item {
        width: 48%;
    }
    .recruit04box .rec04logo {
        max-width: 90px;
    }
    .rec05list li {
        margin: 20px 0;
    }
    .recruit05cont .bkimg img {
        min-width: inherit;
        max-width: inherit !important;
        width: auto;
        height: 100% !important;
    }
}

/*adopt new mid*/

.adoptImg {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.adoptImg .uk-slidenav-position:after {
    padding-top: 36%;
    content: '';
    display: block;
}

.adoptImg .uk-slideshow {
    position: absolute;
    top: 0;
}

.adoptImg .uk-slideshow li{
  display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.adoptImg .uk-slideshow li > div{
  width: 100%;
}

.adopt02list .adopt02item {
    margin-bottom: 100px;
}

.adopt02list .adopt02item:last-of-type {
    margin-bottom: 0;
}

.adopt02item dt.tit {
    margin-bottom: 1em;
}

.adopt02list .adopt02item:nth-of-type(odd) .adopt02itembox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.adopt02itembox .sclist li {
    margin-bottom: 10px;
}

.adopt02itembox .sclist dt {
    width: 15%;
}

.adopt02itembox .sclist dd {
    width: 85%;
    padding-left: 1em;
}

.adopt02itembox .sclist dt span {
    background: #a9b626;
    color: #fff;
    text-align: center;
    width: 60px;
    min-height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
}

.adopt02itembox .pic {
    position: relative;
}

.adopt02itembox .pic p {
    position: absolute;
    width: 100vh;
    right: 0;
    height: 100%;
    overflow-y: hidden;
}

.adopt02list .adopt02item:nth-of-type(even) .adopt02itembox .pic p {
    right: auto;
    left: 0;
}

.adopt02list .adopt02item:nth-of-type(even) .adopt02itembox .tbox dt span {
    background: #313131;
}

.adopt03list .titbox dt {
    position: relative;
    z-index: 1;
}

.adopt03list .titbox dt:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    width: 115%;
    height: 1px;
    background: #4c4c4c;
}

.adopt03list .titbox dt span {
    display: inline-block;
    padding: 1em;
    background: #fff;
    position: relative;
    z-index: 1;
}

.adopt03item dt span {
    display: inline-block;
    text-align: center;
    width: 250px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid;
}

.adopt03item dd {
    padding: 2em;
    padding-left: 200px;
    position: relative;
}

.adopt03item dd:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0d7";
    left: 100px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 40px;
    color: #313131;
}

.adopt03list .adopt03item:last-of-type dd:after {
    display: none;
}

.adopt05list {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid;
}

.adopt05list .adopt05item:last-of-type {
    border-bottom: none;
}

.adopt05item {
    border-bottom: 1px solid;
}

.adopt05list dt {
    text-align: center;
    border-right: 1px solid;
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.adopt05list dd {
    width: 70%;
}

.adopt05list dt,
.adopt05list dd {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 200%;
}

.adopt05item li {
    font-size: 16px;
    line-height: 200%;
}

@media only screen and (max-width:1024px) {

    .adopt02itembox .pic p {
        width: 40vh;
        overflow: hidden;
    }
    .adopt02itembox .pic p img {
        height: 100% !important;
        width: auto;
        max-width: inherit !important;
    }
    .adopt02itembox {
        min-height: 300px;
    }
    .adopt02itembox .sclist dt span {
        width: 50px;
        min-height: 50px;
    }
    .adopt03item dd {
        padding-left: 140px;
    }
    .adopt03item dd:after {
        left: 70px;
        font-size: 32px;
    }
}

@media only screen and (max-width:599px) {
    .adopt02itembox .pic p {
        position: static;
        width: 100%;
        height: auto;
        overflow-y: visible;
    }
    .adopt02itembox .pic p img {
        height: auto!important;
        width: 100%;
        max-width: 100% !important;
    }
    .adopt02itembox .sclist dt span {
        width: 40px;
        min-height: 40px;
        font-size: 14px;
    }
    .adopt03list .titbox dt:before {
        width: 100%;
    }
    .adopt03list .titbox dt span {
        padding-left: 0;
    }

    .adopt05list dt {
        width: 100%;
        border-right: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-weight: 700;
    }

    .adopt05list dd {
        width: 100%;
        padding: 0 20px 10px;
        font-size: 14px;
    }
    .adopt05list dt span {
        display: inline-block;
        border-bottom: 1px solid #207a23;
        line-height: 160%;
    }
    .adopt03item dd {
        padding: 1em 0 0;
    }
    .adopt03item dd:after {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: block;
        margin: 30px auto;
        font-size: 26px;
        text-align: center;
    }
}

/*pick up*/

.pickup02item {
    width: 29.333%;
    margin: 2%;
}

.pickup02item a {
    display: block;
    opacity: 1;
}

.pickup02item .pic {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.pickup02item .pic .trimmingInner {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.pickup02item .pic .trimmingInner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.pickup02item dl.altlist:hover .trimmingInner:before {
    visibility: visible;
    opacity: 1;
}

.pickup02item .pic .trimmingInner {
    border-radius: 50%;
}

.pickup02item dl.altlist:hover .more {
    visibility: visible;
    opacity: 1;
}

.pickup02item .pic .more {
    position: absolute;
    color: #fff;
    bottom: 20%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    visibility: visible;
    opacity: 0;
    font-size: 15px;
}

.pickup02item dl.altlist:hover {
    cursor: pointer;
}

.pickup02item dl.altlist:hover .more:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.pickup02item .pic .more:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 1px;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.pickup02item .tbox dt,
.pickup02item .tbox dd {
    text-align: center;
    margin: 1em 0;
}

.pickup02item .tbox dd.shopname {
    padding: 10px;
    border: 1px solid;
    margin-top: 30px;
}
.pickup02item .tbox dd.shopname span{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 160%;
}
@media only screen and (max-width:1024px) {
  .pickup02item .tbox dd.shopname span{
    font-size: 14px;
  }
}

@media only screen and (max-width:599px) {
    .pickup02item {
        width: 46%;
    }
}

/*faq*/

.faq01list .faq01item:last-of-type {
    margin-bottom: 0;
}

.faq01item {
    margin-bottom: 60px;
}

.faq01item dt,
.faq01item dd {
    position: relative;
    padding: 2em 0 2em 80px;
}

.faq01item dd {
    margin-left: 4em;
}

.faq01item dt:before {
    background: #bfbfbf;
    content: "Q";
}

.faq01item dd:before {
    background: #a9b626;
    content: "A";
}

.faq01item dt:before,
.faq01item dd:before {
    position: absolute;
    top: 14px;
    left: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

@media only screen and (max-width:1024px) {
    .faq01item dt:before,
    .faq01item dd:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        top: 20px;
    }
    .faq01item dt,
    .faq01item dd {
        padding: 2em 0 2em 60px;
    }

    .faq01item dd {
        margin-left: 3em;
    }
    .faq01item {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:599px) {
    .faq01item dt:before,
    .faq01item dd:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        top: 13px;
    }
    .faq01item dt,
    .faq01item dd {
        padding: 1em 0 1em 40px;
    }
    .faq01item dd {
        margin-left: 0em;
    }
    .faq01item {
        margin-bottom: 20px;
    }
}

/*privacy*/

.privacy01list .privacy01item:last-of-type {
    margin-bottom: 0;
}

.privacy01item {
    margin-bottom: 80px;
}

.privacy01item dt {
    margin-bottom: 2em;
}

.privacy01list {
    max-width: 800px;
    margin: 60px auto;
}

@media only screen and (max-width:1024px) {
    .privacy01item {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width:599px) {
    .privacy01item {
        margin-bottom: 40px;
    }
    .privacy01item dt {
        margin-bottom: 0.5em;
    }
}

/*contact*/

.contact01nav {
    border-bottom: 1px solid #e5e0dc;
}

.contact01box .titbox dt {
    margin-bottom: 2em;
}

.contact01nav li:nth-of-type(3n + 1) {
    margin-left: 0;
}

.contact01nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #e5e0dc;
    background: #bfbfbf;
    color: #fff;
    width: 31.333%;
    margin: 0 1%;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 18px;
}

.contact01nav li.on {
    background: #a9b626;
}

.contact01nav li:hover {
    cursor: pointer;
}

.form dl {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dl.inp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form.contact02 dl.inp {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form dl.tarea {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form.contact02 dl.tarea {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form dl * {
    font-size: 18px;
}

.form dt {
    width: 26%;
    font-weight: 600;
    color: rgba(102, 102, 102, 255);
}

.form dt .reqw {
    text-align: center;
    padding: 2px 10px;
    background: #a9b626;
    color: #fff;
    margin-right: 1em;
}

.form dd {
    width: 70%;
}

.form dd input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid#c0bfbf;
}

.form dd select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid#c0bfbf;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "游明朝", YuMincho, serif;
}

.form .radio dd input {
    display: none;
}

.form .radio dd input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    line-height: 200%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form .radio dd input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
}

.form .radio dd input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #303841;
    border-radius: 50%;
}

.form .radio dd input:checked + label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "游明朝", YuMincho, serif;
    height: 300px;
    border: 1px solid#c0bfbf;
}

.formbtn li button {
    text-align: center;
    color: #fff;
    display: block;
    background: #a9b626;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    border: none;
    width: 100%;
    margin: 80px auto;
    -webkit-transition: 0.3s background, color ease;
    transition: 0.3s background, color ease;
    font-size: 18px;
}

.formbtn li button:hover:before {
    width: 100%;
}

.formbtn li button:before {
    height: 100%;
    width: 0;
    background: #fff;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}

.formbtn li button:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.formbtn li button:hover {
    color: #a9b626;
    background: #fff;
    cursor: pointer;
    border: 1px solid #a9b626;
}

.formbtn li {
    width: 100%;
    max-width: 250px;
    margin: auto;
}
.formbtn2 li:nth-of-type(odd) button:after{
  right: auto;
  left: 15px;
      content: "\f104";
}
.contact01box .thanks{
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width:1024px) {
    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }
    .form dl {
        padding: 15px 0;
    }
    .formbtn li button {
        margin: 60px auto;
        padding: 12.5px 30px;
        font-size: 16px;
    }
    .formbtn2 li {
        max-width: 200px;
    }
    .form dl * {
        font-size: 16px;
    }
    .contact01nav li {
        font-size: 16px;
    }
    .confirm .contact01nav li{
      width:50%;
    }
}

@media only screen and (max-width:599px) {
    .formbtn li button {
        margin: 40px auto;
        padding: 10px 30px;
        max-width: 250px;
    }
    .formbtn2 li {
        max-width: 130px;
    }

    .contact01nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .contact01nav li {
        width: 49%;
        margin: 0.5% 0;
    }
    .form .radio dd input + label{
      width: 100%;
      margin: 1% 0;
      display: block;
    }
    .form .radio dd input + label::before{
      top: 8px;
    }
    .form .radio dd input:checked + label::after{
      top: 10px;
    }
}
