@charset "utf-8";
/* ##### 共通 ##### */

@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo');

body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.wrapper {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.main {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

/*
.trimming > img {
transform: translateX(-50%);
height: auto !important;
max-width: none !important;
width: 100% !important;
position: absolute;
top: 0px;
left: 50%;
}
*/

.trimming2 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming2:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.trimming3 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming3:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.trimming3 > img {
    transform: translateX(-50%);
    height: auto !important;
    max-width: none !important;
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 50%;
}

.heading {
    width: 100%;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 0 0 5.0rem 0;
}

.heading:after {
    content: "";
    display: block;
    width: 3.0rem;
    height: 1px;
    border-top: 1px solid #000;
    margin: 0 auto;
}

.sub-heading {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 5.0rem;
}

.with-sub {
    margin-bottom: 1.5rem;
}

.cont {
    width: 100%;
    padding: 17.0rem 0;
}

.inner {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner-box {
    width: 46%;
    margin: 0 2%;
}

.more {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    width: 18.0rem;
    box-sizing: border-box;
    margin: 5.0rem auto;
    /*padding: 0.5rem 3.0rem;*/
    padding: 0.5rem;
    color:  #fff;
    cursor: pointer;
    position: relative;
    border: 2px solid #000;
    background-color: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.more:hover {
    color: #000 !important;
    background-color: transparent;
}

.more:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.more:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.more .right-arrow:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-left: 1.0rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}

.back {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    width: 18.0rem;
    box-sizing: border-box;
    margin: 5.0rem auto;
    padding: 0.5rem 3.0rem;
    color:  #fff;
    cursor: pointer;
    position: relative;
    border: 2px solid #000;
    background-color: #000;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.back:hover {
    color: #000 !important;
    background-color: transparent;
}

.back:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.back:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    0s;
}

.back .left-arrow:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-left: 1.0rem;
}

/* フェードイン */

/*.fead-mv {
opacity: 0;
transform: translate(0, 60px);
-webkit-transform: translate(0, 60px);
transition: .4s;
}*/

.mv {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.top-img.mv {
    opacity: 1 !important;
    animation-name:     my-fade-in;
    animation-duration: 6s !important;
}
/* フェードインここまで */

/* プログレスバー */
.pace {
    border: 1px solid #fff !important;
    width: 100% !important;
    height: 1px !important;
}

.pace .pace-progress {
    background: #a48242 !important;
}

.pace-running .wrapper {
    visibility: hidden;
}
/* プログレスバーここまで */

/* 固定バナー */

.sky-bnr {
    position: fixed;
    top: 47.0rem;
    left: -3.5rem;
    z-index: 9998;
    transform: rotate(270deg);
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition: 1.0s linear;
    transition-property: all;
    transition: 1.0s linear;
}

.sky-bnr a {
    display: block;
    width: 10.0rem;
    box-sizing: border-box;
    color: #fff;
    background-color: #dbcb98;
    border-left: 10px solid #5d5958;
    padding: 0.5rem 1.0rem;
}

.sky-bnr a:nth-of-type(1) {
  display: none;
}

.sky-bnr-on {
    opacity: 1;
}

/* 固定バナーここまで */

@media (max-width: 1024px) {
    .inner {
        width: 94%;
        margin: 0 auto;
    }

    .trimming3 > img {
        height: 100% !important;
        max-width: none !important;
        width: auto !important;
    }
}

@media (max-width: 599px) {
    .sky-bnr {
        width: 100%;
        top: initial;
        bottom: 0;
        left: 0;
        transform: rotate(0deg);
    }
    
    .sky-bnr:after {
        display: block;
        content: "";
        clear: both;
    }
    
    .sky-bnr a {
        text-align: center;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float :left;
    }
    
    .sky-bnr a:nth-of-type(1) {
        display: block;
    }

    .cont {
        /*padding: 30.0rem 0;*/
        /*padding: 15.5rem 0;*/
        padding: 5.0rem 0;
    }
    
    .pager {
        margin: 5.0rem 0 !important;
    }

    .heading {
        font-size: 3.0rem;
        margin: 0 0 3.0rem 0;
    }

    .inner-box {
        width: 98%;
        padding: 3.0rem 0;
    }
}
/* ##### 共通ここまで ##### */



/* ##### 下層ページ共通 ##### */
.under-layer-img {
    position: relative;
}

.under-layer-img > .inner-under-layer-img {
    width: 100%;
    height: auto;
}

.under-layer-img > .inner-under-layer-img > img {
    width: 100% !important;
    height: auto !important;
    opacity: 0.4;
}

.under-layer-img > h2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 8.0rem;
    text-align: center;
    margin: auto;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 5.5rem;
    letter-spacing: 0.2rem;
}

.under-layer-img2 {
    position: relative;
    width: 100%;
}

.under-layer-img2:before {
    content: "";
    display: block;
    padding-top: 18.5%;
}

.under-layer-img2 .inner-under-layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.under-layer-img2 .inner-under-layer h2 {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 5.5rem;
    letter-spacing: 0.2rem;
}

.under-layer-2 {
    position: relative;
}

.under-layer-2 .under-layer-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.under-layer-2 .under-layer-img-2:after {
    padding-top: 60%;
}

.under-layer-2 .under-layer-img-2 img {
    opacity: 0.6;
}

.inner-2 {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5.0rem 0;
}

.noimg-header {
    width: 100%;
    padding: 5.0rem 0;
}

.noimg-header .inner-noimg-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.under-layer-heading {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 5.5rem;
    letter-spacing: 0.2rem;
}

.noimg-header .inner-noimg-header p {
    margin-bottom: 0;
}

#print {
    padding: 1.0rem 1.5rem;
    background-color: #ddcdcd;
    border: 2px solid #ddcdcd;
    margin: 0 auto;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

#print:hover {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #ddcdcd;
}

@media (max-width: 599px) {
    .under-layer-img .under-layer-heading {
        font-size: 3.0rem;
    }

    .under-layer-heading {
        font-size: 3.0rem;
    }

    .under-layer-img2 .inner-under-layer h2 {
        font-size: 3.0rem;
    }

    .under-layer-img > .inner-under-layer-img {
        height: 18.0rem;
    }

    .under-layer-img > .inner-under-layer-img > img {
        width: auto;
        height: 100% !important;
        overflow: hidden;
        object-fit: cover;
        object-position: 100% 100%;
    }

    .under-layer-img2:before {
        content: "";
        display: block;
        padding-top: 40%;
    }
}
/* ##### 下層ページ共通ここまで ##### */



/* ##### ヘッダー ##### */
.header {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}

.header .inner-header {
    padding: 1.0rem 0;
}

.header .inner-header h1 {
    width: 8.0rem;
    height: 3.0rem;
    margin-left: 6.0rem;
}

.header .inner-header .header-logo .trimming:after {
    padding-top: 32.21%;
}

@media (max-width: 599px) {
    .header .inner-header .header-logo {
        width: 12.0rem;
    }
}
/* ##### ヘッダーここまで ##### */



/* ##### ナビ ##### */

.fat-nav li {
    padding: 5px !important;
    font-size: 1.4em !important;
}

.fat-nav li a {
    font-family: 'Nanum Myeongjo', serif;
}

.fat-nav li ul {
    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;

    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;

    -ms-flex-line-pack:space-between;
    -webkit-align-content:space-between;
    align-content:space-between;
}

.fat-nav li ul li {
}

.hamburger {
    top: 4px !important;
}

.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
    height: 1px !important;
}

@media (max-width: 599px) {
    .fat-nav li {
        font-size: 1.0em;
    }
}

/* ##### ナビここまで ##### */



/* ##### footer ##### */
.footer {
    padding: 5.0rem 0;
}

.footer .inner .footer-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .inner .footer-nav li a {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
    width: 100%;
    padding: 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.footer .inner .footer-sns {
    width: 100%;
    margin: 5.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .inner .footer-sns li {
    margin: 0 1.5rem;
}

.footer .inner .footer-sns li a {
    opacity: 1;
    display: block;
}

.footer .inner .footer-sns li a .twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
    width: 5.0rem;
    height: 5.0rem;
    color: #fff;
    background-color: #50abf1;
    border: 1px solid #50abf1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .inner .footer-sns li a:hover .twitter:before {
    color: #50abf1;
    background-color: #fff;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.footer .inner .footer-sns li a .facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.0rem;
    width: 5.0rem;
    height: 5.0rem;
    color: #fff;
    background-color: #3b579d;
    border: 1px solid #3b579d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .inner .footer-sns li a:hover .facebook:before {
    color: #3b579d;
    background-color: #fff;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.footer .inner .footer-sns li a .line:before {
    content: "";
    display: inline-block;
    font-size: 3.0rem;
    width: 5.0rem;
    height: 5.0rem;
    background-color: #19bb03;
    background-image: url(/upload/tenant_1/ee655ad9ebd4244f6c6e005fbae438a5.png);
    -moz-background-size: 75% auto;
    background-size: 75% auto;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #19bb03;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .inner .footer-sns li a:hover .line:before {
    background-color: #fff;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.footer .inner .footer-sns li a .insta:before {
    content: "";
    display: inline-block;
    font-size: 3.0rem;
    width: 5.0rem;
    height: 5.0rem;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
    /* background-color: #19bb03; */
    background-image: url(/upload/tenant_1/ffd71138433c7bd9c802171f06e4b32a.png);
   -moz-background-size: 110% auto;
    background-size: 110% auto;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .inner .footer-sns li a:hover .insta:before {
    background-image: none;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    border:1px solid #000;
    transition-property: all;
    transition: 0.3s linear;
}

.footer .inner .footer-address {
    width: auto;
    margin: 3.0rem auto;
}

.footer .inner .footer-address dl {
    width: 100%;
    margin-bottom: 1.5rem;
}

.footer .inner .footer-address dl dt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin-right: 1.0rem;
    font-weight: normal;
}

.footer .inner .footer-address dl dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
}

.footer .inner p {
    width: 100%;
    text-align: center;
}

.footer .inner p:first-of-type {
    margin: 3.0rem 0 0 0;
    font-size: 2.0rem;
}

.footer .inner .tel {
    width: 100%;
    margin: 0 auto;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 3.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer .inner .tel:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 3.5rem;
    width: 5.0rem;
    height: 5.0rem;
    color: #fff;
    margin-right: 1.5rem;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .inner .copyright {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    padding: 1.5rem 0;
}

@media (max-width: 768px) {
    .footer .inner .footer-address {
        margin: 1.5rem auto;
    }

    .footer .inner .footer-nav li {
        width: 20%;
    }
}

@media (max-width: 599px) {
    .footer .inner .footer-nav {
        display: none;
    }

    .footer .inner dl {
        width: 98%;
    }
    
    .footer .inner .tel {
        font-size: 2.5rem;
    }

    .footer .inner p:first-of-type {
        font-size: 1.5rem;
    }
    
    .footer .inner .tel:before {
        font-size: 1rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .footer .inner .footer-address dl dt,
    .footer .inner .footer-address dl dd {
        font-size: 1.2rem;
    }
}

@media (max-width: 360px) {
    .footer .inner .tel:before {
        font-size: 3.0rem;
        width: 4.0rem;
        height: 4.0rem;
    }

    .footer .inner .tel {
        font-size: 2.5rem;
    }

    .footer .inner p:first-of-type {
        font-size: 1.5rem;
    }
    
    .footer .inner .tel:before {
        font-size: 1rem;
        width: 2.5rem;
        height: 2.5rem;
    }
}
/* ##### footerここまで ##### */



/* ##### トップページ ##### */

#wrapper.index {
    padding-top: 100vh;
    margin-top: 0;
}

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

.index .headerfadein {
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition-property: all;
    -webkit-transition: 1s linear;
    transition-property: all;
    transition: 1s linear;
}

.index .inner-header:after {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    content: '';
    position: fixed;
    top: 49px;
    height: 1px;
    background-color: rgba(255,255,255,0.8);
    right: 50%;
    left: 50%;
}

.index .headerborder:after {
    opacity: 1;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
}

.index + .hamburger {
    opacity: 0 !important;
    -webkit-transition-property: all;
    -webkit-transition: 1.0s linear;
    transition-property: all;
    transition: 1.0s linear;
}

.index + .ham-on {
    opacity: 1 !important;
}

.index .header .inner-header {
    width: 100%;
    padding: 1.0rem 0;
}

.index .header .inner-header h1 {
    margin-left: 6.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.index .header .inner-header .header-logo {
    width: 16.0rem;
    height: auto;
    position: relative;
    left: -22.0rem;
    -webkit-transition-property: all;
    -webkit-transition: 0.5s linear;
    transition-property: all;
    transition: 0.5s linear;
}

.index .header .inner-header .logo-fade {
    left: 0;
}

.index .main {
    position: relative;
    z-index: 2;
    background: #fff;
}
.index .footer {
    position: relative;
    z-index: 2;
    background: #fff;
}
.top-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0 !important;
}

.top-img .uk-slidenav-position {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-img .uk-slideshow {
    padding-top: 100vh;
    width: 100%;
}

@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.top-img .uk-slideshow li {
    width: 100%;
    padding-top: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    /*animation-name:     my-fade-in;*/
    animation-duration: 5s !important;
}

.top-img .uk-slideshow li img {
    opacity: 0;
    display: none;
}
.top-img .mainlogo {
    position: absolute;
    left: 50%;
    top: 45%;
    margin: auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 30% !important;
    opacity: 0;
}

.top-img .fadein {
    opacity: 1 !important;
    -webkit-transition-property: all;
    -webkit-transition: 1s linear;
    transition-property: all;
    transition: 1s linear;
}

/* top-imgここまで */

/* top-info */
.top-info dl {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
    padding: 1.0rem 3.0rem 1.0rem 2.0rem;
    border-bottom: 3px dotted #989592;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-info dl dt {
    width: 100%;
    font-weight: normal;
}

.top-info dl dd:nth-of-type(1) {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 600;
}

.top-info dl dd:nth-of-type(2) span {
    padding: 0.5rem 3.0rem;
    font-size: 1.0rem;
    line-height: 1.2rem;
    color: #fff;
    display: inline-block;
    margin-left: 3.0rem;
}

.top-info dl dd:nth-of-type(2) .info-cat1 {
    background-color: #e2d4a9;
}

.top-info dl dd:nth-of-type(2) .info-cat2 {
    background-color: #7d7976;
}
/* top-infoここまで */

/* top-concept */
.top-concept {
    background-color: #fdf7ef;
}

.top-concept .inner-box {
    position: relative;
}

.top-concept .inner-box .more {
    position: absolute;
    bottom: 0;
    right: 3.0rem;
    margin-bottom: 0;
}

@media (max-width: 599px) {
    .top-info dl {
        padding: 1.0rem;
    }

    .top-concept .inner-box:nth-of-type(1) {
        order: 2;
    }

    .top-concept .inner-box:nth-of-type(1) p {
        font-size: 1.4rem;
    }

    .top-concept .inner-box .more {
        position: initial;
        margin: 3.0rem auto 0 auto;
    }

    .top-concept .inner-box:nth-of-type(2) {
        order: 1;
    }
}
/* top-conceptここまで */

/* top-styley */
.top-styley {
    background: #f9f4e2; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f4e2 0%, #dcd5d5 52%, #cdcbcb 70%, #cabbbc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4e2', endColorstr='#cabbbc',GradientType=0 ); /* IE6-9 */
}

.top-styley ul {
    width: 100%;
}

.top-styley .top-styley-nav {
    margin-bottom: 5.0rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.top-styley .top-styley-nav div {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.top-styley .top-styley-nav li {
    width: 18%;
    margin:  0 1%;
}

.top-styley .top-styley-nav > div > li {
    width: 23%;
    margin:  0 1%;
}

.top-styley .top-styley-nav li a {
    font-family: 'Nanum Myeongjo', serif;
    font-size: 1.8rem;
    padding: 0.5rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
}

.top-styley .top-styley-nav li a:hover,
.top-styley .top-styley-nav li a:active {
    letter-spacing: 3px;
}

.top-styley .top-styley-nav li a:after,
.top-styley .top-styley-nav li a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0tive;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.top-styley .top-styley-nav li a:after {
    margin-top: 0.5rem;
}

.top-styley .top-styley-nav li a:before {
    margin-bottom: 0.5rem;
}

.top-styley .top-styley-nav li a:hover:after,
.top-styley .top-styley-nav li a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.top-styley .top-styley-nav li a:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
}

.top-styley-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-styley-gallery div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-styley-gallery li {
    width: 33.333%;
}

.top-styley-gallery li a:hover {
    cursor: pointer;
}

.top-styley-gallery li a .trimming:after {
    padding-top: 130%;
}

@media (max-width: 599px) {
    .top-styley .top-styley-gallery {
        justify-content: center;
    }

    .top-styley .top-styley-nav li {
        width: auto;
    }

    .top-styley .top-styley-nav li a {
        font-size: 1.4rem;
    }

    .top-styley .top-styley-nav li a:before,
    .top-styley .top-styley-nav li a:after {
        display: none;
    }
}
/* top-styleyここまで */

/* top-staff */
.top-staff .staff-inner {
    width: 1000px;
    margin: 0 auto;
}

.top-staff {
    position: relative;
    padding: 5.0rem 0;
}

.top-staff .bkimg {
    z-index: -1;
    width: 100%;
}

.top-staff .bkimg > img {
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    opacity: 0.2;
}

.slick-slider[data-element-id] .slick-track {
    width: 100% !important;
}

.slick-slider[data-element-id] .slick-track > div {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slick-slider[data-element-id] li:nth-of-type(n+4) {
    display: none;
}

.slick-slider[data-element-id] .altlist02 {
    width: 30%;
}

.staff-inner .slider li {
    padding: 1.0rem;
    box-sizing: border-box;
}

.staff-inner .slider a .trimming:after {
    padding-top: 113%;
}

.staff-inner .slider li a .staff-position {
    padding: 1.0rem;
    font-size: 1.4rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.staff-inner .slider li a .staff-name {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    padding: 0 1.0rem 1.0rem 1.0rem;
    font-size: 2.0rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-prev:before,
.slick-next:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
}

.slick-next:before {
    content: '' !important;
    display: block;
    width: 8.0rem;
    height: 4.0rem;
    background-image: url(/import/tenant_1/153.126.139.182/html/images/common/arrow.png);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(-90deg);
    right: -7.0rem;
}

.slick-prev:before {
    content: '' !important;
    display: block;
    width: 8.0rem;
    height: 4.0rem;
    background-image: url(/import/tenant_1/153.126.139.182/html/images/common/arrow.png);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(90deg);
    left: -7.0rem;
}

.slider + p {
    font-size: 1.2rem;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1600px) {
    .top-staff .bkimg > img {
        width: auto !important;
        min-width: auto !important;
        height: 100% !important;
        opacity: 0.2;
    }
}

@media (max-width: 1200px) {
    .top-staff {
        padding: 3.0rem 0;
    }

    .slick-slider {
        padding: 0 5.0rem;
    }

    .slick-prev:before {
        width: 6.0rem;
        height: 2.0rem;
        left: 1.5rem;
    }

    .slick-next:before {
        width: 6.0rem;
        height: 2.0rem;
        right: 1.5rem;
    }

    .under-layer-2 .under-layer-img-2:after {
        padding-top: 75%;
    }
}

@media (max-width: 1024px) {
    .top-staff .staff-inner {
        width: 100%;
        padding: 0 3.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .staff-inner .slider li a .staff-name {
        font-size: 2.5rem;
    }

    .bkimg {
        display: none;
    }
}

@media (max-width: 599px) {
    .top-staff {
        padding: 1.5rem 0;
    }

    .top-staff .staff-inner {
        padding: 0 1.5rem;
    }

    .staff-inner .slider li a .staff-name {
        font-size: 1.6rem;
    }

    .under-layer-2 .under-layer-img-2:after {
        padding-top: 40%;
    }

    .staff-inner .slider li a .staff-position {
        padding: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .staff-main .trimming3 img {
        width: 100% !important;
        height: auto !important;
    }

    .slick-slider {
        padding: 0 3.0rem;
    }

    .slick-next:before {
        width: 3.8rem;
        height: 1.2rem;
        right: 2.0rem;
    }

    .slick-prev:before {
        width: 3.8rem;
        height: 1.2rem;
        left: 2.0rem;
    }
}

@media (max-width: 414px) {
    .staff-inner .slider li a .staff-name {
        font-size: 1.6rem;
    }
}
/* top-staffここまで */

/* top-tech */
.top-tech {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.top-tech .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    z-index: 1;
}

.top-tech .bk-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-tech .bk-img .trimming:after {
    padding-top: 54%;
}

.top-tech .inner .inner-box {
    background-color: #fff;
    padding: 3.0rem;
    box-sizing: border-box;
    box-shadow:0px 0px 6px 3px #dcdcdc;
}

@media (max-width: 1024px) {
    .top-tech {
        padding: 5.0rem 0;
    }

    .top-tech .inner .inner-box {
        width: 60%;
        padding: 1.0rem;
    }

    .top-tech .bk-img {
        display: block;
    }
}

@media (max-width: 768px) {
    .top-tech .inner {
        position: static;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        margin: 3% auto;
    }

    .top-tech .inner .inner-box {
        width: 94%;
        margin: 0 3%;
        padding: 1.0rem 2.0rem;
    }

    .top-tech .bk-img {
        height: auto;
    }
}

@media (max-width: 768px) {

}
/* top-techここまで */

/* top-nail */
.top-nail {
    background-color: #fdf7ef;
}

.top-nail .inner-box .more {
    margin: 5.0rem 0 5.0rem auto;
}

@media (max-width: 599px) {
    .top-nail .inner-box:nth-of-type(1) {
        order: 2;
    }

    .top-nail .inner-box:nth-of-type(2) {
        order: 1;
    }
}
/* top-nailここまで */

/* top-makeup */
.top-makeup {
    position: relative;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.top-makeup .inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    z-index: 1;
}

.top-makeup .bk-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-makeup .bk-img .trimming:after {
    padding-top: 54%;
}

.top-makeup .inner .inner-box {
    background-color: #fff;
    padding: 3.0rem;
    box-sizing: border-box;
    box-shadow:0px 0px 6px 3px #dcdcdc;
}

@media (max-width: 1024px) {
    .top-makeup {
        padding: 5.0rem 0;
    }

    .top-makeup .inner .inner-box {
        width: 60%;
        padding: 1.0rem;
    }

    .top-makeup .bk-img {
        display: block;
    }
}

@media (max-width: 768px) {
    .top-makeup .inner {
        position: static;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        margin: 3% auto;
    }

    .top-makeup .inner .inner-box {
        width: 94%;
        margin: 0 3%;
        padding: 1.0rem 2.0rem;
    }

    .top-makeup .bk-img {
        height: auto;
    }
}

@media (max-width: 768px) {

}
/* top-techここまで */

/* top-blog */
.top-blog {
    background: #f9f4e2; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f4e2 0%, #dcd5d5 52%, #cdcbcb 70%, #cabbbc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4e2', endColorstr='#cabbbc',GradientType=0 ); /* IE6-9 */
}

.top-blog .inner .top-blog-inner {
    width: 100%;
}

.top-blog .inner div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-blog .inner dl {
    width: 25%;
    margin: 0 4.1%;
}

.top-blog .inner dl .blog-img a .trimming:after {
    padding-top: 65.517%;
}

.top-blog .inner dl .blog-img a .trimming img:hover {
    opacity: 0.6;
}

.top-blog .inner dl .blog-date {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: normal;
    margin: 1.5rem 0;
}

.top-blog .inner dl .blog-title {
    margin-bottom: 1.0rem;
}

.top-blog .inner dl .blog-title a {
    font-weight: normal;
}

.top-blog .inner dl .blog-text p {
    font-size: 1.4rem;
    line-height: 2.0rem;
}

@media (max-width: 599px) {
    .top-blog .inner dl {
        width: 95%;
        margin: 0 2.5% 10% 2.5%;
    }
}
/* top-blogここまで */

/* top-insta */
#instafeed {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.top-insta {
    padding: 0;
}

.top-insta .insta-box {
    width: 25%;
    position: relative;
}

.top-insta .insta-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.top-insta .insta-box .inner-insta-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.top-insta .insta-box .inner-insta-box a {
    display: block;
    width: 100%;
    height: auto;
}

.top-insta .insta-heading {
    background-color: #000;
}

.top-insta .insta-heading .inner-insta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-insta .insta-heading .inner-insta-box h2 {
    color: #fff;
    margin-bottom: 0;
}

.top-insta .insta-heading .inner-insta-box h2:after {
    border-top: 1px solid #fff;
}

@media (max-width: 1024px) {
    .top-insta .insta-heading .inner-insta-box h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 599px) {
    .top-insta .insta-heading .inner-insta-box h2 {
        font-size: 3.0rem;
    }

    .top-insta .insta-box {
        width: 50%;
    }
}

@media (max-width: 350px) {
    .top-insta .insta-heading .inner-insta-box h2 {
        font-size: 2.0rem;
    }
}
/* top-instaここまで */
/* ##### トップページここまで ##### */



/* ##### salon ##### */
.salon-main .slick-slider[data-element-id] .slick-track {
    width: 3220px !important;
}

.salon-access {
    background-color: #fdf7ef;
}

.salon-access h2 + dl {
    width: auto;
    margin: 3.0rem auto;
}

.salon-access h2 + dl dt {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 2.5rem;
    margin-right: 3.0rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

.salon-access h2 + dl dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.5rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

.salon-access .inner > p {
    line-height: 3.0rem;
    font-size: 1.5rem;
    margin: 3.0rem 0;
}

.salon-access .outer-map {
    position: relative;
    width: 100%;
    margin: 5.0rem 0;
    overflow: hidden;
}

.salon-access .outer-map:before {
    content: "";
    display: block;
    padding-top: 40%;
}
.salon-access .outer-map:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.salon-access .outer-map #map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.salon-access .outer-map .map{
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.salon-access .outer-map .map iframe{
  max-width: initial;
    width: 100%;
    height: 100%;
}
.salon-access .inner .inner-box .trimming:after {
    padding-top: 50%;
}

.salon-access .inner .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.salon-access .inner .inner-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.salon-access .inner .inner-box ul li {
    margin: 1.6rem 0;
    width: 100%;
}

.salon-access .inner .inner-box ul li:before {
    content: "◆";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-right: 1.6rem;
}

.salon-access .inner .access-flow {
    width: 100%;
}

.salon-access .inner .access-flow .accordion {
    margin: 5.0rem 0;
}

.salon-access .inner .access-flow .inner-accordion {
    background-color: #fff;
    margin-bottom: 5.0rem;
    padding: 1.5rem;
    box-sizing: border-box;
}

.salon-access .inner .access-flow .inner-accordion .accordion-cont ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.salon-access .inner .access-flow .inner-accordion .accordion-cont ul li {
    width: 18%;
    margin: 3.5%;
    position: relative;
}

.salon-access .inner .access-flow .inner-accordion .accordion-cont ul li:after {
    content: "";
    display: inline-block;
    width: 5.2rem;
    height: 2.0rem;
    background-image: url(/import/tenant_1/153.126.139.182/html/images/common/arrow.png);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -6.0rem;
    top: 25%;
}

.salon-access .inner .access-flow .inner-accordion .accordion-cont ul li:nth-of-type(4n):after {
    display: none;
}

.salon-access .inner .access-flow .inner-accordion .accordion-cont ul li .trimming:after {
    padding-top: 150%;
}

.salon-access .inner .access-flow .inner-accordion .accordion-cont ul li p {
    padding: 1.0rem 0.5rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    line-height: 2.0rem;
}

.acc-dn {
    display: none;
}

.accordion a {
    display: block;
}

.accordion-cont {
    margin: 10px;
}

.switch {
    width: 70%;
    cursor: pointer;
    font-weight: normal;
    margin-left: -3.0rem;
    padding: 2.0rem;
    font-size: 1.8rem;;
    background: #ddcdcd;
    position: relative;
}

.switch:after {
    position: absolute;
    top: 60%;
    right: 10px;
    margin-top: -18px;
    content: "";
    display: inline-block;
    width: 5.2rem;
    height: 2.0rem;
    background-image: url(/import/tenant_1/153.126.139.182/html/images/common/arrow.png);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all, 0.5s, linear;
    -o-transition: all, 0.5s, linear;
    -webkit-transition: all, 0.5s, linear;
    transition: all, 0.5s, linear;
}

.switch.open:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-1800deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.salon-concept .inner-box {
    position: relative;
}

.salon-concept .inner-box p {
    width: 100%;
}

.salon-concept .inner-box .trimming {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.salon-concept .uk-flex {
  position: relative;
}

.salon-concept .uk-flex:before {
  content: "";
  padding-top: 150%;
}

.slider-salon li .trimming:after {
    padding-top: 67%;
}

.salon-information {
    padding: 0;
}

.salon-information > .trimming3 > img {
    opacity: 0.2;
}

.salon-information .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.salon-information .inner .inner-box h2 {
    width: 100%;
}

.salon-information .inner .inner-box .pic {
    width: 98%;
    margin: 1%;
    float: left;
}

.salon-information .inner .inner-box .pic img {
    width: 100%;
}

.salon-information .inner .inner-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.salon-information .inner .inner-box dl dt {
    font-size: 1.4rem;
    font-weight: normal;
    width: 30%;
    margin-bottom: 3.0rem;
}

.salon-information .inner .inner-box dl dd {
    font-size: 1.4rem;
    font-weight: normal;
    width: 70%;
    margin-bottom: 3.0rem;
}

.salon-information .uk-flex {
  position: relative;
}

.salon-information .uk-flex:before {
  content: "";
  padding-top: 70%;
}

.salon-faq {
    background-color: #fdf7ef;
}

.salon-faq .inner dl {
    margin-bottom: 5.0rem;
}

.salon-faq .inner dl dt {
    font-weight: normal;
}

.salon-faq .inner dl dt .q-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin-right: 3.0rem;
    font-weight: normal;
    font-size: 2.1rem;
}

.salon-faq .inner dl dd {
    margin-top: 1.5rem;
    padding-left: 3.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.salon-faq .inner dl dd .a-heading {
    color: #fff;
    font-size: 2.1rem;
    font-weight: normal;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    background-color: #dccfa0;
    width: 10.0rem;
    height: 10.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.salon-faq .inner dl dd .a-heading:after {
    content: "";
    display: inline-block;
    width: 5.0rem;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    right: -5.0rem;
}

.salon-faq .inner dl dd p {
    background-color: #fff;
    margin-top: 1.5rem;
    padding: 3.0rem;
    box-sizing: border-box;
    width: 85%;
    z-index: 1;
}

@media (max-width: 1024px) {
    .salon-information > .trimming3:after {
        padding-top: 75%;
    }
}

@media (max-width: 768px) {
    .salon-information > .trimming3:after {
        display: block;
        content: "";
        padding-top: 70%;
    }

    .salon-concept .inner-box .trimming {
        width: 65%;
    }

    .salon-information > .trimming:after {
        padding-top: 65%;
    }

    .switch {
        width: 75%;
        padding-right: 5.0rem;
    }

    .salon-faq .inner dl dd .a-heading {
        height: 4.0rem;
    }

    .salon-faq .inner dl dd p {
        width: 98%;
    }

    .salon-faq .inner dl dd .a-heading:after {
        transform: rotate(-90deg);
        right: 0;
        bottom: -25px;
    }
}

@media (max-width: 599px) {
    .under-layer-img:before {
        padding-top: 40%;
    }

    .under-layer-img .trimming:after {
        padding-top: 40%;
    }

    .under-layer-img .inner-under-layer h2 {
        font-size: 4.5rem;
    }

    .salon-access .inner > p {
        font-size: 1.3rem;
        line-height: 2.0rem;
        margin: 1.5rem 0;
    }

    .salon-access h2 + dl {
        width: 100%;
        margin: 1.5rem 0;
    }

    .salon-access h2 + dl dt {
        font-size: 1.4rem;
    }

    .salon-access h2 + dl dd {
        font-size: 1.2rem;
    }

    .salon-access .outer-map:before {
        padding-top: 70%;
    }

    .switch:after {
        width: 4.2rem;
    }

    .salon-access .inner .access-flow .inner-accordion .accordion-cont ul li:after {
        right: -5.0rem;
    }

    .salon-access .inner .access-flow .inner-accordion .accordion-cont ul li {
        width: 38%;
        margin: 6%;
    }

    .salon-access .inner .access-flow .inner-accordion .accordion-cont ul li:nth-of-type(4n):after {
        display: inline-block;
    }

    .salon-access .inner .access-flow .inner-accordion .accordion-cont ul li:nth-of-type(2n):after {
        display: none;
    }

    .salon-concept .inner-box .trimming {
        display: none;
    }

    .salon-information > .trimming3:after {
        padding-top: 225%;
    }

    .slider-salon {
        width: 94%;
        margin: auto;
        padding: 0;
    }
}

@media (max-width: 375px) {
    .switch {
        font-size: 1.6rem;
    }

    .switch:after {
        width: 3.2rem;
    }

    .salon-information > .trimming3:after {
        padding-top: 245%;
    }

    .salon-information .inner .inner-box dl dt {
        width: 35%;
    }

    .salon-information .inner .inner-box dl dd {
        width: 65%;
    }
}

@media (max-width: 320px) {
    .switch {
        font-size: 1.4rem;
    }

    .salon-access .inner .access-flow .inner-accordion .accordion-cont ul li:after {
        right: -4.0rem;
    }

    .salon-access .inner .access-flow .inner-accordion .accordion-cont ul li:after {
        width: 4.2rem;
        top: 20%;
    }

    .salon-information > .trimming3:after {
        padding-top: 285%;
    }

    .salon-information .inner .inner-box dl dt {
        width: 40%;
    }

    .salon-information .inner .inner-box dl dd {
        width: 60%;
    }
}
/* ##### salonここまで ##### */



/* ##### nail ##### */
.nail-auto {
    background-color: #fdf7ef;
}

.nail-auto .inner-box .trimming:after {
    padding-top: 66.666%;
}

.nail-gallery .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nail-gallery .inner ul li {
    width: 23%;
    margin: 1%;
}

.nail-point {
    background-color: #fdf7ef;
}

.nail-point .inner .inner-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 5.0rem;
}

.nail-point .inner .inner-point:nth-of-type(even) .trimming3 {
    order: 2;
}

.nail-point .inner .inner-point:nth-of-type(even) dl {
    order: 1;
}

.nail-point .inner .inner-point .trimming3 {
    width: 35%;
}

.nail-point .inner .inner-point .trimming3:after {
    padding-top: 74%;
}

.nail-point .inner .inner-point dl {
    width: 65%;
}

.nail-point .inner .inner-point dl dt {
    padding: 1.0rem;
    box-sizing: border-box;
    background-color: #ddcdcd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nail-point .inner .inner-point dl dt p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.nail-point .inner .inner-point dl dt .nail-num {
    width: 5.0rem;
    height: 5.0rem;
    font-size: 5.0rem;
    color: #fff;
    font-style: italic;
    margin-right: 1.5rem;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nail-point .inner .inner-point dl dd {
    padding: 1.0rem;
    box-sizing: border-box;
}

.nail-flow .inner ol {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nail-flow .inner ol li {
    width: 30%;
    margin: 3% 1.5%;
    background-color: #c0d3dc;
}

.nail-flow .inner ol li .trimming:after {
    padding-top: 75%;
}

.nail-flow .inner ol li .flow-step {
    display: block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    margin: 2.0rem 1.0rem;
}

.nail-flow .inner ol li p {
    padding: 1.0rem;
}

.nail-faq {
    background-color: #fdf7ef;
}

.nail-faq .inner dl {
    width: 100%;
    margin-bottom: 5.0rem;
}

.nail-faq .inner dl dt {
    font-weight: normal;
}

.nail-faq .inner dl dt .q-heading {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin-right: 3.0rem;
    font-weight: normal;
    font-size: 2.1rem;
}

.nail-faq .inner dl dd {
    margin-top: 1.5rem;
    padding-left: 3.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nail-faq .inner dl dd .a-heading {
    color: #fff;
    font-size: 2.1rem;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    background-color: #dccfa0;
    width: 10.0rem;
    height: 10.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.nail-faq .inner dl dd .a-heading:after {
    content: "";
    display: inline-block;
    width: 5.0rem;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    right: -5.0rem;
}

.nail-faq .inner dl dd p {
    background-color: #fff;
    margin-top: 1.5rem;
    padding: 3.0rem;
    box-sizing: border-box;
    width: 85%;
    z-index: 1;
}

.nail-faq .inner-nail-faq dl dd p {
    width: 80%;
}

.nail-faq .inner-nail-faq {
    justify-content: space-between;
}

.nail-faq .inner-nail-faq dl {
    width: 65%;
}

.nail-faq .inner-nail-faq .trimming,
.nail-faq .inner-nail-faq .trimming2 {
    width: 30%;
}

.nail-faq .inner-nail-faq .trimming:after {
    padding-top: 80%;
}

.nail-faq .inner-nail-faq .trimming2:after {
    padding-top: 125%;
}

.nail-price .inner-box {
    border: 3px solid #dcdcdc;
    width: 46%;
    margin: 1%;

}
.nail-price .inner-box .item {
 -webkit-box-sizing: border-box;
              box-sizing: border-box;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nail-price .inner-box h3 {
    font-size: 1.4rem;
    width: 45%;
    margin: 0 1%;
}

.nail-price .inner-box .plice_box {
    width: 51%;
}
.nail-price .inner-box .plice_box li {
  width: 100%;
  display: block;
}
.nail-price .inner-box dl {
  width: 100%;
  display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}

.nail-price .inner-box dl dt,
.nail-price .inner-box dl dd {
    font-size: 1.2rem;
    margin-bottom: 1.0rem;
}

.nail-price .inner-box dl dt {
    font-weight: normal;
    width: calc(100% - 65px);
}
.nail-price .inner-box dl dd {
  width: 60px;
  text-align: right;
}
@media (max-width: 768px) {
    .nail-faq .inner dl dd p {
        width: 98%;
    }

    .nail-faq .inner dl dd .a-heading {
        height: 4.0rem;
    }

    .nail-faq .inner dl dd .a-heading:after {
        transform: rotate(-90deg);
        right: 0;
        bottom: -25px;
    }

    .nail-faq .inner-nail-faq dl dd p {
        width: 75%;
    }
    .nail-price .inner-box h3,.nail-price .inner-box .plice_box {
      width: 100%;
    }
    .nail-price .inner-box h3 {
      margin-bottom: 20px;
      border-bottom: 1px dotted #eee;
    padding-bottom: 10px;
    }
}

@media (max-width: 599px) {
    .nail-gallery .inner ul li {
        width: 48%;
        margin: 2% 1%;
    }

    .nail-point .inner .inner-point .trimming3 {
        order: 1;
        width: 100%;
    }

    .nail-point .inner .inner-point dl {
        order: 2;
        width: 100%;
    }

    .nail-point .inner .inner-point:nth-of-type(even) .trimming {
        order: 1;
    }

    .nail-point .inner .inner-point:nth-of-type(even) dl {
        order: 2;
    }

    .nail-point .inner .inner-point dl dt p {
        width: 75%;
    }

    .nail-flow .inner ol li {
        width: 48%;
        margin: 2% 1%;
    }

    .nail-faq .inner-nail-faq dl {
        width: 100%;
    }

    .nail-faq .inner-nail-faq .trimming,
    .nail-faq .inner-nail-faq .trimming2 {
        width: 100%;
        margin-bottom: 3.0rem;
    }

    .nail-price .inner-box {
        width: 98%;
    }
}

@media (max-width: 320px) {
    .nail-point .inner .inner-point dl dt p {
        width: 70%;
    }
}
/* ##### nailここまで ##### */



/* ##### staff ##### */
.stafflist {
    width: 100%;
}

.stafflist .trimming:after {
    padding-top: 113%;
}

.stafflist li {
    width: 48%;
    margin: 1%;
    padding: 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.stafflist li:focus {
    overflow : hidden;
    outline : none;
}

.stafflist li a {
    max-width: 80%;
}

.stafflist li figure figcaption h3 {
    font-size: 2rem;
    padding: 0.5rem 1.0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stafflist li figure figcaption p {
    padding: 0 1.0rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.stafflist li a.more {
  margin: 2.0rem auto;
}

.staff-cont {
    position: relative;
}

.staff-main .inner-2 {
    background-color: rgba(255, 255, 255, 0) !important;
}

.staff-cont .bkimg {
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}

.staff-cont .bkimg > img {
    width: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    opacity: 0.2;
}

@media (max-width: 768px) {
    .stafflist li figure + .more {
        width: 80%;
        padding: 0.5rem;
        text-align: center;
    }
}

@media (max-width: 599px) {
    .staff-figure h3 {
        font-size: 2.0rem;
    }

    .stafflist li {
        padding: 0;
    }

    .stafflist li figure + .more .right-arrow {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 414px) {
    .staff-figure h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 375px) {
    .staff-figure h3 {
        font-size: 1.4rem;
    }
}
.stafflist li a.more.staff_url:not([href*="."]) {
  display: none;
}
/* ##### staffここまで ##### */



/* ##### staff_detail ##### */
.staff-img {
    width: 36%;
}

.staff-img .trimming:after {
    padding-top: 130%;
}

.staff-img .more:not([href*="."]) {
  display: none;
}

.staff-detail {
    width: 56%;
    background-color: #fff;
    padding: 3.0rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 3px #dcdcdc;
}

.staff-detail h3 {
    font-family: 'Yrsa', serif;
    font-size: 4.0rem;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.staff-detail h3 .staff-detail-al {
    font-size: 1.4rem;
    margin-left: 3.0rem;
}

/*
.staff-detail h3:after {
content: "";
display: block;
width: 3.0rem;
height: 1px;
border-top: 1px solid #000;
}
*/

.staff-detail h3 + p {
    font-size: 1.6rem;
    margin-bottom: 3.0rem;
}

.staff-detail h3 + p .staff-detail-kana {
    font-size: 1.4rem;
    margin-left: 1.5rem;
}

.stylist-list {
    width: 100%;
    border-bottom: 3px dotted #dcdcdc;
    margin-bottom: 1.5rem;
    padding: 1.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stylist-list dt {
    width: 35%;
    font-weight: normal;
    padding-left: 1.0rem;
    box-sizing: border-box;
}

.stylist-list dd {
    width: 65%;
}

.stylist-list dd span:not {
  display: none;
}

.staff-detail h4 {
    font-family: 'Yrsa', serif;
    font-size: 3.0rem;
    margin-bottom: 1.0rem;
    letter-spacing: 2px;
}

.staff-detail .message-title {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.staff-detail .message-title + p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 3.0rem;
}

.sd-new-style {
    margin-top: 15.0rem;
}

.new-style-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new-style-list div[data-element-id] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.new-style-list li {
    width: 23%;
    margin: 1%;
}

.new-style-list li a .trimming:after {
    display: block;
    content: "";
    padding-top: 120%;
}

@media (max-width: 599px) {
    .staff-img {
        width: 98%;
    }

    .staff-detail {
        width: 100%;
    }

    .staff-img .trimming {
        width: 70%;
        margin: 0 auto;
    }

    .stylist-list dt {
        width: 100%;
        padding-left: 0;
    }

    .stylist-list dd {
        width: 100%;
        padding-left: 1.6rem;
    }

    .new-style-list li {
        width: 48%;
    }
}
/* ##### staff_detailここまで ##### */



/* ##### style,news共通 ##### */
.outer-pager {
    width: 100%;
    background-color: #fff;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
    margin-top: 5.0rem;
}

.pager {
    width: 100%;
    margin: 10.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager li {
    margin: 0 1.0rem;
}

.pager li a,
.pager li .page-now {
    width: 4.0rem;
    box-sizing: border-box;
    font-family: 'Yrsa', serif;
    font-size: 2.0rem;
    padding: 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.pager li .page-now,
.pager li a:hover {
    background-color: #696969;
    color: #fff;
}

@media (max-width: 599px) {
    .pager li a, .pager li .page-now {
        width: 3rem;
    }
}
/* ##### style,news共通ここまで ##### */



/* ##### style ##### */
.style-main {
    background: #f9f4e2; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f4e2 0%, #dcd5d5 52%, #cdcbcb 70%, #cabbbc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4e2', endColorstr='#cabbbc',GradientType=0 ); /* IE6-9 */
    padding-bottom: 0;
}

.style-main ul {
    width: 100%;
}

.style-main .inner .style-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3.0rem;
}

.style-main .inner .style-nav div {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.style-main .inner .style-nav li {
    width: 20%;
}

.style-main .inner .style-nav > div > li {
    width: 23%;
    margin:  0 1%;
}

.style-main .inner .style-nav li a {
    font-family: 'Yrsa', serif;
    font-size: 2.0rem;
    font-size: 2.0rem;
    font-weight: normal;
    padding: 0.5rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    letter-spacing: 0;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
}

.style-main .inner .style-nav li a:hover,
.style-main .inner .style-nav li a:active {
    letter-spacing: 3px;
}

.style-main .inner .style-nav li a:after,
.style-main .inner .style-nav li a:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.style-main .inner .style-nav li a:after {
    margin-top: 0.5rem;
}

.style-main .inner .style-nav li a:before {
    margin-bottom: 0.5rem;
}

.style-main .inner .style-nav li a:hover:after,
.style-main .inner .style-nav li a:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.style-main .inner .style-nav li a:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
}

.style-main .style-gallery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.style-main .style-gallery > div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.style-main .style-gallery li {
    width: 23%;
    margin: 1%;
}

.style-main .style-gallery li dt figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.style-main .style-gallery li dt figure .trimming:after {
    padding-top: 130%;
}

.style-main .style-gallery li dt figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.style-main .style-gallery li dt figure figcaption h3,
.style-main .style-gallery li dt figure figcaption p {
    position: absolute;
    left: -100%;
    width: 90%;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}

.style-main .style-gallery li dt figure figcaption h3 {
    top: 3.0rem;
    font-size: 2.0rem;
    font-weight: normal;
    color: #fff;
}

.style-main .style-gallery li dt figure figcaption p {
    top: 7.5rem;
    font-size: 1.4rem;
    color: #fff;
}

.style-main .style-gallery li dt figure figcaption .figure-more {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10.0rem;
    padding: 0.3rem;
    font-size: 1.2rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.style-main .style-gallery li dt figure figcaption .figure-more:hover {
    color: #fff;
    background-color: #000;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.figure-more .right-arrow:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-left: 1.0rem;
}

.style-main .style-gallery li dt figure:hover figcaption {
    opacity: 1;
}

.style-main .style-gallery li dt figure:hover figcaption h3,
.style-main .style-gallery li dt figure:hover figcaption p {
    left: 2.0rem;
}

.style-main .style-gallery li dt figure:hover figcaption h3 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.style-main .style-gallery li dt figure:hover figcaption p {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.style-main .style-gallery li dd a {
  margin: 2.0rem 3.0rem;
}

.style-main .style-gallery li dd a:not([href*="."]) {
  display: none;
}

.stafflist li a:nth-of-type(2):not([href*="."]) {
  display: none;
}

/*--------

.style-main .style-gallery li {
    width: 23%;
    margin: 1%;
}

.style-main .style-gallery li figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

.style-main .style-gallery li figure .trimming:after {
    padding-top: 130%;
}

.style-main .style-gallery li figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.style-main .style-gallery li figure figcaption h3,
.style-main .style-gallery li figure figcaption p {
    position: absolute;
    left: -100%;
    width: 90%;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
}

.style-main .style-gallery li figure figcaption h3 {
    top: 3.0rem;
    font-size: 2.0rem;
    font-weight: normal;
    color: #fff;
}

.style-main .style-gallery li figure figcaption p {
    top: 7.5rem;
    font-size: 1.4rem;
    color: #fff;
}

.style-main .style-gallery li figure figcaption .figure-more {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10.0rem;
    padding: 0.3rem;
    font-size: 1.2rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.style-main .style-gallery li figure figcaption .figure-more:hover {
    color: #fff;
    background-color: #000;
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.figure-more .right-arrow:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    margin-left: 1.0rem;
}

.style-main .style-gallery li figure:hover figcaption {
    opacity: 1;
}

.style-main .style-gallery li figure:hover figcaption h3,
.style-main .style-gallery li figure:hover figcaption p {
    left: 2.0rem;
}

.style-main .style-gallery li figure:hover figcaption h3 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.style-main .style-gallery li figure:hover figcaption p {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

--------*/

.style-main .style-gallery + div {
    width: 100%;
}

.style-main .outer-pager {
    background-color: inherit;
}

@media (max-width: 768px) {
    .style-main .inner .style-gallery li {
        width: 31%;
    }
}

@media (max-width: 599px) {
    .style-main .inner .style-nav li a:after,
    .style-main .inner .style-nav li a:before {
        display: none;
    }

    .style-main .inner .style-nav li {
        width: auto;
        margin: 0 1%;
    }

    .style-main .inner .style-gallery li {
        width: 48%;
    }
    
    .style-main .style-gallery li dd a {
      width: 80%;
      margin: 2.0rem auto;
    }
}
/* ##### styleここまで ##### */



/* ##### style_detail ##### */
.style-detail-main {
    background: #f9f4e2; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f4e2 0%, #dcd5d5 52%, #cdcbcb 70%, #cabbbc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4e2', endColorstr='#cabbbc',GradientType=0 ); /* IE6-9 */
}

.style-detail-main .inner-box {
    width: 44%;
    margin: 3%;
}

.style-detail-main .inner-box a:not([href*="."]) {
  display: none;
}

.style-detail-main .inner-box:nth-of-type(3) {
    background-color: #fff;
    padding: 1.5rem;
    box-sizing: border-box;
}

.style-detail-main .inner-box ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.style-detail-main .inner-box ul .style-main-img {
    width: 100%;
    margin-bottom: 3.0rem;
}

.style-detail-main .inner-box ul .style-main-img .trimming:after {
    display: block;
    content: "";
    padding-top: 130%;
}

.style-detail-main .inner-box ul .style-sub-img .trimming:after {
  display: block;
  content: "";
  padding-top: 130%;
}

.style-detail-main .inner-box ul .style-sub-img {
    width: 22%;
}

.style-detail-main .inner-box ul .style-main-img .trimming2:after,
.style-detail-main .inner-box ul .style-sub-img .trimming2:after {
    padding-top: 120%;
}

.style-detail-main .inner-box ul .style-sub-img .trimming2:hover {
    cursor: pointer;
}

.style-detail-main .inner-box ul .style-sub-img .trimming2 img:not([src*="."]) {
    display: none;
}

.style-detail-main .inner-box dl {
    width: 100%;
    margin-bottom: 3.0rem;
}

.style-detail-main .inner-box dl dt {
    margin-bottom: 1.5rem;
}

.style-detail-main .inner-box dl dt h3 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 2.3rem;
    font-weight: bold;
}

.style-detail-main .inner-box .style-stylist dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.style-detail-main .inner-box .style-stylist dd .trimming {
    width: 35%;
}

.style-detail-main .inner-box .style-stylist dd p {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.style-detail-main .inner-box .style-stylist dd a {
    width: 30%;
    padding: 1.0rem;
    font-size: 1.2rem;
    display: block;
}

.style-detail-main .inner-box dl dd dl {
    width: 100%;
    margin-bottom: 1.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 3px dotted #dcdcdc;
}

.style-detail-main .inner-box dl dd dl:last-of-type {
    border-bottom: none;
}

.style-detail-main .inner-box dl dd dl:first-of-type {
    border-bottom: 3px dotted #dcdcdc;
}

.style-detail-main .inner-box dl dd dl dt {
    width: 25%;
    font-weight: normal;
}

.style-detail-main .inner-box dl dd dl dd {
    width: 75%;
}

.style-detail-main .inner-box .style-before dd .trimming {
    width: 31%;
    margin: 1.5%;
}

.style-detail-main .inner-box .style-before dd .trimming:after {
    padding-top: 120%;
}

@media (max-width: 599px) {
    .style-detail-main .inner-box {
        width: 98%;
        margin: 1% 3%;
    }
}
/* ##### style_detailここまで ##### */


/* ##### product ##### */
.product-main .outer-product-nav {
    background-color: #fdf7ef;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
}

.product-main .outer-product-nav .product-nav {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.product-main .outer-product-nav .product-nav li {
    width: 18%;
    margin: 0 1%;
}

.product-main .outer-product-nav .product-nav li a {
    display: block;
    padding: 1.0rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 2.0rem;
}

.product-main .outer-product-nav .product-nav li a .bottom-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-main .outer-product-nav .product-nav li a .bottom-arrow:after {
    content: "";
    display: inline-block;
    width: 3.0rem;
    height: 1.6rem;
    background-image: url(/import/tenant_1/153.126.139.182/html/images/common/arrow.png);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-main .product-cont:nth-of-type(even) {
    background-color: #fdf7ef;
}

.product-main .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-main ul li {
       width: 23%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.product-main ul li .trimming2:after {
    padding-top: 82%;
}

.product-main ul li .product-brand {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 1.0rem 0;
}

.product-main ul li .product-name {
    font-weight: normal;
    font-size: 1.4rem;
    min-height: 4.5rem;
}

.product-main ul li .product-price {
    text-align: right;
    font-size: 1.2rem;
    min-height: 4.0rem;
}

@media (max-width: 1024px) {
    .product-main .outer-product-nav .product-nav {
        width: 98%;
    }

    .product-main .outer-product-nav .product-nav li a {
        font-size: 1.6rem;
    }

    .product-main .outer-product-nav .product-nav li a .bottom-arrow:after {
        width: 3.0rem;
        height: 1.4rem;
    }
}

@media (max-width: 599px) {
    .product-main ul li {
        width: 46%;
        margin: 4% 2%;
    }

    .product-main .outer-product-nav .product-nav li {
        width: 31%;
        margin: 1%;
    }
}
/* ##### productここまで ##### */



/* ##### 求人ページ下部の共通バナー部分 ##### */
.rec-bnr .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rec-bnr .inner ul li {
    width: 48%;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.rec-bnr .inner ul li a {
    display: block;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rec-bnr .inner ul li a .inner-bnr {
    width: 65%;
    padding: 1.5rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.rec-bnr .inner ul li a .bnr-img {
    width: 35%;
}

.rec-bnr .inner ul li a .inner-bnr h6,
.rec-bnr .inner ul li a .inner-bnr p {
    clear: left;
    float: left;
}

.rec-bnr .inner ul li a .inner-bnr h6 {
    font-family: 'Yrsa', serif;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 3.0rem;
}

.rec-bnr .inner ul li a .inner-bnr p {
    width: 100%;
    font-size: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-right: 1.8rem;

}

.rec-bnr .inner ul li a .inner-bnr p:after {
    content: "";
    display: block;
    width: 5.0rem;
    height: 1.8rem;
    margin-left: 1.5rem;
    background-image: url(/import/tenant_1/153.126.139.182/html/images/common/arrow.png);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 17px;
    right: -1.8rem;
}

@media (max-width: 1024px) {
    .rec-bnr .inner ul li a .inner-bnr p {
        font-size: 2.5rem;
    }

    .rec-bnr .inner ul li a .inner-bnr p:after {
        width: 4.0rem;
        top: 11px;
    }
}

@media (max-width: 768px) {
    .rec-bnr .inner ul li a .inner-bnr p {
        font-size: 2.0rem;
    }

    .rec-bnr .inner ul li a .inner-bnr p:after {
        top: 7px;
        right: -6px;
        width: 3.0rem;
    }
}

@media (max-width: 599px) {
    .rec-bnr .inner ul {
        justify-content: space-around;
    }

    .rec-bnr .inner ul li {
        width: 98%;
        margin-bottom: 1.5rem;
    }

    .rec-bnr .inner ul li a .inner-bnr h6,
    .rec-bnr .inner ul li a .inner-bnr p {
        width: 100%;
        box-sizing: border-box;
        font-size: 2.3rem;
    }

    .rec-bnr .inner ul li a .inner-bnr p:after {
        width: 2.0rem;
        margin-top: 0;
    }
}

@media (max-width: 320px) {
    .rec-bnr .inner ul li a .inner-bnr h6 {
        padding: 0.5rem;
    }

    .rec-bnr .inner ul li a .inner-bnr p {
        font-size: 1.6rem;
    }

    .rec-bnr .inner ul li a .inner-bnr p:after {
        width: 2.5rem;
    }

    .rec-bnr .inner ul li a .inner-bnr h6,
    .rec-bnr .inner ul li a .inner-bnr p {
        font-size: 2.0rem;
    }
}
/* ##### 求人ページ下部の共通バナー部分ここまで ##### */



/* ##### recruit ##### */
.head-text {
    font-weight: bold;
    margin: 1.5rem 0 !important;
}

.outer-recruit-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.outer-recruit-img .recruit-img {
    width: 50%;
}

.outer-recruit-img .recruit-img .trimming:after {
    padding-top: 45%;
}

/*
.recruit-img-wide {
width: 100%;
}

.outer-recruit-img .recruit-img-wide .trimming:after {
padding-top: 22.5%;
}
*/

.recruit-main .rec-cont {
    padding: 5.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruit-main .rec-cont .inner-recbox {
    width: 48%;
    margin: 0 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.recruit-main .rec-cont .inner-recbox h3 {
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-bottom: 3.0rem;
}

.recruit-main .rec-cont .inner-recbox p {
    font-size: 1.4rem;
    line-height: 2.1rem;
}

.recruit-main .rec-cont .inner-recbox .more {
    align-self: flex-end;
    margin: 1.5rem 0 0 0;
}

.recruit-main .rec-cont:nth-of-type(5n+1) {
    background-color: #f4eaf1 ;
}

.recruit-main .rec-cont:nth-of-type(5n+3) {
    background-color: #fdf7ef;
}

.recruit-main .rec-cont:nth-of-type(5n+5) {
    background-color: #ebf0e8;
}

.recruit-main .rec-cont:nth-of-type(even) .recbox-img {
    order: 1;
}

.recruit-main .rec-cont:nth-of-type(even) .recbox-text {
    order: 2;
}

@media (max-width: 599px) {
    .rec-header {
        padding: 1.5rem 0;
    }

    .rec-header .inner-noimg-header p {
        font-size: 1.2rem;
    }

    .rec-header .inner-noimg-header .sub-heading {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .recruit-main .rec-cont .inner-recbox {
        width: 96%;
        margin: 2% auto;
    }

    .recruit-main .rec-cont .recbox-img {
        order: 1;
    }

    .recruit-main .rec-cont .recbox-text {
        order: 2;
    }

}

@media (max-width: 375px) {
    .rec-header .inner-noimg-header .sub-heading {
        font-size: 1.0rem;
        line-height: 1.4rem;
    }
}
/* ##### recruitここまで ##### */



/* ##### new ##### */
.new-curriculum {
    background: #f9f4e2; /* Old browsers */
    background: -moz-linear-gradient(top, #f9f4e2 0%, #dcd5d5 52%, #cdcbcb 70%, #cabbbc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f9f4e2 0%,#dcd5d5 52%,#cdcbcb 70%,#cabbbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f4e2', endColorstr='#cabbbc',GradientType=0 ); /* IE6-9 */
    padding: 3.0rem 0 1.5rem 0;
}

.new-curriculum .inner-curriculum {
    margin-bottom: 5.0rem;
    padding: 3.0rem;
    background-color: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-curriculum .inner-curriculum h3 {
    width: 100%;
    margin-bottom: 3.0rem;
    text-align: left;
    font-size: 2.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.new-curriculum .inner-curriculum .c-box {
    width: 23%;
}

.new-curriculum .inner-curriculum .c-box ul {
    width: 100%;
    margin-bottom: 3.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-curriculum .inner-curriculum .c-box ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 0.5rem;
    border: 1px solid #dcdcdc;
    background-color: #ffe2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.new-curriculum .inner-curriculum .c-box ul li:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    border-top: 1px solid #000;
    margin: 0 0.3rem;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: -2.0rem;
}

.new-curriculum .inner-curriculum .c-box:last-of-type ul li:last-of-type:after {
    display: none;
}

.new-curriculum .inner-curriculum:nth-of-type(even) .c-box ul li {
    background-color: #f5efda;
}

.new-curriculum .inner-curriculum .c-box ul li p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.8rem;
}

.new-curriculum .inner-curriculum .c-box .inner-c-box {
    background-color: #fff;
    padding: 1.0rem;
    box-sizing: border-box;
}

.new-curriculum .inner-curriculum .c-box .inner-c-box h4 {
    font-size: 1.8rem;
    margin-bottom: 1.0rem;
    font-weight: bold;
}

.new-curriculum .inner-curriculum .c-box .inner-c-box p {
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.new-event {
    width: 100%;
    position: relative;
    padding: 10.0rem 0;
}

.new-event .bk-img {
    max-width: initial !important;
    width: auto !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: auto;
    overflow: hidden;
}

.new-curriculum .ca_img {
  margin-bottom: 5.0rem;
}

.new-event .bk-img > img {
    width: 100%;
    height: auto;
    opacity: 0.7;
}

.new-event .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-event .inner ul li {
    width: 30%;
    margin-bottom: 3.0rem;
}

.new-event .inner ul li .trimming:after {
    padding-top: 74%;
}

.new-voice {
    background-color: #fdf7ef;
}

.new-voice .inner .inner-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-voice .inner .inner-voice:nth-of-type(odd) .inner-voice-img {
    order: 2;
}

.new-voice .inner .inner-voice:nth-of-type(odd) .inner-voice-text {
    order: 1;
}

.new-voice .inner-voice-text {
    width: 50%;
    margin-bottom: 5.0rem;
    background-color: #fff;
    padding: 3.0rem;
    box-sizing: border-box;
    box-shadow:0px 0px 6px 3px #dcdcdc;
}

.new-voice .inner-voice-img {
    width: 45%;
    margin-bottom: 5.0rem;
}

.new-voice .inner-voice-text .voice-al {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 3.0rem;
    font-weight: normal;
    margin-bottom: 1.0rem;
}

.new-voice .inner-voice-text .voice-name .voice-kana {
    font-size: 1.4rem;
    margin-left: 3.0rem;
    display: inline-block;
}

.new-voice .inner-voice-text dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 3px dotted #dcdcdc;
    margin-bottom: 1.5rem;
    padding: 1.0rem 0;
}

.new-voice .inner-voice-text dl dt {
    width: 30%;
}

.new-voice .inner-voice-text h5 {
    font-size: 2.5rem;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media (max-width: 1200px) {
    .new-event .bk-img > img {
        width: auto !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 1024px) {
    .new-curriculum .inner-curriculum .c-box ul li p {
        font-size: 1.2rem;
    }

    .new-curriculum .inner-curriculum .c-box .inner-c-box h4 {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .new-curriculum .inner-curriculum {
        padding: 1.5rem;
    }

    .new-curriculum .inner-curriculum .c-box {
        width: 100%;
        margin-bottom: 3.0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .new-curriculum .inner-curriculum .c-box ul {
        width: 15%;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .new-curriculum .inner-curriculum .c-box ul li {
        width: 100%;
        margin-bottom: 1.5rem;
        padding: 1.5rem 0.5rem;
    }

    .new-curriculum .inner-curriculum .c-box ul li:after {
        top: 115%;
        bottom: 100%;
        right: 50%;
        left: 35%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .new-curriculum .inner-curriculum .c-box .inner-c-box {
        width: 80%;
    }

    .new-event .inner ul {
        justify-content: space-around;
    }

    .new-event .inner ul li {
        width: 45%;
    }

    .new-event > img {
        object-fit: cover;
        object-position: center center;
    }

    .new-voice .inner .inner-voice {
        justify-content: space-around;
    }

    .new-voice .inner .inner-voice:nth-of-type(odd) .inner-voice-img {
        order: 1;
    }

    .new-voice .inner .inner-voice:nth-of-type(odd) .inner-voice-text {
        order: 2;
    }

    .new-voice .inner-voice-text {
        width: 98%;
    }

    .new-voice .inner-voice-img {
        width: 98%;
        margin-bottom: 3.0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 599px) {
    .new-curriculum .inner-curriculum .c-box ul {
        width: 20%;
    }

    .new-curriculum .inner-curriculum .c-box .inner-c-box {
        width: 75%;
    }
}
/* ##### newここまで ##### */



/* ##### mid-career ##### */
.mid-main .new-curriculum {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5ebd4+0,d3eae4+18,f5ecd2+50,d3eae4+86,f5ebd3+100 */
    background: #f5ebd4; /* Old browsers */
    background: -moz-linear-gradient(top, #f5ebd4 0%, #d3eae4 18%, #f5ecd2 50%, #d3eae4 86%, #f5ebd3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5ebd4 0%,#d3eae4 18%,#f5ecd2 50%,#d3eae4 86%,#f5ebd3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5ebd4 0%,#d3eae4 18%,#f5ecd2 50%,#d3eae4 86%,#f5ebd3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ebd4', endColorstr='#f5ebd3',GradientType=0 ); /* IE6-9 */
}

.mid-main .new-voice {
    background-color: #ecf5f5;
}
/* ##### mid-careerここまで ##### */



/* ##### contact ##### */
.requirements {
    position: relative;
    padding-bottom: 80.0rem;
}

.requirements .req-pic {
    width: 100%;
    display: block;
    text-align: right;
}

.requirements .req-pic img {
    opacity: 0.2;
}

.requirements .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.requirements .inner .heading,
.requirements .inner .sub-heading {
    height: 5.0rem;
}

.requirements .inner .rec-list {
    width: 100%;
    border-bottom: 3px dotted #606060;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.0rem;
    padding: 1.0rem;
    box-sizing: border-box;
}

.requirements .inner .rec-list:last-of-type {
    border-bottom: none;
}

.requirements .inner .rec-list dt {
    width: 20%;
    font-weight: normal;
    padding: 0.5rem;
    box-sizing: border-box;
}

.requirements .inner .rec-list dd {
    width: 80%;
    padding: 0.5rem;
    box-sizing: border-box;
}

.requirements .inner .rec-list dd ul.ca:after {
  content: "";
  display: block;
  clear: both;
}

.requirements .inner .rec-list dd ul.ca li {
  max-width: 150px;
  width: 30%;
  height: auto;
  float: left;
  border: 1px solid #000;
  margin: 0.5rem;
  text-align: center;
}

.requirements .inner .rec-list dd ul.ca li:last-of-type {
  margin-right: 0;
}

.requirements .inner .rec-list dd ul.ca li a {
  display: block;
  padding: 5px 0;
}

.form {
    /*background-color: #fdf7ef;*/
    margin-top: 220px;
}

.form .inner form {
    width: 100%;
}

.form .inner dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3.0rem;
}

.form .inner dl dt {
    width: 30%;
    font-weight: normal;
}

.form .inner dl dd {
    width: 70%;
}

.form .inner dl dd input {
    padding: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.form .inner dl .radio input {
    width: auto;
}

.form .inner dl .radio label .radio-text {
    margin-left: 1.5rem;
    display: inline-block;
}

.form .inner .form-text dt,
.form .inner .form-text dd {
    width: 100%;
    margin-bottom: 1.5rem;
}

.form .inner .form-text dd textarea {
    width: 100%;
    height: 30.0rem;
}

.form .formbtn li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form .formbtn li #send {
    background-color: #000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.8rem;
    color: #fff;
    padding: 0.5rem 3.0rem;
    border-width: 0;
}

.form .formbtn li #send:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .requirements {
        padding-bottom: 100.0rem;
    }
}

@media screen and (orientation: landscape) and (max-width: 667px) {
    .requirements {
        padding-bottom: 80.0rem;
    }
}

@media screen and (orientation: landscape) and (max-width: 480px) {
    .requirements {
        padding-bottom: 115.0rem;
    }
}

@media (max-width: 599px) {
    .requirements {
        padding-bottom: 145.0rem;
    }

    .requirements .inner .rec-list {
        margin-bottom: 1.5rem;
    }

    .requirements .inner .rec-list dt {
        width: 100%;
        font-weight: 600;
    }

    .requirements .inner .rec-list dd {
        width: 100%;
    }

    .form .inner dl dt {
        width: 100%;
    }

    .form .inner dl dd {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .requirements {
        padding-bottom: 150.0rem;
    }
}

@media (max-width: 360px) {
    .contact-wrap .under-layer-heading {
        line-height: 3.5rem;
        text-align: center;
    }

    .requirements {
        padding-bottom: 160.0rem;
    }
}

@media (max-width: 320px) {
    .requirements {
        padding-bottom: 175.0rem;
    }
}
/* ##### contactここまで ##### */



/* ##### message ##### */
.inner-message {
    background-color: #fdf7ef;
    position: relative;
}

.inner-message > img {
    position: absolute;
    bottom: 0;
    width: 1000%;
    opacity: 0.2;
}

.inner-message .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5.0rem;
    /*background: #f2ece1;
    padding: 50px 50px 50px 50px;*/
}

.inner-message .message-box: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;
}

.inner-message .message-box h3 {
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    padding: 1.5rem 0;
    font-size: 2.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    margin-bottom: 3.0rem;
}

.inner-message .inner .message-img {
    width: 28%;
    margin: 0 1%;
}

.inner-message .inner .message-img > img {
    display: block;
    margin: 0 auto;
}

.inner-message .inner .message-text {
    width: 68%;
    margin: 0 1%;
}

.inner-message .inner .message-img ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner-message .inner .message-img ul li {
    width: 31%;
    margin: 1%;
}

.inner-message .inner .message-img ul li .trimming:after {
    padding-top: 125%;
}

.message-main .sign {
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 3.0rem;
}

@media (max-width: 1024px) {
    .inner-message .message-box h3 {
        padding: 1.0rem 0;
        font-size: 2.0rem;
        line-height: 2.5rem;
    }
}

@media (max-width: 599px) {
    .inner-message .message-box: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;
    }

    .inner-message .inner .message-img {
        width: 80%;
        margin: 3% auto;
    }

    .inner-message .inner .message-text {
        width: 94%;
        margin: 3%;
    }
}
/* ##### messageここまで ##### */



/* ##### company ##### */
.company-main {
    background-color: #fdf7ef;
}

.company-main .inner h2 {
    width: 100%;
    margin-bottom: 3.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.company-main .inner h2 a {
    display: block;
    width: 16.0rem;
}

.company-main .inner h2 .company-name {
    display: inline-block;
    font-size: 1.4rem;
}

.company-main .inner .inner-box dl {
    width: 100%;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.company-main .inner .inner-box dl dt {
    width: 30%;
    font-weight: normal;
}

.company-main .inner .inner-box dl dd {
    width: 70%;
}
/* ##### companyここまで ##### */


/*trimming追加(reset)*/

.trimmingX:after {
    padding-top: 75%;
}

.trimmingY:after {
    padding-top: 125%;
}

/*flex追加(reset)*/

.pic {
    text-align: center;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec2.pic {
    max-width: 500px;
}

.flex_c .sec2.pic {
    max-width: 500px;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.reverse {
    -webkit-box-direction: reverse;
    /*--- Androidブラウザ用 ---*/
    -webkit-flex-direction: row-reverse;
    /*--- safari（PC）用 ---*/
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.outer-blog-section .cat-arc .arc dl div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.outer-blog-section .cat-arc .arc dl div dd {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width:1024px) {
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}

@media only screen and (max-width:599px) {
    .flex .sec2 {
        width: 96%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec2 {
        width: 96%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}

/*blog*/

.blogunder-layer-img:before {
    padding-top: 20%;
}

.blogunder-layer-img .trimming:after {
    padding-top: 20%;
}

.outer-blog-section {
    background: linear-gradient(-90deg, #f8f3e1, #ddd5d5);
    background: -moz-linear-gradient(bottom, #f8f3e1, #ddd5d5);
    background: -webkit-linear-gradient(-90deg, #f8f3e1, #ddd5d5);
    background: linear-gradient(-90deg, #f8f3e1, #ddd5d5);
}

.blog-cont {
    width: 78%;
}

.blog-box .txt dl {
    margin-top: 1em;
}

.blog-box .txt dt {
    font-family: Yrsa;
    font-size: 18px;
    /* フォント置換による類似 */
    font-weight: normal;
    line-height: 32px;
}

.blog-box .txt dd {
    text-align: center;
    color: #fff;
    font-family: Yrsa;
    background-color: #dbcb98;
    line-height: 32px;
    max-width: 100px;
}

.blog-box .txt .sec3 {
    background-color: inherit;
    max-width: 100%;
    width: 100%;
}

.blog-box .txt dd .alt02 {
    color: #000;
    font-weight: bold;
}

.blog-box .txt p {
    font-family: 'Kozuka Gothic Pr6N';
    font-size: 14px;
}

.blog-box .txt p.tit {
    font-family: 'Kozuka Gothic Pr6N';
    font-size: 18px;
    margin: 1em auto;
}

.blog-box .txt p.tit a {
    font-family: 'Kozuka Gothic Pr6N';
    font-size: 18px;
}

div.pagenav ul {
    max-width: 280px;
    margin: 60px auto;

}

div.pagenav li {
    max-width: 40px;
    text-align: center;
    margin: 0;
    width: 12%;
}

div.pagenav li a {
    font-family: 'Kozuka Gothic Pr6N';
}

.cat-arc {
    width: 20%;
    margin: 0 0 0 2%;
}

.cat dl {
    margin-bottom: 5em;
}

.cat dt {
    font-family: Yrsa;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 30px;
}

.cat dd {
    font-family: 'Yu Gotcolor';
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 4%;
}

.cat dd:before {
    content: "▶";
    font-family: 'Yu Gotcolor';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding-right: 1em;
}

.arc dt {
    font-family: Yrsa;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 30px;
}

.arc dd {
    font-family: 'Yu Gotcolor';
    font-size: 12px;
    font-weight: 500;
}

.arc dd:before {
    content: "▶";
    font-family: 'Yu Gotcolor';
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding-right: 1em;
}

.inner01 {
    width: 96%;
    max-width: 1000px;
    margin: 2%;
}

.inner01 div[data-element-id] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner01 div[data-element-id] .news-box {
    width: 100%;
}

.blog-section .cat-arc .arc dl div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-section .cat-arc .arc dl div dd {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

/*blogDetail*/
.blog-area {
    width: 100%;
}

.blogdetail-area dt {
    font-family: Yrsa;
    font-size: 18px;
    /* フォント置換による類似 */
    font-weight: normal;
    line-height: 32px;
}

.blogdetail-area dd {
    text-align: center;
    background-color: #dbcb98;
    color: #fff;
    max-width: 100px;
    line-height: 32px;
    margin-left: auto !important;
    font-family: Yrsa;
}

.blogdetail-area .blog-box h3 {
    font-family: 'Yu Gothic';
    font-size: 36px;
}

.blogdetail-area .blog-box .txt {
    margin: 1em auto;
}

.blogdetail-area .blog-box .back:before {
    content: "◀";
    color: #fff !important;
    background: none;
    left: 1em;
    height: initial;
    width: initial;
    z-index: initial;
    top: initial;
    right: initial;
}

.blog-box .back a {
    color: #fff;
}


.recommend-area h4 {
    width: 100%;
    font-family: YuMincho;
    color: #615e5c;
    font-size: 28px;
    /* フォント置換による類似 */
    font-weight: 600;
    padding-left: 1em;
    margin-bottom: 1em;
}

.recommend-area h4:before {
    content: url(/import/tenant_1/153.126.139.182/html/images/blog_detail/pen.png);
    padding-right: 10px;
    vertical-align: middle;
}

.recommend-section {
    margin: 5em auto 0;
}

.recommend-area {
    max-width: 1000px;
    margin: 0 auto 3em;
}


.recommend-area div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*news*/

.newsunder-layer-img:before {
    padding-top: 19%;
}

.newsunder-layer-img .trimming:after {
    padding-top: 19%;
}

.news-box dl {
    max-width: 300px;
    padding-left: 1em;
    box-sizing: border-box;
}

.news-box dt {
    font-family: Yrsa;
    font-size: 20px;
    /* フォント置換による類似 */
    font-weight: normal;
    /* フォント置換による類似 */
}

.news-box dd {
    text-align: center;
    background-color: #dbcb98;
    color: #fff;
    max-width: 100px;
    height: 24px;
    font-family: Yrsa;
}

.news-box .tit {
    font-size: 20px;
    margin-bottom: 1em;
    color: #7e7e7e;
    border-bottom: 1px dotted #ccc;
    border-width: 2px;
}

.news-box .tit a {
    font-size: 20px;
    color: #7e7e7e;
    padding-left: 1em;
}

.c1 {
    background-color: #dbcb98 !important;
}

.c2 {
    background-color: #5d5958 !important;
}

.c3 {
    background-color: #222 !important;
}

.blog-area.news-area {
    width: 100%;
}

@media only screen and (max-width:599px) {
    .news-box dd.sec2.c1 {
      display: none;
    }
    
    .blogdetail-area .blog-box h3 {
      font-size: 26px;
    }
    .recommend-area h4 {
      padding-left: 0;
      font-size: 20px;
    }
    .style-detail-main .inner-box dl.style-before {
      display: none;
    }
}

/*menu*/

.menu-box {
    width: 100%;
    padding-bottom: 4em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-area {
    width: 100%;
}

.menu-box h5 {
    width: 100%;
    box-sizing: border-box;
    font-family: Yrsa;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    padding: 0.5rem 1.0rem;
    background-color: #c3c0b4;
}

.menu-box dl {
    width: 48%;
    padding-top: 3.0em;
    border-bottom: 1px solid #c3c0b4;
}

.menu-box dt {
    float: left;
    width: 40%;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Yu Gothic';
    font-weight: normal;
}

.menu-box dd {
    float: right;
    margin: 5px 0;
    width: 60%;
    text-align: right;
    font-size: 14px;
    font-family: 'Yu Gothic';
    font-weight: normal;
}

@media only screen and (max-width:1024px) {
    .blog-cont {
        width: 96%;
        margin: 2%;
    }
    .cat-arc {
        width: 90%;
        margin: 5%;
    }
    .blog-box .txt dd {
        width: 100%;
    }

    .arc {
        max-width: 300px;
    }
    .menu-box dt {
        float: none;
        width: 100%;
    }

    .menu-box dd {
        float: none;
        width: 100%;
        text-align: right;
    }
    .menu-area .menu-Box {
        width: 46%;
        margin: 2%;
    }
}

@media only screen and (max-width:599px) {
    .menu-area .menu-box {
        width: 96%;
        margin: 2% auto;
        max-width: 320px;
    }

    .menu-box dl {
        width: 100%;
        padding: 1.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}



/* ##### 問い合わせフォーム ##### */
.thanks {
    width: 100%;
}
/* ##### 問い合わせフォームここまで ##### */

/* ##### メニュー ##### */
.kumiawase_p{
    font-size: 13.5px;
    padding: 1.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ##### メニュー ##### */



/* ##### オーナープロフィール ##### */

.owner-profile-cont {
    width: 100%;
    margin: 10.0rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owner-profile-cont .owner-img {
    width: 28%;
    margin: 0 1%;
}

.owner-profile-cont .owner-text {
    width: 68%;
    margin: 0 1%;
}

.owner-profile-cont .owner-text p {
    text-align: center;
}

.owner-profile-cont .owner-text #print {
    display: block;
    margin: 5.0rem auto;
}

@media (max-width: 1024px) {
    .owner-profile-cont {
        margin: 5.0rem 0;
    }
}

@media (max-width: 599px) {
    .owner-profile-cont {
        margin: 3.0rem 0;
    }

    .owner-profile-cont .owner-img {
        width: 94%;
        margin: 0 3%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .owner-profile-cont .owner-text {
        width: 94%;
        margin: 0 3%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* ##### オーナープロフィールここまで ##### */

/* ##### パンくずここから ##### */

.pan {
  margin: auto;
  width: 100%;
}

.pan ul {
  width: 100%;
  margin: auto auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.pan ul li {
  width: auto;
  margin: 0;
}

.pan ul li:after {
  content: ">";
  padding: 0 15px;
  margin: auto;
}

.pan ul li:last-of-type:after {
  display: none;
}

.hidden {
  display: none;
}

@media (max-width: 599px) {
  .index + .hamburger {
    opacity: 1 !important;
  }
  .hamburger {
    animation-name: flash;
    animation-duration: 1s;
    animation-play-state: running;
    animation-iteration-count: infinite;
  }
  
/*   @keyframes flash {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity:0;
  }
  100% {
    opacity: 1;
  }
} */
    @keyframes flash {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
}

.top-img .txtEdit {
    position: absolute;
    left: 30%;
    top: 65%;
    margin: auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.top-img .maintxt {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    opacity: 0;
    color: #fff;
    font-family: 'Nanum Myeongjo', serif;
}

/* .top-img .maintxt {
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    position: absolute;
    left: 30%;
    top: 80%;
    margin: auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    opacity: 0;
    color: #fff;
    font-family: 'Nanum Myeongjo', serif;
} */

@media (max-width: 599px) {
  .top-img .txtEdit {
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    width: 100%;
}
  
  .top-img .maintxt {
    font-size: 2.4rem;
    left: 5%;
    top: 70%;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    font-size: 20px;
    padding: 4px;
    /*padding: 20px;*/
  }
  .top-img .mainlogo {
    width: 50% !important;
  }
}

.top-img .maintxt span.le {
  padding-left: 4.0rem;
}

[data-element-id].top-img .uk-slidenav-position: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;
}

.sp_re {
  display: none;
}

@media (max-width: 599px) {
  .sp_re {
    display: block !important;
  }
  .sp_re a {
    display: block;
    width: 30px;
    height: 20px;
    position: fixed;
    top: 10px;
    right: 10px;
    animation-name: flash_re;
    animation-duration: 3s;
    animation-play-state: running;
    background-color: #dbcb98;
    color: #fff;
    border-left: 10px solid #5d5958;
    padding: 0.5rem 1.0rem;
  }
  @keyframes flash_re {
    0% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    70% {
      opacity: 0;
    }
    80% {
      opacity: 0;
    }
    90% {
      opacity:0.5;
    }
    100% {
      opacity: 1;
    }
  }
}

.tech__title {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.tech__list {
  margin: 50px auto;
  list-style: disc;
}

.tech__txt{
  margin:0 auto 50px;
  width: 90%;
}

.tech__gray {
  width: 90%;
  margin:0 auto 50px;
  background: #ccc;
  padding: 30px;
}

.tech__gray ul li {
  margin-bottom: 30px;
}
.tech__gray ul li:last-of-type {
  margin-bottom: 0;
}

.tac {
  text-align: center;
}

@media screen and (max-width:599px) {
  .top-img .uk-slideshow li {
    background-position: 70%;
  }
}
