/*指定共通css*/
.grd-x {
    /*Permalink-usetoeditandsharethisgradient:;
    https:;
    //colorzilla.com/gradient-editor/#c57d84+1,a2a8b3+51,8ec2cf+100*/
    background: #bba893;
    /*Oldbrowsers*/
    /*FF3.6-15*/
    /*Chrome10-25,Safari5.1-6*
}

.grd-y {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ec2cf+1,a2a8b3+51,c57d84+100 */
    background: #bba893;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */


}


.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt140 {
    margin-top: 140px;
}

.b16 {
    font-size: 16px;
    font-weight: bold;
}

.zoom img {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.title-v {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 30px;
    font-size: 36px;
}

@media (max-width: 1024px) {
    .title-v {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        margin: 0 0 30px 0;
        font-family: 'Mr De Haviland', cursive;

    }
}

/*==========header==========*/
#header {
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}

#header.smaller .head-nav {
    padding: 15px 40px 15px 67px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.head-nav {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10;
    max-width: 50%;
}

[data-element-id] .head-nav {
  position: relative;
  top: 0;
  right: inherit;
}

.head-nav .pcnone {
    display: none;
}

.head-logo {
    width: 50%;
    margin: 0 auto 0 20px;
}

.head-logo a {
  display: block;
}

#header.smaller .head-logo {
    width: 220px;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 10%;
    z-index: 10;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    display: inline-block;
    max-width: 30%;
}

.head-nav li:not(:last-of-type) a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {

    .head-nav {
        padding: 20px 40px 20px 67px;
    }
}

@media (max-width: 599px) {
    .head-nav {
        max-width: 80%;
        padding: 10px 20px 5px 20px;
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    #header.smaller .head-nav {
        background: none;
        /*display: block;
        padding: 0;
        position: relative;
        */
        -webkit-transition: all 1s ease-in;
        transition: all 1s ease-in;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
    }

    #header.smaller .head-nav .spnone {
        display: none;

    }

    #header.smaller .head-nav #gnav .toggle {
        position: fixed !important;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #c57d84;
        background: -webkit-gradient(linear, left top, right top, color-stop(1%, #c57d84), color-stop(51%, #a2a8b3), to(#8ec2cf));
        background: linear-gradient(to right, #c57d84 1%, #a2a8b3 51%, #8ec2cf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c57d84', endColorstr='#8ec2cf', GradientType=1);
        cursor: pointer;
        z-index: 251;
    }

    #header.smaller .head-nav #gnav .accordion-body {
        height: 100vh;
    }

    #header.smaller .head-logo {
        max-width: 35%;
        left: 1%;
    }
}

/*==========footer==========*/
#footer {
    padding-top: 100px;
    ;
}

#footer .foot-wrap {
    position: relative;
}

#footer .inner {
    position: inherit;
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 80px 0;
}

#footer .foot-info ul {
    padding-top: 40px;
}

#footer .foot-info li {
    color: #fff;
}

#footer .foot-info li a,
.copy {
    color: #fff;
}

#footer .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #868686;
    min-height: 300px;
}

#footer .bg:before {
    padding-top: 22%;
}

#footer .bg img {
    opacity: 0.4;
}

.foot-reserve {
    position: fixed;
    bottom: 8%;
    right: 0;
    z-index: 9;
}

[data-element-id] .foot-reserve {
  position: relative;
}

.foot-reserve a {
    display: block;
    background: #bba893;
    padding: 20px 50px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-right: 5px solid #efe5da;
    position: relative;
    letter-spacing: 0.2em;
}

.foot-reserve a:before {
    content: "";
    position: absolute;
    border-right: 5px solid #efe5da;
    top: 0;
    right: -5px;
    height: 50%;
}

.foot-reserve a:after {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/footer/yajirusi.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
    width: 14px;
    height: 5px;
}

@media (max-width: 599px) {
    .foot-reserve {
        width: 100%;
        bottom: 0;
    }

    .foot-reserve a {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 0;
        text-align: center;
        font-size: 16px;
    }

    #footer .inner {
        padding: 50px 0;
    }

    #footer .bg:before {
        padding-top: 100%;
    }

    .copy {
        display: block;
        text-align: center;
        width: 100%;
        padding-top: 20px;
    }
}

/*==========トップページ==========*/
.mainimg .video {
    width: calc(100% - 140px);
    margin: 0 0 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.mainimg .video .logo {
    position: absolute;
    top: 58%;
    left: 6%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.mainimg .video .logo img {
    width: 28%;

}

.mainimg:before {
    content: "";
    width: 10px;
    height: 200px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ec2cf+1,a2a8b3+51,c57d84+100 */
    background: #8ec2cf;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8ec2cf), color-stop(51%, #a2a8b3), to(#c57d84));
    background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec2cf', endColorstr='#c57d84', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

/* .mainimg:after {
    content: "";
    background: #cdcdcd;
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */

.home-news .inner {
    background: #cdcdcd;
    padding: 20px 30px 20px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.home-news .inner:before {
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ec2cf+1,a2a8b3+51,c57d84+100 */
    background: #8ec2cf;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8ec2cf), color-stop(51%, #a2a8b3), to(#c57d84));
    background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec2cf', endColorstr='#c57d84', GradientType=0);
    /* IE6-9 */
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-news h2 {
    font-size: 70px;
    color: #fff;
}

.home-news dl {
    width: 70%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-news dt {
    color: #fff;
}

.home-news dd {
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.home-news .more a {
    color: #fff;
}

.home-news .more a:before {
    background: #fff;
}

.home-concept .inner {
    position: relative;
}

.home-concept .bg {
    position: absolute;
    top: 0;
    left: 0;
}

.home-concept .txt-wrap {
    width: 86%;
    margin: 0 0 0 auto;
    padding-top: calc(100% - 80%);
}

.home-concept .txt-wrap .right {
    width: 55%;
}

.home-concept .txt-wrap .left {
    width: 35%;
}

.home-concept .txt-wrap .left h2 {
    text-align: right;
}

.home-concept .txt-wrap .txt {
    padding-top: 50px;
    text-align: right;
}

.home-skill .pic {
    width: 40%;
    height: 100%;
    position: relative;
    overflow: inherit;
}

.home-skill .ofimg:before {
    padding-top: 138%;

}

.home-skill .ofimg:after {
    content: "";
    background: #cdcdcd;
    padding-top: 138%;
    display: block;
    position: absolute;
    top: 60px;
    left: 60px;
    width: 100%;
    z-index: -1;
}

.home-skill .txt-wrap {
    width: 40%;
    padding-top: 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-skill .txt-wrap .b16 {
    padding-top: 20px;
}

.home-skill .txt-wrap .more {
    margin: 25px auto 60px 0;
}

.home-skill .txt-wrap li {
    padding-bottom: 20px;
    padding-left: 40px;
}

.home-skill .txt-wrap li:before {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/top/skill-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-left: -40px;
}

.t-c {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.t-c h2 {
    width: 25%;
    text-align: center;
}

.t-c .sub-title {
    width: 20%;
}

.t-c .sub-title .b16 {
    text-align: right;
}

.t-c .sub-title .more {
    margin: 0px 0 0 auto;
}

.home-gallery li {
    overflow: hidden;
    width: 22%;
    margin-right: 4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-gallery li:last-of-type {
    margin-right: 0;
}

.home-gallery .txt-in li {
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-gallery .txt-in .left-in {
    font-weight: bold;
    margin: 5px 0;
}

.home-gallery .txt-in .right-in {
  font-size: 12px;
}

.home-gallery li a:hover {
    opacity: 1;
}

.home-gallery li .ofimg:before {
    padding-top: 158%;
}

.home-gallery 

.grd-t a {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.grd-t a:hover,
.grd-t a:hover .jp {
    /* background: #8ec2cf; */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.grd-h a {
    display: block;
    position: relative;
    opacity: 1;

}

.grd-h a:hover:before {
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8ec2cf+1,a2a8b3+51,c57d84+100 */
    background: rgb(100, 100, 100, 0.5);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec2cf', endColorstr='#c57d84', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.8;
}

.txt-in {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 2;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.txt-in .left-in {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.txt-in .right-in {
    visibility: hidden;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.txt-in .right-in:before {
    content: "";
    border-top: 2px solid #fff;
    width: 110px;
    display: block;
    margin: 10px auto 0;
    padding: 5px 0;
}

.grd-h ul li {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-align: center;
    color: #fff;
    width: 100%;
}

.grd-h a:hover .txt-in .left-in,
.grd-h a:hover .txt-in .right-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}

.home-staff .inner>ul>li {
    width: 47%;
    overflow: hidden;
    padding-bottom: 30px;
}

.home-staff li .ofimg:before {
    padding-top: 31%;
}

.home-product {
    position: relative;
}

.home-product .inner {
    padding: 85px 0;
    position: initial;
    z-index: 1;
}

.home-product .left {
    width: 30%;
}

.home-product .left .b16 {
    padding: 20px 0 10px 0;
}

.home-product .right {
    width: 64%;
}

.home-product .right li {
    width: 48.5%;
    margin-bottom: 20px;
}



.home-product .right li:before {
    padding-top: 50%;
}

.home-product p.ofimg {
    position: absolute;
    top: 0;
    z-index: -1;
    min-height: 500px;
}

.home-product p.ofimg:before {
    padding-top: 27%;
}

.home-product .more {
    max-width: 100%;
}

.home-product .more a:after {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/top/p-icon.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 15px;
}

.home-blog {
    position: relative;
}

.home-blog .subinner>ul {
/*     -webkit-column-count: 3;
column-count: 3; */
    margin-top: -90px;
/*     -webkit-column-gap: 2.8em;
column-gap: 2.8em; */
}

.home-blog .subinner>ul>li {
    /* width: 100%; */
    padding-bottom: 50px;
/*     -moz-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
break-inside: avoid; */
}

.home-blog .subinner>ul>li a {
    display: block;
}

.home-blog .subinner>ul>li .title {
    font-weight: bold;
    padding-top: 20px;
    letter-spacing: 1px;
    line-height: 130%;
}

.home-blog .subinner>ul>li .day {
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
}

.home-blog .subinner>ul>li:nth-of-type(3n) {
    margin-right: 0;
}

.subinner {
    width: 92%;
    max-width: 830px;
    margin: 0 0 0 auto;
}

.home-blog h2 {
    text-align: center;
}

.home-blog .sub-title {
    text-align: right;
    padding-top: 30px;
    position: relative;
    z-index: 10;
}

.home-blog .more {
    margin: 0 0 0 auto;
}

.home-blog .subinner>ul>li:nth-of-type(1) p.ofimg:before,
.home-blog .subinner>ul>li:nth-of-type(4) p.ofimg:before,
.home-blog .subinner>ul>li:nth-of-type(5) p.ofimg:before {
    padding-top: 139%;
}

.home-blog .subinner>ul>li:nth-of-type(2) p.ofimg:before,
.home-blog .subinner>ul>li:nth-of-type(3) p.ofimg:before,
.home-blog .subinner>ul>li:nth-of-type(6) p.ofimg:before {
    padding-top: 100%;
}

.home-blog .subinner>ul>li:nth-of-type(3) {
    padding-top: 60px;
}

.home-blog .subinner>ul>li:nth-of-type(5) {
    padding-top: 120px;
}

.home-blog .bg {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
}

@media (max-width: 1024px) {
    .t-c h2 {
        width: 42%;
    }

    .t-c .sub-title {
        width: 40%;
    }


    .home-news h2 {
        width: 100%;
    }

    .home-news dl {
        padding-left: 0;
    }

/*     .home-blog .subinner>ul {
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
} */

}

@media (max-width: 768px) {
    .home-concept .txt-wrap {
        width: 100%;
        padding-top: calc(100% - 75%);
    }

    .home-concept .txt-wrap .left {
        width: 100%;
    }

    .home-concept .txt-wrap .right {
        width: 100%;
        padding-top: 20px;
    }

    .home-skill .txt-wrap {
        width: 60%;
    }

    .home-skill .pic {
        width: 35%;
    }

    .home-product .right {
        width: 55%;
    }

    .home-product .left {
        width: 40%;
    }
}

@media (max-width: 599px) {
    .mainimg .video {
        width: calc(100% - 8%);
        padding-top: 25px;
    }

    .mainimg:before {
        width: 5px;
        height: 100px;
    }

    .mainimg:after {
        max-width: 100px;
    }

    .home-news h2 {
        font-size: 50px;
    }

    .home-news .inner {
        padding: 20px 20px 20px 30px;
    }

    .home-news dl {
        width: 100%;
    }
    
    .home-concept {
      margin-top: 100px;
    }

    .home-concept .bg {
        width: 70%;
    }

    .home-concept .bg {
        left: -5%;
    }

    .home-concept .txt-wrap .txt {
        padding-top: 20px;
    }

    .home-skill .pic {
        width: 45%;
        margin: 0 auto 0 0;
    }

    .home-skill .ofimg:after {
        top: 20px;
        left: 20px;
    }

    .home-skill .txt-wrap {
        width: 100%;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 0;
    }

    .home-skill .txt-wrap h2 {
        text-align: right;
        margin-top: -40px;
    }

    .home-skill .txt-wrap .more {
        margin: 10px 0 30px auto;
    }

    .t-c h2 {
        width: 100%;
        text-align: left;
    }

    .t-c .sub-title {
        width: 100%;
    }

    .home-gallery li {
        width: 48%;
        margin-bottom: 4%;
    }

    .home-gallery li:nth-of-type(even) {
        margin-right: 0;
    }

    .txt-in {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .txt-in .left-in,
    .txt-in .right-in {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        color: #717171;
    }

    .txt-in .right-in:before,
    .grd-h a:hover:before {
        content: none;
    }

    .home-staff li .ofimg:before {
        padding-top: 50%;
    }

    .home-staff .txt-in .right-in {
        display: none;
    }

    .home-product .inner {
        padding: 35px 0;
    }

    .home-product .left {
        width: 100%;
    }

    .home-product .right {
        width: 100%;
        padding-top: 20px;
    }

    .subinner {
        width: 100%;
    }

    .home-blog .sub-title {
        padding-top: 10px;
    }

    .home-blog .subinner>ul {
/*         -webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 0.5em;
column-gap: 0.5em; */
        padding-top: 30px;
        margin-top: -70px;
    }

    .home-blog .subinner>ul>li:nth-of-type(5),
    .home-blog .subinner>ul>li:nth-of-type(3) {
        padding-top: 0;
    }

    .home-blog .subinner>ul>li {
        padding-bottom: 30px;
    }

    .home-blog .subinner>ul>li:nth-of-type(4) {
        padding-top: 50px;
    }

    .home-blog .bg {
        width: 40%;
        bottom: -100px;
    }
}

/*subtit*/

.subtit {
    position: relative;
}

.subtitbg:before {
    content: "";
    width: 10px;
    height: 200px;
    background: #8ec2cf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8ec2cf), color-stop(51%, #a2a8b3), to(#c57d84));
    background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec2cf', endColorstr='#c57d84', GradientType=0);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.subtitbg .flower:after {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/concept/title-flower.png) no-repeat;
    width: 314px;
    height: 248px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    margin: auto;
}

.subtitbg {
    background: #cdcdcd;
    width: 100%;
    max-width: 30%;
    height: 620px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.subtitbg .flower {
    position: relative;
    height: 100%;
}

.subparent {
    width: calc(100% - 100px);
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subhead .subimage:before {
    padding-top: 30%;
}

.subhead {
    position: relative;
}

.subimage {
    width: 95%;
    margin: 0 0 0 auto;
}

.subhead h2 {
    font-size: 100px;
    text-align: left;
    position: absolute;
    bottom: 0;
    transform: translateY(50%) translateX(0) rotate(-15deg);
    -webkit-transform: translateY(50%) translateX(0) rotate(-15deg);
    -moz-transform: translateY(50%) translateX(0) rotate(-15deg);
    -ms-transform: translateY(50%) translateX(0) rotate(-15deg);
    -o-transform: translateY(50%) translateX(0) rotate(-15deg);
}

[data-element-id] .subhead h2 {
  position: absolute !important;
    transform: translateY(50%) translateX(0) rotate(0);
    -webkit-transform: translateY(50%) translateX(0) rotate(0);
    -moz-transform: translateY(50%) translateX(0) rotate(0);
    -ms-transform: translateY(50%) translateX(0) rotate(0);
    -o-transform: translateY(50%) translateX(0) rotate(0);
}

.subchild {
    width: calc(100% - 450px);
    max-width: 1000px;
    margin: 0 0 0 auto;
}

.bread {
    padding: 30px 0 100px;
}

.bread li {
    color: #8dc2d0;
    display: inline-block;
}

.bread li:not(:first-of-type):before {
    display: inline-block;
    vertical-align: initial;
    content: "-";
    color: #717171;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
    .subtit:after {
        width: 30%;
    }

    .subinner {
        width: 80%;
    }

    .subinner2 {
        padding-left: 0px;
    }

    .subparent {
        width: 96%;
        max-width: 96%;
    }

    .subhead h2 {
        font-size: 60px;
        left: 3%;
        -webkit-transform: translateY(50%) translateX(0) rotate(-15deg);
        transform: translateY(50%) translateX(0) rotate(-15deg);
    }

    .subtitbg .flower:after {
        width: 200px;
        height: 160px;
        background-size: 200px;
        left: 0;
    }

    .subtitbg {
        max-width: 30%;
        max-height: 450px;
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .subhead h2 {
        font-size: 35px;
    }

    .subtitbg {
        max-width: 30%;
        max-height: 400px;
        height: 160px;
        min-height: 350px;
    }

    .bread {
        text-align: right;
        padding: 20px 0 50px;
    }

    .subchild {
        width: calc(100% - 32%);
    }
}

@media (max-width: 599px) {
    .subparent {
        width: calc(100% - 40px);
        padding-left: 0;
    }

    .subhead .subimage:before {
        padding-top: 40%;
    }

    .subtitbg .flower:after {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        background-size: 110px;
        width: 110px;
        height: 88px;
    }

    .subtitbg:before {
        width: 5px;
        height: 100px;
    }

    .subtitbg {
        max-height: 250px;
        min-height: 100px;
        height: 73%;
    }

    .bread {
        padding: 20px 0 30px;
    }

    .subchild {
        padding-left: 0;
        width: 100%;
    }

    .bread li {
        text-align: right;
    }

    .bread li:nth-of-type(3) {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
    }
}

/*回転見出し*/

.rotate .inner {
    max-width: 900px;
    position: relative;
}

.rotate h3 {
    position: absolute;
    top: 0%;
}

.rotate:nth-of-type(2n+1) h3 {
    left: 0%;
    -webkit-transform: rotate(90deg) translateY(100%);
    transform: rotate(90deg) translateY(100%);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.rotate:nth-of-type(2n+2) h3 {
    right: 0;
    -webkit-transform: rotate(90deg) translate(100%, -100%);
    transform: rotate(90deg) translate(100%, -100%);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

@media only screen and (max-width: 1024px) {
    .rotate h3 {
        position: static !important;
        -webkit-transform: rotate(0deg) translate(0%, 0%) !important;
        transform: rotate(0deg) translate(0%, 0%) !important;
        -webkit-transform-origin: initial !important;
        transform-origin: initial !important;
    }
}

/*=====concept=====*/
.concept h3 {
    line-height: 160%;
}

.concept .txt {
    font-size: 16px;
    line-height: 200%;
}

.concept02 {
    position: relative;
}

.concept02 .pic {
    max-width: 46%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.concept02 .ofimg:before {
    padding-top: 77%;
}

.concept02 .ofimg:after {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/concept/k01.png) no-repeat;
    width: 80px;
    height: 100%;
    display: block;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}

.concept02.concept03 .ofimg:after {
    background: url(/import/tenant_1/160.16.218.66/html/images/concept/k02.png) no-repeat;
    left: auto;
    right: 0;
    background-size: 100% 100%;
}

.concept02 .txt-wrap {
    padding-left: calc(50% - 500px);
    width: 50%;
}

.color-t {
    font-size: 200px;
    opacity: 0.5;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.concept02.concept03 .txt-wrap {
    padding-left: 0;
    padding-right: calc(50% - 500px);
}

@media (max-width: 768px) {
    .concept02 .pic {
        max-width: 90%;
    }

    .concept02 .ofimg:before {
        padding-top: 40%;
    }

    .concept02 .txt-wrap,
    .concept02.concept03 .txt-wrap {
        padding: 5%;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .color-t {
        right: auto;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        left: 10%;
    }

    .concept02 .ofimg:after {
        width: 10%;
    }
}

@media (max-width: 599px) {
    .color-t {
        font-size: 100px;
    }

    .concept .txt {
        font-size: 14px;
    }
}

/*=====technique=====*/
.technique .point-wrap {
    margin-top: 250px;
    -webkit-transform: translateY(-1.5%);
    transform: translateY(-1.5%);
}

.technique .box-wrap .ofimg {
    width: 40%;
    height: 100%;
}

.technique .box-wrap .txt-wrap {
    width: 55%;
    padding-top: 100px;
}

.technique .box-wrap {
    padding-bottom: 140px;
}

.technique .box-wrap:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;

}

.technique .num {
    font-size: 150px;
    line-height: 100%;
    padding-left: 20px;
}

.technique .box-wrap .box {
    position: relative;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.technique .box-wrap .box:before {
    content: "";
    width: 3px;
    height: 300px;
    background: #8ec2cf;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8ec2cf), color-stop(51%, #a2a8b3), to(#c57d84));
    background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec2cf', endColorstr='#c57d84', GradientType=0);
    position: absolute;
    top: 5%;
    left: 0;
}

.technique .box-wrap h3 {
    line-height: 160%;
}

.technique .box-wrap .txt {
    font-size: 16px;
    line-height: 200%;
}

@media (max-width: 599px) {
    .technique .box-wrap {
        padding-bottom: 80px;
    }

    .technique .point-wrap {
        margin-top: 150px;
    }

    .technique .box-wrap .ofimg {
        width: 60%;
    }

    .technique .box-wrap .txt-wrap {
        width: 100%;
        padding-top: 20px;
    }

    .technique .num {
        font-size: 80px;
    }

    .technique .box-wrap .box {
        padding-left: 20px;
    }

    .technique .box-wrap .txt {
        font-size: 14px;
    }

    .technique .box-wrap:nth-of-type(even) .num {
        text-align: right;
    }
}

/*=====info=====*/
.info .box-wrap {
    width: calc(100% - 96px);
}

.info01 dl {
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.info01 dt {
    width: 20%;
    font-size: 16px;
    padding-right: 10px;
}

.info01 dd {
    font-size: 16px;
    width: 80%;
}

.info02 ul {
    padding-top: 30px;
}

.info02 li {
    width: 31%;
    margin-bottom: 30px;
    background: #717171;
}

.info02 li img {
    opacity: 0.4;
}

.info03 .txt {
    line-height: 200%;
    padding-bottom: 40px;
}

.info03 .iframe-wrap2 {
  width: 100%;
}

@media (max-width: 1024px) {

    .info02 .box-wrap,
    .info03 .box-wrap {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .info .info01 .box-wrap {
        width: 100%;
    }

    .info01 dt {
        width: 30%;
        font-size: 14px;
    }

    .info01 dd {
        font-size: 14px;
        width: 70%;
    }

    .info02 li {
        width: 32%;
        margin-bottom: 10px;
    }

    .info03 .txt {
        line-height: 160%;
        padding-bottom: 20px;
    }
    
    .info03 .iframe-wrap2 {
      min-height: 300px;
    }
}

/*=====menu=====*/
/*=====アンカーリンク=====*/
.anchor-list li {
    width: 48%;
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.anchor-list li a {
    font-size: 24px;
    font-weight: bold;
}

.anchor-list li a .jp {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 100%;
}

/*==========================*/

.Menu .rotatewrap .box-wrap:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.Menu .rotatewrap .box-wrap:nth-of-type(odd) .title-v {
    margin: 0 0 0 30px;
}

.Menu .rotatewrap .box-wrap:nth-of-type(even) .title-v {
    margin: 0 30px 0 0;
}

.Menu .list {
    width: calc(100% - 110px);
}

.Menu .list dl {
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.Menu .box-wrap:not(:first-of-type) {
    margin-top: 100px;
}

.Menu .list dl:first-of-type {
    border-top: 1px dashed #cdcdcd;
    padding-top: 15px;
}

.Menu .list dl.br {
    border-top: 1px dashed #cdcdcd;
    padding-top: 15px;
    margin-top: 15px;
}

.Menu .list dt {
    font-size: 16px;
    width: 70%;
    line-height: 160%;
}

.Menu .list dd {
    font-size: 16px;
    width: 20%;
    text-align: right;
}

@media (max-width: 1024px) {
    .anchor-list {
        width: 95%;
        margin: 0 0 0 auto;
    }

    .anchor-list li a {
        font-size: 20px;
    }

    .Menu .rotatewrap .box-wrap .title-v,
    .Menu .rotatewrap .box-wrap:nth-of-type(odd) .title-v {
        display: block;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
    }

    .Menu .list {
        width: 100%;
    }

    .Menu .list dd {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .anchor-list {
        width: 100%
    }

    .anchor-list li {
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .anchor-list li a {
        font-size: 16px;
        line-height: 100%;
    }

    .anchor-list li a .jp {
        font-size: 12px;
    }

    .Menu .list dt {
        font-size: 14px;
        width: 100%;
    }

    .Menu .list dd {
        width: 100%;
        padding-top: 5px;
    }
}

/*=====gallery=====*/
.Gallery .list li.grd-h {
    width: 23%;
    margin-right: 2.5%;
    padding-bottom: 25px;
    overflow: hidden;
}

.Gallery .list li.grd-h:nth-of-type(4n) {
    margin-right: 0;
}

.Gallery .txt-in li {
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Gallery .txt-in .left-in {
    font-weight: bold;
    margin: 5px 0;
}

.Gallery .txt-in .right-in {
  font-size: 12px;
}

@media (max-width: 599px) {
    .Gallery .list li.grd-h {
        width: 47%;
        margin-right: 6%;
    }

    .Gallery .list li.grd-h:nth-of-type(4n) {
        margin-right: 6%;
    }

    .Gallery .list li.grd-h:nth-of-type(2n) {
        margin-right: 0;
    }
}

/*=====gallery_detail=====*/
.gallery_detail-box {
    margin-top: 150px;
}

.gallery-title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #717171;
    letter-spacing: 0;
    margin: 50px 0;
}

.gallery-slide .slick-slide:not(.slick-center) img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.gallery-slide span.alt {
    display: none;
}

.gallery-text {
    text-align: center;
    margin: 50px 0;
}

.style-data {
    margin: 50px 0;
}

.style-data dt,
.style-data dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
}

.style-data dt:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
}

.staff-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    background-color: #efe5da;
    margin-right: -999rem;
    padding-right: 999rem;
}

.gallery-staff-info {
    margin-top: 10px;
}

.gallery-staff-title {
    font-size: 30px;
    letter-spacing: 2px;
}

.gallery-staff-title .ja {
    display: inline;
    font-size: 12px;
    margin-left: 10px;
}

.gallery-staff-img a {
    display: block;
}

.gallery-staff-position {
    font-size: 14px;
}

.gallery-staff-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.gallery-staff-comment {
    font-size: 14px;
    margin-top: 10px;
}

.gallery-list {
    border-top: 2px dotted #cdcdcd;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-info .gallery-list:last-of-type {
    border-bottom: 2px dotted #cdcdcd;
}

.gallery-list dt,
.gallery-list dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 17px;
}

.gallery-list dt {
    width: 25%;
    font-weight: bold;
}

.gallery-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.dot:after {
    content: '・';
    display: inline-block;
}

.dot:last-of-type:after {
    display: none;
}

.color-level li {
    margin: 4px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25px;
    height: 25px;
    line-height: 100%;
    background-color: #c9c9c9;
}

.color-level.５ li.５,
.color-level.６ li.６,
.color-level.７ li.７,
.color-level.８ li.８,
.color-level.９ li.９,
.color-level.１０ li.１０,
.color-level.１１ li.１１,
.color-level.１２ li.１２,
.color-level.１３ li.１３,
.color-level.１４ li.１４,
.color-level.１５ li.１５,
.color-level.１６ li.１６ {
    background-color: #8dc2d0;
    color: #fff;
}

.blog-list li {
    position: relative;
}

.blog-list li a {
    display: block;
}

.blog-list li>a:hover {
    opacity: 1;
}

.blog-date {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.blog-author {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.blog-title {
    font-size: 18px;
    font-weight: bold;
}

.thumbs {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.thumbs>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.thumbs>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.thumbs>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.thumbs li:hover {
    cursor: pointer;
}

.thumbs li.active-img {
    outline: 5px solid #bba893;
}

.gallery-recommend-list .txt-in li {
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gallery-recommend-list .txt-in .left-in {
    font-weight: bold;
    margin: 5px 0;
}

.gallery-recommend-list .txt-in .right-in {
    font-size: 12px;
}

@media (max-width: 1024px) {
    .gallery_detail-box {
        margin-top: 100px;
    }

    .gallery-title {
        font-size: 30px;
        margin: 40px 0;
    }

    .gallery-staff {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }

    .gallery-info {
        min-width: 350px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .gallery-list dt {
        width: 35%;
    }
}

@media (max-width: 599px) {
    .gallery_detail-box {
        margin-top: 30px;
    }

    .gallery-title {
        font-size: 20px;
        text-align: left;
        margin: 30px 0;
    }

    .gallery-staff {
        width: 80%;
        max-width: 80%;
    }

    .gallery-info {
        min-width: 100%;
    }

    .gallery-list {
        padding: 10px 0;
    }

    .gallery-list dt,
    .gallery-list dd {
        font-size: 14px;
    }

    .blog-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .blog-list li>a {
        width: 40%;
    }

    .blog-info-box {
        width: 60%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .blog-date {
        font-size: 18px;
    }

    .blog-author {
        font-size: 12px;
    }

    .blog-title {
        font-size: 14px;
    }

    .staff-box {
        padding: 30px 10px;
        margin-right: 0;
    }
}

/*=====gallery_detail end=====*/
/*==========pager==========*/
.page {
  margin-bottom: 100px;
}

.page ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page a {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page .prev a {
    font-size: 16px;
    padding: 0 60px 0 0;
}

.page .next a {
    font-size: 16px;
    padding: 0 0 0 60px;
    position: relative;
}

.page .prev a:before {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/gallery/sen.png) no-repeat;
    width: 20px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;

}

.page .next a:after {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/gallery/sen.png) no-repeat;
    width: 20px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.page .now a {
    color: #c67c83;
}

@media (max-width: 599px) {
    .page {
      margin-top: 50px;
      margin-bottom: 50px;
    }
    .page .next a {
        font-size: 14px;
        padding: 0 0 0 10px;
    }

    .page .prev a {
        font-size: 14px;
        padding: 0 10px 0 0;
    }

    .page a {
        font-size: 20px;
        padding: 0 7px;
    }
}

/*==========staff==========*/
.Staff .list>ul>li {
    width: 23%;
    margin-right: 2.5%;
}

.Staff .list>ul>li:last-of-type {
    margin-right: 0;
}

.Staff .list>ul>li a:hover {
    /*  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
   filter: grayscale(100%); */
    display: block;
}

.Staff .list>ul>li .txt li {
    text-align: center;
}

.Staff .list>ul>li .txt li.position {
    font-weight: bold;
}

.Staff .list>ul>li .txt li.en {
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    padding-top: 10px;
    margin-bottom: 5px;
}

.Staff .concept {
    width: 95%;
    margin: 0 0 0 auto;
}

.Staff .concept h3 {
    font-size: 20px
}

@media (max-width: 599px) {
    .Staff .concept {
        width: 100%
    }

    .Staff .list>ul>li {
        width: 47%;
        margin-right: 6%;
        padding-bottom: 30px;
    }

    .Staff .list>ul>li:nth-of-type(even) {
        margin-right: 0;
    }

    .Staff .list>ul>li .txt li.en {
        font-size: 16px;
        padding-top: 3px;
        margin-bottom: 0px;
    }
}

/*==========staff_detail==========*/
.staff-detail {
    padding-top: 150px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.staff-detail .pic {
    width: 38%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.staff-detail .pic .name {
    font-size: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%) rotate(-15deg);
    transform: translateY(50%) rotate(-15deg);
    right: 0;
    text-align: center;
    line-height: 100%;
}

.staff-detail .txt-wrap {
    width: 58%;
}

.staff-detail .txt-wrap .name {
    border-bottom: 1px solid #cdcdcd;
}

.staff-detail .txt-wrap .name dt {
    font-weight: bold;
}

.staff-detail .txt-wrap .name dd {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 10px;
}

.staff-detail .txt-wrap .list dl {
    padding: 15px 0;
    border-bottom: 1px dashed #cdcdcd;
}

.staff-detail .txt-wrap .list dt {
    width: 25%;
    font-size: 16px;
    font-weight: bold;
}

.staff-detail .txt-wrap .list dd {
    width: 75%;
}

.Staff-detail h3 {
    text-align: center;
}

.staff-detail02>ul>li {
    width: 23%;
    margin-right: 2.5%;
    overflow: hidden;
}

.staff-detail02>ul>li:last-of-type,
.staff-blog>ul>li:nth-of-type(3) {
    margin-right: 0;
}

.staff-detail02 .txt-in li {
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.staff-detail02 .txt-in .left-in {
    font-weight: bold;
    margin: 5px 0;
}

.staff-detail02 .txt-in .right-in {
  font-size: 12px;
}

.staff-blog>ul>li {
    width: 32%;
    margin-right: 2%;
    position: relative;
}

.staff-blog>ul>li:nth-of-type(4) {
    display: none;
}

.staff-blog>ul>li .day {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 3%;
    z-index: 1;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    line-height: 100%;
}

.staff-blog>ul>li dt {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
}

.staff-blog>ul>li dd {
    font-size: 18px;
    font-weight: bold;
    line-height: 120%;
}

.staff-blog>ul>li a:hover .of img {
    z-index: -1;
}

.staff-back {
    background: #e5e5e5;
    text-align: center;
}

.staff-back a {
    padding: 30px 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.staff-back .s-back {
    display: block;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.staff-back .s-back:before {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/staff_detail/sen.png) no-repeat;
    width: 45px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

@media (max-width: 599px) {
    .Staff-detail .rotatewrap {
        margin-top: 0;
    }

    .staff-detail {
        padding-top: 0;
    }

    .staff-detail .pic {
        width: 60%;
        margin: 0 0 50px auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .staff-detail .txt-wrap,
    .staff-detail .txt-wrap .list dd {
        width: 100%;
    }

    .staff-detail .txt-wrap .name dd {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .staff-detail .txt-wrap .list dt {
        width: 100%;
        font-size: 14px;
    }

    .staff-detail02>ul>li,
    .staff-blog>ul>li,
    .staff-blog>ul>li:nth-of-type(3) {
        width: 47%;
        margin-right: 6%;
        padding-bottom: 30px;
    }

    .staff-detail02>ul>li:nth-of-type(even),
    .staff-blog>ul>li:nth-of-type(even) {
        margin-right: 0;
    }

    .staff-blog>ul>li:nth-of-type(4) {
        display: inline-block;
    }

    .staff-blog>ul>li .day {
        font-size: 16px;
    }

    .staff-blog>ul>li dt {
        font-size: 12px;
        padding-top: 5px;
    }

    .staff-blog>ul>li dd {
        font-size: 14px;
    }

    .staff-back a {
        padding: 10px 0;
    }

    .staff-back .s-back {
        padding-top: 0;
    }
}

/*==========faq==========*/
.faq .subchild .pic {
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
}

.faq .subchild .pic:after {
    content: "";
    background: #e5e5e5;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 15px;
    left: -15px;
    z-index: -1;
}

.faq .box-wrap:not(:first-of-type) {
    padding-top: 60px;
}

.faq dt {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    width: 100%;
    padding-left: 80px;
    position: relative;
    min-height: 55px;
    padding-top: 15px;
}

.faq dt:before {
    content: "Q";
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    /* margin-left: -80px; */
    width: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

.faq dd {
    width: 100%;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    font-family: 'Noto Serif JP', serif;
    position: relative;
}

.faq dd:before {
    content: "A";
    background: #717171;
    color: #fff;
    font-size: 48px;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 55px;
    /* margin-left: -80px; */
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 599px) {
    .faq dt {
        font-size: 18px;
        padding-left: 50px;
        padding-top: 10px;
    }

    .faq dt:before {
        font-size: 38px;
        width: 40px;
        margin-right: 10px;
    }

    .faq dd {
        padding-left: 50px;
        margin-top: 20px;
    }

    .faq dd:before {
        font-size: 38px;
        margin-right: 10px;
        width: 40px;

    }
}

/*==========voice==========*/
.voice .subchild .pic {
    position: relative;
}

.voice .subchild .pic:after {
    content: "";
    background: #e5e5e5;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 15px;
    right: -20px;
    z-index: -1;
    padding-right: 999px;
    margin-right: -999px;
}

.voice .box-wrap {
    border-bottom: 2px solid #cdcdcd;
}

.voice .box-wrap:not(:first-of-type) {
    padding-top: 40px;
}

.voice .box-wrap .ofimg {
    width: 31%;
    height: 100%;
}

.voice .box-wrap .ofimg:after {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/voice/logo.png) no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    margin: auto;
    z-index: 1;
    height: 85px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    background-size: 95% 100%;
}

.voice .box-wrap .ofimg img {
    opacity: 0.25;
}

.voice .box-wrap .txt-box {
    width: 64%;
    padding-top: 20px;
}

.voice .box-wrap .txt-box dl {
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.voice .box-wrap .txt-box dl:last-of-type {
    border-bottom: none;
}

.voice .box-wrap .txt-box dt {
    font-size: 16px;
    font-weight: bold;
    width: 25%;
}

.voice .box-wrap .txt-box .w100 dt,
.voice .box-wrap .txt-box .w100 dd {
    width: 100%;
    padding-bottom: 10px;
}

.voice .box-wrap .txt-box dd {
    width: 75%;
}

@media (max-width: 1024px) {
    .voice .box-wrap .txt-box dt {
        width: 35%;
    }

    .voice .box-wrap .txt-box dd {
        width: 65%;
    }
}

@media (max-width: 599px) {
    .voice .subchild .pic {
        width: 100%
    }

    .voice .box-wrap .ofimg {
        width: 55%;
        margin: 0 auto;
    }

    .voice .box-wrap .txt-box {
        width: 100%;
    }

    .voice .box-wrap .txt-box dt {
        font-size: 14px;
    }
}

/*==========product==========*/
.product h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.product .box-wrap:not(:first-of-type) {
    padding-top: 100px;
}

.product .box-wrap>ul>li {
    width: 23%;
    margin-right: 2.5%;
    margin-bottom: 50px;
}

.product .box-wrap>ul>li:nth-of-type(4n) {
    margin-right: 0;
}

.product .box-wrap>ul>li .pic {
    height: 230px;
    overflow: hidden;
}

.product .box-wrap>ul>li .pic img {
    width: auto;
    height: 100% !important;
}

.product .box-wrap>ul>li .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    padding-top: 10px;
    line-height: 160%;
}

.product .box-wrap>ul>li li ul {
    padding-top: 30px;
}

.product .box-wrap>ul>li li ul li {
    font-family: 'Noto Serif JP', serif;
}

@media (max-width: 599px) {
    .product h3 {
        font-size: 28px;
    }

    .product .box-wrap>ul>li {
        width: 47%;
        margin-right: 6%;
    }

    .product .box-wrap>ul>li:nth-of-type(even) {
        margin-right: 0;
    }

    .product .box-wrap>ul>li .pic {
        height: 150px;
    }

    .product .box-wrap>ul>li .title {
        font-size: 14px;
    }

    .product .box-wrap>ul>li li ul {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}

/*==========blog==========*/
.blog .side-wrap dd {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

/*==========blog_detail==========*/
.blog-detail .day-wrap {
    width: 180px;
    height: 180px;
    background: #717171;
    position: relative;
}

.blog-detail .day-wrap .day {
    width: 72%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.blog-detail .day-wrap .day .youbi {
    font-size: 24px;
    display: block;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}

.blog-detail .day-wrap .day .num {
    font-size: 100px;
    display: block;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-align: center;
    line-height: 0;
    padding: 30px 0 60px;
}

.blog-detail .day-wrap .day li {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
}

.blog-detail .txt-wrap {
    width: 70%;
}

.blog-detail .txt-wrap .cate {
    font-weight: bold;
}

.blog-detail .txt-wrap .title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 20px 0 40px;
}

@media (max-width: 1024px) {
    .blog-detail .txt-wrap {
        width: 100%;
        padding-top: 20px;
    }
}

@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: 14px;
    }

    .blog-detail .day-wrap .day .num {
        font-size: 30px;
        padding: 10px 0 20px;
    }

    .blog-detail .txt-wrap .title {
        font-size: 18px;
        padding: 0px 0 20px;
    }
}

/*==========news==========*/
.bn-list-wrap {
    width: 68%;
}

.news .bn-list-wrap dl {
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news .bn-list-wrap dt {
    display: inline-block;
    font-size: 16px;
}

.news .bn-list-wrap dt.day {
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 5px;
}

.news .bn-list-wrap dt.day:after {
    content: "|";
    display: inline-block;
    padding: 0 15px;
    text-align: center;
}

.news .bn-list-wrap dd.cate span {
    border: 1px solid #717171;
    padding: 2px 20px;
    margin: 0 1% 2px;
    display: inline-block;
}

.news .bn-list-wrap dd {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

@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) {
    .bn-list-wrap {
        width: 100%;
    }

    .news .bn-list-wrap dl {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .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 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-detail dt.cate {
    text-align: center;
    padding-bottom: 20px;
}

.list-detail dt.cate span {
    border: 1px solid #717171;
    padding: 7px 24px;
    margin: 0 1% 1%;
    display: inline-block;
}

.list-detail dt.day {
    text-align: center;
    font-size: 24px;
}

.news .bn-list-wrap .list-detail dd {
    text-align: center;
    padding-bottom: 50px;
    white-space: inherit;
    text-overflow: 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 {
        margin: 1%;
        white-space: nowrap;
        display: inline-block;
    }
}

/*==========ニュース・ブログのサイド==========*/
.side-wrap {
    width: 24%;
    margin-top: 250px;
/*     transform: translateY(250px);
-webkit-transform: translateY(250px);
-moz-transform: translateY(250px);
-ms-transform: translateY(250px);
-o-transform: translateY(250px); */
}

.side-wrap dl {
    padding-bottom: 50px;
}

.side-wrap dt {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

.side-wrap dd {
    border-bottom: 1px dashed #cdcdcd;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.back {
    margin-top: 60px;
    text-align: center;
}

.back a {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.back a:before {
    content: "";
    background: url(/import/tenant_1/160.16.218.66/html/images/news/sen.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 1px;
    margin-right: 10px;
}

@media (max-width: 1024px) {
   .side-wrap {
     margin-top: 50px;
/*         transform: translateY(20%);
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
-o-transform: translateY(20%); */
    }
}

@media (max-width: 599px) {
    .side-wrap {
        width: 100%;
/*         transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0); */
        padding-top: 50px;
        margin-top: 0;
    }

    .side-wrap dd {
        font-size: 14px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

}

/*recruit*/
.rev:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rev:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.recruit .bread {
    padding-bottom: 30px;
}

.recruit-intro {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 50px auto;
}

.recruit-intro-title {
    width: auto;
    font-size: 80px;
    font-weight: bold;
    color: #929191;
    letter-spacing: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 0;
    margin-right: 30px;
}

.recruit-intro-title::first-letter {
    font-size: 100px;
    color: #8dc2d0;
}

.of185:before {
    padding-top: 185%;
}

.recgallery {
    position: relative;
    width: 680px;
}

.recgallery:before {
    display: block;
    content: "";
    padding-top: 83%;
}

.recgallery li {
    position: absolute;
    margin: 1%;
}

.recgallery li:nth-of-type(7n+1) {
    width: 45%;
    top: 0;
    left: 0;
}

.recgallery li:nth-of-type(7n+2) {
    width: 52%;
    top: 0;
    right: 0%;
}

.recgallery li:nth-of-type(7n+3) {
    width: 45%;
    top: 36%;
    left: 0%;
}

.recgallery li:nth-of-type(7n+4) {
    width: 28%;
    top: 20%;
    left: 46%;
}

.recgallery li:nth-of-type(7n+5) {
    width: 23%;
    top: 20%;
    right: 0%;
}

.recgallery li:nth-of-type(7n+6) {
    width: 74%;
    bottom: 0%;
    left: 0%;
}

.recgallery li:nth-of-type(7n+7) {
    width: 23%;
    bottom: 0%;
    right: 0%;
}

.recgallery li:nth-of-type(7n+1).ofimg:before {
    padding-top: 64%;
}

.rotatewrap {
    margin-top: 100px;
}

.rec1:nth-of-type(even) .box {
    padding-right: 0;
    padding-left: calc(50% - 500px);
}

.rec1 .box {
    padding-right: calc(50% - 500px);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec1 .box .txt {
    line-height: 200%;
}

.rec2 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.table-wrap {
    width: 920px;
}

.rec2 .comment {
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
}

.rec2 table {
    border-collapse: collapse;
    table-layout: fixed;
}

.month td {
    width: 50px;
}

.month .space {
    width: 100px;
}

/*thead*/

.rec2 thead td {
    text-align: center;
}

.rec2 thead td:nth-of-type(n+3) {
    padding: 5px;
}

.rec2 thead td:nth-of-type(n+3) span {
    display: block;
    width: 50px;
    line-height: 50px;
    background: #e4e2e0;
    border-radius: 100%;
    margin: auto;
}

/*tbody tr*/

.rec2 tbody tr:nth-of-type(3) {
    border-top: dashed 1px #cdcdcd;
}

.rec2 tbody tr:nth-of-type(5) {
    border-top: dashed 1px #cdcdcd;
}

.rec2 tbody tr:nth-of-type(6) {
    border-bottom: dashed 1px #cdcdcd;
}

/*tbody td*/

.rec2 tbody tr td:first-of-type {
    width: 60px;
    font-size: 16px;
    text-align: center;
}

.rec2 tbody td {
    padding: 20px 5px;
    vertical-align: top;
}

.rec2 tbody tr.lesson td:nth-of-type(2) {
    color: #8dc2d0;
}

.rec2 tbody tr.salonwork td:nth-of-type(2) {
    color: #c67c83;
}

.rec2 tbody tr.lesson:nth-of-type(3) td {
    position: relative;
}

.rec2 tbody tr.lesson:nth-of-type(3) td:nth-of-type(1):before {
    display: block;
    content: "▼";
    color: #cdcdcd;
    line-height: 1;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.rec2 tbody tr.lesson:nth-of-type(5) td {
    position: relative;
}

.rec2 tbody tr.lesson:nth-of-type(5) td:nth-of-type(1):before {
    display: block;
    content: "▼";
    color: #cdcdcd;
    line-height: 1;
    position: absolute;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*tbody td span*/

.rec2 tbody tr.lesson td span {
    display: block;
    font-size: 12px;
    line-height: 120%;
    border-top: solid 2px #8dc2d0;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec2 tbody tr.salonwork td span {
    font-size: 12px;
    line-height: 120%;
    display: block;
    border-top: solid 2px #c67c83;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rec3 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 100px auto;
}

.rec3 .box li {
    border: solid 2px;
    padding: 20px;
}

.rec3 .box li dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.rec4 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rec4 ul {
    width: 920px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rec4 .ofimg {
    width: calc(100% - 50px);
    margin-left: 50px;
}

.rec4 ul li {
    position: relative;
}

.rec4 ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: -1;
}

.rec4 ul li:nth-of-type(even):after {
    -webkit-transform: translate(-50%, 100%) rotate(-45deg);
    transform: translate(-50%, 100%) rotate(-45deg);
    top: 100%;
}

.rec4 ul li:nth-of-type(odd):after {
    -webkit-transform: translate(50%, 100%) rotate(45deg);
    transform: translate(50%, 100%) rotate(45deg);
    top: 90%;
    right: 100%;
    left: 0;
}

.rec4 ul li:nth-of-type(1):after {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    top: 45%;
    right: 0;
    left: auto;
}

.rec4 ul li:last-of-type:after {
    display: none;
}

.rec4 .item dl {
    width: 70%;
    background: #e5e5e5;
    padding: 4%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

.rec4 .item:nth-of-type(4n+2) {
    margin-top: 10%;
}

.rec4 .item:nth-of-type(4n+4) {
    margin-top: 20%;
}

.rec4 .item dl dt {
    font-size: 20px;
    margin-bottom: 5px;
}

.rec5 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.rec5 .box {
    width: 920px;
}

.rec5 dl {
    border-bottom: solid 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rec5 dl:first-of-type {
    border-top: solid 1px;
    padding-top: 15px;
    margin-top: 15px;
}

.rec5 dl dt {
    width: 200px;
}

.rec5 dl dd {
    width: calc(100% - 200px);
}

@media (max-width: 1024px) {

    .rev:nth-of-type(odd),
    .rev:nth-of-type(even) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .recruit-intro-title {
        font-size: 60px;
        margin-right: 15px;
        letter-spacing: 5px;
    }

    .recruit-intro-title::first-letter {
        font-size: 80px;
    }

    .rec1 .box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .table-wrap {
        width: 100%;
        overflow-y: scroll;
    }

    .table-wrap table {
        width: 920px;
    }

    .rec3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rec3 .box li {
        border: 1px solid #000;
        padding: 10px;
    }

    .rec3 .box li .pic {
        width: 50%;
        margin: 0 auto 15px auto;
    }

    .rec3 .box li .w65 {
        width: 100%;
    }

    .rec4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rec4 .ofimg {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

    .rec4 ul {
        width: 100%;
    }

    .rec4 .item dl {
        width: 80%;
    }
}

@media only screen and (max-width: 599px) {
    .recruit-intro {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .recruit-intro-title {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        font-size: 50px;
        margin-bottom: 10px;
    }

    .recruit-intro-title::first-letter {
        font-size: 60px;
    }

    .rec3 .box li .pic {
        width: 80%;
    }

    .rec4 ul li {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .rec4 .item:nth-of-type(4n+2),
    .rec4 .item:nth-of-type(4n+4) {
        margin-top: 0;
    }

    .rec4 ul li:nth-of-type(even):after,
    .rec4 ul li:nth-of-type(odd):after,
    .rec4 ul li:nth-of-type(1):after {
        -webkit-transform: translate(0, 50%) rotate(45deg);
        transform: translate(0, 50%) rotate(45deg);
        top: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .rec4 ul li:nth-of-type(even):after {
        -webkit-transform: translate(0, 50%) rotate(-45deg);
        transform: translate(0, 50%) rotate(-45deg);
    }

    .rec5 dl dt {
        width: 100%;
        margin-bottom: 5px;
    }

    .rec5 dl dd {
        width: 100%;
    }
}

/*=====contact=====*/
.contact .subchild {
  width: 70%;
}

.form-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.contact-item dt,
.contact-item dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
}

.contact-item {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #cdcdcd;
}

.contact-item dt {
    width: 35%;
    font-weight: bold;
}

.contact-item dt .must {
    color: #c67c83;
    display: block;
    line-height: 120%;
}

.contact-item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-item dd input {
    margin: 5px;
    width: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-item dd input,
.contact-item dd textarea {
    background-color: #eee;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

.contact-item .input-address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-item .address-num {
    width: 100%;
}

.contact-item .address-num input {
    width: 30%;
}

.contact-item dd textarea {
    width: 100%;
    height: 200px;
}

.contact-btns {
    margin-top: 50px;
}

.contact-btns li {
    width: 230px;
    margin: 10px;
}

.contact-btns li button {
    color: #fff;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: #c57d84;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #c57d84), color-stop(51%, #a2a8b3), to(#8ec2cf));
    background: linear-gradient(to right, #c57d84 1%, #a2a8b3 51%, #8ec2cf 100%);


}

.contact-btns li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.privacy-policy {
    margin-top: 50px;
}

.privacy-policy-text {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: calc(50% - 500px);
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.privacy-policy-text .text {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 200%;
}

.pp-list {
    margin: 50px 0;
}

.pp-list dt,
.pp-list dd {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
}

.pp-list dt {
    font-size: 20px;
}

.pp-list dd ul {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pp-list dd ul li {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    list-style: disc;
    list-style-position: outside;
}

@media (max-width: 1024px) {
  
    .contact .subchild {
      width: 100%;
    }
    
    .form-wrap,
    .privacy-policy-text {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-item dt,
    .contact-item dd {
        font-size: 14px;
    }

    .contact-item dt {
        width: 42%;
    }

    .privacy-policy-text {
        padding: 0 15px;
    }
}

@media (max-width: 599px) {

    .contact-item dt,
    .contact-item dd {
        width: 100%;
    }

    .contact-item dt .must {
        display: inline-block;
        margin-left: 15px;
    }
}

/*=====contact end=====*/


/* スパイス様 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.top .home-news .inner {
    max-width: 1200px;
}

.top h2 {
    font-size: 60px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #929292;
    position: relative;
    font-family: 'Federo', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
}

.h2color {
    color: rgb(187, 168, 147);
    font-size: 70px;
}

.top h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bba893;

}


/* header */
.resbtn01 {
    margin-bottom: 10px;
}

/* header_end */




/* index.html */


.top h2 {
    font-family: 'Federo',
        'YuMincho',
        'Yu Mincho',
        '游明朝体',
        'ヒラギノ明朝 ProN',
        'Hiragino Mincho ProN',
        serif;
}

.mainimgbg {
    content: "";
    background: #efe5da;
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.mainimg .video {
    padding-bottom: 0px;
}

.logo02 {
    margin: 20px auto;
}

.logo02 img {
    max-width: 250px !important;
    max-height: 150px;
    width: auto;
    height: auto !important;
}


.home-news h2 {
    width: 120px;
    font-size: 45px;
}

.top .box {
    width: 70%;

}

.top .more {
    width: 15%;
    margin: 0px 0px;
}

.top .home-news h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #929292;
    position: relative;
    color: #bba893;
}

.top .home-news h2:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bba893;

}

.top .box dl {
    width: 100%;
    border-bottom: 1px dotted #bba893;
    padding-left: 0px;
    font-size: 16px;
    padding: 20px 0px;
}


.home-news .inner {
    background: #efe5da;
}

.top .box dl a dt {
    font-size: 16px;
    font-family: "游明朝",
        "YuMincho",
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        "Sawarabi Mincho",
        serif;
    color: #797979;
}



.home-news dd {
    font-size: 16px;
    font-family: "游明朝",
        "YuMincho",
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        "Sawarabi Mincho",
        serif;
    color: #797979;
}

.home-news .inner {
    padding: 20px 30px 20px 50px;

}

.home-news .more a {
    color: #797979;
}

.home-news .more a:before {
    color: #797979;
    background: #797979;
}

.home-news .inner:before {
    background: #bba893;

}

/* home-concept */

.home-concept {
    margin-top: 250px;
    margin-bottom: 90px;
    padding: 0 0 70px 0;
    background-image: url(/upload/tenant_1/bf1a1ad23dcddd57d6308f49d2f5c22c.jpeg);
}

.bgimg01 {
    width: 100%;
}

.home-concept .left {

    width: 50%;
    max-width: 650px;
    padding-bottom: 20px;
    margin-top: -120px;

}

.home-concept .left:before {
    content: "";
    height: 96%;
    width: 100%;
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    background: #ddd;
    z-index: -1;
}

.home-concept .rightc {
    width: 40%;
}

.home-concept .flexb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
}

.home-concept .txt-wrap .right {
    width: 100%;
}

.home-concept .rightc h2 {
    margin-top: -22px;
}

.home-concept .rightc .txt {
    line-height: 250%;
    text-align: left;
    font-size: 16px;
    color: #333;
    padding-top: 0px;
    font-weight: normal;
}

.skillbg {
    content: "";
    background-image: url(/import/tenant_1/160.16.218.66/html/images/spice_top/31f93f8ccb4dd5fd358e2a4171ba06fc.jpg);
    display: block;
    position: absolute;
    top: 60px;
    left: 60px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-skill .txt-wrap {
    padding-top: 0px;
    font-size: 16px;
}

.home-skill .txt-wrap li {
    font-size: 16px;
}

.home-skill .txt-wrap .more {
    width: 100%;
}

.home-skill .txt-wrap li:before {
    color: #333;
    padding-right: 40px;
    display: inline-block;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    background: none;
}

.t-c {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.t-c h2 {
    width: 25%;
    text-align: left;
    margin-bottom: 50px;
}

.t-c .sub-title {
    width: 25%;
    padding-top: 60px;
}

.t-c .sub-title .more {
    width: 100%;
    margin-top: 20px;
}

/* staff */
.home-staff .inner ul li {
    width: calc(25% - 20px);
    margin: 10px;
}

.staffwrap {
    width: 100%;
}

/* .home-staff .up-of-img img {
    position: relative;
} */

.home-staff .name {
    padding: 20px 0px;
}

.home-staff .name span {

    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
}

.home-staff .job {
    text-align: center;
}

/* .home-staff .up-of-img100:after {
    padding-top: 0px;
} */

/* product */

.home-product {
    background-image: url(/upload/tenant_1/bf1a1ad23dcddd57d6308f49d2f5c22c.jpeg);

}

.top .more {
    width: 100%;
    margin: 0px 0px;
    margin-top: 30px;
}

.home-product .txt {
    font-size: 16px;
}

/* blog */

.home-blog h2 {
    text-align: left;
}

.home-blog .subinner>ul {
    margin-top: 0px;
}

.home-blog .subinner>ul>li:nth-of-type(1) {
    padding-top: 0px;
}

.home-blog .subinner>ul>li:nth-of-type(2) {
    padding-top: 30px;
}

.home-blog .subinner>ul>li:nth-of-type(3) {
    padding-top: 60px;
}

.home-blog .sub-title {
    padding-top: 0px;
}

.top .home-blog .more {
    margin: 0 0 0 auto;
}



.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 25%;
    /* = height ÷ width × 100 */
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 599px) {
    #footer {
        padding-bottom: 0px;
    }
}

#footer .bg {
    height: 100%;
}

#footer .foot-info .foot-logo a {
  display: block;
}

#footer .foot-info .foot-logo img {
    max-width: 180px !important;
}

#footer .fotnav li {
    margin: 1%;
    font-size: 16px;
}

#footer .fotnav li a {
    position: relative;
    padding-left: 10px;
    color: #fff;
}

#footer .fotnav li a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
}

.foot-info {
    width: 30%;
}

#footer .foot-info li {
    font-size: 16px;
}

.fotnav {
    width: 65%;
}

#footer .foot-info li a,
.copy {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.txtsp {
    display: none;
}

.mainimg:before {
    background: #bba893;
}


@media only screen and (max-width: 1024px) {

    .home-concept .rightc {
        width: 45%;
    }

    .t-c h2 {
        width: 40%;
    }

    .home-skill .txt-wrap {
        width: 55%;
    }

    .top .box {
        width: 50%;
    }

    .foot-reserve a {
        padding: 10px 40px;
    }

    .foot-reserve a:after {
        right: 10%;
    }

    #footer .fotnav li {
        margin: 3%;
    }

    #footer .inner {
        padding-bottom: 180px;
    }

}










/* スマートフォン（SP） */
@media only screen and (max-width: 599px) {
    .top .home-news .inner {
        padding: 15px;
    }

    .home-news h2 {
        width: 100%;
    }

    .top .box {
        width: 100%;
    }

    .top .more {
        margin: 20px 0 0 auto;
    }
    
    .home-concept {
      margin-top: 100px;
    }

    .home-concept .bg {
        position: relative;
        left: 0;
    }

    .home-concept .up-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-concept .left {
        width: 100%;
        margin-top: 0px;
    }

    .home-concept .left:before {
        /* display: none; */
    }

    .home-concept .txt-wrap {
        width: 100%;
    }

    .txtpc {
        display: none;
    }

    .txtsp {
        display: block;
    }

    .home-concept .rightc h2 {
        margin-top: 0px;
    }

    .home-skill .flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-skill .pic {
        width: 100%;
    }

    .home-skill .txt-wrap {
        width: 100%;
    }

    .skillbg {
        top: 30px;
        left: 30px;
    }

    .home-skill .txt-wrap h2 {
        width: 100%;
        margin-top: 30px;
        text-align: left;
    }

    .t-c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .t-c h2 {
        width: 100%;
    }

    .t-c .sub-title {
        width: 100%;
        padding-top: 0px;
    }

    .home-staff .inner ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }


    .home-staff .inner ul li {
        margin: 0 auto;
        width: 80%;
    }

/*     .up-of-img80\@sp img {
    width: 80%;
    margin: 0 auto;
} */

    .home-blog .subinner>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subinner {
        margin: 0 auto;
    }

    .foot-info {
        width: 100%;
    }

    .fotnav {
        width: 100%;
    }

    #footer {
        padding-bottom: 0px;
    }

    #footer .fotnav {
        margin-top: 40px;
    }

    #footer .fotnav li {
        width: 40%;
        font-size: 14px;
        margin: 10px;
    }

    .iframe-wrap {
        position: relative;
        width: 100%;
        padding-top: 50%;
        /* = height ÷ width × 100 */
    }

    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #header.smaller .head-nav #gnav .toggle {
        background: #bba893;
    }
}


/* 02サロン情報 */
.iframe-wrap2 {
    position: relative;
    width: 80%;
    padding-top: 50%;
    /* = height ÷ width × 100 */
}

.iframe-wrap2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.indoor-view {
    margin-top: 50px;
    position: relative;
    width: 100%;
}

.indoor-view:before {
    content: "";
    display: block;
    padding-top: 45%;
}

.indoor-view iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 599px) {
    .indoor-view:before {
        padding-top: 90%;
    }
}

/* 03初めての方へ */

.tecchi .box-wrap .box li {
    list-style: disc;
    margin: 20px 0px;
    font-size: 14px;
}

.tecchi .txt01 {
    margin: 20px 0px;
}

.tecchi .txt01 span {
    color: rgb(255, 77, 0);
}

.tecchi .txt02 span {
    color: rgb(9, 171, 11);
}

.subtitbg .flower:after {
    background: none;
}

.technique .box-wrap .box:before {
    content: "";
    width: 3px;
    height: 300px;
    background: #bba893;
    /* background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec2cf', endColorstr='#c57d84', GradientType=0); */
    position: absolute;
    top: 5%;
    left: 0;

}

.subtitbg:before {
    content: "";
    width: 10px;
    height: 200px;
    background: #bba893;
    /* background: linear-gradient(to bottom, #8ec2cf 1%, #a2a8b3 51%, #c57d84 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ec2cf', endColorstr='#c57d84', GradientType=0); */
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
}

.subex {
    width: 100%;
    margin: 150px auto 0px;
}

.subtitbg {
    background: #efe5da;
}

@media only screen and (max-width: 1024px) {
    .title-v {
        font-family: "游明朝",
            "YuMincho",
            "ヒラギノ明朝 ProN W3",
            "Hiragino Mincho ProN",
            "HG明朝",
            "Sawarabi Mincho",
            serif
    }
}

/* 04こだわり */

.concept .h3ex {
    font-size: 18px;
}

.concept .txt li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
    .mt140 {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 1024px) {

    .fead-mv.mv {
        padding: 5%;
    }
}

@media (max-width: 768px) {
    .fead-mv.mv {
        margin-bottom: 100px;
    }
}

/* 05メニュー */
.noto-s span {
    font-size: 12px;
    display: block;
}


/* 06髪質改善 */
.pr-list {
    margin-left: 20px;
}

/* 07認定スパニスト */

.concept .txt-wrap li {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 20px;
}

/* 09ブログ詳細 */

.gallery .fead-mv.mv {
    margin-bottom: 0px;
}

.gallery .recommend-box {
    margin-bottom: 100px;
}

/* 11スタッフ詳細 */
.staff-back {
    background: #bba893;
}

.staff-back a {
    color: #fff;
}


/* 12商品 */
.itemli {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.itemli li {
    width: 25%;
    margin: 0 20px;
}

.makern {
    text-align: center;
    margin: 15px 0px;
}

.cname {
    text-align: center;
    margin: 15px 0px;
}

.morecc {
    width: 100%;
    text-align: center;
}

.morec {
    display: inline-block;
    text-align: center;
    color: #EE2B32;
    border: 4px solid #EE2B32;
    padding: 1px 10px;
    margin: 0 auto;
}

.product .rotatewrap {
    margin-bottom: 150px;
}

.up-of-contain img {
    font-family: "object-fit: contain; object-position: center center;";
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 599px) {

    .product .box-wrap>ul>li {
        width: 100%;
    }
}

/* 13Q&A */
.faq .rotatewrap {
    margin-bottom: 150px;
}

.qawrap {
    margin-bottom: 80px
}


/* 14ブログ一覧 */
.blog .innerex {
    padding-bottom: 0px !important;
}

/* 15ブログ詳細 */
.blog .inner {
    padding-bottom: 400px;
}

@media only screen and (max-width: 1024px) {
    .blog .inner {
        padding-bottom: 100px;
    }

}

/* スマートフォン（SP） */
@media only screen and (max-width: 599px) {}


/* 17ニュース詳細 */
.news .innerex {

    margin-bottom: 100px;
}

/* 18リクルート */

.rec1 .box .txt {
    margin-left: 50px;
}

.rictxt {
    display: block;
    font-size: 20px;
    line-height: 200%;
    margin-bottom: 30px;
    color: #BA9B68;
}

.recruit .txt {
    line-height: 150%;
}

.recruit .rec1 a {
    display: block;
    width: 100%;
    margin: 80px auto;
    text-align: center;
    color: #BA9B68;
}

.rotatewrap .comr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.reccontact {
    width: 100%;
    text-align: center;
}

.reccontact a {
    display: inline-block;
    background: #BBA893;
    text-align: center;
    padding: 10px 40px;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fead-mv.mv {
    margin-bottom: 180px;
}

@media only screen and (max-width: 1024px) {

    .recruit .flex {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .recruit .w30 {
        width: 100%;
        margin-bottom: 50px;
    }

    .rec1 .box .txt {
        margin-left: 0;
    }

    .recruit .fead-mv.mv {
        margin: 0 auto 180px;
    }
}

/* スマートフォン（SP） */
@media only screen and (max-width: 599px) {
    .recruit .rictxt {
        font-size: 14px;
    }

    .recruit .txt {
        font-size: 13px;
    }

    .rec5 dl dt {
        font-size: 12px;

    }

    .rec5 dl dd {
        font-size: 12px;
    }

}


/* 19コンタクト */

.contact-btns li button {
    background: #bba893;
}


/* 共通要素 */

[class*='load-'] {
    position: relative;
    min-height: 50px;
    border: 3px solid #00bcd4;
}

[class*='load-']:before {
    position: absolute;
    z-index: 100;
    display: block;
    background: #00bcd4;
    color: #ff0;
    content: '共通要素';
    text-align: center;
    font-weight: bold;
}

/* カスコン */
.staff-blog [data-element-id]>li {
    width: 30%;
    margin-right: 2%;
    position: relative;
}

[data-element-id] .cosli {
    width: 30%;
    margin-right: 2%;
    position: relative;
}

[data-element-id] .cosli02 {
    height: 500px;
    width: 20%;
    margin: 15px;
}

.blog_dex {
    margin-bottom: 100px;
}

[data-element-id] .staff_gya {
    width: 20%;
    height: 500px;
    margin: 0 10px;
}

[data-element-id].qaboxex {
    height: 500px;
}


.more-btn .back-btn {
    height: 65px;
    padding: 0px;
}

.form-submit-btn {
    width: 230px;
    background: #bba893;
    color: #fff;
    border: none;
    height: 70px;
    margin: 10px;
}

.input-confirm-form-submit-btn {
    width: 230px;
    background: #bba893;
    color: #fff;
    border: none;
    height: 70px;
    margin: 10px;
}

.input-confirm-form-back-btn {
    width: 230px;
    background: #bba893;
    color: #fff;
    border: none;
    height: 70px;
    margin: 10px;
}

.txtcontact {
    font-size: 25px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .conex01 {
        width: 100%;

    }

    .conex02 {
        text-align: center;
        width: 100%;
    }

    .txtcontact {
        width: 100%;
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .txtcontact {
        width: 100%;
        font-size: 14px;
    }

}

.mainimg {
    position: relative;
    overflow: hidden;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.mainimg .uk-slidenav-position:after {
    display: block;
    padding-top: 55%;
    content: '';
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    /*IE対策*/
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.resbtn02 {
    margin-bottom: 10px;
}

.staffexli {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gallery .stycom {
    margin-bottom: 100px !important;
}


/* オススメメニュー */
.boxex {
    padding-bottom: 40px;
    border-bottom: 2px dotted #cdcdcd;
}


.menuex dt {
    margin-right: 30px;
}

.menuex dd {
    padding: 5px 0px;
    background: #C7C7C8;
    width: 25%;
    margin: 5px;
    text-align: center;
}


dd.maru,
dd.tamago,
dd.sankaku,
dd.basegata,
dd.sikaku {
    width: 15%;
    height: 100%;
}

dd.maru strong,
dd.tamago strong,
dd.sankaku strong,
dd.basegata strong,
dd.sikaku strong {
    display: block;
}

dd.sankaku strong,
dd.basegata strong,
dd.sikaku strong {
    margin-top: 5px;
}

.menuex dd.maru,
.menuex dd.tamago,
.menuex dd.sankaku,
.menuex dd.basegata,
.menuex dd.sikaku {
    margin: 2.5px;
}

.menuexh3 {
    margin: 20px 0px;
}

.menukata {
    margin-top: 10px;
}


.menuex dd.maru {
    margin-left: 5px;
}

dd.maru span {
    content: "";
    display: inline-block;
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

dd.tamago span {
    content: "";
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 25px;
    border-radius: 50%;
}

dd.sankaku span {
    background: #fff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    display: block;
}

dd.sankaku span:before {

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 30px solid #C7C7C8;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

dd.sankaku span:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 30px solid #C7C7C8;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
}


dd.basegata span {
    background: #fff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    display: block;
}

dd.basegata span:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 15px solid #C7C7C8;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

dd.basegata span:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 15px solid #C7C7C8;
    border-right: 0px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
}



dd.sikaku span {
    background: #fff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    display: block;
}



dl[class*="少ない"] dd.soft {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="普通"] dd.normal {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="多い"] dd.hard {
    background: #bba893 !important;
    color: #fff !important;
}


dl[class*="柔らかい"] dd.soft {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="普通"] dd.normal02 {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="硬い"] dd.hard {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="細い"] dd.soft {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="普通"] dd.normal03 {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="太い"] dd.hard {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="なし"] dd.soft {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="普通"] dd.normal04 {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="強い"] dd.hard {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="丸型"] dd.maru {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="卵型"] dd.tamago {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="三角形"] dd.sankaku {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="ベース型"] dd.basegata {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="四角形"] dd.sikaku {
    background: #bba893 !important;
    color: #fff !important;
}

dl[class*="三角形"] dd.sankaku span:before {

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 30px solid #bba893;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}


dl[class*="三角形"] dd.sankaku span:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 30px solid #bba893;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
}


dl[class*="ベース型"] dd.basegata span:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 15px solid #bba893;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

dl[class*="ベース型"] dd.basegata span:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 15px solid #bba893;
    border-right: 0px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
}

[data-element-id] .staffexli li:nth-of-type(n+4) {
    display: none;
}

[data-element-id] .stylelist li:nth-of-type(n+5) {
    display: none;
}

.fead-mv.mv {
    margin-bottom: 50px;
}

.rec1 .box {
    min-height: 390px;
}


@media only screen and (max-width: 1024px) {


    .menuex dd {
        padding: 5px 0px;
        background: #C7C7C8;
        width: 20%;
        margin: 5px;
        text-align: center;
    }

    dd.maru,
    dd.tamago,
    dd.sankaku,
    dd.basegata,
    dd.sikaku {
        width: 12%;
        height: 100%;
    }

    .fead-mvex01.mv {
        padding: 1%;
    }

    .rec1 .box {
        min-height: auto;
    }

    .recruit .fead-mv.mv {
        margin: 0 auto 80px;
        min-height: auto;
    }
}
.menu_txt{
  position: absolute;
  bottom: -30px;
  left: 50%;
 -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  font-family: 'Federo', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', serif;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .menu_txt{
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) {
    .menu_txt{
    font-size: 11px;
    bottom: -23px;
  }
}
.nav-action .menu_txt{
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.rubitxt{
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .rubitxt{
    display: inline-block;
  }
}

.shopping_box {
    width: 50% !important;
    margin: 0 65px !important;
}

@media only screen and (max-width: 599px) {
  .shopping_box {
    width: 100% !important;
    margin: 0 65px !important;
}
}

/*2023/02/17*/
.menu-bnr {
  width: 600px;
  margin: 50px auto;
}
.menu-box {
  display: flex;
  background: #fff;
  border: 5px solid #bba893;
}
.i-m {
  width: 40%;
}
.i-m img {
  width: 100%;
}
.t-m {
  width: 70%;
}
.t-m {
  font-size: 36px;
  font-family: 'Federo',
        'YuMincho',
        'Yu Mincho',
        '游明朝体',
        'ヒラギノ明朝 ProN',
        'Hiragino Mincho ProN',
        serif;
  color: #929292;
  text-align: center;
  padding: 5% 3%;
}
.t-m .h2color {
  font-size: 42px;
}
.t-m p {
  text-align: center;
  font-size: 18px;
  color: #000;
}

@media only screen and (max-width: 599px) {
  .menu-bnr {
    width: 96%;
    margin: 50px auto;
  }
  .t-m {
    font-size: 24px;
    padding: 5% 1%;
  }
  .t-m .h2color {
    font-size: 26px;
  }
  .t-m p {
    font-size: 12px;
  }
}
    
