@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "comeniusantiqua";
    src: url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Regular.eot);
    src: url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Regular.eot) format('embedded-opentype'),
        url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Regular.woff) format('woff'),
        url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Regular.otf) format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "comeniusantiqua-b";
    src: url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Bold.eot);
    src: url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Bold.eot) format('embedded-opentype'),
        url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Bold.woff) format('woff'),
        url(/import/tenant_1/160.16.231.130/html/font/ComeniusAntiqua-Bold.otf) format('opentype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "fontawesome-webfont";
    src: url(/import/tenant_1/160.16.231.130/html/font/fontawesome-webfont.eot);
    src: url(/import/tenant_1/160.16.231.130/html/font/fontawesome-webfont.eot) format('embedded-opentype'),
        url(/import/tenant_1/160.16.231.130/html/font/fontawesome-webfont.woff) format('woff'),
        url(/import/tenant_1/160.16.231.130/html/font/fontawesome-webfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}
.i{
    font-family: "fontawesome-webfont";
    font-weight:normal;
}

.prev-link a span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
    margin: 0px;
    padding: 0px;
    font-size:14px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-family:"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    line-height:160%;
    color:#000;
}
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}
.youtube{
  margin-top:3%;
}
.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    display: inline-block;
}
.flex_c {
    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: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_c div[data-collection-list-content] {
    width: 100%;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clearfix {
    /*
    overflow: hidden;
    */
}
.clear{
    clear:both;
}

img{
    vertical-align:top;
    border:none;
}
a{
    text-decoration:none;
    color:#000;
}
a:hover{
    opacity:0.6;
    color: inherit;
    text-decoration: none;
}
ul{
    list-style:none;
}

#wrapper{
    min-width:1090px;
    overflow:hidden;
}
@media only screen and (max-width: 1110px){
    #wrapper{
        min-width:300px;
        padding-top:0;
    }
    img{
        max-width:100%;
        height:auto;
    }
}
#header{
    position:absolute;
    z-index:10;
    top:0;
    left:0;
    width:100%;
    height:auto;
}
#header .inner{
    max-width:1090px;
    height:auto;
    margin:0 auto;
    text-align:right;
}
#header .inner .h1a{
    text-align:center;
    padding:47px 0 0 0;
    display: block;
}
h1.title_h1 {
 text-align: left;
 position: relative;
 left: -40px;
 top: 5px;
}
@media(max-width:680px){
  h1.title_h1{
  position:static; 
 }
}
#header .inner ul{
    letter-spacing:-5px;
    height:auto;
}
#header .inner li{
    display:inline-block !important;
    letter-spacing:0;
    vertical-align:middle;
    margin-top:-36px;
    margin-bottom:20px;
}
#header .inner li.tel{
    font-size:18px;
    font-family: "comeniusantiqua", serif;
    padding:0 12px 0 0;
}

#header .inner li.tel a[href*="tel"] {
    pointer-events: none;
}
@media (max-width: 768px) {
    #header .inner li.tel a[href*="tel"] {
        pointer-events: initial !important;
    }
}

#header .inner{
}
#gnav{
    width:100%;
    height:auto;
    z-index:100;
    text-align:center;
}
#gnav ul{
    letter-spacing:-5px;
    padding:15px 0 15px 0;
}
#gnav li{
    letter-spacing:0;
    font-family: "comeniusantiqua", serif;
    display:inline-block !important;
    padding:0 26px;
}
#gnav li:first-child{
    padding-left:0;
}
#gnav li:last-child{
    padding-right:0;
}
#gnav.fixed{
    background:rgba(255,255,255,0.9);
    position:fixed;
    top:0;
    right:0;

}
#gnav p{
    display:none;
}
@media only screen and (max-width: 1110px){
    #header .inner{
        width:95%;
    }
    #header .inner li{
        margin:0;

    }
    #header .inner ul{
        padding-top:15px;
    }
    #gnav{
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background:none;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding:0;
        z-index:101;
        border:none;
        padding-bottom:0;

    }
    #gnav.fixed{
        top: 0;
        right: 0;
        left:auto;
        width:200px;
        border:none;
        z-index:101;
        padding-top:0;
        padding-bottom:0;
    }
    #gnav ul li{
        float:none;
        width:auto;
        text-align:left;

    }
    #gnav li strong{
        display:inline-block !important;
        padding-right:1em;
    }

    #gnav:before{
        display:none;
    }

    #gnav p{
        display:block;
        position:absolute;
        width:38px;
        height:38px;
        top:0;
        left:-44px;
        border:1px solid #fff;
        background:#060606;
        cursor:pointer;
        opacity:0.8;
        margin:2px;
        box-shadow:0px 0px 0px 2px #060606;
        -moz-box-shadow:0px 0px 0px 2px #060606;
        -webkit-box-shadow:0px 0px 0px 2px #060606;
    }

    #gnav li{
        float:none;
        width:auto;
        border-bottom:1px dotted #cacad9;
        padding:0;
        margin-top:0;
        display:block !important;
    }
    #gnav ul li a{
        height:auto;
        display:block;
        padding:8px 0 8px 10px;
    }

    #gnav.action{
        -webkit-transform:translateX(0px);
        -ms-transform:translateX(0px);
        transform:translateX(0px);
    }
    #gnav p span.n{
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: -9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }
    #gnav p span.n:before{
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }
    #gnav p span.n:after{
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    #gnav.action p span.n{
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition:ease .10s;
        transition:ease .10s;
    }
    #gnav.action p span.n:after,#gnav.action p span.n:before{
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top:0;
        left:0;
    }
    #gnav ul{
        width:auto;
        height: 100%;
        overflow-y: auto;
        background: #FFF;
    }
    .overlay:after,.overlay #header .inner:before{
        content:"";
        width:100%;
        height:100%;
        background:#000;
        position:fixed;
        top:0;
        left:0;
        opacity:0.3;
        z-index:9;
    }
}
#footer{
    background:url(/upload/tenant_1/5cabbc993d6e8170f1d56bebe0cd1b55.jpg) center bottom repeat-x; 
}
#footer .inner{
    max-width:1090px;
    margin:0 auto;
    padding:50px 0 180px 0;
}

#footer .footnav{
    background:#f8f8f8;
    text-align:center;
}
#footer .footnav ul{
    letter-spacing:-5px;
    padding:18px 0;
}
#footer .footnav li{
    letter-spacing:0;
    font-family: "comeniusantiqua", serif;
    display:inline-block !important;
    padding:0 26px;
}
#footer .footnav li:first-child{
    padding-left:0;
}
#footer .footnav li:last-child{
    padding-right:0;
}
#footer .inner ul{
    letter-spacing:-5px;
    float:left;
}
#footer .inner li{
    display:inline-block !important;
    width:250px;
    letter-spacing:0;
    padding:0 30px 0 0;
}
#footer .inner li a{
    border:1px solid #fff;
    line-height:60px;
    display:block;
    text-align:center;
    color:#fff;
}
#footer .inner p{
    float:right;
    font-size:12px;
    color:#fff;
    padding-top:25px;
}
.totop{
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:8;
}

a[href*="tel"] {
    pointer-events: none;
}
@media (max-width: 768px) {
    a[href*="tel"] {
        pointer-events: initial !important;
    }
}

@media only screen and (max-width: 1110px){
    #footer .footnav li{
        padding-left:2.5%;
        padding-right:2.5%;
    }
    #footer .inner{
        padding-top:20px;
        padding-bottom:60px;
    }
    #footer .inner ul{
        float:none;
        text-align:center;
    }
    #footer .inner li{
        padding-left:1%;
        padding-right:1%;
        max-width:250px;
        width:48%;
        font-size:12px;
    }
    #footer .inner li a{
    }
}
@media only screen and (max-width: 410px){
    #footer .inner li{
        width:auto;
        display:block !important;
        margin:0 auto 10px auto;
    }
    #footer .inner p{
        float:none;
        text-align:center;
    }
    .totop{
        max-width:50px;
    }
}
/*top*/

.mainimg img{
    width:100%;
    height:auto;
}

.mainimg{
    margin-bottom:-60px;
}
.w09{
    max-width:1090px;
    margin:0 auto;
}
.h3h{
    text-align:center;
    font-family: "comeniusantiqua", serif;
    font-size:32px;
    font-weight:normal;
    letter-spacing:2px;
}
.home-news{
    background:#fff;
    padding-bottom:50px;
    position:relative;
    z-index:2;
}
.home-news h3{
    float:left;
    font-weight:normal;
    font-size:25px;
    width:275px;
    height:auto;
    padding:35px 0 0 0;
    float:left;
}
.home-news .table{
    float:right;
    width:810px;
    height:auto;
    padding:25px 0 0 0;
}
.home-news .table dt{
    float:left;
    font-family: "comeniusantiqua", serif;
}
.home-news .table dd{
    padding:2px 0 0 135px;
    font-size:12px;
}
.home-news .table dl{
    padding:0 0 15px 0;
}
@media only screen and (max-width: 1110px){
    .mainimg{
        margin-bottom:0;
    }
    .home-news h3{
        float:none;
        width:auto;
    }
    .home-news .table{
        max-width:810px;
        width:auto;
        float:none;
        margin:0 auto;
    }

    .w09 {
        width: 95%;
    }

    .home-news .w09{
        width: 95%;
        padding: 0 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 500px){
    .home-news .table dt{
        float:none;
    }
    .home-news .table dd{
        padding-left:0;
    }
}
.home-greet{
    text-align:center;
    padding:30px 0 65px 0;
    position:relative;
}
.home-greet p{
    font-size:16px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    line-height:280%;
    padding:0 0 25px 0;
}
.home-greet p strong{
    font-size:20px;
}
.home-greet:before{
    content:"";
    width:158px;
    height:450px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231,219,195,1)),to(rgba(231,219,195,0)));
    background: -webkit-linear-gradient(top, rgba(231,219,195,1) 0%,rgba(231,219,195,0) 100%);
    background: linear-gradient(to bottom, rgba(231,219,195,1) 0%,rgba(231,219,195,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7dbc3', endColorstr='#00e7dbc3',GradientType=0 );
    position:absolute;
    top:0;
    left:50%;
    margin-left:-79px;
    z-index:-1;
}
.home-greet li{
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-size:25px;
    padding-top:20px;
    padding-bottom:35px;
}
.home-greet li:nth-child(2){
    display:inline-block !important;
    padding-right:105px;
}
.home-greet li:nth-child(3){
    display:inline-block !important;
    padding-left:105px;
}
.home-greet ul{
    position:relative;
    margin-bottom:50px;
}
.home-greet ul:before{
    content:"";
    width:355px;
    height:1px;
    background:#000;
    position:absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top:50%;
    left:50%;
    margin-left:-185px;
}
.home-greet ul:after{
    content:"";
    width:355px;
    height:1px;
    background:#000;
    position:absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top:50%;
    left:50%;
    margin-left:-185px;
}
@media only screen and (max-width: 500px){
    .home-greet li:nth-child(2){
        padding-right:85px;
    }
    .home-greet li:nth-child(3){
        padding-left:85px;
    }
}
.home-style li{
    width:25%;
    float:left;
}

.home-style ul li:nth-child(1) {
    position: relative;
    width: 25%;
}

.home-style ul li:nth-child(1):before {
    content: "";
    display: block;
    padding-top: 100%;
}

.home-style ul li:nth-child(1) .inner-tit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.home-style li img{
    width:100%;
    height:auto;
}
.home-style ul{
    background:#000;
}

.home-style .trimming:after {
    padding-top: 100%;
}
.home-style h3{
    color:#fff;
    padding:25% 0 8% 0;
}
.home-style .hmore a{
    color:#fff;
    border-color:#fff;
}
.hmore{
    text-align:center;
}
.hmore a{
    font-family: "comeniusantiqua", serif;
    border:1px solid #000;
    display:inline-block !important;
    width:248px;
    height:auto;
    line-height:60px;
    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;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.hmore a:after{
    content:url(/import/tenant_1/160.16.231.130/html/images/moreb.gif);
    margin-left: 30px;
}
@media only screen and (max-width: 1080px){
    .home-style ul li:nth-child(1){
        width:100%;
    }
    .home-style h3{
        padding-top:40px;
        padding-bottom:20px;
    }

    .home-style ul li:nth-child(1):before {
        padding-top: 22%;
    }
}

@media screen and (min-width:768px) and ( max-width:1100px){
    .home-style ul li:nth-child(1):before {
        padding-top: 25%;
    }
}

@media only screen and (max-width: 768px){
    .home-style ul li:nth-child(1):before {
        padding-top: 30%;
    }
}

@media only screen and (max-width: 500px){
    .home-style {
        position: relative;
        padding-bottom: 80px;
    }

    .home-style ul li:nth-child(1) {
        position: static;
    }

    .home-style ul .tit p {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .home-style .hmore a {
        color: #000;
        border-color: #000;
    }

    .home-style .hmore a:after{
        content:url(/import/tenant_1/160.16.231.130/html/images/morew.gif);
    }

    .home-style ul li:nth-child(1):before {
        padding-top: 35%;
    }
}

.home-style .hmore a:after{
    content:url(/import/tenant_1/160.16.231.130/html/images/morew.gif);
    margin-left: 30px;
}

.home-blog{
    padding:90px 0 65px 0;
}
.home-blog h3{
    padding-bottom:40px;
}
.home-blog dl{
    float:left;
    padding:0 0 70px 0;
    width: calc(530 / 1090 * 100%);
}
.home-blog dl+dl{
    float:right;
}
.home-blog .cat{
    display:inline-block !important;
    background:#000;
    color:#fff;
    line-height:24px;
    font-size:12px;
    padding:0 15px;
    margin:32px 0 15px 0;
}
.home-blog dt{
    font-size:20px;
    font-weight:bold;
    padding:0 0 20px 0;
}

.home-blog dd a {
    display: block;
    width: 100%;
}

.home-blog dd a img {
    display: block;
    width: 100%;
    height: auto;
}

.home-blog .trimming:after {
    padding-top: 100%;
}

.home-rec .trimming:after {
    padding-top: 31.421%;
}

@media only screen and (max-width: 1110px){
    .home-blog dl{
        width: 48.623%;
        width: calc(530 / 1090 * 100%);
        max-width:530px;
        margin:0 auto;
    }
}

@media only screen and (max-width: 414px){
    .home-blog dt{
        font-size:16px;
    }
    
    .home-style .hmore a:after{
        content:url(/import/tenant_1/160.16.231.130/html/images/moreb.gif);
    }
}

.home-rec{
    text-align:center;
    padding:0 0 110px 0;
}

.home-staff{
    background:#e8dcc4;
    padding:70px 0 95px 0;
}
.home-staff h3{
    padding-bottom:35px;
}
.home-staff .hmore a:after{
    content:url(/import/tenant_1/160.16.231.130/html/images/morebl.gif);
}
.home-staff li{
    float:left;
    width: 13.499%;
    width: calc(100% / 7 - calc(calc(5px * 6) / 7));
    margin-right: 5px;
    margin-bottom: 25px;
}

.home-staff li:nth-of-type(7n) {
    margin-right: 0;
}

.home-staff .trimming:after {
    padding-top: 125%;
}

.home-staff .w09 {
    max-width: 100%;
    width: 100%;
}

.home-staff ul{
    padding-bottom:43px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/upload/tenant_1/47c9287071eea2a82137167ba7429b2c.png) !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/upload/tenant_1/1493a20fc11cceb3bf8e6b2a2aefb0d5.png) !important;
}

@media only screen and (max-width: 1110px){
    .home-staff ul{
        width:auto;
    }
    .home-staff li{
        float:left;
        width: 32.898%;
        width: calc(100% / 3 - calc(calc(5px * 2) / 3));
        margin-bottom: 5px;
    }

    .home-staff li:nth-of-type(7n) {
        margin-right: 5px;
    }

    .home-staff li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px){
    .home-staff .w09 {
        padding: 0;
    }

    .home-staff ul{
        width:auto;
    }
    .home-staff li{
        float:left;
        width: 49.396%;
        width: calc(100% / 2 - calc(5px / 2));
        margin-bottom: 15px;
    }

    .home-staff li:nth-of-type(3n) {
        margin-right: 5px;
    }

    .home-staff li:nth-of-type(2n) {
        margin-right: 0;
    }
}

.home-insta{
    padding:75px 0 85px 0;
}
.home-insta h3{
    padding-bottom:50px;
}
.home-insta ul{
    float:left;
}

.home-insta ul {
    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;
    position: relative;
}

.home-insta ul li a .trimming:after {
  padding-top: 100%;
}

.home-insta ul li a img {
    width: 100%;
    height: auto;
}

.home-insta ul li {
    width: 32.481%;
    width: calc(100% / 6 - calc(28px * 5 / 6));
    margin-right: 28px;
    margin-bottom: 28px;
}

.home-insta ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 32.481%;
    width: calc(100% / 3 - calc(28px * 2 / 3));
    margin-bottom: 28px;
}

.home-insta ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.home-insta ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.home-insta ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
}

.home-insta ul li:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin-right: 0;
}

.home-insta ul li:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-insta ul li:nth-of-type(7) {
    -webkit-box-ordinal-group: 74;
    -ms-flex-order: 73;
    -webkit-order: 73;
    order: 73;
    position: absolute;
    bottom: 0;
    left: calc(28px + calc(100% / 6 - calc(28px * 5 / 6)));
}

.home-insta ul li:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    position: absolute;
    bottom: 0;
    right: calc(100% / 6 - calc(28px * 5 / 6));
}

.home-insta ul li:nth-of-type(9) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-insta dl{
    padding:13px 0 0 0;
    text-align:center;
}
.home-insta dt{
    font-size:15px;
    padding-bottom:5px;
}
.home-insta dd a{
    text-decoration:underline;
}

@media only screen and (max-width: 768px) {
    .home-insta ul {
        display: block;
    }

    .home-insta ul li {
        width: calc(100% / 3 - calc(5px * 2 / 3)) !important;
        margin-right: 5px !important;
        margin-bottom: 5px !important;
        position: static !important;
        float: left;
    }

    .home-insta ul li:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .home-insta ul li:nth-of-type(5) {
        margin-right: 5px !important;
    }
}

@media only screen and (max-width: 500px) {
    .home-insta ul li {
        width: calc(100% / 3 - calc(5px * 2 / 3)) !important;
        margin-right: 5px;
        margin-bottom: 5px !important;
    }

    .home-insta ul li:nth-of-type(5) {
        margin-right: 5px;
    }
}

.home-salon{
    border-top:1px solid #e4e4e4;
    padding:75px 0 50px 0;
}
.home-salon .map{
    float:right;
    margin-bottom:20px;
}
.home-salon .table{
    float:left;
    width:530px;
    height:auto;
    padding:0 0 20px 0;
}
.home-salon .table dt{
    float:left;
}
.home-salon .table dd{
    padding:0 0 0 155px;
}
.home-salon .table dl{
    padding:0 0 16px 0;
}

.home-salon .w09 .table dl dd a[href*="tel"] {
    pointer-events: none;
}
@media (max-width: 768px) {
    .home-salon .w09 .table dl dd a[href*="tel"] {
        pointer-events: initial !important;
    }
}

@media only screen and (max-width: 1110px){
    .home-salon .table{
        float:none;
        max-width:530px;
        width:auto;
        margin:0 auto;
    }
    .home-salon .map{
        float:none;
        width:auto;
    }
    .home-salon .map iframe{
        width:100%;
    }
}
@media only screen and (max-width: 500px){
    .home-salon .table dt{
        float:none;
        font-weight:bold;
    }
    .home-salon .table dd{
        padding-left:0;
    }
}
/*下層共通*/

.subimg img{
    width:100%;
    height:auto;
}
.subimg{
    width:auto;
    height:260px;
    overflow:hidden;
    margin-bottom:-62px;
}
.subtit{
    text-align:center;
    position:relative;
    z-index:1;
    background:rgba(255,255,255,0.4);
    padding:35px 0 58px 0;
}
.subtit h2{
    font-size:48px;
    font-family: "comeniusantiqua", serif;
    max-width:1080px;
    font-weight:normal;
}
.subtit h2{
    display: table;
    text-align: center;
    white-space: nowrap;
    color:#000;
    line-height:1;

    margin:0 auto;
}
.subtit h2:after, .subtit h2:before {
    content: '';
    display: table-cell;
    width: 50%;
    background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    background-clip: padding;
}
.subtit h2:after {
    border-left: 0.5em solid transparent;
}
.subtit h2:before {
    border-right: 0.5em solid transparent;
}
.h3m{
    font-size:38px;
    font-family: "comeniusantiqua", serif;
    font-weight:normal;
}

@media only screen and (max-width: 1100px){
    .subtit h2{
        width:95%;
        font-size:30px;
    }
    .h3m{
        font-size:28px;
    }
}



/*menu*/

.menuwrap .left{
    float:left;
    width:510px;
    height:auto;
}
.menuwrap .right{
    float:right;
    width:510px;
    height:auto;
}
.menuwrap .table dt{
    float:left;
    font-weight:bold;
}
.menuwrap .table dt+dd{
    text-align:right;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.menuwrap .table dl{
    padding:12px 0 12px 20px;
}
.menuwrap .table dd+dd{
    padding-top:3px;
}
.menuwrap .table dl+dl{
    border-top:1px dotted #000;
}
.menuwrap .box{
    padding-bottom:40px;
}
.menuwrap .table{
    padding-bottom:60px;
}
.menuwrap .pic{
    margin-top:-20px;
}
.menuwrap .right .pic{
    text-align:right;
}
@media only screen and (max-width: 1110px){
    .menuwrap .left{
        float:none;
        width:auto;
    }
    .menuwrap .right{
        float:none;
        width:auto;
    }
}
@media only screen and (max-width: 500px){
    .menuwrap .table dl{
        padding-left:0;
    }
    .menuwrap .table dt{
        float:none;
    }
}

/*staff*/
.staff .w09 {
    width: 95%;
    padding: 0;
}

.stafflist {
    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: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.stafflist:before {
    content: "";
    display: block;
    width: calc(100% / 4 - 30px * 3 / 4);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.stafflist:after {
    content: "";
    display: block;
    width: calc(100% / 4 - 30px * 3 / 4);
}

.stafflist dl {
    width: calc(100% / 4 - 30px * 3 / 4);
    height: auto;
    text-align: center;
    padding: 0 0 40px 0;
}

.stafflist dt strong{
    display:block;
    font-size:10px;
    font-family: "comeniusantiqua-b", serif;
    font-weight:normal;
}
.stafflist dt{
    font-family: "comeniusantiqua", serif;
    padding:14px 0 0 0;
}

.stafflist dt p {
    font-family: "comeniusantiqua", serif;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    word-break: keep-all;
    word-wrap: normal;
}
.stafflist dd{
    padding-left:1.5%;
    padding-right:1.5%;
}
.stafflist{
    padding-bottom:80px;
}
.trimming {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.trimming:after {
    display: block;
    content: "";
    padding-top: 125%; /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

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

.mainimg div ul {
    position: relative;
    width: 100%;
}

.mainimg div ul:before {
    content: "";
    display: block;
    padding-top: 46.85%;
    padding-top: calc(892 / 1903 * 100%);
}

.mainimg div ul li {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 500px){
    .stafflist dl{
        width: calc(100% / 2 - 5px / 2);
    }
}


.staff1{
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    width:auto;
}
.staff1 .wrap{
    webkit-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
.staff1 h4{
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.staff1 .right{
    width:700px;
    height:auto;
    float:right;
}
.staff1 .left{
    float:left;
    width:335px;
    height:auto;
}
.staff1 .right .pic{
    float:left;
    margin-bottom:20px;
    width: 44%;
}

.staff1 .right .table{
    float:right;
    width:370px;
    height:auto;
    padding-bottom:20px;
}
.staff1 .right .table dt{
    float:left;
}
.staff1 .right .table dd{
    padding:0 0 0 136px;
}
.staff1 .right .table dl{
    padding:14px 6px 14px 6px;
}
.staff1 .right .table dl+dl{
    border-top:1px dotted #000;
}

.staff1 .right .table dl .hidden {
    display: none;
}
.staff1 .left h5{
    font-size:16px;
    font-family: "comeniusantiqua", serif;
    padding:0 0 15px 0;
    font-weight:normal;
}
.staff1 .left p{
    padding:0 0 20px 0;
}
.staff1 h4{
    text-align:center;
    font-size:36px;
    font-family: "comeniusantiqua", serif;
    font-weight:normal;
    padding:0 0 45px 0;
}
.staff1 h4 strong{
    font-family: "comeniusantiqua-b", serif;
    font-weight:normal;
    font-size:24px;
    display:block;
    line-height:1;
}
@media only screen and (max-width: 1110px){
    .staff1 h4{
        webkit-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }
    .staff1 .right{
        float:none;
        margin:0 auto;
        width:auto;
        max-width:700px;
    }
    .staff1 .left{
        float:none;
        width:auto;
        max-width:700px;
        margin:0 auto;
        padding-bottom:30px;
    }
}
@media only screen and (max-width: 760px){
    .staff1 .right .pic{
        float:none;
        text-align:center;
    }
    .staff1 .right .table{
        float:none;
        margin:0 auto;
        width:auto;
    }
}
@media only screen and (max-width: 500px){
    .staff1 .right .table dt{
        float:none;
        font-weight:bold;
    }
    .staff1 .right .table dd{
        padding-left:0;
    }
    .staff1 h4{
        font-size:26px;
        padding-bottom:30px;
    }
    .staff1 h4 strong{
        font-size:14px;
    }

    .staff1 .right .pic{
        float:none;
        width: 90%;
        margin: 0 auto;
    }
}

.staff .staffrecommend {
    padding-bottom: 30px;
}

.staff .staffrecommend h3 {
    text-align: center;
    padding: 0 0 30px 0;
}

.staff .staffrecommend .staffrecommendlist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.staff .staffrecommend .staffrecommendlist li {
    width: 17.889%;
    width: calc(100% / 5 - calc( calc(28px * 4) / 5));
    margin-right: 28px;
    margin-bottom: 28px;
}

.staff .staffrecommend .staffrecommendlist li:nth-of-type(5n) {
    margin-right: 0;
}

.staff .staffrecommend .staffrecommendlist .trimming:after {
    padding-top: 100%;
}

@media only screen and (max-width: 1110px){
    .staff .staffrecommend .staffrecommendlist li {
        width: calc(100% / 3 - calc( calc(5px * 2) / 3));
        margin-right: 5px;
        margin-bottom: 28px;
    }

    .staff .staffrecommend .staffrecommendlist li:nth-of-type(5n) {
        margin-right: 5px;
    }

    .staff .staffrecommend .staffrecommendlist li:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 500px){

}

.back{
    text-align:center;
}
.back a{
    display:inline-block !important;
    width:250px;
    height:auto;
    line-height:60px;
    border:1px solid #000;
    font-size:18px;
    font-family: "comeniusantiqua", serif;
    position:relative;
}
.back a:before{
    content:"";
    position:absolute;
    font-family: "fontawesome-webfont";
    top:0;
    left:13px;
}
.staff .back{
    padding-bottom:120px;
}
/*salon*/
.salon1{
    margin-top:-80px;
    position: relative;
}
.salon1 .bkimg img{
    width:100%;
    height:auto;
}

.salon1 .w09{
    position: absolute;
    /*    top: 61%;*/
    left: 21.36%;
    z-index:1;
    margin-top: -500px;
}
.salon1 .w09 .wrap{
    padding:25px 25px 25px 25px;
    background:rgba(255,255,255,0.3);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:50%;
    min-height:418px;
    margin-bottom:82px;
}
.salon1 .w09 .wrap h3{
    padding:0 0 30px 0;
}
.salon1 .w09 .wrap p{
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding:0 0 20px 0;
}

@media only screen and (max-width: 1100px){
    .salon1 .w09 {
        left: 22px;
        left: calc(45px / 2);
    }
}

@media only screen and (max-width: 920px){
    .salon1 .bkimg img{
        width:920px;
        max-width:none;
    }
    .salon1 .w09 .wrap{
        width:auto;
        padding-left:2.5%;
        padding-right:2.5%;
    }
}

@media only screen and (max-width: 768px){
    .salon2 .tbox .table dl dd a[href*="tel"] {
        pointer-events: none;
    }
    @media (max-width: 768px) {
        .salon2 .tbox .table dl dd a[href*="tel"] {
            pointer-events: initial !important;
        }
    }
}

@media only screen and (max-width: 768px){
    .salon1 .w09 {
        left: 10px;
    }
}

.salon2{
    padding:48px 0 80px 0;
}
.salon2 .tbox{
    width:605px;
    height:auto;
    float:left;
    padding:85px 0 20px 0;
}
.salon2 ul{
    float:right;
    width:424px;
    height:auto;
    padding:0 0 20px 0;
}
.salon2 ul li{
    text-align:right;
}
.salon2 ul li+li{
    text-align:left;
    padding:40px 0 0 0;
}
.salon2 .tbox h3{
    text-align:center;
    padding:0 0 45px 0;
}
.salon2 .tbox dt{
    float:left;
}
.salon2 .tbox dd{
    padding:0 0 0 140px;
}
.salon2 .tbox dl{
    padding:12px 6px 12px 6px;
}
.salon2 .tbox dl+dl{
    border-top:1px dotted #000;
}
@media only screen and (max-width: 1110px){
    .salon2 .tbox{
        max-width:605px;
        width:auto;
        float:none;
        margin:0 auto;
        padding-top:20px;
    }
    .salon2 ul{
        float:none;
        text-align:center;
        letter-spacing:-5px;
        width:auto;
    }
    .salon2 li{
        display:inline-block !important;
        padding:1% !important;
        width:48%;
    }
}
.salon3 h3{
    text-align:center;
    padding:0 0 35px 0;
}
.salon3 p{
    padding:0 0 20px 0;
}
.salon3 .w09{
    padding-bottom:30px;
}
.salon3 .map iframe{
    width:100%;
}
.salon3{
    padding-bottom:180px;
}

.salon3 .map {
    position: relative;
    width: 100%;
}

.salon3 .map:before {
    content: "";
    display: block;
    padding-top: 33.368%;
    padding-top: calc(635 / 1903 * 100%);
}

.salon3 .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 500px){
    .salon3 .map:before {
        padding-top: 100%;
    }
}

/*blog*/
.bloglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bloglist dl {
    width: 22.321%;
    width: calc(100% / 4 - calc(30px * 3 / 4));
    max-width: 250px;
    height: auto;
    padding-bottom: 20px;
    margin-right: 30px;
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.5);
    float: left;
}

.bloglist dl:nth-of-type(4n) {
    margin-right: 0;
}

.bloglist dd{
    overflow:hidden;
}
.bloglist dd img{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bloglist dd a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.bloglist{
    width:1120px;
}
.bloglist dd+dd{
    text-align:center;
    font-size:10px;
    font-family: "comeniusantiqua", serif;
    padding:10px 0 5px 0;
}
.bloglist dt{
    font-size:18px;
    text-align:center;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding:0 10px 15px 10px;
    line-height:140%;
    min-height:50px;
}
.bloglist dt+dd a{
    border:1px solid #000;
    display:inline-block !important;
    width:174px;
    height:auto;
    line-height:42px;
    font-size:16px;
    font-family: "comeniusantiqua", serif;
    position:relative;
}
.bloglist dt+dd a:before{
    content:"";
    position:absolute;
    top:0;
    right:10px;
    font-family: "fontawesome-webfont";
}
.bloglist dt+dd{
    text-align:center;

}
.bloglist{
    padding-bottom:30px;
}

.bloglist .trimming:after {
    padding-top: 100%;
} 
.pagenav{
    text-align:center;
    letter-spacing:-5px;
}
.pagenav li{
    display:inline-block !important;
    letter-spacing:0;
    padding:0 5px 10px 5px;
}
.pagenav li a{
    display:block;
    line-height:30px;
    width:30px;
    text-align:center;
    border:1px solid #c9c9c9;
    font-size:16px;
    font-family: "comeniusantiqua", serif;
}

.blog .pagenav{
    padding-bottom:55px;
}
.blog #side dt{
    padding:0 0 10px 0;
}
.blog #side dl{
    float:left;
    width:313px;
    padding:0 0 20px 0;
}
.blog #side dd{
    padding:0 0 18px 16px;
    font-weight:bold;
}
.blog #side dl.clearfix{
    width:650px;
}
.blog #side dl.clearfix dd{
    float:left;
    width:25%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.blog #side dd .i{
    padding-right:1em;
}
.blog #side{
    padding-bottom:100px;
}

@media only screen and (max-width: 1110px){
    .bloglist{
        width:auto;
        text-align:center;
        padding: 0 60px;
    }

    .bloglist dl{
        width: 22.321%;
        width: calc(100% / 3 - calc(15px * 2 / 3));
        max-width: inherit;
        vertical-align:top;
        display:inline-block !important;
    }

    .bloglist dl:nth-of-type(4n) {
        margin-right: 30px;
    }

    .bloglist dl:nth-of-type(3n) {
        margin-right: 0;
    }

    .blog #side dl{
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .bloglist dl{
        width: 32.158%;
        width: calc(100% / 2 - calc(30px / 2));
    }

    .bloglist dl:nth-of-type(3n) {
        margin-right: 30px;
    }

    .bloglist dl:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px){
    .blog .w09 {
        padding: 0;
    }

    .bloglist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0;
    }

    .bloglist dl{
        width: 70%;
        margin-right: 0;
    }

    .blog #side dl.clearfix{
        width: 100%;
    }

    .blog #side dl.clearfix dd{
        width:50%;
    }
}

.blog .blogrecommend {
    width: 100%;
    padding-bottom: 70px;
    overflow: hidden;
}

.blog .blogrecommend div {
    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;
}

.blog .blogrecommend h3 {
    text-align: center;
    padding: 0 0 30px 0;
}

.blog .blogrecommend dl {
    float: left;
    width: 17.944%;
    width: calc(100% / 5 - 28px * 4 / 5);
    margin-right: 28px;
}

.blog .blogrecommend dl:nth-of-type(5n) {
    margin-right: 0;
}

.blog .blogrecommend .trimming:after {
    padding-top: 100%;
}

.blog .blogrecommend dl dd {
    position: relative;
}

.blog .blogrecommend dl dd .cat {
    color: #fff;
    background-color: #000;
    padding: 5px;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 2;
}

.blog .blogrecommend dl dd .date {
    text-align: center;
    font-size: 10px;
    font-family: "comeniusantiqua", serif;
    padding: 10px 0 5px 0;
}

.blog .blogrecommend dl dd:nth-of-type(2) a {
    border: 1px solid #000;
    display: block;
    text-align: center;
    width: 174px;
    height: auto;
    line-height: 42px;
    font-size: 16px;
    font-family: "comeniusantiqua", serif;
    position: relative;
    margin: 0 auto;
}

.blog .blogrecommend dl dd:nth-of-type(2) a:before {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    font-family: "fontawesome-webfont";
}

.blog .blogrecommend dl dt {
    font-size: 18px;
    text-align: center;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding: 0 10px 15px 10px;
    line-height: 140%;
    min-height: 50px;
}

@media only screen and (max-width: 1110px){
    .blog .blogrecommend dl {
        float: left;
        width: 19.603%;
        width: calc(100% / 5 - 5px * 4 / 5);
        margin-right: 5px;
    }
}

@media only screen and (max-width: 768px){
    .blog .blogrecommend dl {
        float: left;
        width: 19.603%;
        width: calc(100% / 3 - 5px * 2 / 3);
        margin-right: 5px;
        margin-bottom: 56px;
    }

    .blog .blogrecommend dl:nth-of-type(5n) {
        margin-right: 5px;
    }

    .blog .blogrecommend dl:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px){
    .blog .blogrecommend dl {
        float: left;
        width: 19.603%;
        width: calc(100% / 2 - 5px / 2);
        margin-right: 5px;
        margin-bottom: 56px;
    }

    .blog .blogrecommend dl:nth-of-type(3n) {
        margin-right: 5px;
    }

    .blog .blogrecommend dl:nth-of-type(2n) {
        margin-right: 0;
    }

    .blog .blogrecommend dl dd:nth-of-type(2) a {
        width: 90%;
    }
}

.blogsingle .postmeta{
    text-align:center;
}
.blogsingle .postmeta .cat .w{
    background:#000;
    display:inline-block !important;
    padding:0 30px;
    color:#fff;
}
.blogsingle .postmeta li{
    padding-bottom:14px;
}
.blogsingle .postmeta li+li{
    font-family: "comeniusantiqua", serif;
}
.blogsingle h3{
    font-size:36px;
    text-align:center;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding:0 0 35px 0;
}
.blogsingle .txt .pic{
    text-align:center;
}
.blogsingle .txt p{
    padding:0 0 20px 0;
}
.blogsingle .txt{
    padding-bottom:30px;
}
.blogsingle{
    padding-bottom:90px;
}
@media only screen and (max-width: 500px){
    .blogsingle h3{
        font-size:24px;
        padding-bottom:20px;
    }
}

/*news*/

.news #side{
    float:left;
    width:250px;
}
.news #right{
    width:775px;
    height:auto;
    float:right;
}
.news #side dt {
    padding: 0 0 10px 0;
}
.news #side dd {
    padding: 0 0 18px 16px;
    font-weight: bold;
}
.news #side dd .i {
    padding-right: 1em;
}
.news #side dl.clearfix dd{
    float:left;
    width:50%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.news #side dl{
    padding-bottom:35px;
}
.newslist li{
    font-size:16px;
    text-indent:-2em;
    padding:14px 0 14px 2em;
    border-bottom:1px dotted #000;
}
.newslist li .i{
    padding-right:1em;
}
.newslist{
    padding-bottom:70px;
}
.news .pagenav{
    padding-bottom:100px;
}
@media only screen and (max-width: 1110px){
    .news #right{
        float:none;
        max-width:775px;
        width:auto;
        margin:0 auto;
    }
    .news #side{
        float:none;
        width:auto;
    }
    .news #side dl.clearfix dd{
        width:25%;
    }
}
@media only screen and (max-width: 500px){
    .news #side dl.clearfix dd{
        width:50%;
    }
}
/*style*/

.stylenav{
    text-align:center;
    letter-spacing:-5px;
    padding-bottom:45px;
}
.stylenav li{
    letter-spacing:0;
    font-size:24px;
    display:inline-block !important;
    font-family: "comeniusantiqua", serif;
    padding:0 0 10px 0;
}
.stylenav li+li:before{
    content:"/";
    display:inline-block !important;
    padding:0 1em;
}
.stylelist {
    letter-spacing:-5px;
    width:100%;
    padding-bottom:22px;
    height:auto;
}
.stylelist li{
    letter-spacing:0;
    display:inline-block !important;
    vertical-align:top;
    width: calc(100% / 5 - 28px * 4 / 5);
    margin-right: 28px;
    margin-bottom: 28px;
}

.stylelist li:nth-of-type(5n) {
    margin-right: 0;
}

.stylelist .trimming:after {
    padding-top: 100%;
}

.trimming-style {
    position: relative;
    display: block;
    overflow: hidden;
    width: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.trimming-style:after {
    display: block;
    content: "";
    padding-top: 100%; /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

.style .pagenav{
    padding:0 0 100px 0;
}
@media only screen and (max-width: 1110px){
    .style .w09 {
        padding: 0;
    }

    .stylenav li{
        font-size:18px;
    }
    .stylelist{
        width:auto;
        text-align:center;
    }
    .stylelist li{
        width: calc(100% / 3 - 5px * 2 / 3);
        margin-right: 5px;
    }

    .stylelist li:nth-of-type(5n) {
        margin-right: 5px;
    }

    .stylelist li:nth-of-type(3n) {
        margin-right: 0;
    }
}
.style1 .left{
    float:left;
    width: 100%;
    max-width:457px;
    height:auto;
    padding:0 0 10px 0;
}

.style1 .left .pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.style1 .left .pic:before {
    content: "";
    display: block;
    padding-top: 150%;
}

.style1 .left .pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none;
}

.style1 .right{
    float:right;
    width:546px;
    height:auto;
    padding:0 0 30px 0;
}
.style1 h3{
    text-align:center;
    font-size:34px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding:0 0 30px 0;
}
.style1 .stylist .pic{
    float:left;
    width: 19%;
}
.style1 .stylist dl{
    float:right;
    width: 81%;
    height:auto;
    padding:0 0 35px 0;
}
.style1 .stylist{
    border-bottom:1px solid #000;
}
.style1 .stylist dt {
    position:relative;
    margin-bottom:13px;
}
.style1 .stylist dt:before{
    width:100%;
    height:1px;
    background:#000;
    position:absolute;
    top:50%;
    left:0;
    content:"";
}
.style1 .stylist dt strong{
    display:inline-block !important;
    font-family: "comeniusantiqua-b", serif;
    font-weight:normal;
    font-size:16px;
    padding:0 0 0 18px;
    background:#fff;
    position:relative;
    z-index:1;
}
.style1 .stylist dt+dd{
    font-family: "comeniusantiqua", serif;
    font-size:16px;
    padding:0 0 2px 38px;

}
.style1 .stylist dd+dd{
    text-align:right;
}
.style1 .stylist dd+dd a{
    display:inline-block !important;
    color:#fff;
    background:#000;
    padding:0 45px;
    font-family: "comeniusantiqua", serif;
    position:relative;
    line-height:30px;
}
.style1 .stylist dd+dd a:before{
    content:"";
    font-family: "fontawesome-webfont";
    position:absolute;
    top:0;
    right:10px;
}
.style1 .stylist{
    margin-bottom:30px;
}
.style1 .right h4{
    font-size:16px;
    font-family: "comeniusantiqua-b", serif;
    font-weight:normal;
    padding-bottom:10px;
}
.style1 .point p{
    padding:0 0 20px 0;
}

.style1 .table dt{
    float:left;
    font-weight:bold;
}
.style1 .table dd{
    padding:0 0 0 118px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.style1 .table dl{
    padding:10px 0 10px 24px;
    border-bottom:1px dotted #000;
}
.style1 .table{
    padding-bottom:36px;
}
.style1 .back{
    text-align:right;
}
.style1 .back a{
    text-align:center;
}

.style1 .pic{
    margin-bottom: 35px;
}

.style1 .pic:after {
    padding-top: 150%;
}
.style1 ul{
    letter-spacing:-5px;
    width:100%;
    overflow: hidden;
}
.style1 li{
    width: calc(100% / 3 - 30px / 3);
    margin-right: 15px;
    float: left;
}

.style1 li:nth-of-type(3n) {
    margin-right: 0;
}

.style1 li .thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
}

.style1 li .thumb:hover {
    opacity: 0.8;
}

.style1 li .thumb:not([src*="."]) {
    display: none;
}

.style1 .left .trimming:after {
    padding-top: 100%;
}

.style1{
    padding-bottom:40px;
}
.style2 h3{
    text-align:center;
    padding:0 0 30px 0;
}
.style2{
    padding-bottom:70px;
}

@media only screen and (max-width: 1110px){
    .style1 .right{
        max-width:546px;
        width:auto;
        margin:0 auto;
        float:none;
    }
    .style1 .left{
        margin:0 auto;
        float:none;
    }
}
@media only screen and (max-width: 620px){
    .style1 h3{
        font-size:24px;
    }
    .style1 .stylist dl{
        width:auto;
        float:none;
    }
    .style1 .stylist .pic{
        width: 30%;
        float: none;
        text-align: center;
        margin: 0 auto 30px auto;
    }
    .style1 .stylist dt strong{
        padding-left:0;
    }
    .style1 .stylist dt + dd{
        padding-left:5%;
        padding-right:2%;
    }
    .style1 .table dl{
        padding-left:0;
        padding-right:0;
    }
    .style1 ul{
        width:auto;
    }

    .style1 li{
        width: calc(100% / 3 - 6px / 3);
        margin-right: 3px;
    }
}
/*recruit*/

.recnav{
    text-align:center;
    letter-spacing:-5px;
}
.recnav li{
    letter-spacing:0;
    display:inline-block !important;
    padding:0 40px 20px 40px;
}
.recnav li a{
    border:1px solid #000;
    display:inline-block !important;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:465px;
    padding:24px 0 24px 30px;
    text-align:left;
    font-size:18px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    position:relative;
}
.recnav li a:hover,.recnav li.st a{
    opacity:1;
    background:#000;
    color:#fff;
}
.recnav li a .e{
    font-size:24px;
    font-family: "comeniusantiqua", serif;
    padding-right:30px;
}
.recnav li a:before{
    content:"";
    position:absolute;
    top:24px;
    right:15px;
    font-family: "fontawesome-webfont";
}
.rec1{
    margin-top:30px;
    position:relative;
}
.rec1 .bkimg{
    position:absolute;
    top:0;
    left:0;
}
.rec1 .w09{
    position:relative;
    z-index:1;
}
.rec1 .sec1{
    text-align:center;
    padding:150px 0 25% 0;
}
.rec1 .sec1 h3{
    padding-bottom:65px;
}
.rec1 .sec1 p{
    font-size:18px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    line-height:180%;
    padding:0 0 20px 0;
    text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.rec1 .sec2 .pic{
    float:left;
    padding:0 0 20px 0;
}
.rec1 .sec2 .tbox{
    float:left;
    width:600px;
    height:auto;
    padding:75px 0 0 27px;
}
.rec1 .sec2 .tbox h3{
    padding-bottom:20px;
}
.rec1 .sec2 .tbox h4{
    font-size:16px;
    padding:0 0 20px 0;
}
.rec1 .sec2 .tbox p{
    font-size:16px;
    padding:0 0 20px 0;
}
.rec1{
    padding-bottom:30px;
}

.rec2 h3{
    text-align:center;
    padding:0 0 100px 0;
}

.rec2 .tbox{
    width:520px;
}

.rec2 .box:nth-of-type(odd) .tbox {
    float: left;
}

.rec2 .box:nth-of-type(odd) .pic {
    float: right;
}

.rec2 .box:nth-of-type(even) .tbox {
    float: right;
}

.rec2 .box:nth-of-type(even) .pic {
    float: left;
}

.rec2 .tbox p{
    padding:0 0 20px 75px;
}
.rec2 .tbox h4{
    max-width:356px;
    background:#000;
    color:#fff;
    font-size:24px;
    font-family: "comeniusantiqua", serif;
    font-weight:normal;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:5px 0 5px 20px;
    position:relative;
    margin-bottom:25px;
    margin-right:26px;
}
.rec2 .tbox h4:before{
    content:"";
    width:26px;
    height:100%;
    background:url(/import/tenant_1/160.16.231.130/html/images/recruit/rec1mk.gif) 0 0 repeat;
    right:-26px;
    top:0;
    position:absolute;
}
.rec2 .pic{
    padding-bottom:20px;
    width: 530px;
}

.rec2 .pic img {
    width: 100%;
    height: auto;
}

.rec2 .box{
    padding-bottom:80px;
}
.rec2+.recnav{
    padding-bottom:100px;
}
.rec2{
    padding-bottom:50px;
}

@media only screen and (max-width: 1110px){
    .recnav li{
        padding-left:1%;
        padding-right:1%;
    }

    .rec2 .box:nth-of-type(odd) .pic,
    .rec2 .box:nth-of-type(odd) .tbox,
    .rec2 .box:nth-of-type(even) .pic,
    .rec2 .box:nth-of-type(even) .tbox {
        width:auto !important;
        float:none;
    }

    .rec2 .box .pic img {
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .lp .pic,.rp .pic{
        float:none;
        text-align:center;
    }
    .rec2 .tbox p{
        padding-left:20px;
    }
}
@media only screen and (max-width: 900px){
    .rec1 .sec2 .pic{
        float:none;
        text-align:center;
    }
    .rec1 .sec2 .tbox{
        float:none;
        width:auto;
        padding-top:0;
        padding-left:0;
        max-width:600px;
        margin:0 auto;
    }

}
@media only screen and (max-width: 500px){
    .salon1 .bkimg img {
        width: 100%;
        height: 670px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
    }

    .rec2 .box .pic img {
        width: 100%;
    }

    .recnav li a{
        width:250px;
        padding:10px 0 10px 10px;
    }
    .recnav li a .e{
        display:block;
        padding-bottom:5px;
    }
    .rec1 .sec1 p{
        font-size:14px;
    }
    .rec1 .sec1 h3{
        padding-bottom:30px;
    }
    .rec2 .tbox h4{
        font-size:18px;
    }

}

.rec3 .tbox{
    width:600px;
    height:auto;
}
.rec3{
    padding:55px 0 70px 0;
}
.rec3 p{
    padding:0 0 20px 0;
}
.rec4 h3{
    text-align:center;
    padding:0 0 35px 0;
}

.rec3 .box .pic {
    width: 465px;
}

.rec3 .box .pic img {
    width: 100%;
    height: auto;
}

.rec3 .box:nth-of-type(odd) .tbox {
    float: right;
}

.rec3 .box:nth-of-type(odd) .pic {
    float: left;
}

.rec3 .box:nth-of-type(even) .tbox {
    float: left;
}

.rec3 .box:nth-of-type(even) .pic {
    float: right;
}

.rec4 .table{
    max-width:845px;
    margin:0 auto;
}
.rec4 .table dt{
    float:left;
    font-weight:bold;
}
.rec4 .table dd{
    padding:0 0 0 165px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.rec4 .table dl{
    padding:14px 25px 14px 25px;
    border-bottom:1px dotted #000;
}
.rec4 {
    padding-bottom:100px;
}

@media only screen and (max-width: 1100px){
    .rec3 .box .pic {
        width: 100%;
    }

    .rec3 .box .pic img {
        width: 50%;
    }

    .rec3 .box:nth-of-type(odd) .tbox, 
    .rec3 .box:nth-of-type(odd) .pic{
        float: none;
    }

    .rec3 .box:nth-of-type(even) .tbox,
    .rec3 .box:nth-of-type(even) .pic {
        float: none;
    }

    .rec3 .box .pic img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px){
    .rec3 .tbox{
        width: 100%;
    }

    .rec3 .box .pic img {
        width: 100%;
    }

    .rec4 .table dt{
        float:none;
    }
    .rec4 .table dd{
        padding-left:0;
    }
    .rec4 .table dl{
        padding-left:0;
        padding-right:0;
    }
}

/*product*/

.product .box{
    width:515px;
    height:auto;
    letter-spacing:0;
    display:inline-block !important;
    vertical-align:top;
    margin:0 60px 0 0;
    padding-bottom:10px;
    border-bottom:1px dotted #000;
    margin-bottom:56px;
}
.prolist{
    letter-spacing:-5px;
    width:1150px;
    height:auto;
    padding-bottom:80px;
}
.product .box .pic{
    width: 160px;
    float:left;
    padding:0 0 20px 0;
}

.product .box .pic img {
    width: 100%;
    height: auto;
}

.product .box dl{
    float:right;
    width:340px;
    height:auto;
}
.product .box dt{
    font-weight:bold;
    padding:0 0 20px 0;
}
.product .box dt+dd{
    padding:0 0 20px 0;
}
.product .box dd+dd{
    text-align:right;
    padding:0 0 20px 0;
}
@media only screen and (max-width: 1110px){
    .product .box{
        display:block !important;
        margin:0 auto 56px auto;
        max-width:515px;
        width:auto;
    }
    .prolist{
        width:auto;
    }
}
@media only screen and (max-width: 580px){
    .product .box dl{
        float:none;
        width:auto;
    }
    .product .box .pic{
        width: 100%;
        text-align:center;
        float:none;
    }

    .product .box .pic img {
        width: 45%;
    }
}

/*concept*/


.concept1 h3{
    text-align:center;
    padding:0 0 20px 0;
}
.concept1 h4{
    padding:0 0 20px 0;
    font-size:24px;
    text-align:center;
    font-weight:normal;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.concept1 p{
    text-align:center;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding:0 0 20px 0;
}
.concept1 .wrap{
    padding:60px 0 0 0;
    letter-spacing:-5px;
    width:1137px;
}
.concept1 dl{
    width:316px;
    height:auto;
    display:inline-block !important;
    vertical-align:top;
    letter-spacing:0;
    padding:0 47px 40px 0;
    text-align:left;
}
.concept1 dt{
    text-align:center;
    font-size:18px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    min-height:60px;
    padding-bottom:10px;
}
.concept1 dt+dd{
    padding-bottom:15px;
}
.concept1{
    padding-bottom:45px;
}
.concept2{
    position:relative;
    overflow:hidden;
    margin-bottom:100px;
}
.concept2 .bkimg{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.concept2 .bkimg img{
    width:100%;
    height:auto;
    opacity:0.3;
}
.concept2 .w09{
    position:relative;
    z-index:1;
    padding:70px 0 40px 0;
    overflow:hidden;
}
.concept2 h3{
    text-align:center;
    font-size:38px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    font-weight:normal;
    padding:0 0 30px 0;
}
.concept2 p{
    text-align:center;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding:0 0 20px 0;
}
.concept2 .wrap{
    padding:30px 0 0 0;
    letter-spacing:-5px;
    width:1177px;
    height:auto;
}
.concept2 dd strong{
    font-size:24px;
    display:block;
    font-family: "comeniusantiqua-b", serif;
    font-weight:normal;
    padding-bottom:15px;
}

.concept2 dl{
    width: 28.5%;
    width: calc(1090px / 4 - calc(calc(87px * 3) / 4));
    display:inline-block !important;
    vertical-align:top;
    letter-spacing:0;
    text-align:left;
    margin:0 87px 30px 0;
    position:relative;
}

.concept2 dl:nth-of-type(4n) {
    margin-right: 0;
}

.concept2 dl:nth-of-type(4n):before {
    display: none;
}
.concept2 dt{
    font-size:24px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
    padding:10px 0 0 0;
}
.concept2 dl:before{
    content:"▶▶▶";
    position:absolute;
    top:80px;
    right:-60px;
    display: inline-block;
    width: 45px;
    height: 45px;
}
.concept2 dl:last-child:before{
    content:"";
}

.concept2 dl dd img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1110px){
    .concept1 h4{
        font-size:18px;
    }
    .concept1 .wrap{
        width:auto;
        text-align:center;
    }
    .concept1 dl{
        padding-left:1.5%;
        padding-right:1.5%;
        width: 28.406%;
        width: calc(100% / 2 - calc(calc(87px * 1) / 2));
    }
    .concept1 dt{
        min-height:0;
    }
    .concept2 h3{
        font-size:28px;
    }
    .concept2 .wrap{
        width:auto;
        text-align:center;
    }

    .concept2 dl:nth-of-type(4n) {
        margin-right: 87px;
    }

    .concept2 dl:nth-of-type(4n):before {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px){

}

@media only screen and (max-width: 500px){
    .concept .w09 {
        padding: 0;
    }

    .concept1 dl{
        width: 85%;
    }

    .concept2{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .concept2 dl{
        width: 60%;
        margin-right: 0;
        padding-bottom: 45px;
    }

    .concept2 dl:before{
        top: inherit;
        bottom: 0;
        right: calc(50% - 21px);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 21px;
    }

    .concept2 dl:nth-of-type(4n) {
        margin-right: 0;
    }
}


/* fead */

/* フィード */
.fead-mv {
  opacity: 0;
}

.fead-mv.mv {
  opacity: 1;
  transition: 0.5s ease-out;
}

.fead-up {
  opacity: 0;
  transform: translateY(50px);
}

.fead-up.mv {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s ease-out;
}

.fead-right {
  opacity: 0;
  transform: translateX(-20%);
}

.fead-right.mv {
  opacity: 1;
  transform: translateX(0);
  transition: 1s;
}

.fead-left {
  opacity: 0;
  transform: translateX(20%);
}

.fead-left.mv {
  opacity: 1;
  transform: translateX(0);
  transition: 1s;
}

[data-element-id] .fead-mv {
  opacity: 1;
}

/* 3分割 */

.w-3{
  width: 32.333% !important;
}

.d-flex{
  display: flex !important;
  justify-content: space-between !important;
}

.f-none{
  float: none !important;
}


/* 固定ナビ */
  
.ffix {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    width: 100%;
    background: #00000070;
    height: 60px;
}
  
  .ffix .ffix-outer{
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
.ffix .ffix-outer li {
    padding-top: 0;
    height: 100%;
    width: 7%;
    padding-left: 0;
    color: #555;
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
    margin-right: 15px;
}
  
 .ffix .ffix-outer li a {
    color: #fff;
    display: flex;
    align-items: center;
}

  .ffix .ffix-outer .tel{
    position: relative;
    padding-top: 0;
    height: 100%;
    border: none;
    justify-content: color;
    align-items: center;
    padding-left: 0;
    color: #fff;
    transition: all 0.1s ease-in;
  }
  
  .nav-image img{
    width: 25px;
    margin-right: 15px;
  }
  
  
  .totop {
    position: fixed;
    bottom: 90px;
    right: 10px;
    z-index: 8;
}
  

@media only screen and (max-width: 1024px){
  .ffix .ffix-outer li {
    padding-top: 0;
    height: 100%;
    width: 17%;
    padding-left: 0;
    color: #555;
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
    margin-right: 15px;
}
}

@media only screen and (max-width: 599px){
  
  .ffix .ffix-outer li {
    padding-top: 0;
    height: 100%;
    width: 50%;
    padding-left: 0;
    position: relative;
}

.ffix .ffix-outer {
    width: 100%;
    display: flex;
}

.ffix .ffix-outer li {
    padding-top: 0;
    height: 100%;
    width: 50%;
    padding-left: 0;
    position: relative;
    amrgin-right: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
}

.ffix .ffix-outer li:first-of-type{
  border-right: 1px solid;
}

#footer .inner p {
    float: right;
    font-size: 12px;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}
}


.menuwrap .table01 dt{
    float:left;
    font-weight:bold;
}
.menuwrap .table01 dt+dd{
    text-align:right;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝", serif;
}
.menuwrap .table01 dl{
    padding:12px 0 12px 20px;
}
.menuwrap .table01 dd+dd{
    padding-top:3px;
}
.menuwrap .table01 dl+dl{
    border-top:1px dotted #000;
}
.menuwrap .table01{
    padding-bottom:0;
}

.menuwrap .box01{
    padding-bottom:0;
}

@media only screen and (max-width: 1024px){
.menuwrap .table01 {
    padding-bottom: 60px;
}
}

@media only screen and (max-width: 500px){
    .menuwrap .table01 dl{
        padding-left:0;
    }
    .menuwrap .table01 dt{
        float:none;
    }
}

.tac {
  text-align: center;
}
