@charset "utf-8";

@font-face {
    font-family: "P22 Johnston Underground Regular";
    src: url(/upload/tenant_1/f97bc40c35c07db87b508891dd4f0490.eot);
    src: url(/upload/tenant_1/f97bc40c35c07db87b508891dd4f0490.eot) format("embedded-opentype"),
        url(/upload/tenant_1/d52c16b2f8cd86450ad0a8c8073f05f7.woff) format("woff"),
        url(/upload/tenant_1/58510a8b297c76e80356bcef10e5d169.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontawesome-webfont";
    src: url(/import/tenant_1/160.16.243.107/html02/font/fontawesome-webfont.eot);
    src: url(/import/tenant_1/160.16.243.107/html02/font/fontawesome-webfont.eot) format("embedded-opentype"),
        url(/import/tenant_1/160.16.243.107/html02/font/fontawesome-webfont.woff) format("woff"),
        url(/import/tenant_1/160.16.243.107/html02/font/fontawesome-webfont.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p,
span {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
    color: #777474;
    line-height: 160%;
}

.i {
    font-family: "fontawesome-webfont";
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    display: inline;
    zoom: 1;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.list-inner {
    height: 100%;
}

/* .clearfix {
	overflow: hidden;
} */

.clear {
    clear: both;
}

img {
    vertical-align: top;
    border: none;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
}

ul {
    list-style: none;
}

.fead-mv {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}

.mv {
    opacity: 1;
}

#wrapper {
    min-width: 1200px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    #wrapper {
        min-width: 300px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

#header {
    width: 100%;
    padding: 15px 0;
}

#header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h1 {
    width: 100%;
    padding: 10px 6% 0;
    font-size: 12px;
}

#gnav p {
    display: none;
}

#gnav {
    width: 80%;
}

#gnav ul {
    letter-spacing: -10px;
    text-align: right;
}

#gnav li {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
}
#gnav li.up-d-none{
  display: none;
}
#gnav .nav1 .hd2 {
    padding-left: 25px;
}

#gnav .nav1 .hd1 a,
#gnav .nav1 .hd2 a {
    display: block;
    font-weight: bold;
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 2px;
    border: 2px solid #000;
    position: relative;
}

#gnav .nav1 .hd1 a:before {
    content: url(/import/tenant_1/160.16.243.107/html02/images/36220db8a54e782c97b0f16418594f0e.png);
    -webkit-transform: translateY(-37%);
    transform: translateY(-37%);
    position: absolute;
    top: 50%;
    left: 16px;
}

#gnav .nav1 .hd1 a:after {
    content: url(/import/tenant_1/160.16.243.107/html02/images/header_03.png);
    position: absolute;
    top: 0px;
    right: 10%;
}

#gnav .nav1 .hd2 a:before {
    content: url(/import/tenant_1/160.16.243.107/html02/images/footer_06.png);
    position: absolute;
    top: 11px;
    left: 16px;
}

#gnav .nav1 .hd2 a:after {
    content: url(/import/tenant_1/160.16.243.107/html02/images/hd2.png);
    position: absolute;
    top: 13px;
    right: 16px;
}

#gnav .nav1 li {
    vertical-align: middle;
}

#gnav .nav1 .sns img {
    vertical-align: middle;
}

#gnav .nav1 .sns li {
    max-width: 35px;
    margin-left: 10px;
    font-size: 18px;
}

#gnav .nav1 .hd1 a {
    color: #fff;
    background: #000;
}

#gnav .nav2 li a {
    display: block;
    font-weight: bold;
    font-size: 12px;
    position: relative;
}

#gnav .nav2 li a:before {
    content: "";
    height: 4px;
    display: block;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0px;
    left: 100%;
    right: 0;
    z-index: -1;
}

#gnav .nav2 li a:after {
    content: "";
    height: 4px;
    display: block;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 100%;
    z-index: -1;
}


/* focus */
#gnav .nav2 li a:hover {
    opacity: 1;
}

#gnav .nav2 li a:hover:before {
    background: #111;
    left: 0px;
    right: 0px;
    ;
}

#gnav .nav2 li a:hover:after {
    background: #111;
    left: 0px;
    right: 0px;
}

#gnav .nav2 li strong {
    display: block;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
}

#gnav .nav1 {
    padding-bottom: 25px;
}

@media (max-width: 1024px) {
  #gnav .nav2 li a:hover:after{
    background: none;
  }
  #gnav .nav2 li a:hover:before{
    background: none;
  }
  /*   #wrapper {
      padding-top: 61.41px;
  } */

    #header {
        height: auto;
        z-index: 100;
        padding: 0;
    }

    #header h1 {
        float: none;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    #header #gnav {
        width: 100%;
        
    }

    #header #gnav .wrap {
        width: 100%;
        max-width: 500px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        overflow-y: auto;
          height: 100%;
        padding: 50px 0 80px;
        text-align: center;
        border: none;
        background: #fff;
        -webkit-transition: ease 0.5s;
        transition: ease 0.5s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 101;
    }
  #header #gnav .nav2{
      
}
    #header #gnav.action .wrap {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #header #gnav ul li+li::before {
        display: none;
    }

    #gnav p {
        width: 38px;
        height: 38px;
        display: block;
        background: #000;
        opacity: 0.8;
        cursor: pointer;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 102;
    }

    #header #gnav .nav2 li {
        width: 100%;
        display: block;
        margin: 0;
        text-align: left;
        background: none;
    }

    #header #gnav .nav2 li+li {
        border-top: 1px solid #000;
    }

    #gnav .nav1 .hd1 {
        width: 100% !important;
    }

    #gnav .nav1 .hd1 a,
    #gnav .nav1 .hd2 a {
        width: 70%;
        margin: 15px auto;
        text-align: center;
        border: none;
    }

    #gnav .nav1 .hd2 a:before {
        content: "";
    }

    #gnav .nav1 .hd2 a:after {
        content: "";
    }

    #gnav p span.n {
        width: 26px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: -9999px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 6px;
    }

    #gnav p span.n:before {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p span.n:after {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #header #gnav li ul {
        width: auto;
        display: block;
        margin-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
    }

    #header #gnav ul li ul li {
        border-bottom: 0;
    }

    #header #gnav ul.nav1 {
        padding-bottom: 2px;
        text-align: center;
    }

    #header #gnav ul.nav1 ul {
        padding-left: 0;
    }

    #header #gnav ul.nav1 ul li {
        margin: 0 10px;
        padding: 0px !important;
    }

    #header #gnav ul.nav2 {
        padding: 0 20px;
        border-bottom: 1px solid #000;
    }

    .overlay {
        position: relative;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.4;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 48;
    }

    #header #gnav li.sns+li {
        border-bottom: 1px solid #000;
    }

    /* #header #gnav li.sns{
		padding-bottom:2px !important;
	} */
}

#footer {
    background: #eee;
}

#footer .inner {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 90px 0;
}

#footer .left {
    width: 32%;
    float: left;
}

#footer .footnav {
    width: 60%;
    float: right;
    padding: 30px 0 0 0;
}

#footer .fhead {
    padding: 0 0 30px 0;
}

#footer h3 {
    max-width: 60%;
    display: inline-block !important;
    vertical-align: middle;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
}

#footer .fhead ul {
    width: 38%;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}

#footer .fhead li {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    font-size: 16px;
    line-height: 28px;
    border: solid 1px;
    border-radius: 100%;
}

#footer .book li a {
    width: 383px;
    height: auto;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 61px;
    letter-spacing: 1px;
    text-align: center;
    border: 2px solid #000;
    position: relative;
}

#footer .book li {
    padding: 0 0 21px 0;
}

#footer .book .app-ios,
#footer .book li .app-android {
    display: none;
}

#footer .book .fc1 a {
    color: #fff;
    background-color: #000;
}

#footer .book .fc1 a span {
    color: white;
}

#footer .book .fc1 a,
#footer .book .fc2 a {
    padding: 0 3em;
    box-sizing: border-box;
}

#footer .book .fc1 a:before {
    content: "";
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/import/tenant_1/160.16.243.107/html02/images/footer_04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 1em;
}

#footer .book .fc1 a:after {
    content: "";
    width: 10px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/import/tenant_1/160.16.243.107/html02/images/footer_05.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1em;
}

#footer .book .fc2 a:before {
    content: url(/import/tenant_1/160.16.243.107/html02/images/footer_06.png);
    position: absolute;
    top: 24px;
    left: 28px;
}

#footer .book .fc2 a:after {
    content: url(/import/tenant_1/160.16.243.107/html02/images/footer_07.png);
    position: absolute;
    top: 22px;
    right: 24px;
}

/* #footer .footnav ul{
	width:33.3%;
	float:left;
} */

#footer .footnav li .ic {
    min-width: 21px;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 1.5em;
    text-align: center;
}

#footer .footnav li {
    width: 32%;
    display: inline-block;
    padding: 0 0 15px 0;
    text-align: left;
}

.totop {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 99;
}

.copy {
    clear: both;
    padding-top: 50px;
    font-family: "P22 Johnston Underground Regular", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-align: center;
}

.fcoupon {
    margin-right: -80px;
    position: fixed;
    top: 50%;
    right: 2.5%;
}

.fcoupon a {
    width: 158px;
    display: block;
    font-family: "P22 Johnston Underground Regular";
    line-height: 35px;
    text-align: center;
    border: 1px solid #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fcoupon img {
    vertical-align: middle;
    margin-right: 1em;
}

@media (max-width: 1340px) {
    .copy {
        height: auto;
        margin-top: 0;
        padding-bottom: 30px;
        -ms-writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        position: relative;
        top: auto;
        left: auto;
    }

    #footer .inner {
        padding-bottom: 50px;
    }

    .fcoupon {
        display: none;
    }
}

@media (max-width: 1024px) {
    #footer .inner {
        width: 95%;
    }

    #footer .left {
        float: none;
    }

    #footer .footnav {
        width: auto;
        float: none;
    }
}

@media (max-width: 599px) {
    #footer .left {
        margin: 0 auto;
    }

    #footer .footnav ul {
        width: auto;
        float: none;
    }

    #footer .footnav li {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #000;
    }

    #footer .book li a {
        width: auto;
        max-width: 383px;
        text-indent: -2em;
    }

    #footer h3 {
        display: block !important;
        padding-bottom: 20px;
        padding-right: 0;
        text-align: center;
    }

    #footer .fhead ul {
        display: block !important;
        text-align: center;
    }
}

.subtit h2 {
    padding: 50px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 48px;
    letter-spacing: 3px;
    text-align: center;
}

.subtit {
    width: 88%;
    height: auto;
    margin: 0 auto;
}

.subtit .img img {
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .subtit {
        width: 95%;
    }

    .subtit h2 {
        padding: 30px 0;
    }
}

@media (max-width: 500px) {
    .subtit h2 {
        font-size: 30px;
    }
}

.h3s {
    padding: 0 0 25px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
    text-align: center;
}

.home-main {
    width: 88%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.home-main .bkimg img {
    width: 100%;
    height: auto;
}

.home-main .inn {
    position: absolute;
    bottom: 50px;
    left: 57px;
}

.home-main .inn h3 {
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 46px;
    line-height: 140%;
    letter-spacing: 3px;
}

.hmore a {
    width: 230px;
    height: auto;
    display: inline-block !important;
    font-family: "P22 Johnston Underground Regular";
    font-size: 20px;
    line-height: 43px;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid #000;
    background: url(/import/tenant_1/160.16.243.107/html02/images/hmore.png) 204px 14px no-repeat;
}

.home-main .inn p.hmore {
    padding: 25px 0 0 0;
}

.w88 {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}

.w12 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .w88 {
        width: 95%;
    }

    .w12 {
        width: 95%;
    }

    .home-main {
        width: 95%;
    }

    .home-main .inn {
        bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 599px) {
    .home-main .inn h3 {
        font-size: 25px;
        line-height: 120%;
    }

    .home-main .inn p.hmore {
        padding-top: 5px;
    }

    .home-main .inn {
        bottom: 10px;
        left: 10px;
    }
}

.home-news {
    max-width: 844px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 120px 0;
}

.home-news dt {
    font-size: 12px;
    line-height: 1;
}

.home-news dd {
    display: inline-block !important;
}

.home-news dt+dd {
    max-width: 670px;
    vertical-align: middle;
    padding: 5px 0 0 0;
}

.home-news dd+dd a {
    width: 92px;
    height: auto;
    display: inline-block;
    font-family: "P22 Johnston Underground Regular";
    font-size: 13px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #000;
}

.home-news dd+dd {
    float: right;
}

.home-news dl {
    padding: 15px 26px 15px 15px;
    border-bottom: 1px solid #000;
}

@media (max-width: 1024px) {
    .home-news {
        width: 95%;
    }
}


/* .home-concept{
	background:#e7e4e0;
	position:relative;
	margin-bottom:90px;
} */


/* .home-concept:before{
	content:"";
	width:100%;
	height:122px;
	position:absolute;
	background:#fff;
	top:0;
	left:0;
} */

.home-concept .w12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.home-concept:after {
    content: "";
    width: 4%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.home-concept .left {
    width: 55%;
    max-width: 650px;
    margin-top: -120px;
    padding-bottom: 20px;
}

.home-concept .slide .uk-slideshow {
    height: auto !important;
}

.home-concept .slide .uk-slideshow:after {
    content: "";
    display: block;
    padding-top: 70%;
}

.home-concept .slide .uk-slideshow>li {
    width: 100%;
    height: 100% !important;
}

.home-concept .slide .uk-slideshow>li>div {
    width: 100%;
    height: 100% !important;
}

.home-concept .slide .uk-slideshow>li>div img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.home-concept .slide .uk-dotnav {
    width: auto;
    margin-top: 0;
    margin-left: -10px;
    position: static !important;
}

.home-concept .slide .uk-dotnav li {
    margin-top: 10px;
    padding-left: 10px;
}

.home-concept .slide .uk-dotnav li a {
    width: 15px;
    height: 15px;
    background: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-concept .slide .uk-dotnav li.uk-active a {
    background: #808080;
}

.home-concept .right {
    width: 40%;
}

.home-concept .right h3 {
    margin-top: -22px;
    text-align: left;
}

.home-concept .right p {
    padding: 0 0 20px 0;
}

.home-concept .left .slidenav {
    padding: 26px 0 0 0;
    line-height: 1;
    letter-spacing: -10px;
    text-align: center;
}

.home-concept .left .slidenav li {
    width: 12px;
    height: 12px;
    display: inline-block !important;
    margin: 0 6px;
    line-height: 1;
    letter-spacing: 0;
    text-indent: -9999px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.home-concept .left .slidenav li.st,
.home-concept .left .slidenav li:hover {
    background: #000;
}

@media (max-width: 1024px) {
    .home-concept::after {
        width: 2.5%;
    }
}

.home-feature {
    padding: 70px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-feature .pic {
    width: 46%;
}

.home-feature .left {
    width: 46%;
}

.home-feature .left h3 {
    text-align: center;
}

.home-feature .left p {
    padding: 0 0 35px 0;
    text-align: center;
}

.home-feature .left ul {
    letter-spacing: -2px;
    text-align: center;
}

.home-feature .left li {
    width: 206px;
    height: 206px;
    display: inline-block !important;
    vertical-align: top;
    letter-spacing: 0;
    border: 2px solid #f0f0f0;
    background: #fff;
}

.home-feature .left li .p {
    min-height: 64px;
    display: block;
    padding: 45px 0 0 0;
}

.home-feature .left li .t {
    display: block;
    padding: 23px 0 0 0;
}

@media (max-width: 1024px) {
    .home-feature .left {
        width: auto;
        float: none;
    }

    .home-feature .pic {
        float: none;
        text-align: center;
    }

    .home-feature .pic img {
        opacity: 0.5;
    }

    .home-feature .w12 {
        width: auto;
    }
}

@media (max-width: 700px) {
    .home-feature .left li {
        width: 31%;
        font-size: 11px;
    }

    .home-feature .left {
        margin-bottom: -25%;
    }
}

.home-style {
    padding: 95px 0 110px 0;
}

.home-style h3 {
    padding-bottom: 70px;
}

.home-style li {
    width: 15.666%;
    margin: 0.5%;
    position: relative;
}

.home-style li+li {
    text-align: center;
}

.home-style li a {
    display: block;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.home-style li a .t {
    width: 100%;
    display: none !important;
    display: block;
    margin-top: -14px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 28px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.home-style li a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home-style li a:hover {
    opacity: 1;
}

.home-style li a:hover .t {
    display: block !important;
}

.home-style li a:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.home-style .slider {
    overflow: hidden;
    position: relative;
}

.home-style .next {
    margin-top: -23px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
}

.home-style .prev {
    margin-top: -23px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 10px;
}

.home-style .hmore {
    padding-top: 67px;
    text-align: center;
}

.home-blog {
    padding: 45px 0 100px 0;
    position: relative;
}

.home-blog:before {
    content: "";
    width: 100%;
    height: 255px;
    background: #866a54a8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-blog h3 {
    padding: 0 0 35px 0;
}

.home-blog dl {
    width: 23%;
    margin: 0;
}

.home-blog .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
}

.home-blog dt {
    padding: 10px 0 35px 0;
}

.home-blog dt .d {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 140%;
}

dt {
    font-weight: bold;
}

.home-blog dt a {
    text-decoration: underline;
}

.home-blog .hmore {
    text-align: center;
}

.home-blog dd a {
    display: block;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.home-blog dd a .t {
    width: 100%;
    display: none !important;
    display: block;
    margin-top: -14px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 28px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.home-blog dd a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home-blog dd a:hover {
    opacity: 1;
}

.home-blog dd a:hover .t {
    display: block !important;
}

.home-blog dd a:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 1024px) {
    .home-blog .list {
        width: auto;
        letter-spacing: -10px;
        text-align: center;
    }

    .home-blog dl {
        display: inline-block !important;
        float: none;
        padding-left: 1%;
        padding-right: 1%;
        letter-spacing: 0;
        text-align: left;
       
    }
}

@media (max-width: 680px) {
    .home-blog dl {
        width: 48%;
    }
}

.home-salon {
    max-width: 1116px;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 95px;
}

.home-salon #map {
    width: 669px;
    height: 348px;
    float: left;
    border: 1px solid #b4b3b3;
}

.home-salon .tbox {
    width: 367px;
    height: auto;
    float: right;
    padding: 34px 0 0 0;
}

.home-salon .tbox h4 {
    padding-bottom: 25px;
}

.home-salon .tbox dt {
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
}

.home-salon .tbox dd {
    font-size: 13px;
}

.home-salon .tbox dl {
    padding: 0 0 10px 0;
}

@media (max-width: 1024px) {
    .home-salon .tbox {
        width: auto;
        float: none;
        text-align: center;
    }

    .home-salon {
        width: 95%;
    }

    .home-salon #map {
        width: 100%;
        float: none;
    }
}

.home-sns {
    padding: 50px 0 114px 0;
    background: #f6f6f6;
}

.home-sns h3 {
    padding-bottom: 50px;
}

.home-sns .w88 {
    padding: 53px 0 53px 0;
    background: #fff;
}

.home-sns .fb {
    width: 50%;
    float: right;
    margin-left: -2px;
}

.home-sns .fb .inner {
    width: 500px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.home-sns h4 {
    padding: 0 0 35px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 25px;
    text-align: center;
}

.home-insta {
    width: 50%;
    float: left;
    border-right: 2px solid #f6f6f6;
}

.home-insta .inner {
    width: 575px;
    height: auto;
}

.home-insta .inner li {
    max-width: 180px;
    height: auto;
    float: left;
    padding: 0 17px 17px 0;
}

.home-insta .inner ul {
    width: 592px;
    height: auto;
}

.home-insta .inner li a {
    display: block;
    position: relative;
}

.home-insta .inner li .h {
    width: 34px;
    height: auto;
    display: block;
    font-family: "P22 Johnston Underground Regular";
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: url(#) 0 0 no-repeat;
    position: absolute;
    bottom: 9px;
    left: 7px;
}

.home-sns .more a {
    width: 226px;
    height: auto;
    display: inline-block !important;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #000;
}

.home-sns .more a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 1em;
}

.home-sns .more {
    padding-top: 36px;
    padding-bottom: 22px;
    text-align: center;
}

.home-sns .home-insta .more a {
    color: #fff;
    background: #000;
}

@media (max-width: 1420px) {
    .home-insta {
        width: auto;
        float: none;
        border: none;
    }

    .home-insta .inner ul {
        width: auto;
        letter-spacing: -10px;
    }

    .home-insta .inner {
        width: auto;
        text-align: center;
    }

    .home-insta .inner li {
        display: inline-block !important;
        float: none;
        letter-spacing: 0;
    }

    .home-insta .inner li {
        width: 32%;
        padding: 0.5%;
    }

    .home-sns .fb {
        width: auto;
        float: none;
        margin: 0 auto;
    }

    .home-sns .fb .inner {
        width: 100%;
        max-width: 500px;
    }
}

.home-menus .left {
    width: 600px;
    float: left;
}

.home-menus .right {
    width: 588px;
    height: auto;
    float: right;
}

.home-menus .lb2 .in {
    width: 437px;
    height: auto;
    display: inline-block !important;
    overflow: hidden;
    position: relative;
}

.home-menus .lb2 dl {
    width: 100%;
    position: absolute;
    top: 220px;
    left: 0;
}

.home-menus .lb1 {
    padding: 0 0 14px 0;
}

.home-menus .lb1 dl {
    width: 655px;
    height: 304px;
    margin-left: -55px;
    text-align: center;
    background: #e2f3d8;
}

.home-menus .lb1 dt {
    padding-top: 75px;
}

.home-menus .lb2 {
    text-align: right;
}

.home-menus dl {
    text-align: center;
}

.home-menus .rb2 {
    width: 372px;
    height: 372px;
    margin-top: 12px;
    background: #f7f0d4;
}

.home-menus .rb1 {
    width: 645px;
    height: 526px;
    overflow: hidden;
    position: relative;
}

.home-menus .rb1 dl {
    width: 100%;
    position: absolute;
    top: 210px;
    left: 0;
}

.home-menus .rb2 dl {
    padding-top: 105px;
}

.home-menus img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

@media (max-width: 1024px) {
    .home-menus .left {
        width: auto;
        float: none;
    }

    .home-menus .right {
        width: auto;
        float: none;
    }

    .home-menus .lb1 dl {
        width: 100%;
        margin-left: 0;
    }

    .home-menus .rb2 {
        width: 100%;
    }

    .home-menus .rb1 {
        width: auto;
        max-width: 645px;
        height: auto;
    }

    .home-menus .rb1 dl {
        margin-top: -64px;
        top: 50%;
    }

    .home-menus .lb2 .in {
        width: auto;
        max-width: 437pxp;
        height: auto;
    }
}


/*concept*/

.w10 {
    max-width: 1000px;
    margin: 0 auto;
}

.concept1 h3 {
    padding: 0 0 50px 0;
    font-size: 26px;
    text-align: center;
}

.concept1 h3 strong {
    display: block;
    padding-bottom: 8px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.concept1 {
    padding: 70px 0 80px 0;
}

.concept1 .pic {
    padding: 0 0 30px 0;
}

.concept1 p {
    padding: 0 0 20px 0;
}

.concept2 {
    padding: 70px 0 0 0;
    background: #e7e4e0;
}

.concept2 h3 {
    padding: 0 0 20px 0;
}

.concept2 h4 strong {
    display: block;
    padding-bottom: 10px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 2px;
}

.concept2 h4 {
    padding: 0 0 20px 0;
    font-size: 18px;
    text-align: center;
}

.concept2 .box .pic {
    padding: 0 0 30px 0;
}

.concept2 .box p {
    padding: 0 0 20px 0;
}

.concept2 .box {
    padding: 0 0 90px 0;
}

.concept3 li {
    width: 204px;
    height: auto;
    float: left;
    padding: 0 61px 30px 0;
}

.concept3 li a {
    height: 200px;
    display: block;
    text-align: center;
    border: 2px solid #000;
}

.concept3 li img {
    display: block;
    margin: 0 auto;
}

.concept3 li strong {
    min-height: 2em;
    display: block;
    padding: 20px 0 0 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 24px;
}

.concept3 li .n {
    display: block;
    padding-bottom: 10px;
}

.concept3 li .t {
    display: block;
    padding: 35px 0 46px 0;
    font-weight: bold;
    font-size: 20px;
}

.concept3 ul {
    width: 1061px;
}

.concept3 {
    padding: 120px 0 90px 0;
}

@media (max-width: 1024px) {
    .w10 {
        width: 95%;
    }

    .concept3 ul {
        width: auto;
        letter-spacing: -10px;
        text-align: center;
    }

    .concept3 li {
        display: inline-block !important;
        vertical-align: top;
        float: none;
        padding-left: 1.5%;
        padding-right: 1.5%;
        letter-spacing: 0;
    }
}

@media (max-width: 1024px) {
    .concept3 li {
        width: 49%;
        padding-bottom: 0.5%;
        padding-left: 0.5%;
        padding-right: 0.5%;
    }

    .concept3 li .t {
        padding-bottom: 20px;
    }
}


/*salon*/

.salon .home-concept {
    margin-top: 80px;
    margin-bottom: 20px;
    background: none;
}

.salon .home-concept:before {
    height: 546px;
    background: #e7e4e0;
    top: 122px;
}

.salon .home-concept .right {
    width: 500px;
    height: auto;
}

.salon .home-concept .right dt {
    font-size: 18px;
}

.salon .home-concept .right dd {
    font-size: 18px;
    text-align: right;
}

.salon .home-concept .right dl {
    padding: 0 0 25px 0;
}

.salon .home-concept .right p {
    padding: 0 0 20px 0;
}

.salon .home-concept .w12 {
    padding-bottom: 60px;
}

.salon2 h3 {
    padding: 0 0 45px 0;
}

.salon2 .left {
    width: 415px;
    height: auto;
    float: left;
}

.salon2 .right {
    width: 415px;
    float: left;
}

.salon2 #map {
    width: 100%;
    height: 583px;
}

.salon2 dt {
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
}

.salon2 dd {
    font-size: 13px;
}

.salon2 dl {
    padding: 0 0 30px 0;
}

.salon3 {
    padding: 60px 0 90px 0;
}

.salon3 h4 {
    padding: 0 0 35px 0;
    font-size: 24px;
}

.salon3 dl {
    width: 20%;
    height: auto;
    height: auto;
    float: left;
    margin: 0 42px 40px 0;
}

.salon3 dt {
    padding: 0 0 15px 0;
}

.salon3 .clearfix {
    width: 1042px;
}

.salon3 dl:nth-child(2),
.salon3 dl:nth-child(4) {
    margin-top: 75px;
}

.salon3 dl dt {
    position: relative;
    z-index: 1;
}

.salon3 dl dt .icon-fa-free-time::before {
    margin-right: 0.5em;
    font-size: 150%;
    color: #93b0bb;
    line-height: 1;
}

.salon3 dl+dl {
    position: relative;
}

.salon3 dl+dl:before {
    content: "";
    width: 52px;
    height: 40px;
    border-top: 6px dotted #000;
    position: absolute;
    top: 95px;
    left: -46px;
}

.salon3 dl:nth-child(4):before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.salon3 dl:nth-child(3):before {
    margin-top: 50px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

.salon3 dl:nth-child(2):before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.salon4 {
    overflow: hidden;
    padding: 80px 0 90px 0;
    position: relative;
}

.salon4 .bkimg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.salon4 .bkimg img {
    width: 100%;
    min-width: 1500px;
    height: auto;
    opacity: 0.5;
}

.salon4 .w10 {
    position: relative;
    z-index: 1;
}

.salon4 h3 {
    padding: 0 0 40px 0;
}

.salon4 .left {
    float: left;
}

.salon4 .right {
    float: right;
}

.salon4 .left li+li {
    padding-top: 52px;
}

.salon4 .right li+li {
    padding-top: 39px;
}

.salon4 .w3 {
    width: 1096px;
    padding: 39px 0 0 0;
}

.salon4 .w3 li {
    float: left;
    padding: 0 85px 0 0;
}

@media (max-width: 1024px) {
    .salon .home-concept .right {
        width: auto;
        height: auto;
        float: none;
        padding-right: 2%;
    }

    .salon .home-concept:before {
        top: 60px;
    }

    .salon2 .left {
        width: auto;
        float: none;
    }

    .salon2 .right {
        width: auto;
        float: none;
    }

    .salon2 dl {
        padding-bottom: 10px;
    }

    .salon3 .clearfix {
        width: auto;
        letter-spacing: -10px;
        text-align: center;
    }

    .salon3 dl {
        display: inline-block !important;
        float: none;
        margin-right: 10px !important;
        padding-left: 1%;
        padding-right: 1%;
        letter-spacing: 0;
        /* margin-top:0 !important; */
    }

    /* .salon3 dl:before{
		display:none;
	} */
    .salon4 .left {
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .salon4 .right {
        width: 48%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .salon4 .w3 {
        width: auto;
    }

    .salon4 .w3 li {
        width: 31.2%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media (max-width: 500px) {
    .salon3 dl {
        width: 48%;
    }
}


/*featue*/

.lp .tbox {
    float: right;
}

.lp .pic {
    float: left;
}

.rp .tbox {
    float: left;
}

.rp .pic {
    float: right;
}

.featue1 {
    margin-bottom: 60px;
    padding-bottom: 20px;
    background: #e7e4e0;
    position: relative;
}

.featue1 .tbox {
    width: 520px;
    height: auto;
    padding: 95px 0 0 0;
}

.featue1 .tbox p {
    padding: 0 0 20px 0;
}

.featue1 .lp .pic {
    margin-left: -49px;
    padding-bottom: 20px;
}

.featue1 .rp .pic {
    margin-right: -49px;
    padding-bottom: 20px;
}

.featue1 .tbox h3 {
    padding-bottom: 20px;
    text-align: left;
}

.featue1:before {
    content: "";
    width: 100%;
    height: 123px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.featue1 .w12 {
    position: relative;
    z-index: 1;
}

.featue1 .tbox h4 {
    padding: 0 0 20px 0;
    font-size: 20px;
}

.featue1:after {
    content: "";
    width: 6%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.featue1:nth-child(2n+2):after {
    left: 0;
}

.featue .list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.featue1:nth-child(4n+2) {
    background: #daf0f1;
}

.featue1:nth-child(4n+3) {
    background: #e2f3d8;
}

.featue1:nth-child(4n+4) {
    background: #f7f0d4;
}

.featue1 .pic2 {
    display: none;
    text-align: center;
}

@media (max-width: 1024px) {
    .featue1:after {
        width: 2.5%;
    }

    .lp .tbox,
    .rp .tbox {
        width: auto !important;
        float: none;
    }

    .lp .pic,
    .rp .pic {
        display: none;
        float: none;
        text-align: center;
    }

    .featue1:after {
        display: none !important;
    }

    .featue1 .pic2 {
        max-width: 95%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-left: 0;
    }
}


/*recruit*/

.rec1 {
    overflow: hidden;
    overflow: hidden;
    padding: 150px 0 0 0;
    position: relative;
}

.rec1 .bkimg {
    width: 100%;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rec1 .bkimg:before {
    content: "";
    width: 100%;
    height: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
}

.rec1 .bkimg img {
    width: 100%;
    height: auto;
}

.rec1 .w10 {
    text-align: center;
    position: relative;
    z-index: 1;
}

.rec1 h3 strong {
    display: block;
    padding-bottom: 12px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.rec1 h3 {
    font-size: 18px;
    text-align: center;
}

.rec1 .box {
    padding-bottom: 130px;
}

.rec1 .sec1 h3 {
    padding: 0 0 45px 0;
}

.rec1 .sec1 p {
    padding: 0 0 60px 0;
    font-weight: bold;
    font-size: 24px;
}

.rec1 .sec1 {
    padding-bottom: 250px;
}

.rec1 h3 {
    padding: 0 0 35px 0;
}

.rec1 p {
    padding: 0 0 35px 0;
    font-size: 18px;
    line-height: 240%;
}

.rec2 {
    background: #d9e3ec;
}

.rec2 .right {
    width: 50%;
    float: right;
    position: relative;
}

.rec2 .left {
    width: 50%;
    float: left;
}

.rec2 .right:before {
    content: "";
    width: 100px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(217, 227, 236, 1)), to(rgba(217, 227, 236, 0)));
    background: linear-gradient(to right, rgba(217, 227, 236, 1) 0%, rgba(217, 227, 236, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9e3ec', endColorstr='#00d9e3ec', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
}

.rec2 .right img {
    width: 100%;
    min-width: 750px;
    height: auto;
}

.rec2 .left .in {
    width: 500px;
    height: auto;
    float: right;
}

.rec2 .left h3 {
    text-align: left;
}

.rec2 .left p {
    padding: 0 0 20px 0;
}

@media (max-width: 1024px) {
    .rec2 .right:before {
        content: none;
    }

    .rec2 .left .in {
        width: auto;
    }

    .rec2 .left {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .rec2 .right img {
        min-width: 0;
    }

    .rec1 .sec1 {
        padding-bottom: 50px;
    }

    .rec2 .right {
        width: 50%;
        float: right;
        margin: 0 auto 30px;
        position: initial;
    }
}

.rec3 {
    padding: 90px 0 80px 0;
}

.rec3 h3 {
    padding: 0 0 45px 0;
    font-size: 35px;
}

.rec3 .img {
    padding: 0 0 40px 0;
}

.rec3 .tbox {
    width: 482px;
    height: auto;
}

.rec3 .tbox p {
    padding: 0 0 20px 0;
}

.rec3 .pic {
    padding: 0 0 20px 0;
}

@media (max-width: 1024px) {
    .rec3 h3 {
        padding-bottom: 10px;
        font-size: 20px;
    }
}

.rec4 h3 {
    padding: 0 0 50px 0;
    font-size: 35px;
    text-align: left;
}

.rec4 .tbox {
    width: 653px;
    height: auto;
    padding: 30px 0 0 0;
}

.rec4 li p {
    padding: 0 0 20px 0;
}

.rec4 li .pic img {
    border-radius: 50%;
}

.rec4 li {
    padding-bottom: 15px;
}

.rec4 {
    padding: 0 0 90px 0;
}

@media (max-width: 1024px) {
    .rec4 h3 {
        padding-bottom: 10px;
        font-size: 20px;
    }
}

.rec5 {
    margin-bottom: 140px;
    padding: 80px 0 0 0;
    background: #f6f6f6;
}

.rec5 h3 {
    padding: 0 0 60px 0;
    font-size: 14px;
    text-align: center;
}

.rec5 h3 strong {
    display: block;
    padding: 0 0 18px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.rec5 h4 {
    width: 444px;
    margin-bottom: 45px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 35px;
    text-align: center;
}

.rec5 .y1 h4 {
    background: #c9d6e4;
}

.rec5 .y2 h4 {
    background: #d4d9b4;
}

.rec5 .no {
    padding-bottom: 16px;
}

.rec5 .no li {
    width: 72px;
    height: auto;
    float: left;
    font-family: "P22 Johnston Underground Regular";
    font-size: 35px;
    line-height: 72px;
    text-align: center;
    border: 3px solid;
    border-radius: 50%;
    background: #fff;
}

.rec5 .no li+li {
    margin-left: 14px;
}

.rec5 .box p {
    padding: 0 0 20px 0;
}

.rec5 .box {
    padding: 0 0 60px 0;
}

.rec5 .y1 .no li {
    border-color: #c9d6e4;
}

.rec5 .y2 .no li {
    border-color: #d4d9b4;
}

.rec5 .cl li {
    min-height: 122px;
    display: inline-block !important;
    vertical-align: top;
    padding: 16px 0 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
}

.rec5 .y1 .cl li {
    background: #c9d6e4;
}

.rec5 .y2 .cl li {
    margin: 0 8px;
    text-align: left;
    background: #d4d9b4;
}

.w3k {
    width: 232px;
}

.rec5 .wrap {
    width: 1106px;
    margin: 0 auto;
}

.rec5 .cl {
    letter-spacing: -10px;
}

.rec5 .y2 .cl {
    text-align: center;
}

.rec5 .y2 .cl li:first-child {
    margin-right: 30px;
}

.rec5 .table {
    margin-bottom: 30px;
}

.w1k {
    width: 60px;
    line-height: 60px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.w2k {
    width: 145px;
}

.w5k {
    width: 413px;
    margin-left: 43px;
    margin-right: 52px;
}

.w3k+.w2k {
    margin-left: 44px;
}

@media (max-width: 1024px) {
    .rec5 .table {
        overflow: auto;
    }

    .rec5 .wrap {
        width: 95%;
    }

    .rec5 .table ul {
        width: 1106px;
    }

    .rec5 h4 {
        width: auto;
        max-width: 444px;
    }

    .rec5 h3 strong {
        line-height: 120%;
    }
}

.rec6 {
    margin-bottom: 140px;
    padding: 54px 20px 64px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #000;
}

.rec6 h3 {
    padding-bottom: 48px;
    font-size: 14px;
    text-align: center;
}

.rec6 h3 strong {
    display: block;
    padding: 0 0 18px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.rec6 .pic {
    float: left;
    padding: 0 0 0 20px;
}

.rec6 .tbox {
    width: 448px;
    height: auto;
}

.rec6 h4 .p {
    display: block;
    padding-bottom: 20px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
}

.rec6 h4 {
    padding-bottom: 12px;
    font-size: 36px;
}

.rec6 p {
    padding-bottom: 20px;
}

.rec6 h4 .n {
    display: block;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 3px;
}

@media (max-width: 1024px) {
    .rec6 h3 strong {
        line-height: 120%;
    }

    .rec6 .pic {
        float: none;
        padding-left: 0;
        text-align: center;
    }

    .rec6 {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
}

.rec7 {
    padding: 100px 0 80px 0;
    background: #f6f6f6;
}

.rec7 h3 {
    padding-bottom: 80px;
    text-align: center;
}

.rec7 h3 strong {
    display: block;
    padding: 0 0 18px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.rec7 dl {
    width: 316px;
    height: auto;
    float: left;
    padding: 0 0 50px 0;
}

.rec7 div.clearfix {
    width: 1026px;
}

.rec7 dl {
    padding: 0 26px 0 0;
}

.rec7 dt {
    padding: 20px 0 15px 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

@media (max-width: 1024px) {
    .rec7 h3 strong {
        line-height: 120%;
    }

    .rec7 div.clearfix {
        width: auto;
        letter-spacing: -10px;
        text-align: center;
    }

    .rec7 dl {
        width: auto;
        max-width: 316px;
        height: auto;
        display: inline-block !important;
        float: none;
        padding-bottom: 40px;
        padding-left: 1.5%;
        padding-right: 1.5%;
        letter-spacing: 0;
        text-align: left;
    }
}

.rec8 h3 {
    padding: 0 0 70px 0;
    font-size: 28px;
}

.rec8 {
    padding: 80px 0 80px 0;
}

.rec8 h4 .n {
    width: 58px;
    display: inline-block;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    color: #fff;
    line-height: 58px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.rec8 h4 {
    padding: 10px 0 18px 80px;
    font-size: 24px;
    position: relative;
}

.rec8 .box p {
    padding: 0 0 20px 80px;
}

.rec8 .box+.box {
    padding-top: 95px;
    position: relative;
}

.rec8 .box+.box:before {
    content: url(#);
    margin-left: -135px;
    position: absolute;
    top: 20px;
    left: 50%;
}

@media (max-width: 500px) {
    .rec8 .box p {
        padding-left: 0;
    }
}

.rec9 {
    padding: 90px 0 80px 0;
    background: #f6f6f6;
}

.rec9 h3 {
    padding-bottom: 60px;
    font-size: 14px;
    text-align: center;
}

.rec9 h3 strong {
    display: block;
    padding: 0 0 18px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.rec9 dt {
    float: left;
}

.rec9 dd {
    padding: 0 0 25px 193px;
}

.rec9 dl {
    padding: 20px 0 0 0;
}

.rec9 dl+dl {
    border-top: 1px dotted #000;
}

@media (max-width: 700px) {
    .rec9 dt {
        float: none;
        padding-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
    }

    .rec9 dd {
        padding-left: 0;
    }
}

.rec10 h3 strong {
    display: block;
    padding: 0 0 18px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.rec10 h3 {
    padding-bottom: 60px;
    font-size: 14px;
    text-align: center;
}

.rec10 {
    padding: 80px 0 100px 0;
}

.rec10 dt {
    float: left;
    padding: 8px 0 0 0;
}

.rec10 dd {
    padding: 0 0 0 217px;
}

.rec10 dd .size1 {
    width: 100%;
    padding: 10px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #e9e9e9;
}

.rec10 dl {
    padding-bottom: 46px;
}

.rec10 dd textarea {
    width: 100%;
    height: 350px;
    padding: 10px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
    background: #e9e9e9;
}

.rec10 .formbtn {
    letter-spacing: -10px;
    text-align: center;
}

.confi .rec10 .formbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.confi .rec10 .formbtn li {
    width: 40%;
}

.rec10 .formbtn li {
    display: inline-block !important;
}

.rec10 .formbtn li button {
    width: 220px;
    height: 44px;
    font-family: "Noto Sans";
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 100px;
    background: #fff url(/import/tenant_1/160.16.243.107/html02/images/hmore.png) center right 10px no-repeat;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.rec10 .formbtn li button:hover {
    color: #fff;
    border: 1px solid #6b5b5b;
    background: url(/import/tenant_1/160.16.243.107/html02/images/0930d33bb82d2edd9c89c291ae4be8ff.png) center right 10px no-repeat;
    background-color: #6b5b5b;
}

@media (max-width: 599px) {
    .confi .rec10 .formbtn li {
        width: 40%;
    }

    .confi .rec10 .formbtn li button {
        width: 150px;
        background: url(/import/tenant_1/160.16.243.107/html02/images/hmore.png) 125px 11px no-repeat rgb(255, 255, 255);
    }
}

@media (max-width: 700px) {
    .rec10 dt {
        float: none;
    }

    .rec10 dd {
        padding: 10px 0 0 0;
    }
}

.h3min {
    padding: 0 0 25px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 3px;
    text-align: center;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .w1000 {
        width: 95%;
        margin: 0 auto;
    }
}


/*STAFF*/

.staff {
    padding-top: 85px;
}

.style2 li .staff-position,
.style2 li .staff-position * {
    font-family: "P22 Johnston Underground Regular";
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.staff-position-normal+.other-position::before {
    content: "/";
    display: inline-block;
    margin: 0 0.3em;
    line-height: inherit;
}

.staff .style2 li .pic a {
    display: block;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.staff .style2 li .pic+dd {
    padding-bottom: 15px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 120%;
}

.staff .style2 li dt {
    font-size: 16px;
}

.staff .style2 li {
    min-height: 372px;
    margin-bottom: 0;
}

.staffbox .left {
    width: 460px;
    float: left;
    text-align: center;
}

.staffbox .right {
    width: 500px;
    float: right;
}

@media (max-width: 1000px) {
    .staffbox .left {
        width: 70%;
        margin: auto;
        float: none;
        padding-bottom: 20px;
    }

    .staffbox .right {
        width: 500px;
        float: none;
        margin: 0 auto;
    }
}

.staffbox .right .poti,
.staffbox .right .poti * {
    padding-bottom: 30px;
    font-family: 游ゴシック, YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.staffbox .right .info dl {
    width: 280px;
    float: left;
}

.staffbox .right .info dl dt {
    padding-bottom: 5px;
    font-size: 36px;
    line-height: 120%;
}

.staffbox .right .info dl dd {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.staffbox .right .info p {
    width: 220px;
    float: right;
    text-align: right;
}

.staffbox .right .info p .bl {
    width: 160px;
    height: 44px;
    display: inline-block !important;
    margin-right: 15px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 100px;
}

.staffbox .right .info p .bl:after {
    content: url(#);
    margin-top: 2px;
    padding-left: 15px;
}

.staffbox .right .info p .insta a[href=""] {
    display: none;
}

.staffbox .right .info p .insta img {
    vertical-align: top;
    margin-top: 5px;
}

@media (max-width: 500px) {
    .staffbox .left img {
        width: 100%;
        height: auto;
    }

    .staffbox .right {
        width: 100%;
    }

    .staffbox .right .info dl {
        width: 100%;
        float: none;
    }

    .staffbox .right .poti {
        text-align: center;
    }

    .staffbox .right .info dl {
        padding-bottom: 20px;
    }

    .staffbox .right .info dl dt {
        text-align: center;
    }

    .staffbox .right .info dl dd {
        text-align: center;
    }

    .staffbox .right .info p {
        width: 100%;
        float: none;
        text-align: center;
    }

    .staffbox .right .info p .insta {
        float: none;
    }

    .staffbox .right .yoyakubnr {
        width: 100%;
        padding-top: 30px;
    }

    .staffbox .right .yoyakubnr a:before {
        content: " " !important;
    }

    .staffbox .right .yoyakubnr a:after {
        content: " " !important;
    }
}

.staffbox .right .info {
    padding-bottom: 45px;
}

.staffbox .right .txt dt {
    padding-bottom: 15px;
    font-size: 24px;
}

.staffbox .right .txt {
    padding-bottom: 10px;
}

.staffbox .right .yoyakubnr a {
    height: 44px;
    float: right;
    margin: 0;
    color: #000;
    line-height: 44px;
    border: 2px solid #000;
    background-color: #fff;
}

@media (max-width: 1024px) {
    .staffbox .right .yoyakubnr a {
        float: none;
        margin: 0 auto;
    }
}

.staffbox .right .yoyakubnr a:before {
    content: url(#);
}

.staffbox .right .yoyakubnr a:after {
    content: url(#);
}

.staffbox {
    padding-bottom: 90px;
}

.staff.staff-d .style2 li {
    min-height: auto;
    margin-bottom: 0;
}

.staff.staff-d .style2 ul {
    padding-bottom: 20px;
}

.staff.staff-d .style2 .mr a {
    max-width: 234px;
    height: 47px;
    display: block;
    margin: 0 auto;
    font-family: "P22 Johnston Underground Regular";
    font-size: 20px;
    line-height: 47px;
    text-align: center;
    border: 2px solid #000;
    position: relative;
}

.staff.staff-d .style2 .mr a:before {
    content: url(#);
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 20px;
}

.staff.staff-d .style2 {
    padding-bottom: 60px;
}


/*BLOG*/

.blog .style2 li .pic a {
    display: block;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.blog .style2 li dl .clearfix {
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog .style2 li dl .clearfix .d {
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

.blog .style2 li dl .clearfix .ca {
    float: right;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
}

.blog .pagenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
}

.blog .pagenav a {
    color: #000;
}

.blog .pagenav .now a {
    color: #8b8b8b;
}

.blog .st-accordion ul.wa {
    width: 482px;
    float: left;
}

.blog .st-accordion ul.wa+ul {
    float: right;
}

@media (max-width: 1000px) {
    .blog .st-accordion ul.wa {
        float: none;
        margin: 0 auto 40px auto;
    }

    .blog .st-accordion ul.wa+ul {
        float: none;
    }
}

@media (max-width: 500px) {
    .blog .st-accordion ul.wa {
        width: 100%;
    }
}

.blog .st-accordion ul li {
    height: 80px;
    display: block;
    overflow: hidden;
    margin: 0 0 0 0;
    border-bottom: 1px solid #000;
}

.blog .st-accordion ul li>a {
    display: block;
    padding-left: 40px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 20px;
    color: #fff;
    line-height: 80px;
    outline: none;
    background-color: #bba893;
    position: relative;
}


/* .blog .st-accordion ul li > a span{
	background: transparent url(#) no-repeat center center;
	text-indent:-9000px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 37px;
	margin-top: -8px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
} */

.blog .st-accordion ul li>a:hover span {
    opacity: 1;
}

.blog .st-accordion ul li.st-open>a span {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 10px;
}

.blog .st-accordion ul li li {
    height: auto;
}

.blog .st-accordion ul li li a {
    height: auto;
    display: block;
    padding: 18px 15px 18px 15px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 16px;
    color: #000;
    line-height: 120%;
    line-height: 160%;
    background-color: #ececec;
}

.blog .st-accordion ul.wa+ul li li a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.blog .kijibox .dinfo {
    text-align: center;
}

.blog .kijibox .dinfo .cate,
.blog .kijibox .dinfo .d {
    display: block;
}

.blog .kijibox .dinfo .cate {
    float: none;
    padding-bottom: 15px;
}

.blog .pnav2 {
    padding-bottom: 175px;
}

.blog .style2 h4 {
    margin-bottom: 20px;
    border-bottom: 2px solid #000;
}

.blog .style2 h4 strong {
    width: 350px;
    height: 49px;
    display: block;
    padding: 0 0 0 15px;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    line-height: 49px;
    background-color: #000;
}

@media (max-width: 500px) {
    .blog .style2 h4 strong {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}


/*NEWS*/

.menu.news {
    padding: 0 0 80px 0;
}

.news-r {
    width: 745px;
    float: right;
}

@media (max-width: 1000px) {
    .news-r {
        width: 100%;
        float: none;
    }
}

.newsbox {
    margin-bottom: 30px;
    padding: 0 10px 30px 10px;
    border-bottom: 1px dotted #000;
}

.newsbox .pic {
    width: 234px;
    float: left;
    margin-right: 22px;
}

.newsbox dl {
    width: 460px;
    float: left;
}

@media (max-width: 730px) {
    .newsbox .pic {
        float: none;
        margin: 0 auto;
    }

    .newsbox dl {
        width: 100%;
    }

    .newsbox dl dd,
    .newsbox dl dt {
        text-align: center;
    }
}

.newsbox dl .d {
    padding-right: 15px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    font-size: 16px;
}

.newsbox dl .ca {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
}

.newsbox dl dd {
    padding-bottom: 15px;
}

.newsbox dl dt {
    font-size: 18px;
}

.newsbox:last-of-type {
    border-bottom: none;
}

.kijibox .dinfo .d {
    font-family: "P22 Johnston Underground Regular";
    font-size: 30px;
}

.kijibox .dinfo .cate {
    float: right;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
}

.kijibox .dinfo {
    padding-bottom: 50px;
}

.kijibox .inn p {
    padding-bottom: 30px;
}

.kijibox {
    padding-bottom: 60px;
}

@media (max-width: 750px) {
    .kijibox img {
        width: 100%;
        height: auto;
    }
}

.pnav2 {
    padding: 45px 0 50px 0;
    border-top: 2px solid #000;
}

.pnav2 li {
    width: 33%;
    float: left;
}

.pnav2 li:nth-of-type(2) {
    text-align: center;
}

.pnav2 li:nth-of-type(3) {
    text-align: right;
}

.pnav2 a {
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
}

.pnav2 a .i {
    padding: 0 15px;
}


/*PRODUCT*/

.product {
    padding: 85px 0 100px 0;
}

.product .style1 a {
    line-height: 60px;
}

.product1 li {
    width: 282px;
    float: left;
    margin: 0 77px 115px 0;
}

.product1 li:nth-of-type(3n) {
    margin-right: 0;
}

@media (max-width: 1000px) {
    .product .style1 a {
        display: inline-block !important;
        line-height: 40px;
    }

    .product1 ul {
        text-align: center;
    }

    .product1 li {
        display: inline-block !important;
        float: none;
        margin: 0 38px 115px 38px;
    }

    .product1 li dt,
    .product1 li dt+dd {
        text-align: left;
    }
}

.product1 li dt {
    padding-bottom: 20px;
    font-size: 20px;
}

.product1 li dd {
    padding-bottom: 20px;
    font-size: 14px;
}

.product1 li dd.pri {
    padding-bottom: 15px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    text-align: center;
}

.product1 li dd a {
    width: 160px;
    height: 40px;
    display: block;
    margin: 0 auto;
    font-family: "P22 Johnston Underground Regular";
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #000;
    position: relative;
}

.product1 li dd a .i {
    padding-right: 10px;
}

.product1 li dd a:after {
    content: url(#);
    padding-left: 20px;
}


/*COUPON*/

.coupon {
    padding-bottom: 100px;
}

.coupon1 {
    padding: 85px 0 0 0;
}

.pro-box {
    width: 482px;
    float: left;
    margin-bottom: 60px;
    padding: 35px 0 20px 0;
    border: 1px solid #000;
}

.pro-box:nth-of-type(even) {
    float: right;
}

.pro-box:nth-of-type(2) {
    margin-top: 30px;
}

@media (max-width: 1000px) {
    .pro-box {
        float: none;
        margin: 0 auto 60px auto;
    }

    .pro-box:nth-of-type(even) {
        float: none;
    }

    .pro-box:nth-of-type(2) {
        margin-top: 0px;
    }
}

.pro-box.c1 {
    background: url(#);
}

.pro-box.c2 {
    background: #d4c9db;
}

.pro-box.c3 {
    background: #adcadd;
}

.pro-box .t1 {
    width: 167px;
    height: 41px;
    color: #fff;
    line-height: 41px;
    text-align: center;
    background-color: #000;
    position: absolute;
    top: -17px;
    right: 0;
}

.pro-box .inn {
    width: 414px;
    margin: 0 auto;
    padding: 40px 18px 35px 18px;
    background-color: #fff;
    position: relative;
}

.pro-box .inn h3 {
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 20px;
}

.pro-box .inn .clearfix .p1 {
    width: 205px;
    float: left;
    padding-top: 50px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 30px;
    color: #d5546d;
    text-align: center;
}

.pro-box .inn .clearfix .pic {
    width: 205px;
    float: right;
    text-align: right;
}

.pro-box .inn .clearfix {
    padding-bottom: 10px;
}

.pro-box .inn .clearfix+p {
    padding-bottom: 15px;
    font-size: 14px;
}

.pro-box .inn ul {
    padding: 13px 0 0 0;
    border-top: 1px solid #b4b3b2;
}

.pro-box .inn ul li {
    padding-bottom: 5px;
    font-size: 12px;
}


/*STYLE GALLERY*/

.style {
    padding-bottom: 100px;
}

.style1 {
    padding-bottom: 60px;
    text-align: center;
}

.style1 a {
    padding: 0 20px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 24px;
    letter-spacing: 2px;
}

@media (max-width: 1000px) {
    .style1 a {
        font-size: 16px;
        line-height: 32px;
    }

    .style2 ul {
        text-align: center;
    }

    /* .style2 li{
	float:none;
	margin:0 15px 65px 15px;
	display:inline-block !important;
} */
    .style2 li dt,
    .style2 li dd {
        text-align: left;
    }
}

@media (max-width: 520px) {
    .style2 li {
        width: 100%;
        margin: 0 0 65px 0;
    }

    .style2 li dt {
        width: 100%;
        text-align: center;
    }
}

.style2 li .pic a {
    display: block;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.style2 li .pic a .t {
    width: 100%;
    display: none !important;
    display: block;
    margin-top: -14px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 28px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.style2 li .pic a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.style2 li .pic a:hover {
    opacity: 1;
}

.style2 li .pic a:hover .t {
    display: block !important;
}

.style2 li .pic a:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.style2 li .pic {
    padding-bottom: 15px;
}

.style2 li dt {
    padding-bottom: 10px;
    font-size: 18px;
}

.style2 li dt+dd {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 14px;
    color:#777474;
}

.style2 li dt+dd img {
    float: right;
}

.style-d1 .sd {
    padding-bottom: 13px;
}

s .style-d1 .sd img {
    width: 100%;
    height: auto;
}

.style-d1 {
    padding-bottom: 0px;
}

.style-d1 .sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.style-d1 .sum img {
    padding: 0 15px 0 0;
}

.style-d2 {
    height: 154px;
    margin-bottom: 100px;
    padding: 0 20px 0 0;
    border: 2px solid #6b5b5b;
    position: relative;
}

.style-d2 .t1 {
    width: 4%;
    height: 150px;
    float: left;
    padding-top: 80px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #6b5b5b;
}

.style-d2 .t1 strong {
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.style-d2 dl {
    width: 50%;
    float: left;
    padding: 15px 0 0 14px;
}

.style-d2 dl .pic {
    width: 127px;
    float: left;
    padding-right: 25px;
}

.style-d2 dl dd {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.style-d2 dl dt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
}

.style-d2 dl dt+dd {
    padding-left: 40px;
}

.style-d2 .yoyakubnr {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    margin-top: 35px;
}

@media (max-width: 1000px) {
    .style-d2 {
        height: auto;
        padding: 0;
    }

    .style-d2 dl {
        width: 80%;
        padding-bottom: 30px;
    }

    .style-d2 .yoyakubnr {
        width: 416px;
        float: none;
        clear: both;
        margin: 0 auto 15px auto;
    }
}

@media (max-width: 599px) {
    .style-d2 .yoyakubnr {
        width: 70%;
    }
}

.style-d3 {
    margin-bottom: 50px;
   /*  border-bottom: 2px solid #000; */
}

.backlink a {
    width: 220px;
    height: 44px;
    display: block;
    font-family: "P22 Johnston Underground Regular";
    font-family: "Noto Sans";
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    letter-spacing: 3px;
    text-align: center;
    border-radius: 100px;
    background-color: #6b5b5b;
    position: relative;
}

.backlink a:before {
    content: url(/upload/tenant_1/015b19d8a930276afe6bc65e4cafdfc6.png);
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
}


/* VOICE*/

.voice {
    padding: 85px 0 100px 0;
}

.voicebox {
    width: 486px;
    float: left;
    margin-bottom: 50px;
}

.voicebox:nth-of-type(even) {
    float: right;
}

@media (max-width: 1000px) {
    .voicebox {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    .voicebox:nth-of-type(even) {
        float: none;
    }
}

.voicebox .pic {
    margin-bottom: 5px;
    text-align: center;
    border: 5px solid #000;
}

@media (max-width: 500px) {
    .voicebox .pic img {
        width: 100%;
    }
}

.voicebox-inn {
    padding: 25px 0 0 0;
    background-color: #e7e4e0;
}

.voicebox-inn .inf {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #000;
}

.voicebox-inn .inf dl {
    letter-spacing: -5px;
}

.voicebox-inn .inf dt {
    display: inline-block !important;
    padding-right: 10px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0;
}

.voicebox-inn .inf dd {
    display: inline-block !important;
    padding-right: 15px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
}

@media (max-width: 450px) {

    .voicebox-inn .inf dt,
    .voicebox-inn .inf dd {
        display: block !important;
        text-align: center;
    }
}

.voicebox-inn .txt {
    width: 95%;
    margin: 0 auto;
}

.voicebox-inn .txt dt {
    padding-bottom: 5px;
    font-size: 14px;
}

.voicebox-inn .txt dd {
    padding: 10px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
    background-color: #fff;
}

.voicebox-inn .txt dl {
    padding-bottom: 10px;
}
.font-ff{
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.pagenav {
    margin-top: 65px;
    padding-top: 58px;
    text-align: center;
    border-top: 2px solid #000;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 70px;
}

.pagenav a {
    padding: 0 20px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    font-size: 20px;
}


/*MEMU&PRICE*/

.menu {
    padding: 85px 0 80px 0;
}

.menu-l {
    width: 223px;
    float: left;
}

.menu-r {
    width: 745px;
    float: right;
}

@media (max-width: 1000px) {
    .menu-l {
        width: 100%;
        float: none;
        padding-bottom: 80px;
    }

    .menu-r {
        width: 100%;
        float: none;
    }
}

.menu-l dl {
    padding-bottom: 30px;
}

.menu-l dt {
    padding: 0 15px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    line-height: 60px;
    border: 1px solid #808080;
}

.menu-l dd {
    border: 1px solid #808080;
    border-top: none;
}

.menu-l dd a {
    display: block;
    padding: 18px 15px 18px 15px;
    background-color: #ececec;
}

.menu-r h3 strong {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
    line-height: 100%;
}

.menu-r dt {
    width: 75%;
    float: left;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}

.menu-r dt+dd {
    width: 25%;
    float: right;
    padding-bottom: 15px;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    text-align: right;
}

.menu-r dl {
    margin-bottom: 30px;
    padding: 0 0 25px 0;
    border-bottom: 1px dotted #000;
}

.menubox-inn {
    padding-bottom: 70px;
}


/*HEAD SPA*/

.headspa {
    padding-bottom: 120px;
}

.headspa1 {
    padding: 85px 0 80px 0;
}

.headspa2 .box {
    padding-bottom: 80px;
}

.headspa2 .box .left {
    width: 482px;
    float: left;
}

.headspa2 .box .right {
    width: 482px;
    float: right;
}

@media (max-width: 1000px) {
    .headspa2 .box .left {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .headspa2 .box .right {
        width: 95%;
        float: none;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

.headspa2 .box .left .pic {
    padding-bottom: 25px;
    text-align: center;
}

.headspa2 .box .left dt {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
}

.headspa2 .box .left dd {
    padding-bottom: 5px;
    font-size: 14px;
}

.headspa2 .box .left dl {
    padding-bottom: 30px;
}

.headspa2 .box .right h4 {
    padding-bottom: 70px;
    font-size: 35px;
    text-align: center;
}

.headspa2 .box .right h4+p:before {
    content: url(#);
    position: absolute;
    top: 0;
    left: 20px;
}

.headspa2 .box .right h4+p:after {
    content: url(#);
    position: absolute;
    top: 0;
    right: 20px;
}

@media (max-width: 1000px) {
    .headspa2 .box .right h4 {
        padding-bottom: 20px;
    }

    .headspa2 .box .right h4+p:before {
        content: "";
    }

    .headspa2 .box .right h4+p:after {
        content: "";
    }
}

.headspa2 .box .right h4+p {
    padding-bottom: 20px;
    font-size: 30px;
    text-align: center;
    position: relative;
}

.headspa2 .box .right ul {
    width: 90%;
    margin-bottom: 50px;
    padding: 35px 5% 10px 5%;
    border: 2px solid #000;
}

.headspa2 .box .right li {
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 20px;
    position: relative;
}

.headspa2 .box .right li {
    background: url(#) no-repeat left top;
}

.headspa2 .box .right a {
    width: 100%;
    display: block;
    padding: 20px 0;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: 2px solid #000;
    position: relative;
}

.headspa2 .box .right a:before {
    content: url(#);
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 5%;
}

.headspa3 .left {
    width: 248px;
    float: left;
    text-align: center;
}

.headspa3 .right {
    width: 712px;
    float: right;
}

@media (max-width: 1000px) {
    .headspa3 .left {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    .headspa3 .right {
        width: 100%;
        float: none;
    }
}

.headspa3 .right dt {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 36px;
}

.headspa3 .right dt+dd {
    padding-bottom: 10px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 18px;
}

.headspa3 .right dd {
    font-size: 14px;
}

.headspa3 {
    padding-bottom: 90px;
}

.yoyakubnr a {
    width: 415px;
    height: 90px;
    display: block;
    margin: 0 auto;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    background-color: #6b5b5b;
    position: relative;
}

.yoyakubnr a:before {
    content: url(#);
    margin-top: -15px;
    position: absolute;
    top: 50%;
    left: 17px;
}

.yoyakubnr a:after {
    content: url(#);
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 17px;
}

.yoyakubnr a img {
    vertical-align: middle;
    padding: 0 38px;
}

@media (max-width: 599px) {
    .yoyakubnr a {
        width: 100%;
    }
}

.headspa-d {
    padding-bottom: 120px;
}

.headspa-d1 {
    padding: 85px 0 80px 0;
}

.headspa-d1 h3 {
    padding-bottom: 20px;
    font-size: 35px;
    text-align: center;
    width: 100%;
}

.headspa-d1 {
    padding-bottom: 100px;
}

.headspa-d h4 {
    padding-bottom: 15px;
    font-size: 24px;
}

.headspa-d2 li {
    width: 235px;
    float: left;
    margin: 0 20px 20px 0;
}

.headspa-d2 li:nth-of-type(4n) {
    margin-right: 0;
}

.headspa-d2 li img {
    padding-bottom: 10px;
}

.headspa-d2 li dt {
    padding-bottom: 5px;
    font-size: 18px;
}

.headspa-d2 li dd {
    font-size: 14px;
}

.headspa-d2 {
    padding-bottom: 80px;
}

@media (max-width: 510px) {
    .headspa-d2 li {
        float: none;
        margin: 0 auto 20px auto;
    }

    .headspa-d2 li:nth-of-type(4n) {
        margin-right: auto;
    }
}

.headspa-d3 dl {
    width: 85%;
    margin: 23px auto 0 auto;
    padding: 67px 0 40px 0;
    border: 1px solid #000;
    position: relative;
}

.headspa-d3 dt {
    width: 178px;
    height: 46px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    background-color: #000;
    position: absolute;
    top: -23px;
    left: -23px;
}

.headspa-d3 dd {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 13px;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #000;
}

.headspa-d3 dd:before {
    content: "　□　";
}

.headspa-d3 {
    padding-bottom: 95px;
}

.headspa-d4 li {
    width: 235px;
    height: 217px;
    float: left;
    margin: 0 20px 40px 0;
    padding: 15px 0 0 0;
    position: relative;
}

.headspa-d4 li:nth-of-type(4n) {
    margin-right: 0;
}

@media (max-width: 510px) {
    .headspa-d4 li {
        float: none;
        margin: 0 auto 20px auto;
    }

    .headspa-d4 li:nth-of-type(4n) {
        margin-right: auto;
    }
}

.headspa-d4 li .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.headspa-d4 li dl {
    width: 204px;
    height: 204px;
    margin: 0 auto 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 10;
}

.headspa-d4 li dl dt {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.headspa-d4 li dl dd {
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
}

.headspa-d4 li dl dt+dd {
    padding-bottom: 13px;
    font-size: 20px;
    text-align: center;
}

.img img {
    text-align: center;
}

.homeSlide .tbox * {
    font-weight: normal;
}

.str125.inb {
    font-weight: bold !important;
}

.homeSlide .tbox dd {
    text-align: left;
}

.more03.g .btn,
.more02.b .btn,
.more02.g .btn {
    border-radius: 8px;
}

.copy {
    text-align: center;
}

.home05 .imgfit img {
    -o-object-position: center 25%;
    object-position: center 25%;
}

.home04item dd {
    font-size: 14px;
}

/* ここから追記 */
.u-br-15 {
    overflow: hidden;
    border-radius: 15px;
}

.title-01 {
    display: block;
    padding-bottom: 10px;
    padding-bottom: 10px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 2px;
    text-align: center;
}

/* 
.up-col-3 {
  flex-wrap: nowrap;
} */

.f-family {
    font-family: "Noto Sans", sans-serif;
}

.h3s {
    font-family: "Noto Sans", sans-serif;
    font-size: 26px;
    color: #777474;
}

.hmore {
    margin-top: 50px;
    text-align: center;
}

.hmore a {
    width: 180px;
    padding: 5px 0;
    font-family: "Noto Sans", sans-serif !important;
    color: #6b5b5b;
    line-height: 30px;
    border: 1px solid #212020;
    border-radius: 112px;
    background: url(/import/tenant_1/160.16.243.107/html02/images/hmore.png) 150px 12px no-repeat;
}

.hmore a:hover {
    color: #fff;
    border: 1px solid #6b5b5b;
    background: url(/import/tenant_1/160.16.243.107/html02/images/0930d33bb82d2edd9c89c291ae4be8ff.png) 150px 12px no-repeat;
    background-color: #6b5b5b;
    position: relative;
}


/* .home-news .hmore a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: url(/import/tenant_1/160.16.243.107/html02/images/header_03.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
} */

#gnav .nav1 .hd1 a {
    border-radius: 112px;
}

#gnav .nav1 .hd1 {
    width: 25%;
}

h1 {
    width: 96%;
    max-width: 1300px;
    margin: auto;
    padding: 10px 50px 0 0;
    font-size: 12px;
}

.home-news dd+dd a {
    border-radius: 112px;
}

.contact-form a {
    border-radius: 112px;
}

.shop-tel-btn a {
    padding: 10px 90px;
    border-radius: 112px;
}

#footer .book .fc1 a {
    border-radius: 112px;
}

#header h1 {
    width: 100%;
    font-size: 12px;
}

#header h2 {
    width: 18%;
}


/* コンセプト */

.home-concept .bg {
    width: 98%;
    height: 100%;
    background-image: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* ショップリスト */

.home-shop dl {
    width: 40%;
}

.home-shop {
    padding: 100px 0;
}

.home-shop dl:nth-of-type(n+4) {
    margin-top: 1%;
}

.home-shop dd.reserve a {
    background-color: rgba(127, 133, 43, 0.8);
}

.home-shop dd.name {
    text-align: left;
}


/* ブログ */

.home-blog .acolor {
    background-image: none;
}

.shoplist-viwemore-btn a {
    width: 200px;
    height: auto;
    display: inline-block !important;
    font-family: "P22 Johnston Underground Regular", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid #000;
    background: url(#) 160px 6px no-repeat;
}

.home-shop dd.tel {
    padding: 3px 20px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(127, 133, 43, 0.8);
}

.shop-vierall-btn a {
    color: #fff;
    background: #000;
    position: relative;
}

.shop-vierall-btn a::after {
    content: url(#);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 60%;
    right: 30px;
}

.icon-list-flex {
    text-align: left !important;
}

.icon-list-flex span img {
    width: 32px;
    height: 32px;
}

.home-shop dd.address {
    height: 180px;
}

.home-shop dd.shop-time {
    text-align: left;
}


/* スタイルギャラリー */

.style-list-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.style-list-heir {
    margin: 20px 40px;
}

.style-arrow-icon {
    padding-left: 10px;
}

.home-style ul:before {
    /*   display: block;
  border: solid 1px #333;
  background: rgba(255, 255, 255, 0.4);
  color: #333;
  font-size: 16px;
  content: "\f053";
  font-family: "font awesome 5 free";
  font-weight: bold;
  width: 38px;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5; */
    content: "";
}

.home-style ul:after {
    /*     display: block;
border: solid 1px #333;
background: rgba(255, 255, 255, 0.7);
color: #333;
font-size: 16px;
content: "\f054";
font-family: "font awesome 5 free";
font-weight: bold;
width: 45px;
line-height: 45px;
letter-spacing: 0;
text-align: center;
position: absolute;
top: 50%;
right: 2%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 5; */
    content: "";
}


/* ケアアイテム */

.home-pickup dd.title {
    font-size: 16px;
    text-align: center;
}

.home-pickup {
    padding: 100px 0;
}

.home-pickup .item {
    width: 30%;
}

.home-pickup .brand span {
    min-width: 100px;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
    font-size: 12px;
    color: gray;
    line-height: 1.2;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}

/* リクルート */

.home-feature .left .txt {
    text-align: center;
}


/* コンタクト */

.CONTACT {
    margin: 6em 0 !important;
    padding: 6em 0 !important;
    background: #cdc5d0;
}

.contact-main-text p {
    line-height: 1.8;
    text-align: center;
}

.contact-tel p {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

.contact-message {
    color: #fff;
}

.contact-form {
    margin-top: 40px;
    text-align: center;
}

.contact-form a {
    width: 8%;
    display: inline-block;
    padding: 2.4em 4.5em;
    font-weight: 700;
    font-size: 0.75em;
    line-height: 1.4;
    letter-spacing: 0.1875em;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    position: relative;
}

.contact-form a:before {
    content: url(/import/tenant_1/160.16.243.107/html02/images/a1c9a6007665031766cc859bd8c4bd02.png);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.contact-form a:after {
    content: "";
    width: 10px;
    height: 10px;
    margin-top: -6px;
    color: #fff;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2em;
}


/* スタッフ一覧 */

.staff-btn- {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.staff-btn- a {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 6% 0 12%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    text-align: left;
    text-decoration: none;
    border: 2px solid #000;
    background: #fff;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    position: relative;
}

.staff-btn- a:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2em;
}

.baner-container {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.baner-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #000;
}

.baner-text {
    max-width: 400px;
    margin: 0 auto;
    border: 2px solid #000;
}

.baner-text a {
    display: block;
    padding: 10px 0;
    color: #000;
    text-align: center;
    position: relative;
}

.baner-text a:after {
    content: "\f30b";
    width: 30px;
    height: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 58%;
    right: 40px;
}

.baner-backcolor {
    background: #7f852b4d;
}

.fit30:before {
    padding-top: 30%;
}

.imgfit:before {
    content: "";
    display: block;
}


/* フッター */

#footer {
    background-image: none;
}

#footer .book .fc1 a {
    font-size: 16px;
}

#footer .book li a {
    font-size: 16px;
}

#gnav .nav1 .hd1 a {
    border: 2px solid #808080;
    background: #808080;
}

.home-news dl {
    border-bottom: 1px solid #808080;
}

.home-news dd+dd a {
    font-family: "Noto Sans", sans-serif;
}

#footer .book .fc1 a {
    border: #808080;
    background: #808080;
}

.header-inner {
    width: 96%;
    max-width: 1300px;
}

.header-inner.fixed {
    width: 100%;
    max-width: 100%;
}

#gnav .nav2 li {
    vertical-align: top;
    margin-left: 8%;
    padding-bottom: 10px;
    cursor: pointer;
}

.wework {
    padding-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

.home-catch {
    width: 800px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 40px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    color: #777;
    line-height: 250%;
    letter-spacing: 13px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-shadow: 0 0 2px white;
}

.home-concept {
    margin-top: 220px;
}

.home-concept .bg {
    background: #8d80534a;
}

.home-concept .bg.gc {
    background: #cadfaf8a;
}

#footer {
    background: #8d80534a;
}

.home-blog .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.home-blog dl {
    width: 23%;
    margin: auto;
}

.home-blog .acolor {
    background: #866a54a8;
}

.shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
}

.shop-list:first-of-type {
    margin-top: 30px;
}

.shop-left {
    width: 46%;
    overflow: hidden;
}

.shop-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.shop-name-logo {
    width: 90%;
    padding: 0 0 10px 0;
}

.shop-title-text {
    margin-top: 25px;
    font-weight: bold;
    font-size: 20px;
}

.shop-right .shop-title-text:first-of-type {
    margin-top: 0;
}

.shop-tel-btn a {
    width: 350px;
    height: 50px;
    margin-top: 35px;
    color: #f9f9f9;
    line-height: 50px;
    text-align: center;
    background: #8d8053;
}

.shop-tel-btn a {
    font-size: 20px;
}

.shop-right {
    width: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.banner-staff {
    text-align: center;
    position: relative;
}

.banner-staff a {
    display: block;
}

.banner-staff img {
    width: 100%;
    height: 200px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-text {
    font-family: "Noto Sans", sans-serif;
    font-size: 40px;
    color: #676161;
    position: absolute;
    top: 45%;
    left: 15%;
}

.CONTACT {
    background: #866a54a8;
}

.title-color-white {
    color: #f9f9f9;
}

#footer .fhead li {
    border: none;
}

.hmore a {
    font-size: 14px;
}

.home-blog {
    margin-top: 50px;
}

.shop-btn {
    margin-top: 80px;
}

.shop-btn.back-btn {
    margin-top: 80px;
    margin-bottom: 80px;
}


/* レコメンド */

.item>* {
    position: relative;
}

.item:first-of-type .up-ofi-100 {
    overflow: hidden;
}

.item img {
    -webkit-filter: brightness(0.8) saturate(0.8);
    filter: brightness(0.8) saturate(0.8);
}

.item.new img {
    -webkit-filter: none;
    filter: none;
}

.item.new .inner {
    width: 100%;
}

.text_area {
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    ;
}

.text_area .t_bnr_heading {
    color: #fff;
    letter-spacing: 3px;
}


/* .t_bnr_list_color {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
} */
/* 
[class*="remodal"] {
    height: 0;
    display: none;
    opacity: 0;
} */

@media (max-width: 1024px) {
    [class*="remodal"] {
        display: block;
        height: auto;
        opacity: 1;
    }
}

/* 追従ボタン*/

.foot-reserve {
    position: fixed;
    bottom: 25%;
    right: 0;
    z-index: 99;
}

.foot-reserve li {
    margin: 10px 0;
}

#footer .book .app-ios+.app-android {
    margin-top: 1em;
}

.foot-reserve li .app-ios,
.foot-reserve li .app-android {
    display: none;
}

.foot-reserve a {
    display: block;
    padding: 1em 2em;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    background: #bba893;
    position: relative;
}

.foot-reserve .ab > a{
    background: #a2b589;
}

.foot-reserve ul li a {
    padding: 0;
    background: none;
}

.foot-reserve a::after {
    content: none;
}

.foot-reserve .web-btn {
    display: block;
    padding: 1em 2em;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.2em;
    background: #bba893;
    cursor: pointer;
    position: relative;
}

.up-d-none.up-d-flex\@tb.up-w-100\%.up-jc-sa>div {
    width: 100%;
}

.up-d-none.up-d-flex\@tb.up-w-100\%.up-jc-sa>div>div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.up-d-none.up-d-flex\@tb.up-w-100\%.up-jc-sa>div>div text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.foot-reserve .ab .web-btn {
    background: #a2b589;
}

.foot-reserve a span {
    display: block;
    color: #fff;
}

.foot-reserve .web-btn span {
    display: block;
    color: #fff;
}

.foot-reserve a::after {
    content: url(/import/tenant_1/160.16.243.107/html02/images/header_03.png);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}

.foot-reserve .web-btn::after {
    content: url(/import/tenant_1/160.16.243.107/html02/images/header_03.png);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}

.foot-reserve .open .web-btn::after {
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
}

.dropdown li {
    margin: 0;
    padding: 0.5em 1em;
    border: 1px solid #bba893;
    background: #fff;
    cursor: pointer;
}

.dropdown li img {
    width: 150px;
}

.dropdown li:hover {
    opacity: 0.6;
}

.dropdown {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    position: absolute;
}

.open .dropdown {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.gnav.fixed {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

#gnav.fixed ul {
    max-width: 1000px;
    margin: auto;
    letter-spacing: -10px;
    text-align: right;
}

#gnav.fixed .nav2 li {
    vertical-align: top;
    margin: 0 2%;
    padding-bottom: 10px;
}

.home-concept {
    margin-bottom: 90px;
    padding: 0 0 70px 0;
    position: relative;
}

.home-concept .right .txt {
    line-height: 250%;
}

.home-concept .right.new {
    display: none;
}

.home-style ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.scale {
    overflow: hidden;
}

.scale img {
    /* -webkit-transform: scale(1.1);
  transform: scale(1.1); */
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.scale:hover img {
    -webkit-filter: brightness(0.6) saturate(0.6);
    filter: brightness(0.6) saturate(0.6);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.border-b:hover h3 {
    border-bottom: 2px solid #fff;
}

.home-feature .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .home-feature .wrap {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

  /*   h1 {
      padding: 10px 40px 0 0;
  } */

    #header h2 {
        width: 20%;
    }
}

@media (max-width: 599px) {
    .home-feature .pic {
        width: 100%;
    }

    #header h2 {
        width: 50%;
    }
}

.gnavi__list {
    position: relative;
    /* transition: all .3s; */
}

.gnavi__list ul {
    z-index: 6;
}

.gnavi__list:hover::before {
    background-color: #c13865;
}

.dropdown__lists {
    /*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
}

.gnavi__list:hover .dropdown__lists {
    display: block;
    /*Gナビメニューにホバーしたら表示*/
}

.dropdown__list {
    width: 300%;
    height: 24px;
    background-color: #bba893;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

#gnav .nav2 li.dropdown__list {
    margin-left: 0;
    padding: 20px 0;
}

.dropdown__list:not(:first-child)::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e7d8c8;
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown__list:hover {
    background-color: #bba893;
    opacity: 0.8;
}

#gnav .nav2 li.dropdown__list a:before,
#gnav .nav2 li.dropdown__list a:after {
    content: none;
}

.dropdown__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "P22 Johnston Underground Regular";
    color: #fff;
    text-decoration: none;
    position: relative;
    top: -10px;
}

#gnav .nav2 li a span {
    color: #fff;
}

.dropdown__lists {
    /*表示の変化を0.3秒に指定*/
    width: 100%;
    /*変形を適応する基準をtopとする*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    /*デフォルトでは非表示の状態にしておく*/
    -webkit-transform-origin: center top;
    transform-origin: center top;
    position: absolute;
    top: 30px;
    left: -100%;
}

.dropdown__lists.new {
    width: 180%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    position: absolute;
    top: 30px;
    left: -210%;
}

.gnavi__list:hover .dropdown__lists {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    /*Gナビメニューにホバーしたら表示*/
}

.remodal {
    width: 50%;
    padding: 50px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.remodal li {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
    padding: 40px;
    background: #ddd;
}

.remodal li:last-child {
    margin-bottom: 0;
}

.remodal-close {
    width: 35px;
    line-height: 35px;
    border: none;
    background: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.remodal-close:before {
    content: "\00d7";
    display: block;
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    text-align: center;
}

iframe {
    width: 100%;
    height: 100%;
    top: 0;
}

.shop-pic {
    width: 100%;
    height: 100%;
}
.shop-pic.map{
  max-height: 350px;
}
.map.new iframe{
  position: relative;
}

.shop-calendar {
    height: 480px;
}

.tbox {
    width: 50%;
}

.tits h3 {
    font-size: 24px;
    text-align: center;
}

.tits h3 strong {
    display: block;
    padding-bottom: 8px;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.salonlist .concept2 {
    padding: 70px 0;
    background: #e7e4e0;
}
a[href*="tel"], button[href*="tel"],
.shop-tel-btn a{
    pointer-events: none;
}
@media (max-width: 1024px) {
  a[href*="tel"], button[href*="tel"],
  .shop-tel-btn a{
    pointer-events: auto;
}
  .home-blog dl{
     width: 33%;
  }
    .totop {
        bottom: 40px;
    }

    /* .resbtn01 a, */
    .resbtn02sp .web-btn {
        padding: 10px;
        border: solid 1px #818181;
        border-radius: 15px;
    }
    
    .resbtn01 {
      width: 100%;
    }

    /* .resbtn01, */
    .resbtn02sp {
        width: 45%;
        margin: 0 10px;
        text-align: center;
        border-radius: 15px;
    }

    /* .foot-reserve {
        width: 100%;
        bottom: 0;
    } */
    .foot-reserve {
        width: 20%;
        bottom: 20%;
    }

    .remodal-overlay {
        background: rgba(43, 46, 56, 0.9);
        position: fixed;
        top: -5000px;
        bottom: -5000px;
        left: -5000px;
        right: -5000px;
        z-index: 9999;
    }
    [data-element-id].remodal-overlay{
      display: none;
    }

    .remodal-wrapper {
        /* display: none; */
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        text-align: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10000;
    }
    [data-element-id].remodal-wrapper{
      position: revert;
         
    }
[data-element-id].remodal{
  position: relative;
   transform: none;
    top: 0;
    left: 0;
    margin: auto;
}
    .shop-tel-btn a {
        padding: 10px 60px;
    }

    .shop-title-text {
        font-size: 15px;
    }

    .home-style li {
        width: 32%;
    }

    #gnav .nav2 li a span {
        color: #777474;
    }

    #gnav li.sp {
        display: inline-block;
    }

    .dropdown__list a {
        color: #000;
    }

    .dropdown__lists {
        -webkit-transform: initial;
        transform: initial;
        top: 0px;
        left: 0%;
    }

    .dropdown__lists.new {
        -webkit-transform: initial;
        transform: initial;
        top: 0px;
        left: 0%;
    }

    .bor-l {
        position: relative;
    }

    .bor-l::before {
        content: "−";
        position: absolute;
        left: -18px;
    }

    #gnav .nav2 li a {
        display: block;
        font-weight: normal;
        font-size: 15px;
        position: relative;
    }

    .wrap li {
        padding: 15px 0 !important;
    }

    .home-blog:before {
        height: 200px;
    }

    .home-concept {
        margin-bottom: 100px;
        padding: 0 0 20px 0;
    }

    .home-news {
        padding: 0;
    }

    .home-style h3 {
        padding-bottom: 25px;
    }

    .home-pickup {
        padding: 0;
    }

    .home-feature {
        padding: 100px 0;
    }

    .home-pickup .item:last-child {
        margin-bottom: 0;
    }

    .home-blog {
        padding: 45px 0 0px 0;
    }

    .home-shop {
        padding: 100px 0;
    }

    .shop-btn {
        margin-top: 50px;
    }

    .home-style {
        padding: 100px 0;
    }

    .home-blog {
        margin-top: 0;
    }

    .CONTACT {
        margin: 100px 0 !important;
    }

    #footer .fhead {
        width: 50%;
    }

    #footer .left {
        width: 100%;
    }

    .remodal {
        width: 65%;
    }

    .remodal li {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
        padding: 20px;
        background: #ddd;
    }
}

@media (max-width: 768px) {
    .home-pickup .item {
        width: 45%;
        margin-bottom: 25px;
    }

    .home-concept .rightnew {
        display: block;
    }
}

@media (max-width: 599px) {
    .remodal {
        width: 80%;
    }

    .remodal li {
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
        padding: 10px;
        background: #ddd;
    }

    #footer .fhead {
        width: 100%;
    }

    .shop-right .shop-title-text:first-of-type {
        margin-top: 25px;
    }

    .shop-tel-btn {
        margin: 30px auto 0;
    }

    .shop-left {
        width: 100%;
    }

    .shop-right {
        width: 100%;
    }

    .shop-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-feature .left {
        margin: 0;
    }

    .home-pickup .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .wework {
        padding-top: 15px;
    }

    .home-blog dl {
        width: 45%;
    }

    .home-concept .left {
        width: 100%;
        margin-top: 0;
    }

    .home-concept .right {
        width: 100%;
    }

    .home-catch {
        width: 100%;
        font-size: 20px;
            letter-spacing: 3px;
    }

    .style-list-heir {
        width: 27%;
        margin: 10px auto;
        text-align: center;
    }

    .home-feature .left .txt {
        text-align: left;
    }

    .contact-main-text p {
        text-align: left;
    }

    #footer .left {
        width: 100%;
    }

    .home-concept {
        margin-top: 100px;
    }

    .home-concept {
        margin-bottom: 100px;
        padding: 0 0 20px 0;
    }

    .home-news {
        padding: 0;
    }

    .home-style h3 {
        padding-bottom: 25px;
    }

    .home-pickup {
        padding: 0;
    }

    .home-feature {
        padding: 100px 0;
    }

    .home-pickup .item:last-child {
        margin-bottom: 0;
    }

    .home-blog {
        padding: 45px 0 0px 0;
    }

    .home-shop {
        padding: 100px 0;
    }

    .shop-btn {
        margin-top: 50px;
    }

    .home-style {
        padding: 100px 0;
    }

    .home-blog {
        margin-top: 0;
    }

    .CONTACT {
        margin: 100px 0 !important;
    }

    .concept2 h4 {
        font-size: 17px;
    }

    .concept1 h3 strong {
        font-size: 24px;
    }

    .h3s {
        font-size: 24px;
    }
    
    .foot-reserve {
        width: 100%;
        bottom: 70px;
    }
    
    .resbtn01,
    .resbtn02sp {
        width: 45%;
        margin: 0 10px;
        text-align: center;
        border-radius: 15px;
    }
    
    .resbtn01 a,
    .resbtn02sp .web-btn {
        padding: 10px;
        border: solid 1px #818181;
        border-radius: 15px;
    }
}

.menu01 {
    overflow: hidden;
}

.row5 {
    width: 18%;
    margin: 1%;
}

.sin .row5 {
    width: 23%;
}

.menunavitem a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    color: #fff;
    border-radius: 100px;
    background: #93b0bb;
}

.menunavitem a span {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.menu01box01 .pbox {
    position: relative;
}

.menu01box01 .pic {
    width: 50vw;
    max-width: 1000px;
    max-height: 90%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -10vw;
}

.menu01box01 .tbox {
    margin: 6em 0 0;
    padding: 4em;
    border: 1px solid;
    background: #fff;
    position: relative;
    z-index: 1;
}

.mb40 {
    margin-bottom: 40px;
}

.menu01item01 {
    padding: 1.5em;
    border-bottom: 1px solid #bfbfbf;
}

.menu01box02 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.menu01list02 {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5em;
}

.menu01item02 {
    padding: 1em;
    border-bottom: 1px solid #bfbfbf;
}

.menu01box03 .pbox {
    position: relative;
}

.menu01box03 .pic {
    width: 40vw;
    max-width: 1000px;
    max-height: 90%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.menu01box03 .pic:before {
    content: "";
    width: 101%;
    height: 101%;
    background: url(/import/tenant_1/160.16.243.107/html02/images/bg01.png) center center / 100% 100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.menu01box03 .tbox {
    padding: 5px 4em;
    background: #fff;
    position: relative;
    z-index: 1;
}

.menu01item03 {
    padding: 1.5em;
    border-bottom: 1px solid #bfbfbf;
}

.menu01list04itemlistitem {
    padding: 1.5em;
    border-bottom: 1px solid #bfbfbf;
}

.menu01list04itemlistitem.new {
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: none;
}

.yu-min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 26px;
}

.menu01 span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 160%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.yu-min:first-letter {
    font-size: 150%;
}

@media (max-width: 1024px) {
  .menu01box01 .pic{
    height: 50vh;
  }
    .menu01box01 .tbox {
        padding: 3em;
    }

    .menu01item01 {
        padding: 1em;
    }

    .menu01box03 .tbox {
        padding: 3em;
    }

    .menu01item03 {
        padding: 1em;
    }

    .menu01list04itemlistitem {
        padding: 1em;
    }

    .menunavitem {
        width: 31.333%;
            margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .menu01box01 .tbox {
        margin-top: 1em;
        padding: 3em 1.5em;
    }

    .menu01item01 {
        padding: 0.5em 0;
    }

    .menu01box01 .pic {
        width: 100%;
        max-height: 100%;
        position: static;
    }

    .menu01item02 {
        padding: 0.5em 0;
    }

    .menu01box03 .tbox {
        margin-top: 0em;
        padding: 0 1.5em 3em;
    }

    .menu01item03 {
        padding: 0.5em 0;
    }

    .menu01box03 .pic {
        width: 100%;
        max-height: 100%;
        position: static;
    }

    .menu01item04 [class*="heightLine"] {
        height: auto !important;
    }

    .menu01list04itemlistitem {
        padding: 0.5em 0;
    }

    .menu01list04 .menu01item04:last-of-type {
        margin-bottom: 0;
    }

    .menu01item04 {
        margin-bottom: 40px;
    }

    .menunavitem {
        width: 48%;
        margin: 10px 0;
    }

    .menu01box01 .pbox {
        margin-top: 20px;
    }
}

.ofiImg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover; object-position: top center;";
    /*IE対策*/
}

.ofiImg.tc {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    left: 50%;
}

.pic img {
    width: 100%;
}

.fw500 {
    font-weight: 500;
}

.z1 {
    position: relative;
    z-index: 1;
}

.tit03 .jp {
    display: block;
}

.area60 {
    padding: 60px 0;
}

.tfmp {
    overflow: hidden;
    position: relative;
}

.tit03 .t {
    display: inline-block;
    padding: 0 1em;
    position: relative;
}

.tit03 .t:before {
    content: "";
    width: 300vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 100%;
}

.tit03 .t:after {
    content: "";
    width: 300vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 100%;
}

.mb80 {
    margin-bottom: 80px;
}

.w30 {
    width: 30%;
    margin: 1% 0;
}

.w70 {
    width: 70%;
    margin: 1% 0;
}

.w66 {
    width: 66%;
    margin: 1% 0;
}

.w100 {
    width: 100%;
    display: block;
}

.inb {
    display: inline-block;
}

.tar {
    text-align: right;
}

.fw700 {
    font-weight: 700;
}

.mbem1 {
    margin-bottom: 1em;
}

.m1000 {
    width: 98%;
    max-width: 1020px;
    margin: auto;
}

.tit03 {
    overflow: hidden;
}

.w46 {
    width: 46%;
    margin: 1% 0;
}

.w76 {
    width: 76%;
    margin: 1% 0;
}

.w76.new {
    width: 100%;
}

.w20 {
    width: 24%;
    margin: 1% 0;
}

.tac {
    text-align: center;
}

.fw400 {
    font-weight: 400;
}

.fs14 {
    font-size: 14px !important;
}

.reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media all and (-ms-high-contrast: none) {
    .ofiImg img {
        background-position: top center !important;
    }
}

.border-dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #777474;
}

.border-dd.new {
    margin-bottom: 10px;
    padding: 1.5em;
}

ul#polaroids li {
    float: left;
    padding: 10px 10px 20px;
    background-color: white;
    -webkit-box-shadow: 0 4px 10px #333;
    box-shadow: 0 4px 10px #333;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    position: relative;
}

ul#polaroids li {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

ul#polaroids li:nth-child(2n+1) {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: relative;
    top: -5px;
}

ul#polaroids li:nth-child(1) {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    position: relative;
    top: -5px;
}

ul#polaroids li:nth-child(3) {
    -webkit-transform: rotate(350deg);
    transform: rotate(350deg);
    position: relative;
    top: -10px;
    left: 3 -40px;
}

ul#polaroids li:nth-child(4) {
    position: relative;
    top: -10px;
    left: 10px;
}

ul#polaroids li:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 6;
}

.uk-lb {
    cursor: pointer;
}

.web-detail {
    margin-top: 20px;
    text-align: center;
}

.web-detail a {
    display: inline-block;
    padding: 10px 30px;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    border: solid 1px #333;
    border-radius: 100px;
    background-color: #6b5b5b;
}

.web-detail a:hover {
    color: #333;
    background-color: #fff;
}

.vr-box .logo {
    width: 120px;
    margin: 0 auto;
    padding-bottom: 3em;
}

.sec-title-d {
    line-height: 1.8;
    text-align: center;
}

.vr-box .vr {
    padding: 3em 0;
}

#iframe-block-top-vr {
    height: 100%;
    margin: 0;
    padding: 0;
}

#iframe-block-top-vr .iframe-body {
    height: 500px;
    position: relative;
}

.c-btn-wrapper {
    text-align: center;
}

.vr-box .c-btn {
    width: 25%;
}

.bg-g {
    background-color: #f3f3f2;
}
.bg-b {
    background-color: #beac98;
    position: relative;
    width: 50%;
    padding: 5px;
    margin: 100px auto 0;
    border-radius: 5px;
}
.bg-b .box {
    background-color: #beac98;
    border-radius: 5px;
    border: solid #fff 1px;
    width: 100%;
    padding: 30px 10px;
}
.bg-b .text{
     display: flex;
    flex-direction: column;
    align-items: center;
}
.bg-b .text .ttl{
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}
.bg-b .text .ttl span{
  color: #fff;
  font-size: 16px;
}
.bg-b .text .hmore{
      margin-top: 20px;
}
.bg-b .text a{
  background-color: #fff;
}
.bg-b .text .hmore a{
  border: none;
}
.bg-b .text .hmore a:hover{
      color: inherit;
}
.vr-box .shop-btn {
    margin-top: 0px;
}

.salonlist-box .shop-list {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
}

.salonlist-box .shop-pic {
    height: auto;
    margin-bottom: 1.2em;
}

.salonlist-box .shop-right {
    width: 100%;
}

.salonlist-box .shop-left {
    width: 100%;
}

.salonlist-box .shop-name-logo {
    width: 100%;
}

.salonlist-box .shop-tel-btn a {
    padding: 5px 10px;
}

.salonlist-box .shop-btn {
    margin-top: 30px;
}

.salonlist-box .hmore {
    text-align: left;
}

.shop-title-text-sb {
    font-size: 13px;
}

.concept1.staff-box {
    padding: 0;
}

.menu01box03.new .pic {
    width: 40vw;
    max-width: 1000px;
    max-height: 90%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: initial;
}

.menu01box03.new .pic:before {
    content: "";
    width: 101%;
    height: 102%;
    background: url(/import/tenant_1/160.16.243.107/html02/images/bg01.png) center center / 100% 100% no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .sin .row5 {
        width: 23%;
        margin-bottom: 20px;
    }

    .salonlist-box .hmore a {
        width: 140px;
        background: url(/import/tenant_1/160.16.243.107/html02/images/hmore.png) 120px 12px no-repeat;
    }
}

@media (max-width: 768px) {
    .w76 {
        width: 100%;
        margin: 2% auto;
    }

    .w20 {
        width: 100%;
        margin: 2% auto;
    }
}

@media (max-width: 599px) {
  .bg-b{
    width: 95%;
  }
    .sin .row5 {
        width: 49%;
        margin-bottom: 10px;
    }

    .menu01box03.new .pic {
        width: 100%;
        max-height: 100%;
        position: static;
    }

    .salonlist-box .shop-list {
        width: 50%;
    }

    .salonlist-box .shop-list:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .w46 {
        width: 100%;
        margin: 1% 0;
        padding: 0 1.5em;
    }

    .w30 {
        width: 100%;
        margin: 1% 0;
    }

    .w70 {
        width: 100%;
        margin: 1% 0;
    }

    .w66 {
        width: 100%;
        margin: 1% 0;
    }

    .concept1 h3 {
        font-size: 24px;
    }

    .salonlist .concept2 {
        padding: 40px 0;
    }

    .tbox {
        width: 100%;
    }

    .salonlist .concept2 h3 {
        padding: 0;
    }

    .concept1 {
        padding: 40px 0;
    }

    .mb80sp {
        margin-bottom: 80px;
    }

    #iframe-block-top-vr .iframe-body {
        height: 350px;
    }
}

.bread {
    padding: 30px 0;
}

.bread li {
    display: inline;
    font-weight: 500;
    color: #afafaf;
}

.bread li a {
    display: inline;
    font-weight: bold;
    color: #4c4c4c;
}

.bread li:not(:first-of-type):before {
    content: "-";
    display: inline-block;
    vertical-align: initial;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #717171;
}

.blog-detail .day-wrap {
    width: 160px;
    height: 160px;
    background: #717171;
    position: relative;
}

.blog-detail .day-wrap .day {
    width: 82%;
    margin: auto;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.blog-detail .day-wrap .day .youbi {
    display: block;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    line-height: 100%;
    text-align: center;
}

.blog-detail .day-wrap .day .num {
    display: block;
    padding: 40px 0 40px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    line-height: 0;
    text-align: center;
}

.blog-detail .day-wrap .day li {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    text-align: center;
}

.blog-detail .txt-wrap {
    width: 70%;
}

.blog-detail .txt-wrap .cate {
    font-weight: bold;
}

.blog-detail .txt-wrap .title {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0;
}

.blog-detail .detail-txtbox {
    margin-top: 40px;
}


/*ãƒ–ãƒ­ã‚°/ãŠçŸ¥ã‚‰ã›è©³ç´°ãƒšãƒ¼ã‚¸ è¦‹å‡ºã—*/

.detail-txtbox a {
    text-decoration: underline;
}

.detail-txtbox h2 {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 28px;
    color: #e5c19f;
    line-height: 1.3;
    letter-spacing: 1.8px;
    border-top: 7px double #e5c19f;
    border-bottom: 7px double #e5c19f;
}

.detail-txtbox h3 {
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 24px;
    line-height: 100%;
    line-height: 1.3;
    letter-spacing: 1.8px;
    border-bottom: 3px solid #e5c19f;
    background: #ededed;
}

.detail-txtbox h4 {
    margin-bottom: 20px;
    padding-left: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1.5;
    -ms-writing-mode: inherit;
    -webkit-writing-mode: inherit;
    writing-mode: inherit;
    border-left: 3px solid #eeba67;
}

@media (max-width: 599px) {
    .detail-txtbox h2 {
        padding: 15px 10px;
        font-size: 22px;
    }

    .detail-txtbox h3 {
        padding: 15px 10px;
        font-size: 20px;
    }

    .detail-txtbox h4 {
        padding-top: 0;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .blog-detail .txt-wrap {
        width: 100%;
        padding-top: 20px;
    }

    .blog-detail .day-wrap .day {
        width: 82%;
    }
}

@media (max-width: 599px) {
    .blog-detail .day-wrap {
        width: 100px;
        height: 100px;
    }

    .blog-detail .day-wrap .day .youbi,
    .blog-detail .day-wrap .day li {
        font-size: 13px;
    }

    .blog-detail .day-wrap .day .num {
        padding: 20px 0 20px;
        font-size: 24px;
    }

    .blog-detail .txt-wrap .title {
        padding: 0px 0 20px;
        font-size: 18px;
    }
}


/*recommend-box*/

.blog .recommend li:nth-of-type(n + 4) {
    display: none;
}

.recommend-box li a {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .blog .recommend li:nth-of-type(n + 4) {
        display: block;
    }

    .recommend-box li ul li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


/*==========news==========*/

.bn-list-wrap.tbsp {
    width: 75%;
    margin-right: 40px;
}

.news .bn-list-wrap dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cdcdcd;
}

.news .bn-list-wrap dt {
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
}

.news .bn-list-wrap dt.day {
    font-weight: normal;
}

.news .bn-list-wrap dt.day:after {
    content: "|";
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

.news .bn-list-wrap dd {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    font-weight: normal;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .bn-list-wrap .page .prev a {
        padding: 0 30px 0 0;
    }

    .bn-list-wrap .page a {
        padding: 0 8px;
    }

    .bn-list-wrap .page .next a {
        padding: 0 0 0 30px;
    }
}

@media (max-width: 599px) {
    div:not(.product-list-wrap) .bn-list-wrap .blog-list li {
        width: 100%;
        padding: 5px;
    }

    .news .bn-list-wrap dl {
        margin-bottom: 10px;
        padding-bottom: 0px;
    }

    .news .bn-list-wrap dt {
        font-size: 14px;
    }

    .news .bn-list-wrap dd {
        font-size: 16px;
    }

    .bn-list-wrap .page .next a {
        padding: 0 0 0 10px;
    }

    .bn-list-wrap .page .prev a {
        padding: 0 10px 0 0;
    }
}


/*==========news_detail==========*/

.news .bn-list-wrap .list-detail dt {
    display: block;
}

.news .bn-list-wrap .list-detail dl {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.list-detail dt.cate {
    padding-bottom: 20px;
    text-align: center;
}

.list-detail dt.cate span {
    margin: 0 1%;
    padding: 7px 24px;
    border: 1px solid #717171;
}

.list-detail dt.day {
    font-size: 24px;
    text-align: center;
}

.news .bn-list-wrap .list-detail dd {
    padding-bottom: 50px;
    text-align: center;
    text-overflow: inherit;
    white-space: inherit;
}

.news .bn-list-wrap .list-detail dt.day:after {
    content: none;
}

@media (max-width: 599px) {
    .news .bn-list-wrap .list-detail dd {
        padding-bottom: 20px;
    }

    .list-detail dt.cate span {
        display: inline-block;
        margin: 1%;
        white-space: nowrap;
    }
}


/*==========ãƒ‹ãƒ¥ãƒ¼ã‚¹ãƒ»ãƒ–ãƒ­ã‚°ã®ã‚µã‚¤ãƒ‰==========*/

.side-wrap {
    width: 20%;
}

.side-wrap dl {
    padding-bottom: 50px;
}

.side-wrap dt {
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 24px;
}

.side-wrap dd {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    border-bottom: 1px dashed #cdcdcd;
}

.back {
    margin-top: 60px;
    text-align: center;
}

.back a {
    display: block;
    font-size: 16px;
}

.back a:before {
    content: "";
    width: 45px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(#) no-repeat;
}

.back-mt-small {
    margin-top: 20px;
}

.back-mt-xsmall {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .side-wrap {
        margin-top: 0;
    }

    .side-wrap dt {
        font-size: 18px;
    }

    .side-wrap dd {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .side-wrap {
        width: 100%;
        padding-top: 50px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .side-wrap dd {
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    .style {
        padding-bottom: 0px;
    }
}


/*product*/

.product01bgwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product01bgbox {
    width: 100%;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 0;
    position: relative;
}

.product01bgbox .ofiImg.tc {
    width: 100vw;
}

.product01bgbox .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(51, 18, 13, 0.4);
    position: absolute;
}

.product01box {
    width: 100%;
}

.product01box * {
    color: #fff;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0 0 10px #000;
}

.product01box .pbox img {
    border: 5px solid #cfa972;
}

.productitem a {
    display: block;
}

.productitem * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: 700;
    text-align: center;
}

.productitem dt {
    margin-bottom: 1em;
}

.productitem dd {
    margin-bottom: 0.5em;
}

.productitem dd.data {
    margin: 2em 0;
}

.productsinglebox .pbox .mainPic {
    margin-bottom: 40px;
}

.productsinglebox .pbox .subPicList li {
    width: 31.333%;
    margin: 0 1%;
}

.productsinglebox .tbox * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.productsinglebox .tbox .name span {
    display: block;
    margin: 0.25em 0;
}

.productsinglebox .tbox :not(.txt) {
    font-weight: 700;
}

.productsinglebox .tbox .dataD dt {
    padding-bottom: 0.25em;
    border-bottom: 1px solid #bfbfbf;
}

.en {
    font-size: 24px;
}

@media (max-width:1024px) {
    .product01bgbox {
        min-height: 500px;
    }

    .productsinglebox .pbox .mainPic {
        margin-bottom: 20px;
    }

    .bn-list-wrap.tbsp {
        width: 70%;
    }
}

@media (max-width:599px) {
    .product01bgbox {
        min-height: 400px;
    }

    .productitem .fs16 {
        font-size: 14px;
    }

    .productsinglebox .pbox .mainPic {
        margin-bottom: 2%;
    }

    .productsinglebox .pbox {
        margin-bottom: 40px;
    }
}

.flexsb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.salon-staff {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.salon-staff span {
    font-family: "P22 Johnston Underground Regular";
    font-size: 24px;
    letter-spacing: 0.1em;
    position: relative;
}

.salon-staff span:before {
    content: "";
    width: 3vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 105%;
}

.salon-staff span:after {
    content: "";
    width: 3vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 105%;
}

.style.blog.bn-list-wrap>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;/* 
    border-bottom: none !important; */
}

.style.blog.bn-list-wrap>div.jcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
}

.style.blog.bn-list-wrap>div.text-x {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.up-ofi-100.s-sp {
    width: 30%;
}

.staf-flist .style2 li {
    margin: 0;
    margin-bottom: 30px;
}

.style-detail .style.blog.bn-list-wrap>div.fle {
    display: block;
    margin-bottom: 50px;
}

.news .bn-list-wrap dl {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    /* padding-left: 20px; */
    border-bottom: 1px dashed #cdcdcd;
}

.blog-date {
    font-family: "P22 Johnston Underground Regular";
    font-size: 26px;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 3px #fff, 0px 0px 5px #fff, -2px -2px 2px #fff, 5px 5px 7px #fff, -5px -5px 7px #fff, -1px -2px 5px #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 1;
}

.blog-list li {
    position: relative;
}

.blog-author {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
}

.blog-title {
    font-size: 18px;
    line-height: 25px;
}

@media (max-width:1024px) {
    .blog-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-list li>a {
        width: 100%;
    }

    .blog-info-box {
        width: 100%;
        padding: 10px;
    }

    .blog-date {
        font-size: 18px;
    }

    .blog-author {
        font-size: 12px;
    }

    .blog-title {
        font-size: 14px;
    }
}

@media (max-width:599px) {
    .style.blog.bn-list-wrap>div {
        margin-bottom: 0px;
    }
    
    .style.blog.bn-list-wrap .backlink{
      margin-bottom: 50px;
    }

    .bn-list-wrap {
        width: 95%;
        margin: auto;
    }

    .style2 li dt {
        font-size: 14px;
    }

    .h3min {
        font-size: 24px;
    }

    .headspa-d1 h3 {
        font-size: 24px;
    }

    .style-d2 .t1 {
        width: 7%;
    }

    .bn-list-wrap.tbsp {
        width: 100%;
        margin-right: 0;
    }
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div[class*=recruit-row-sec-wrapper-n05] {
    background: #f3f3f2;
}

.hm_row.hm_row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hm_row.new {
    margin-left: -15px;
    margin-right: -15px;
}

.recruit-row-sec-02 .t-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3em;
    position: relative;
}

.recruit-row-sec-02 .t {
    width: 50%;
    text-align: center;
    border: 1px solid rgba(187, 168, 147, 0.6);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(187, 168, 147, 0.6);
    box-shadow: 10px 10px 0px 0px rgba(187, 168, 147, 0.6);
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: initial;
    left: inherit;
}

.recruit-row-sec-02 .t::before,
.recruit-row-sec-02 .t::after {
    display: none;
}

.recruit-row-sec-02 .t .p1,
.recruit-row-sec-02 .t .p2 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.recruit-row-sec-02 .t .p1 {
    font-weight: 300;
    font-size: 2.25em;
    color: #2e3030;
    letter-spacing: 0.3em;
}

.hm_col-sm-12 {
    width: 100%;
}

.hm_col-sm-12.new .img-wrapper {
    width: 25%;
}

.hm_col-sm-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.recruit-row-sec-02 .img-wrapper {
    width: 90%;
    margin: 0 auto;
}

.flc-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
}

.recruit-row-sec-02 .t2 {
    margin-bottom: 1.8em;
    font-size: 1.25em;
    color: #ec7289;
    line-height: 1.4;
}

.recruit-row-sec-02 .d {
    line-height: 1.8;
}

div[class*=recruit-row-sec-wrapper-n03] {
    padding: 4em 0 !important;
    background: #c7dcf2;
}

.full_section_inner {
    position: relative;
}

.hm_column_container {
    padding-left: 0;
    padding-right: 0;
}

.hm_column_container>.hm_column-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.section {
    position: relative;
}

.boxed .section .section_inner,
.grid_section .section_inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.parallax_section_inner_margin,
.section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}

div.section {
    position: relative;
}

.hm_col-sm-push-3 {
    width: 25%;
    left: 25%;
}

.ri.hm_col-sm-push-3 {
    width: 40%;
    left: 25%;
}

.ri.hm_col-sm-push-3.neo {
    width: 25%;
}

.hm_col-sm-push-3.new {
    width: 70%;
    left: 25%;
}

.fcc-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

div[class*=recruit-row-sec-wrapper-n] {
    padding: 5em 0 !important;
}

.recruit-row-sec-03 .inner {
    position: relative;
}


/* .recruit-row-sec-03 .inner:before {
  content: url(/import/tenant_1/160.16.243.107/html02/images/05.png);
  position: absolute;
  top: -60px;
}
.recruit-row-sec-03 .inner:after {
  content: url(/import/tenant_1/160.16.243.107/html02/images/05.png);
  position: absolute;
  bottom: -60px;
} */

.recruit-row-sec-03 .inner .img-wrapper {
    margin-bottom: 3em;
    text-align: center;
}

.recruit-row-sec-03 .d {
    line-height: 1.8;
}

.recruit-row-sec-04 .t {
    font-size: 1.5em;
    color: #fff;
    line-height: 2.4em;
    text-align: center;
}

.recruit-row-sec-04 .p1 {
    padding: 0.4em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.2em;
    background: #2e3030;
}


/* .recruit-row-sec-04 .t span {
  font-size: 1.5em;
  color: #fff;
  background: #2e3030;
  padding: 0 1.4em;
} */

.recruit-row-sec-04 .d {
    margin: 3.6em;
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
}

.recruit-row-sec-04 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.recruit-row-sec-04 .items {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    margin-bottom: 1.8em;
    border: 3px solid #92c873;
    position: relative;
}

.recruit-row-sec-04 .items a:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2em;
}

.recruit-row-sec-04 .items a>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
}

.recruit-row-sec-04 .items a:after {
    content: "";
    width: 0;
    height: 100%;
    background: #92c873;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.recruit-row-sec-04 .item2 {
    background: #92c873;
    position: relative;
}

.recruit-row-sec-04 .item2 a>.inner {
    height: calc(100% - 0px);
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recruit-row-sec-04 .item2 a>.inner p {
    z-index: 100;
}

.recruit-row-sec-04 .item2 a>.inner:after {
    content: "";
    width: 0;
    height: 100%;
    background: 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.recruit-row-sec-04 .item2 a>.inner:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2em;
    z-index: 100;
}

div[id*=recruit-row-sec-wrapper-n].anchor {
    display: block;
    margin-top: -0;
    padding-top: 100px !important;
}

.r-t {
    margin-bottom: 6em;
    text-align: center;
}

.r-t .t1 {
    margin-bottom: 0.6em;
}

.r-t .t1 span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 0.2em;
}

.r-t .t2 {
    font-weight: 700;
    line-height: 2.4;
}


/* .r-t .t2 span {
  font-size: 1.1em;
  color: #fff;
  background: #2e3030;
  padding: 0.2em 1.4em;
  letter-spacing: .2em;
  font-family: "P22 Johnston Underground Regular";
} */

.vc_col-sm-3 {
    width: 25%;
}

.recruit-row-sec-05 .item {
    margin-bottom: 30px;
    background: #fff;
}

.recruit-row-sec-05 .item>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
}


/* .recruit-row-sec-05 .item .left {
  flex-basis: 40%;
}
.recruit-row-sec-05 .item .right {
  flex-basis: 60%;
} */

.recruit-row-sec-05 .item .left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.recruit-row-sec-05 .item .right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}


/* .recruit-row-sec-05 .item .right>.inner {
  padding-left: calc(1.2em + 10px);
} */

/* .recruit-row-sec-05 .item .right>.inner {
    padding: 10px;
} */

.recruit-row-sec-05 .item .position {
    margin-bottom: 0.4em;
}


/* .recruit-row-sec-05 .item span {
  padding: 0 10px;
  margin-left: -10px;
} */

.recruit-row-sec-05 .item .name {
    margin: 0.5em 0;
    font-weight: 700;
    font-size: 1.4em;
    text-align: center;
}

.recruit-row-sec-05 .item .background {
    margin-bottom: 10px;
    text-align: center;
}


/* .recruit-row-sec-05 .item span.s1 {
  background: #f8cbd9
}

.recruit-row-sec-05 .item span.s2 {
  background: #cde18f
}

.recruit-row-sec-05 .item span.s3 {
  background: #9eb7df
}

.recruit-row-sec-05 .item span.s4 {
  background: #cde18f
}

.recruit-row-sec-05 .item span.s5 {
  background: #f8cbd9
}

.recruit-row-sec-05 .item span.s6 {
  background: #9eb7df
}
 */

.recruit-row-sec-06 .r2 {
    margin-bottom: 6em;
}

.recruit-row-sec-06 .col2 .p1 {
    margin-bottom: 2.4em;
    font-weight: 700;
    font-size: 1.1em;
    ;
}

.recruit-row-sec-06 .col2 .d {
    line-height: 1.8;
}

.recruit-row-sec-06 .col3 {
    margin-top: calc(0.5em*1.1 + 0.4em);
    border: 1px solid;
    ;
}

.recruit-row-sec-06 .col3>.inner {
    width: calc(100% - 16.66666666666667%);
    margin: 0 auto;
    margin-top: calc(-0.5em*1.1 - 0.4em);
}

.recruit-row-sec-06 .col3 .p1 {
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    text-align: center;
}

.recruit-row-sec-06 .col3 .p1 span {
    padding: 0.2em 1.4em;
    font-family: "P22 Johnston Underground Regular";
    font-size: 28px;
    line-height: 1.2;
    background: white;
}

.recruit-row-sec-06 .col3 .p2 {
    margin: 3em 0;
    font-weight: 700;
    font-size: 1.2em;
    color: #ec7289;
    line-height: 2;
    text-align: center;
    ;
}

.recruit-row-sec-06 .col3 .d {
    margin-bottom: 3em;
    line-height: 1.8;
    ;
}

div[class*=recruit-row-sec-wrapper-n07] {
    background: #f3f3f2;
}

.r-t .d {
    margin-top: 3em;
}

.recruit-row-sec-08 .r-t .d {
    text-align: left;
}

div[class*=recruit-row-sec-wrapper-n09] {
    background: #f3f3f2;
}

.dl-table dt,
.dl-table dd {
    padding: 0 10px;
}

.recruit-row-sec-09 .r-t .d {
    text-align: left;
}

.recruit-row-sec-09 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruit-row-sec-10 .col {
    margin-top: calc(0.5em*1.1 + 0.4em);
    margin-bottom: 3em;
    border: 1px solid;
    ;
}

.recruit-row-sec-10 .col>.inner {
    width: calc(100% - 16.66666666666667%);
    margin: 0 auto;
    margin-top: calc(-0.5em*1.1 - 0.4em);
}

.recruit-row-sec-10 .col .p1 {
    font-weight: 700;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    text-align: center;
    ;
}

.recruit-row-sec-10 .col .d {
    margin: 3em 0;
    line-height: 1.8;
    ;
}

.recruit-row-sec-10 .col2 {
    width: calc(50% - 15px);
    margin-right: 15px;
}

.recruit-row-sec-10 .col3 {
    width: calc(50% - 15px);
    margin-left: 15px;
}

.recruit-row-sec-10 .col1 .p1 span {
    padding: 0.2em 1.4em;
    font-family: "P22 Johnston Underground Regular";
    font-size: 28px;
    line-height: 1.2;
    background: white;
}

.recruit-row-sec-10 .col2 .p1 span {
    padding: 0.2em 1.4em;
    background: #fff59a;
    ;
}

.recruit-row-sec-10 .col3 .p1 span {
    padding: 0.2em 1.4em;
    background: #92c873;
    ;
}

.recruit-row-sec-10 .col4 .p1 span {
    padding: 0.2em 1.4em;
    background: #f2a6be;
    ;
}


/* div[class*=recruit-row-sec-wrapper-n11] {
  background: #f3f3f2
} */

.recruit-company-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1em;
}

.recruit-company-table dt {
    margin-bottom: 0.6em;
    padding-top: 0.6em;
    padding-right: 1.2em;
    ;
}

.recruit-company-table dd {
    padding-top: 0.6em;
}

.recruit-company-table .b {
    background-image: linear-gradient(to right, #2e3030, #2e3030 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position: top;
    ;
}

.recruit-row-sec-12 .t {
    margin-bottom: 3em;
    font-weight: 700;
    font-size: 1.6em;
    text-align: center;
    ;
}

.recruit-row-sec-12 .t p {
    display: inline-block;
}

.recruit-row-sec-12 .t .before-img,
.recruit-row-sec-12 .t .after-img {
    width: 2em;
    height: 3em;
    display: inline-block;
    vertical-align: top;
    ;
}

.recruit-row-sec-12 .t .after-img {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.recruit-row-sec-12 .img1 img {
    width: 100%;
}

.recruit-row-sec-12 .item2 {
    width: 250px;
    margin: 0 auto;
    background: #92c873;
    position: relative;
    ;
}

.recruit-row-sec-12 .item2 a>.inner:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 2em;
    z-index: 100;
}

.recruit-row-sec-12 .item2 a>.inner {
    height: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.recruit-row-sec-12 .item2 a>.inner:after {
    content: "";
    width: 0;
    height: 100%;
    background: 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.recruit-row-sec-12 .item2 a:hover {
    opacity: 1;
}

.recruit-row-sec-12 .item2 a:hover>.inner:after {
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transition: width 0.3s, background-color 0.3s;
    transition: width 0.3s, background-color 0.3s;
    z-index: 10;
}

.recruit-row-sec-12 .item2 a>.inner p {
    z-index: 100;
}

.recruit-row-sec-12 .item2.item a:before {
    content: none;
}

.recruit-row-sec-12 .item2.item a:after {
    content: none;
}

.recruit-row-sec-12 .d {
    width: 80%;
    margin: 3em auto;
    text-align: center;
}

.recruit-row-sec-12 .e {
    text-align: center;
}

.recruit-row-sec-12 .e .p1 {
    font-weight: 700;
    font-size: 1.1em;
    color: #16902e;
    text-align: center;
    ;
}

.recruit-row-sec-12 .e .tel {
    display: block;
    margin: 3em 0;
    ;
}

.recruit-row-sec-12 .e .tel span {
    font-weight: 700;
    font-size: 1.8em;
    ;
}

div[class*=recruit-row-sec-wrapper-n13] {
    background: #f8c4b2;
}

.recruit-row-sec-13 .r-t .t2 span {
    color: #2e3030;
}

.recruit-row-sec-04 .left {
    -ms-flex-preferred-size: 3em;
    flex-basis: 3em;
    z-index: 1;
}

.recruit-row-sec-04 .right {
    -ms-flex-preferred-size: calc(100% - 3em);
    flex-basis: calc(100% - 3em);
    z-index: 1;
}

.recruit-row-sec-04 .p2 {
    margin-left: -2em;
}

.recruit-row-sec-04 .right>.inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recruit-row-sec-04 .left>.inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.recruit-row-sec-04 .items a:hover:after {
    width: 100%;
    opacity: 1;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    z-index: -1;
}

.recruit-row-sec-04 .item2 a:hover>.inner:after {
    width: 100%;
    background: #fff;
    opacity: 1;
    -webkit-transition: width 0.3s, background-color 0.3s;
    transition: width 0.3s, background-color 0.3s;
    z-index: 10;
}

.item a:hover {
    opacity: 1;
}

.recruit-row-sec-05 .item .name span {
    font-weight: 700;
    font-size: 1.4em;
}

.hm_col-sm-push-2 {
    left: 16.66666667%;
}

.hm_col-sm-4 {
    width: 33.33333333%;
}

ol[class*="step"] li,
ol[class*="step"] li span {
    color: white;
}

.step {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    overflow: hidden;
    margin: 50px auto 20px;
    padding: 0;
}

.step li {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 0.5em 1em 2em;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 2px black;
    background: #7fa3dd;
    position: relative;
}

.step li:last-child {
    padding-right: 1em;
    background: #6b9ef1;
}

.step li:last-child:before {
    width: 0px;
    border-width: 50px;
    top: -18px;
    right: -87px;
}

.step li:last-child:after {
    border-color: transparent transparent transparent #6b9ef1;
    right: 0px;
}

.step li:before,
.step li:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
}

.step li:before {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    top: -15px;
    right: -1em;
    z-index: 10;
}

.step li:after {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #7fa3dd;
    top: -15px;
    right: -0.8em;
    z-index: 10;
}

.step li.is-current {
    background: #9eb7df;
}

.step li.is-current:after {
    border-color: transparent transparent transparent #9eb7df;
}

.step2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    overflow: hidden;
    margin: 50px auto 20px;
    padding: 0;
}

.step2 li {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 0.5em 1em 2em;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 2px black;
    background: #72af4e;
    position: relative;
}

.step2 li:last-child {
    padding-right: 1em;
    background: #79c94a;
}

.step2 li:last-child:before {
    width: 0px;
    border-width: 50px;
    top: -18px;
    right: -87px;
}

.step2 li:last-child:after {
    border-color: transparent transparent transparent #79c94a;
    right: 0px;
}

.step2 li:before,
.step2 li:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
}

.step2 li:before {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    top: -15px;
    right: -1em;
    z-index: 10;
}

.step2 li:after {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #72af4e;
    top: -15px;
    right: -0.8em;
    z-index: 10;
}

.step2 li.is-current {
    background: #7eae61;
}

.step2 li.is-current:after {
    border-color: transparent transparent transparent #7eae61;
}

.step3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    overflow: hidden;
    margin: 50px auto 20px;
    padding: 0;
}

.step3 li {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 0.5em 1em 2em;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 2px black;
    background: #ffe03f;
    position: relative;
}

.step3 li:last-child {
    padding-right: 1em;
    background: #ffd600;
}

.step3 li:last-child:before {
    width: 0px;
    border-width: 50px;
    top: -18px;
    right: -87px;
}

.step3 li:last-child:after {
    border-color: transparent transparent transparent #ffd600;
    right: 0px;
}

.step3 li:before,
.step3 li:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
}

.step3 li:before {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    top: -15px;
    right: -1em;
    z-index: 10;
}

.step3 li:after {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #ffe03f;
    top: -15px;
    right: -0.8em;
    z-index: 10;
}

.step3 li.is-current {
    background: #ffea7d;
}

.step3 li.is-current:after {
    border-color: transparent transparent transparent #ffea7d;
}

.step4 {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    overflow: hidden;
    margin: 50px auto 20px;
    padding: 0;
}

.step4 li {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em 0.5em 1em 2em;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 2px black;
    background: #ffe03f;
    position: relative;
}

.step4 li:last-child {
    padding-right: 1em;
    background: #f7bc9c;
}

.step4 li:last-child:before {
    width: 0px;
    border-width: 50px;
    top: -18px;
    right: -87px;
}

.step4 li:last-child:after {
    border-color: transparent transparent transparent #f7bc9c;
    right: 0px;
}

.step4 li:before,
.step4 li:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    position: absolute;
}

.step4 li:before {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    top: -15px;
    right: -1em;
    z-index: 10;
}

.step4 li:after {
    border-width: 40px 0 40px 1em;
    border-style: solid;
    border-color: transparent transparent transparent #ffe03f;
    top: -15px;
    right: -0.8em;
    z-index: 10;
}

.step4 li.is-current {
    background: #ffea7d;
}

.step4 li.is-current:after {
    border-color: transparent transparent transparent #ffea7d;
}

@media (max-width: 1024px) {
    ol[class*="step"] li {
        width: 30%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    ol[class*="step"] li:last-of-type {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.step-up-box {
    padding: 0 0 280px 0;
    position: relative;
}

.step-up-box-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.step-up-box-top span:first-child {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 18px;
    border-radius: 50%;
}

.step-up-box-topr {
    width: 200px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #f19087;
    position: absolute;
    bottom: 280px;
    right: 0px;
}

.step-up-box-bot {
    position: absolute;
    bottom: 150px;
    left: 160px;
}

.step-up-box-bot01 {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #f8cad7;
    position: absolute;
    bottom: -95px;
    right: -95px;
}

.step-up-box-bot02 {
    width: 220px;
    height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 18px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #f8cad7;
    position: absolute;
    bottom: 0;
    right: 0;
}

.step-up-box-bot03 {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    bottom: -123px;
    left: 86px;
}

.step-up-box-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.step-up-box-txt.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.step-up-box-txt.last div {
    width: 100%;
}

.step-up-box-txt div {
    width: 30%;
    padding-left: 2em;
}

.point4 dt {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.point4 .txt {
    margin: 10px 0 0 0;
    font-size: 16px;
    text-align: center;
}

.rec11 h3 {
    padding-bottom: 60px;
    font-size: 14px;
    text-align: center;
}

.rec11 p {
    padding-bottom: 30px;
    text-align: center;
}

.rec11 dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px;
}

.rec11 dt {
    display: block;
    margin-bottom: 10px;
}

.rec11 dd {
    padding: 0 0 0 0px;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex_centering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.font_red {
    color: #717171;
}

.Interstate {
    font-family: interstate-mono, monospace;
    font-weight: 400;
    font-style: normal;
}

.mainV {
    margin-bottom: 6em;
    text-align: center;
}

.mainV .logo {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.mainV .download .qrbox_item {
    width: 240px;
    padding-left: 50px;
    padding-right: 50px;
}

.mainV .download .qrbox_item.iph {
    width: 280px;
}

.mainV .main_title {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 50px;
}

.mainV .main_pic {
    width: 60%;
    max-width: 180px;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}

.mainV .textbox {
    margin-bottom: 5em;
}

.mainV .textbox .item {
    margin-top: 2em;
    margin-bottom: 2em;
}

.mainV .textbox .item:first-child {
    display: inline;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f0f09c));
    background: linear-gradient(transparent 60%, #f0f09c 60%);
}

.mainV .textbox .item:last-child {
    margin-bottom: 0em;
}

.mainV .textbox .item.small {
    font-size: 12px;
}

.mainV .textbox .item.waku {
    display: inline-block;
    padding: 1em;
    border: 1px solid #000;
}

.mainV .download {
    margin-top: 50px;
}

.mainV .download .title {
    width: 70%;
    max-width: 396px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    letter-spacing: 3px;
    border-radius: 50px;
    background-color: #000;
}

.mainV .download .qrbox {
    margin-bottom: 2em;
}

.mainV .download .qrbox_item .btn {
    display: block;
    /*border: 1px solid #000000;
    background-color: #E9E9E9;
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;*/
}

.mainV .download .qrbox_item .btn.iphone {
    width: 85%;
    margin: 0 auto;
}

.benefits .title {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.benefits .benefits_list_item {
    margin-bottom: 5em;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 6em;
    outline: solid 4px #717171;
    outline-offset: 5px;
    border: solid 1px #717171;
}

.benefits .benefits_list_item .wrp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.benefits .benefits_list_item .number {
    width: 84px;
    height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    background-color: #b5a463;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.benefits .benefits_list_item .number .txt {
    color: #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.benefits .benefits_list_item .number em {
    display: block;
    font-size: 35px;
    color: #fff;
}

.benefits .benefits_list_item .cont {
    width: 80%;
    padding-left: 2em;
    font-size: 21px;
    text-align: left;
}

.benefits .benefits_list_item .cont p {
    display: inline-block;
}

.benefits .benefits_list_item .cont .big {
    padding-left: 0.3em;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 50px;
    color: #717171;
}

.benefits .benefits_list_item .cont .big span {
    font-size: 30px;
}

.benefits .benefits_list_item .rank {
    margin-top: 2em;
}

.benefits .benefits_list_item .rank_item {
    width: 60%;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
}

.benefits .benefits_list_item .rank_item::after {
    content: url(#);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -8%;
}

.benefits .benefits_list_item .rank_item:last-child::after {
    content: none;
}

.method .method_wrp {
    border-left: 2px solid #717171;
    border-right: 2px solid #717171;
}

.method .method_wrp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.method .title {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: #717171;
}

.method .method_list {
    -webkit-box-align: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    border-bottom-width: 2px;
}

.method .method_list_item {
    width: 100%;
    padding-bottom: 4em;
    border-bottom: 2px solid #717171;
}

.method .method_list_item.new2 {
    padding-bottom: 0;
}

.method .method_list_item.new2 .number {
    text-align: center;
}

.method .method_list_item .inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.method .method_list_item:first-child {
    width: 100%;
    background-color: #e9e9e9;
}

.method .method_list_item.new:nth-child(even) {
    border-right: 2px solid #717171;
}

.method .method_list_item .number {
    text-align: left;
}

.method .method_list_item.new {
    width: 50%;
}

.method .method_list_item .number .num {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 10px;
    font-family: interstate-mono, monospace;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    font-style: normal;
    border-radius: 50%;
    background-color: #717171;
    position: relative;
}

.method .method_list_item .number .num span {
    color: #fff;
    border-bottom-width: medium;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.method .method_list_item .number .tit {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 21px;
    color: #717171;
}

.method .method_list_item .instruct {
    margin-bottom: 1.5em;
    text-align: center;
}

.method .method_list_item .button {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid #6c6c6c;
}

.method .method_list_item .button_list_item {
    width: 50%;
    max-width: 250px;
    padding-left: 2em;
    padding-right: 2em;
}

.method .method_list_item .button_list_item .btn {
    display: block;
}

/* .method .method_list_item .qr {
    border-bottom: 1px solid #6C6C6C;
    padding-bottom: 3em;
    margin-bottom: 3em;
} */

.method .method_list_item .qr .pic_qr {
    max-width: 200px;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.method .method_list_item .qr .pic_line {
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
}

.method .method_list_item .search_pic p {
    display: inline-block;
}



.method .method_list_item .flow dt {
    width: 80%;
    max-width: 230px;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.method .method_list_item .flow dd {
    margin-bottom: 3em;
    font-weight: bold;
}

.method .method_list_item .flow dd:last-child {
    margin-bottom: 0px;
}

.method .method_list_item .flow .small {
    font-weight: normal;
    font-size: 12px;
    white-space: normal;
}

@media (max-width:1024px) {
    .benefits .benefits_list {
        width: 90%;
        margin: auto;
    }

    .benefits .benefits_list_item {
        padding-left: 5%;
        padding-right: 5%;
    }

    .benefits .benefits_list_item .number {
        margin-bottom: 2em;
        margin-left: auto;
        margin-right: auto;
    }

    .benefits .benefits_list_item .cont {
        width: 100%;
        padding-left: 0em;
        text-align: center;
    }

    .method .method_list_item .number .tit {
        font-size: 18px;
    }

    .method .method_list_item .search_pic p {
        margin-bottom: 1em;
    }
}

.dl-table dd {
    margin-bottom: 0;
    margin-left: 30%;
}

.dl-table dt {
    width: 30%;
    float: left;
}

.dl-table dd:after {
    content: "";
    display: block;
    clear: both;
}

.dl-table dl,
.dl-table dt,
.dl-table dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 1em;
}

@media (max-width:599px) {
    main {
        font-size: 14px;
    }

    .mainV .main_title {
        font-size: 33px;
    }

    .mainV .download .title {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .mainV .download .qrbox_item:first-child {
        margin-bottom: 3em;
    }

    .benefits .title {
        font-size: 24px;
    }

    .benefits .benefits_list_item .cont {
        font-size: 16px;
    }

    .benefits .benefits_list_item .cont .big {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .benefits .benefits_list_item .cont .big span {
        font-size: 22px;
        letter-spacing: 0px;
    }

    .method .title {
        font-size: 21px;
    }

    .method .method_list_item.new {
        width: 100%;
    }

    .method .method_list_item.new:nth-child(even) {
        border-right: none;
    }
}

.table-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table-dl+.table-dl dt,
.table-dl+.table-dl dd {
    border-top: none;
}

.table-dl dt,
.table-dl dd {
    padding: 15px;
}

.table-dl dt {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #000;
    background-color: #e7e4e0;
}

.table-dl dd {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    background-color: white;
}

.table-menu {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}

.table-menu tr th,
.table-menu tr td {
    padding: 10px;
    color: #1f1f1f;
    text-align: left;
}

.table-menu tr th+th,
.table-menu tr td+td {
    border-left: 1px solid #000;
}

.table-menu tr th {
    color: white;
    background-color: #e497c3;
}

.table-menu tr td {
    border-top: 1px solid #000;
    background-color: white;
}

.table-menu tr td:first-of-type {
    width: 40%;
    background-color: #fee4f6;
}

@media (max-width: 1024px) {
    .table-dl dt {
        width: 30%;
    }

    .table-menu tr th,
    .table-menu tr td {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .table-dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-dl+.table-dl {
        margin-top: 5px;
    }

    .table-dl dt,
    .table-dl dd {
        padding: 10px 5px;
    }

    .table-dl dt {
        width: 100%;
    }

    .table-dl+.table-dl dt {
        border-top: 1px solid #000;
    }

    .table-dl dd {
        border-top: none;
        border-left: 1px solid #000;
    }

    .table-menu tr th,
    .table-menu tr td {
        font-size: 12px;
    }
}

.c-ye {
    background-color: #fff597;
}

.c-gr {
    background-color: #cee191;
}

.c-pr {
    background-color: #c8c3e0;
}

.c-or {
    background-color: #f4bc9d;
}

.c-bl {
    background-color: #a4d6f5;
}

.fuki-sb {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 50px;
}

.c-pi {
    background-color: #f8c3b1;
}

.salon3 dl dd {
    font-weight: 500;
}

.fuki-text {
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #e97288;
    text-align: center;
}

.felx-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rec11 h3 strong {
    display: block;
    padding: 0 0 18px 0;
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 35px;
    letter-spacing: 3px;
}

.rec11 h3 {
    padding-bottom: 60px;
    font-size: 18px;
    text-align: center;
}

#gnav li.tbon {
    display: none;
}

@media (max-width:1024px) {
    #gnav li.tbon {
        display: inline-block;
    }

    .fuki-sb {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -50px;
        left: 70%;
    }

    .salon3 dl dd {
        font-size: 13px;
    }

    .salon3 dl:nth-child(2),
    .salon3 dl:nth-child(4) {
        margin-top: 20px;
        margin-left: auto;
        ;
    }

    .salon3 dl {
        width: 40%;
    }

    .felx-c {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .salon3 dl+dl:before {
        content: "";
        width: 250px;
        height: 40px;
        border-top: 6px dotted #000;
        position: absolute;
        top: 120px;
        left: -225px;
    }

    .tbonb:after {
        content: "";
        width: 250px;
        height: 40px;
        margin-top: 50px;
        border-top: 6px dotted #000;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        position: absolute;
        top: 100px;
        right: -155px;
        z-index: 0;
    }

    .tbonbt {
        position: relative;
    }

    .tbonbt::before {
        content: "";
        width: 70px;
        height: 40px;
        margin-top: 50px;
        border-top: 6px dotted #000;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        position: absolute;
        top: 70px;
        left: -56px;
        z-index: 0;
    }

    .hm_col-sm-push-3 {
        width: 50%;
    }

    .step li,
    .step2 li,
    .step3 li,
    .step4 li {
        vertical-align: middle;
        text-align: center;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }

    .step li:before,
    .step2 li:before,
    .step3 li:before,
    .step4 li:before {
        border-width: 93px 0 93px 2.1em;
        top: -8px;
        right: -2.1em;
    }

    .step li:after,
    .step2 li:after,
    .step3 li:after,
    .step4 li:after {
        border-width: 90px 0 90px 2em;
        top: -5px;
        right: -2em;
    }

    .text-combine {
        text-align: center;

        -webkit-text-combine: horizontal;
        -ms-text-combine-horizontal: all;
        text-combine-upright: all;
    }

    .recruit-row-sec-06 .col3>.inner {
        width: calc(100% - 6.666667%);
    }

    .step li:last-child:before,
    .step2 li:last-child:before,
    .step3 li:last-child:before {
        width: 0px;
        border-width: 120px;
        top: -43px;
        right: -212px;
    }

    .step li:last-child:before,
    .step2 li:last-child:before,
    .step3 li:last-child:before {
        width: 0px;
        border-width: 113px;
        top: -30px;
        right: -198px;
    }

    .step-up-box-bot02 {
        width: 180px;
        height: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        background-color: #f8cad7;
        position: absolute;
        bottom: -40px;
        right: 0;
    }

    .step-up-box-bot01 {
        width: 150px;
        height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        background-color: #f8cad7;
        position: absolute;
        bottom: -118px;
        right: -95px;
    }

    .step-up-box-bot {
        bottom: 160px;
        left: 215px;
    }

    .step-up-box-bot03 {
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        bottom: -140px;
        left: 85px;
    }

    .step-up-box-topr {
        width: 150px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        background-color: #f19087;
        position: absolute;
        bottom: 300px;
        right: 10px;
    }

    .step4 li:last-child:after {
        border-width: 40px 0 40px 1em;
        border-color: transparent transparent transparent #f7bc9c;
        top: -12px;
        right: 0em;
    }
}

.fz22 {
    font-size: 22px;
}

@media (max-width:1024px) {
    .fz22 {
        font-size: 18px;
    }

    .recruit-row-sec-10 .col3 .p1 span {
        padding: 0.2em 0em;
    }
}

@media (max-width:768px) {
    .recruit-row-sec-04 .items {
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
}

@media (max-width:599px) {
    .fz22 {
        font-size: 14px;
    }

    .ri.hm_col-sm-push-3.neo {
        width: 50%;
        margin-bottom: 50px;
    }

    .ri.hm_col-sm-push-3 {
        width: 100%;
    }

    .step-up-box-bot02 {
        width: 150px;
        height: 150px;
    }

    .step-up-box-bot01 {
        width: 130px;
        height: 130px;
        right: -80px;
    }

    .step-up-box-bot {
        bottom: 140px;
        left: 160px;
    }

    .step-up-box-bot03 {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        position: absolute;
        bottom: -55px;
        left: 50px;
    }

    .step-up-box-topr {
        bottom: 325px;
    }

    .recruit-row-sec-04 .right {
        font-size: 12px;
    }

    .salon3 {
        padding: 0;
    }

    .fuki-sb {
        width: 115%;
        font-size: 12px;
        text-align: center;
        position: absolute;
        top: 275px;
        left: 135%;
    }

    .salon3 dl:nth-child(3):before {
        margin-top: 20px;
    }

    .salon3 dl+dl:before {
        content: "";
        width: 90px;
        height: 40px;
        border-top: 6px dotted #000;
        position: absolute;
        top: 60px;
        left: -80px;
    }

    .tbonb:after {
        content: "";
        width: 70px;
        height: 40px;
        margin-top: 50px;
        border-top: 6px dotted #000;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        position: absolute;
        top: 20px;
        right: -60px;
        z-index: 0;
    }

    .tbonbt::before {
        content: "";
        width: 80px;
        height: 40px;
        margin-top: 50px;
        border-top: 6px dotted #000;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        position: absolute;
        top: 30px;
        left: -50px;
        z-index: 0;
    }

    .hm_col-sm-12.new .img-wrapper {
        width: 50%;
    }

    .rec2 .right {
        width: 95%;
    }

    .hm_col-sm-6 {
        width: 100%;
    }

    .hm_col-sm-push-3 {
        width: 50%;
        padding: 5px;
        left: 25%;
    }

    .recruit-row-sec-04 .items {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }

    /* .recruit-row-sec-04 .t span{
 font-size: 20px;
} */
    .recruit-row-sec-04 .d {
        margin: 2.6em;
    }

    .recruit-row-sec-04 .p2 {
        font-size: 12px;
    }

    .recruit-row-sec-04 .p1 {
        padding: 0.2em;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        color: #fff;
        letter-spacing: 0.1em;
        background: #2e3030;
    }

    .hm_col-sm-6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    /* .item.new span{
font-size: 12px;
} */
    .hm_col-sm-4 {
        width: 100%;
    }

    .recruit-row-sec-06 .col2 .p1 {
        margin-top: 1.4em;
        margin-bottom: 1.4em;
    }

    .recruit-row-sec-10 .col2,
    .recruit-row-sec-10 .col3 {
        width: 100%;
        margin: 30px 0;
    }

    .concept1.new {
        padding-top: 0;
    }

    .recruit-company-table {
        width: 100%;
        font-size: 1em;
    }

    .hm_col-sm-push-3.new {
        width: 100%;
    }

    .rec10.new {
        padding: 0 0 100px 0;
    }

    .benefits .benefits_list_item .rank_item {
        width: 100%;
        padding-left: 0em;
        padding-right: 0em;
    }

    .method .method_list_item.new2 .number {
        text-align: left;
    }
}

.text-combine {
    color: #fff;
}

.requied {
    display: inline-block;
    margin: 0.5em;
    color: red;
}

.rec10 dd label {
    padding-right: 1em;
}

.rec10 dd .size2 {
    width: 50%;
    padding: 10px 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #e9e9e9;
}

.rec10 dd input[type="radio"] {
    margin-top: 0.8em;
    margin-right: 0.5em;
}

.pl-btn {
    padding-bottom: 46px;
}

.number .tit {
    margin-top: 1em;
    margin-bottom: 1em;
}

a:hover,
.uk-link:hover {
    color: inherit;
}

.sty-top>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.sty-topc,
.sty-topc>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bor-y {
    border-bottom: double 10px #fff000;
}

.bor-y {
    padding: 10px 20px;
    text-align: center;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    position: relative;
}

.bor-y:before,
.bor-y:after {
    content: "";
    width: 2px;
    height: calc(100% + 1em);
    background-color: #333;
    position: absolute;
    top: -10px;
}

.bor-y:before {
    left: 10px;
}

.bor-y:after {
    top: -5px;
    right: 10px;
}

.head_ttl {
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 30px 10px 30px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    background-color: #000;
    position: relative;
}

.head_ttl:before {
    content: "";
    width: 3px;
    height: 110%;
    display: block;
    margin: auto;
    background-color: #fff;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    position: absolute;
    top: -3px;
    left: 14px;
}

.head_ttl:after {
    content: "";
    width: 3px;
    height: 116%;
    display: block;
    margin: auto;
    background-color: #fff;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    top: -6px;
    left: 14px;
}

.mas {
    width: 100%;
    height: 75px;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #c5c5c5;
    position: relative;
}

.mas span {
    display: block;
    margin: 0;
   /*  padding: 0 30px 0 15px; */
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    border-top: dashed 1px #fff;
    border-bottom: dashed 1px #fff;
}

.mas:after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 35px 20px 40px 0px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.rec9.new {
    background: #fff;
}
.r-con .ent .clearfix{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.r-con .rec10 dt {
    float: left;
    padding: 0; 
    width: 30%;
}
.r-con .rec10 dd{
  padding: 0;
  width: 70%;
}
@media (max-width:599px) {
  .r-con .rec10 dt {
    width: 100%;
}
.r-con .rec10 dd{
  width: 100%;
}
    .recruit-row-sec-02 .t {
        width: 80%;
    }

    .head_ttl.new {
        padding: 10px 0px 10px 30px;
        font-size: 16px;
    }

    .head_ttl {
        font-size: 16px;
    }

    .head_ttl.new:after {
        left: 23px;
    }
}

.z-1 {
    z-index: -1;
}

/* icon */
[class^="icon"] {
    display: inline-block;
}

[class^="icon-"]::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

[class^="icon-fa-brands"]::before {
    font-family: "Font Awesome 5 Brands";
}

[class^="icon-fa-free"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-fa-brands-facebook::before {
    content: "\f082";
}

.icon-fa-brands-instagram::before {
    content: "\f16d";
}

.icon-fa-brands-line::before {
    content: "\f3c0";
}

.icon-fa-free-map::before {
    content: "\f3c5";
}

.icon-fa-free-cal::before {
    content: "\f073";
}

.icon-fa-free-contact::before {
    content: "\f1d8";
}

.icon-fa-free-time::before {
    content: "\f017";
}

/* 店舗ページの店舗一覧 */
.card-map {
    width: 100%;
    position: relative;
}

.card-map::before {
    content: "";
    display: block;
    padding-top: 87%;
}

.card-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.card-logo {
    margin: 5px 0;
    text-align: center;
}

.card-logo img {
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.list-salon-info-wrap {
    margin-top: 20px;
}

.list-salon-info {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.list-salon-info+.list-salon-info {
    margin-top: 0.5em !important;
}

.list-salon-info dt,
.list-salon-info dd {
    font-size: 14px;
    line-height: 1.5;
}

.list-salon-info dt {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1em;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
}

.list-salon-info dt::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.list-salon-info dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
}

.list-salon-info dd .tel {
    font-family: "P22 Johnston Underground Regular";
    font-weight: normal;
    font-size: 180%;
    line-height: 1;
    letter-spacing: 0.1em;
}

.list-salon li .hmore {
    text-align: center;
}

@media (max-width: 1024px) {
    .card-salon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .card-map {
        width: 30%;
    }

    .card-content {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 2em;
    }

    .logo-sns-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .logo-sns-wrap .card-logo {
        width: 60%;
        margin: 0;
    }

    .logo-sns-wrap .list-sns-btn {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 1em;
    }

    .list-salon-info dt {
        width: 20%;
    }
}

@media (max-width: 599px) {
    .card-salon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-map,
    .card-content {
        width: 100%;
    }

    .card-map::before {
        padding-top: 55%;
    }

    .card-content {
        margin-left: 0;
    }

    .logo-sns-wrap {
        margin: 10px 0;
    }

    .list-salon-info dt {
        width: 25%;
    }
}

/* sns-btn */
.list-sns-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-sns-btn li {
    margin: 5px;
}

.list-sns-btn li a {
    display: block;
}

.list-sns-btn li a [class*="icon"] {
    font-size: 30px;
    line-height: 1;
}

.list-sns-btn li a [class*="icon"]::before {
    overflow: hidden;
    padding: 3px 5px;
    border-radius: 5px;
}

.list-sns-btn li a .icon-fa-brands-instagram::before {
    color: white;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
        -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
        linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

/* CAREITEM */
.product-brand span {
    display: inline-block;
    padding: 0.2em 1em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    border-radius: 3px;
    background-color: #93b0bb;
}

.product-brand.-detail span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
}

.product-name {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

.product-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    line-height: 1.2 !important;
}

.product-info dt,
.product-info dd {
    padding-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 1.5;
    text-align: left !important;
}

.product-info dt {
    width: 30% !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1em;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    position: relative;
}

.product-info dt::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0.1em;
    right: 0;
}

.product-info dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 599px) {
    .product-info dt {
        width: 40% !important;
    }
    .product-info.up-fxw-wrap dd{
  width: 100%;
  margin-bottom: 10px;
}
.product-info.up-fxw-wrap dt::after{
  content:none;
}
.product-info dt::after{
  top: 0;
    right: -2px;
}
}

/* スタッフ一覧 */
.list-inpage-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
}

.list-inpage-link li {
    width: 23%;
    margin: 1%;
}

.list-inpage-link li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8em 1em 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    font-size: 18px;
    color: white;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    background-color: #93b0bb;
}

@media (max-width: 1024px) {
    .list-inpage-link li {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .list-inpage-link li {
        width: 98% !important;
    }
}

/* プライバシーポリシー */
.pp-box .acc-btn {
    margin: 10px 0;
    padding-right: 1.5em;
    text-align: right;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.pp-box .acc-btn:hover {
    opacity: 0.6;
    cursor: pointer;
}

.pp-box .acc-btn::after {
    content: "\f103";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    right: 0;
}

.pp-box.action .acc-btn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* リクルート */
[class*="delay"] {
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
}

.delay1 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.delay2 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.delay3 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.delay4 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.fead-rotate {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.mv.fead-rotate {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.section_inner_margin .recruit-row-sec-05 .slick-dots li button {
    width: 15px;
    height: 15px;
    text-indent: -999rem;
    border: 1px solid #93b0bb;
    border-radius: 100%;
    background-color: white;
}

.section_inner_margin .recruit-row-sec-05 .slick-dots li button:hover,
.section_inner_margin .recruit-row-sec-05 .slick-dots li.slick-active button {
    background-color: #93b0bb;
}

.section_inner_margin .recruit-row-sec-05 .slick-prev,
.section_inner_margin .recruit-row-sec-05 .slick-next {
    z-index: 1;
}

.section_inner_margin .recruit-row-sec-05 .slick-prev::before,
.section_inner_margin .recruit-row-sec-05 .slick-next::before {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
}

.square {
    position: relative;
}

.square::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-welfare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-welfare li {
    width: calc(92% / 4);
    margin: 1%;
}

.list-welfare li .square-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    font-size: 18px;
    color: white;
    line-height: 1.2;
    text-align: center;
    border-radius: 15px;
    background-color: #93b0bb;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.rec9 dl+dl {
    border-top: 1px dashed #c2ac9c;
}

.recruit-bgc-white {
    background-color: white !important;
}

.instagram-box {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.instagram-item {
    margin: 1%;
}

.instagram-img {
    width: 30%;
}

.instagram-img .img,
.instagram-img .img img {
    width: 100%;
}

.instagram-content {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 3em;
}

.instagram-logo-wrap {
   /*  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   align-items: center;
   -ms-flex-align: center; */
}

.instagram-logo-wrap .icon-fa-brands-instagram {
    margin-top: -0.5em;
}

.instagram-logo-wrap .icon-fa-brands-instagram::before {
    overflow: hidden;
    padding: 0.05em 0.15em;
    font-size: 45px;
    color: white;
    border-radius: 5px;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
        -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%),
        radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
        linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.instagram-logo-wrap .logo-instagram {
    width: 100%;
    max-width: 210px;
    margin-left: 1em;
}

.instagram-logo-wrap .logo-instagram img {
    width: 100%;
}

.card-recruit {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding: 1em;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.list-recruit-img {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-recruit-tag {
    display: inline-block;
    margin: 0.5em;
    padding: 0.8em 1.3em 0.3em 1.5em;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    border-radius: 3px;
    background-color: #93b0bb;
}

.list-recruit-content {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5%;
}

.list-recruit-title {
    width: 100%;
    margin-bottom: 0.5em;
    font-family: "P22 Johnston Underground Regular";
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    border-bottom: 1px solid gray;
}

.list-recruit-text {
    margin: 1em 0;
}

.list-recruit-text,
.list-recruit-text * {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
}

.list-recruit-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.2em 0.5em !important;
    border: none !important;
}

.list-recruit-info dt,
.list-recruit-info dd {
    float: none;
    padding: 0 !important;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
}

.list-recruit-info dt {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 1em !important;
    font-weight: bold;
    position: relative;
}

.list-recruit-info dt::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.list-recruit-info dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 1em;
}

.list-recruit-btn {
    width: 100%;
    height: 55px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.list-recruit-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    color: white;
    line-height: 1.2;
    letter-spacing: 0.1em;
    border-radius: 8px;
    background-color: #93b0bb;
}

/* ##### 職種ごとの色分け（任意入力はデフォの色です） ##### */
.アシスタント .list-recruit-tag,
.アシスタント .list-recruit-btn a {
    background-color: #bba893;
}

.エステティシャン .list-recruit-tag,
.エステティシャン .list-recruit-btn a {
    background-color: #a2b589;
}

.ネイリスト .list-recruit-tag,
.ネイリスト .list-recruit-btn a {
    background-color: #8d8053;
}

.アイリスト .list-recruit-tag,
.アイリスト .list-recruit-btn a {
    color: #777474;
    background-color: #dedacd;
}

@media (max-width: 1024px) {
    .slider2 {
        padding: 0 5%;
    }

    .section_inner_margin .recruit-row-sec-05 .slick-prev {
        left: -10px;
    }

    .section_inner_margin .recruit-row-sec-05 .slick-next {
        right: -10px;
    }

    .section_inner_margin .recruit-row-sec-05 .slick-prev::before,
    .section_inner_margin .recruit-row-sec-05 .slick-next::before {
        width: 40px;
        height: 40px;
    }

    .instagram-box {
        width: 90%;
    }

    .list-recruit-info dt {
        width: 20%;
    }

    .list-recruit-btn {
        width: 55%;
    }
}

@media (max-width: 599px) {
    .list-welfare li {
        width: calc(96% / 2);
    }

    .instagram-box {
        width: 100%;
    }

    .instagram-img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .instagram-content {
        width: 100%;
        margin-left: 0;
    }

    .list-recruit-info dt,
    .list-recruit-info dd {
        font-size: 12px;
    }

    .list-recruit-info dt {
        width: 35%;
    }

    .list-recruit-btn {
        width: 100%;
        height: 50px;
    }

    .list-recruit-btn a {
        padding: 0.5em;
        font-size: 16px;
    }
}

/* masonry */
.tile-wrap {
    width: 100%;
}

.tile-item {
    width: calc(92% / 4);
    margin: 1%;
    padding: 0 0.5em;
}

@media (max-width: 1024px) {
    .tile-item {
        width: calc(94% / 3);
    }
}

@media (max-width: 599px) {
    .tile-item {
        width: 48%;
    }
}

/* アプリインストール */
.flow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flow-wrap .text {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: left;
}

.flow-item {
    width: 48%;
    margin: 1%;
    padding: 60px 30px;
    border-radius: 50px;
    background: #fcfcfc;
    -webkit-box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
    box-shadow: 5px 5px 20px #c8c9cc, -5px -5px 20px #fff;
}

.flow-title {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.flow-num {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "P22 Johnston Underground Regular";
    font-size: 26px;
    color: white;
    line-height: 1;
    text-align: center;
    border-radius: 100%;
    background-color: #93b0bb;
    position: absolute;
    top: -5px;
    left: 0;
}

.flow-title-text {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
}

.flow-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flow-img-element {
    width: 45%;
    margin: 1% 2.5%;
}

.store-link a {
    display: block;
    padding: 0 30px;
}

.store-link a img {
    max-width: 100px;
}

.img-qr {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.img-qr img {
    width: 100%;
}

@media (max-width: 1024px) {
    .flow-item {
        padding: 50px 20px;
    }

    .store-link a {
        padding: 0 5px;
    }
        #header #gnav .nav2 > li:nth-of-type(1){
  padding-bottom: 0!important;
}
/* #header #gnav .nav2 > li:nth-of-type(2){
  border-top: none;
  padding-top: 0!important;
      text-align: center;
} */
}

@media (max-width: 599px) {
    .flow-item {
        width: 95%;
    }

    .flow-item+.flow-item {
        margin-top: 50px;
    }
}

/* アプリで予約 */
.list-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-step li {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 1%;
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    position: relative;
}

.list-step li .num {
    display: inline-block;
    padding: 0.6em 0.7em;
    font-family: "P22 Johnston Underground Regular";
    font-size: 26px;
    color: white;
    line-height: 1;
    letter-spacing: 0.1em;
    border-radius: 0 0 15px 0;
    background-color: #93b0bb;
    background-color: #93b0bb;
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-step li .img {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-step li .cont {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 5%;
}

.list-step li .cont .title {
    margin-bottom: 15px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

.list-step li .cont .text {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
 .b-yr+.js-contp:before {
    content: "/";
    display: inline-block;
    margin: 0 0.3em;
    line-height: inherit;
}

@media (max-width: 599px) {
  .blog-n-o .style2 ul{
    padding-bottom: 0px;
  }
  .blog-n-o .style-d3{
    margin-bottom: 0;
  }
  .blog-n-o .backlink a{
    margin: auto;
  }
  .style-d1 .sum img{
    padding: 0;
  }
  .staffbox .left{
    width: 100%;
  }
  .style2 li .staff-position{
    text-align: center;
  }
    .list-step li {
        width: 98%;
    }

    .list-step li+li {
        margin-top: 20px;
    }
}
.staff-item .title{
  word-wrap: break-word;
}
/* 見たまま編集 */
[data-element-id] [data-ab-test-contents] {
    padding: 2.5em 0.2em 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "A/BテストのパターンA（ここをダブルクリックで切り替え）";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #b22222;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "A/BテストのパターンB（ここをダブルクリックで切り替え）";
    background-color: #b22222;
}

[data-element-id] .foot-reserve li .app-ios,
[data-element-id] .foot-reserve li .app-android,
[data-element-id] #footer .book .app-ios,
[data-element-id] #footer .book li .app-android {
    display: block;
}

[data-element-id] #footer .book .app-ios a,
[data-element-id] #footer .book li .app-android a {
    width: 100%;
}

[data-element-id] .foot-reserve li .app-ios,
[data-element-id] #footer .book .app-ios {
    padding: 2em 1em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid blue;
    position: relative;
}

[data-element-id] .foot-reserve li .app-ios::before,
[data-element-id] #footer .book .app-ios::before {
    content: "apple app storeのリンク";
    width: 100%;
    display: block;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: blue;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .foot-reserve li .app-android,
[data-element-id] #footer .book li .app-android {
    margin-top: 1em;
    padding: 2em 1em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .foot-reserve li .app-android::before,
[data-element-id] #footer .book li .app-android::before {
    content: "google play storeのリンク";
    width: 100%;
    display: block;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .foot-reserve li.app-reserve::before {
    display: none;
}

[data-element-id] .blog-detail .day-wrap {
    width: 200px;
    height: 200px;
}

[data-element-id] .blog-detail .day-wrap .day .youbi {
    font-size: 14px;
}

[data-element-id] .blog-detail .day-wrap .day .num {
    padding: 20px 0 20px;
    font-size: 18px;
    line-height: 1;
}

[data-element-id] .blog-detail .day-wrap .day li {
    font-size: 11px;
}

[data-element-id].rcst .hm_col-sm-6 {
    width: 33%;
}

[data-element-id]#header {
    margin-bottom: 140px;
}

[data-element-id] .slider .staff-item {
    width: 18%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1%;
}

[data-element-id] .slider .staff-item:nth-of-type(n+6) {
    display: none;
}

[data-element-id] .acc-content {
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .acc-content::before {
    content: "アコーディオンの中身です";
    width: 100%;
    display: block;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .tile-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

[data-element-id] .tile-item {
    padding-top: 1.5em;
    border: 2px solid gray;
    position: relative;
}

[data-element-id] .tile-item::before {
    content: "タイル内を編集する際はこちらをダブルクリックしてください";
    width: 100%;
    display: block;
    padding: 0.2em 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: gray;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-element-id].dropdown{
    -webkit-transform: none;
    transform: none;
    position: relative;
}
[data-element-id] h1{
  padding: 0;
}

.recruit-row-sec-10 .col1 .p1 span {
    padding: 0.2em 1.4em;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    line-height: 1.2;
    background: white;
}

.recruit-row-sec-10 .col2 .p1 span {
    padding: 0.2em 1.4em;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    line-height: 1.2;
    background: white;
}

.recruit-row-sec-10 .col3 .p1 span {
    padding: 0.2em 1.4em;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    line-height: 1.2;
    background: white;    ;
}

.recruit-row-sec-10 .col4 .p1 span {
  padding: 0.2em 1.4em;
    font-family: "P22 Johnston Underground Regular";
    font-size: 18px;
    line-height: 1.2;
    background: white;    ;
}
[data-element-id]#gnav li.tbon{
display: inline-block;
  border: solid 1px #000;
}
[data-element-id]#gnav li.tbon:before{
  content: "ハンバーガーメニュー内";
  display: block;
  position: relative;
  z-index: 2;
  font-size: 12px;
  color: #fff;
  background: #000;
}
[data-element-id]#gnav li.tbon.mt170{
  margin-top: 170px;
}

.mainimg .uk-flex{
  position: relative;
  display: block;
  width: 100%;
}
.mainimg .uk-flex:after {
  content: "";
  display: block;
  padding-top: 70%;
}
.mainimg.new .uk-flex:after {
  content: "";
  display: block;
  padding-top: 45%;
}
.mainimg .uk-flex img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% ;
}

.t-3{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#pdf-confirm img {
  display: none;
}

@media (max-width: 599px) {
  .mainimg.new .uk-flex:after {
  padding-top: 70%;
}
}

/* 2024/07/02 */
/* 求人ぺージ追加 */
.recruiter-info{
  width: 60%;
  margin: 0 auto 50px;
  border: 1px solid #bba893;
  padding: 1em;
}

.recruiter-info .text01{
  font-size: 1.2em;
  margin-bottom: 1em;
}

.recruiter-info .text01 span.tel{
  font-size: 1em;
  line-height: 100%;
}

@media(max-width:1024px){
.recruiter-info{
  width: 90%;
}    
}

@media(max-width:599px) {
.recruiter-info{
  padding: 1.5em 0.5em;
  width: 100%;
}   
  
.recruiter-info a{
  font-size: 11px;
}

.recruiter-info .tel a{
  font-size: initial;
} 
}

/* 求人バナー（画面右下追従） */
.recruit-banner01{
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 99;
}

.recruit-banner01 a {
    display: block;
    padding: 1em 2em;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0.2em;
    background: #d9e3ec;
    position: relative;
}

.recruit-banner01 a .arrow{
  position: absolute;
  right: 1em;
  bottom: 15px;
  display: flex;
  align-items: center;
} 

.recruit-banner01 a .arrow::after{
  content: '';
  width: 70px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}

.recruit-banner01 a:hover .arrow{
  transform: translateX(10px);
  transition: 0.3s ease-in;
}

@media(max-width:1024px){
.recruit-banner01{
  bottom: 100px;
  right: 0;
  left: auto;
}

.recruit-banner01 a {
    font-size: 20px;

}
}


@media (max-width: 599px) {
.recruit-banner01 {
    bottom: 10px;
    right: auto;
    left: 10px;
    width: 80%;
}

.recruit-banner01 a {
    text-align: center;
}

.totop {
  bottom: 30px;
  right: 20px;
}
}

/* 求人バナー（フッター上） */
.recruit-banner02{
  max-width: 600px;
  margin: 6em auto;
  position: relative;
}

.recruit-banner02 .img-wrap{
  filter: opacity(0.3);
}

.recruit-banner02 .img-wrap02{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 2;
  width: 50%;
  filter: opacity(0.5);  
}

.recruit-banner02 .content-wrap{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  z-index: 3;
}

.recruit-banner02 .content-wrap .maincopy{
  font-size: 2.5em;
  color: #333;
}

.recruit-banner02 .content-wrap .subcopy{
  color: #333;
  font-weight: 500;
}

@media(max-width:599px) {
.recruit-banner02{
  max-width: 90%;
}  
  
.recruit-banner02 .content-wrap .maincopy{
  font-size: 1.5em;
}

.recruit-banner02 .content-wrap .subcopy{
  font-size: 11px;
}    
}

.shop-tel-btn02 {
  text-align: center;
}

#footer .left.left02 {
  float: initial;
  margin: auto;
}

#footer .fhead li.hug-insta {
  width: 60px;
}

@media (max-width: 1024px){
  #footer .left02 .fhead {
    margin: auto;
  }
}

@media (max-width: 599px){
  .flexd02 {
    flex-direction:column-reverse;
  }
}

/**2024/12/11**/
.hug .menunavitem a {
  background: #48b134;
}

.bg-green {
  background: #e6f9e3 !important;
}

.hug .foot-reserve a {
  background: #48b134;
}

@media (max-width: 599px){
  .hug .foot-reserve {
    bottom: 10px;
  }
}

/**求人タブ**/
/**リクルート**/
.requirements-area h3 {
  font-size: 22px;
  color: #49bda0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.requirements table , .requirements td, .requirements th {
	border: 1px solid #c7c7c7;
	border-collapse: collapse;
}
.requirements table {
  width: 100%;
  margin-top: 50px;
}
.requirements th {
	padding: 1%;
	width: 30px;
	height: 25px;
}
.requirements td:first-child {
	padding: 1%;
	width: 30%;
	height: 25px;
}
.requirements td:nth-child(2) {
	padding: 1%;
	width: 70%;
	height: 25px;
}
.requirements th {
	background: #f0e6cc;
}

/**タブ**/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #48b134;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: #48b134;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.tab-switch {
  display: none;
}
.mt50 {
  margin-top: 50px;
}
.w200 {
  width: 200px;
}


/*20260729*/
.lineicon img {
  width: 83%;
  padding: 6px;             /* 💡 画像の内側に余白を作って見た目を縮小 */
  box-sizing: border-box;   /* 💡 余白を含めて枠サイズを固定 */
}

.lineqr {
  text-align: center;   /* 💡 QRコード画像を中央寄せ */
  margin-top: 40px;   
  margin-bottom: 20px;
}

.logo-sns-wrap .list-sns-btn li.lineicon img {
  padding: 0px;            /* 💡 内側の余白でアイコンサイズを微調整 */
  box-sizing: border-box;  /* 💡 余白を含めたサイズ調整 */
  width: 80%;             /* 💡 枠いっぱいに広げる */
  object-fit: contain;     /* 💡 縦横比を崩さない */
}
