@charset "utf-8";

/* text */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    font-family: 'YuMincho',
        'Yu Mincho',
        '游明朝体',
        'ヒラギノ明朝 ProN',
        'Hiragino Mincho ProN',
        serif;
}

h1 {
    color: #fff;
    padding-left: 1em;
}

.homearea h2 .e7 {
    font-size: 36px;
}

.title-h2 {
    margin-bottom: 30px;
    line-height: 1.5;
    padding-bottom: 0 !important;
    font-size: 32px;
}

.title-h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.a-default a {
 color: #0000EE;
 text-decoration: underline;
}

.a-default a:after {
      content: "\f35d";
    display: inline-block;
    margin: auto;
    padding-left: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    color: inherit;
    line-height: 100%;
}

/* bg-img */
.bg-parent {
    position: relative;
    -webkit-box-orient: vertical;
}

.bg-cont {
    position: relative;
    z-index: 2;
}

.bg-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    position: relative;
}

.filter-01::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(61, 61, 61, 1);
    position: absolute;
    top: 0;
    left: 0;
}

.filter-02::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter-03::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #bdbdbd;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.text-w * {
    color: #fff;
}

/* table */
table,
td,
th {
    border: 1px solid gray;
    border-collapse: collapse;
}

table {
    width: 80%;
    margin: 0 auto;
}

td,
th {
    padding: 10px 3px;
    width: 30px;
    height: 25px;
}

th {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

/* button */
.btn,
.button-wrap {
    text-align: center;
    width: 260px;
    margin-top: 60px;
    margin-left: 0;
    color: #fff;
}


.btn a,
.button-wrap button {
    background-color: #313131;
    width: 100%;
    padding: 10px 35px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.btn01 {
    color: #313131;
}

.btn01 a {
    background-color: #fff;
    border: 1px solid #313131;
}

.-right {
    position: relative;
}

.-right::after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
}

.-left {
    position: relative;
}

.-left::after {
    content: "\f053";
    display: inline-block;
    margin: auto;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
}

/* other */
a.anchor01 {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

li>a {
    display: block;
}

.tomore a,
.tomore-b {
    font-size: 14px !important;
}

@media (max-width: 1024px) {

    /* text */
    .homearea h2 .e7 {
        font-size: 30px;
    }

    .title-h2 {
        font-size: 26px;
    }

    .title-h3 {
        font-size: 22px;
    }

    .text {
        font-size: 14px;
    }

    /* table */
    table {
        width: 100%;
    }

    thead th:nth-of-type(1),
    tbody th {
        width: 15%;
    }

    td,
    th {
        font-size: 14px;
    }
}

@media (max-width: 599px) {

    /* text */
    dd,
    li,
    p {
        font-size: 14px;
    }

    .homearea h2 .e7 {
        font-size: 22px;
    }

    .title-h2 {
        font-size: 22px;
    }

    .title-h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    /* table */
    td,
    th {
        font-size: 12px;
    }

    /* other */
    .tomore a,
    .tomore-b {
        font-size: 12px !important;
    }

    /* button */
    .btn,
    .button-wrap {
        width: 200px;
        margin-top: 40px;
    }


    .btn a,
    .button-wrap button {
        padding: 5px 30px;
        font-size: 14px;
    }

    .-left::after {
        left: 15px;
    }

    .-right:after {
        right: 15px;
    }

}

/* top */
/* ******************************************************** */

/* header */
.logo-area .img {
    width: 100px;
}

.h-address {
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateY(-11px);
    transform: translateY(-4px);
}

/* gnav */
#gnav li {
    width: 11%;
}

.gnav .m1200 {
    max-width: 1200px;
    width: 96%;
    margin: auto;
}

#gnav .insta {
    width: 5%;
}

#gnav li.web .type-b {
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  border: none;
}

/* ドロップダウンメニュー */
.nav-list>li a {
    display: block;
    padding: 0 10px;
    position: relative;
}

.dropmenu .dropdown {
    position: relative;
    overflow: hidden;
}

.dropmenu .dropdown::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    border: 0;
    z-index: 1;
}

.dropdown-btn {
    display: block;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.dropmenu .dropdown ul {
    position: absolute;
    top: 100%;
    right: -175px;
    left: -175px;
    z-index: -9999 !important;
    width: 280px;
    padding: 10px 15px;
    margin: 25px auto 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
    -webkit-box-shadow: 3px 3px 10px -7px #000;
    box-shadow: 3px 3px 10px -7px #000;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transition-property: all;
    transition-property: all;
}

.dropmenu .dropdown ul::before {
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent;
    border-style: solid;
    border-width: 0 7px 7px 7px;
}

#dropmenu .dropdown ul li {
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow: hidden;
}

#dropmenu .dropdown ul li+li {
    border-top: 1px solid #fff;
}

#dropmenu .dropdown ul li a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    color: #fff;
}

.nav-list>li>a:hover::after,
.nav-list>li>.dropdown-btn:hover::after {
    width: 100%;
}

.dropdown-btn:hover {
    cursor: pointer;
}

#dropmenu .dropdown:hover {
    overflow: visible;
}

#dropmenu .dropdown:hover ul {
    z-index: 2 !important;
    opacity: 1;
}


/* mv */
.mainimg {
    overflow: hidden;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 65%;
}

.mainimg .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.mainimg .uk-slideshow img {
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.homeSlide .logobox {
    max-width: 380px;
}

.homeSlide .logobox dt {
    padding-bottom: 10px;
}

.homeSlide .mv-title {
    font-size: 36px;
    letter-spacing: 10px;
    line-height: 150%;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
}

.homeSlide .mv-text {
    text-shadow: 0 0 10px #000;
}

.homeSlide .logobox dd.tel a:before {
    display: none;
}

.homeSlide .logobox dd.tel:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 50px;
    padding: 4px 7px;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    #gnav {
        position: absolute;
        top: 0;
    }

    #gnav {
        background: none;
    }

    #gnav .gnavinn .logo-area {
        display: none;
    }

    #gnav li.web a {
        margin: 0 auto;
    }

    #gnav ul li {
        padding-top: 10px;
        border-top: 1px solid gray;
    }

    #gnav .insta {
        width: 100%;
        border-top: none;
    }

    #gnav li.web a {
        border: none;
    }
    
    #gnav ul.flexs {
      padding-bottom: 150px;
    }
    
    #gnav ul .insta {
	    order: -1;
    }

    /* ドロップダウンメニュー */
    .dropmenu .dropdown ul {
        position: static;
        opacity: 1;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: transparent;
        border-top: 1px solid gray;
    }

    #dropmenu .dropdown ul li+li {
        border-top: 1px solid gray;
    }
}

@media (max-width: 599px) {
    h1 {
        color: #000;
        padding-right: 5em;
        line-height: 1.2;
    }

    .mainimg .uk-slidenav-position:after {
        padding-top: 80%;
    }

    .uk-slideshow li div {
        height: 100%;
    }
    
    .headerinner .splogo {
        text-align: center;
    }

}

/* NEWS・Blog */
.homenews .homenewsbox {
    width: 46%;
    margin-left: 0;
}

.homearea h2 {
    max-width: 100%;
    line-height: 160%;
    font-size: 36px;
}

.e7 {
    background: none;
}

@media (max-width: 1024px) {
    .homenews .homenewsbox {
        width: 100%;
    }

    .homenews .homenewsbox+.homenewsbox {
        margin-top: 80px;
    }
}

/* CONCEPT */
.homearea.bg-parent {
    padding: 0;
}

.homeconceptbox li img {
    -webkit-filter: saturate(0.8) sepia(0.2) contrast(1.05);
    filter: saturate(0.8) sepia(0.2) contrast(1.05);
}

.mbm-filter {
    background: #4e4e4e;
}

.mbm-lighten {
    mix-blend-mode: overlay;
}

.mbm-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.homeconceptlist li:nth-of-type(1) img {
    -webkit-transform: translate(-130%, 0%);
    transform: translate(-130%, 0%);
    -webkit-filter: saturate(0.1) sepia(0.2) contrast(1.05);
    filter: saturate(0.1) sepia(0.2) contrast(1.05);
}

.homeconceptlist li:nth-of-type(2) {
    z-index: 9;
}

.homeconceptlist li:nth-of-type(2) img {
    -webkit-transform: translate(-80%, -75%);
    transform: translate(-80%, -75%);
}

.homeconceptlist li:nth-of-type(3) img {
    -webkit-transform: translate(20%, -125%);
    transform: translate(20%, -125%);
}

.homeconceptlist li:nth-of-type(4) img {
    -webkit-transform: translate(120%, -25%);
    transform: translate(120%, -25%);
    -webkit-filter: saturate(0.1) sepia(0.2) contrast(1.05);
    filter: saturate(0.1) sepia(0.2) contrast(1.05);
}

.homeconceptlist02 li:nth-of-type(1) img {
    -webkit-transform: translate(130%, 20%);
    transform: translate(130%, 20%);
}

.homeconceptlist02 li:nth-of-type(2) img {
    -webkit-transform: translate(110%, 74%);
    transform: translate(110%, 74%);
}

.homeconceptlist02 li:nth-of-type(3) img {
    -webkit-transform: translate(10%, 143%);
    transform: translate(10%, 143%);
}

.homeconceptlist02 li:nth-of-type(4) img {
    -webkit-transform: translate(-90%, 162%);
    transform: translate(-90%, 162%);
}

@media (max-width: 1024px) {

    .homeconceptlist li img,
    .homeconceptlist02 li img {
        -webkit-transform: none !important;
        transform: none !important;
    }

    .homeconceptbox li.trimY img {
        top: 0;
        left: 0;
        border: none;
    }
}

/* ABOUT */
.homeabout .text-area {
    position: relative;
    padding: 30px 15px 10px;
}

span.num {
    position: absolute !important;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #707070;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.homeabout .text-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

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

.homeabout li .text-area {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.homeabout .text-area dl {
    position: relative;
    z-index: 3;
}

.homeabout .text-area dl dt {
    font-size: 17px;
    margin-bottom: 28px;
    text-align: center;
}

@media (max-width: 1024px) {}

/* MENU */
.gb-w .title {
    color: #fff;
    text-align: center;
}

.gb-w .tomore a {
    color: #fff;
    font-size: 12px;
}

.homemenu li .tomore-b:after {
    content: "\f107";
    font-family: FontAwesome;
    display: block;
    text-align: center;
    padding: 20px 0 0;
}

.homemenu li dl {
    height: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.homemenu li dl:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
    background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    z-index: -1;
}

.homemenu .homemenu-wrap li dt {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.homemenu .homemenu-wrap li dd {
    margin: 10px 0;
}

.homemenu .homemenu-wrap li .tomore-b {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

/* gallery */
.homegallery .tomore {
    margin-right: calc(25% / 2);
    margin-left: auto;
    margin-top: 40px;
    width: 25%;
    text-align: right;
}

.homegallery ul li {
    width: 25%;
}

.homestylelist dt,
.homestylelist dd {
  padding-left: 10px;
}

.homestylelist dd li+li {
  margin-top: 5px;
}

.homestylelist dd .s-name {
  padding-left: 10px;
}

.homestylelist dd li.alt {
    padding-left: 10px;
}

@media (max-width: 1024px) {
    .homegallery ul li {
        width: 33.33%;
    }

    .homegallery .tomore {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        text-align: right;
    }
}


/* staff */
.homestaff .tomore {
    margin-right: calc(25% / 2);
}

.homestaff .text-area {
    text-align: center;
    margin-top: 10px;
}

.homestaff .text-area .name {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
}

.homestaff .text-area .director {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
}

.director-cursive {
    font-size: 50px;
    letter-spacing: 5px;
    position: absolute;
    top: -30px;
    -webkit-transform: rotate(347deg);
    transform: rotate(347deg);
    font-family: 'Tangerine', cursive;
    font-weight: 400;
    white-space: nowrap;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.homestaff ul li {
    width: 25%;
}

@media (max-width: 1024px) {
    .homestaff ul li {
        width: 33.33%;
    }

    .homestaff .tomore {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        text-align: right;
    }
    
    .director-cursive {
    font-size: 30px;}
  }

@media (max-width: 599px) {
    .homestaff ul li {
        width: 100%;
    }
    
    .homestaff ul li a {
      display: flex;
      align-items: center;
      justify-content: space-around;
    }
    
    .homestaff ul li .img-area {
      width: 35%;
    }
    
    .homestaff ul li .text-area {
      width: 60%;
    }
    
    .director-cursive {
      font-size: 25px;
    }
    
    .homestaff .text-area .name {
        font-size: 16px;
    }
}

/* voice */
.homevoice h2 {
    padding-bottom: 50px;
}

.homevoice .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.homevoice .text-area .text {
    width: 80%;
    font-size: 14px;
    padding: 15px;
    margin: 0 auto;
    line-height: 250%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.homevoice .tomore {
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 599px) {
  .homevoice .text-area .text {
      text-align: left;
  }
  
}

/* recruit */
.homerecruit .text {
    width: 80%;
    font-size: 14px;
    padding: 15px;
    margin: 0 auto;
    line-height: 250%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 1024px) {
    .homerecruit .homerecruit-list {
        display: block;
    }

    .homerecruit .homerecruit-list li {
        width: 100%;
        padding-top: 50px;
    }
}

@media (max-width: 599px) {
    .homerecruitbox ul.flexsb li {
        margin: 0;
    }

    .homerecruit .homerecruit-list {
        padding: 0 10px;
    }
    
    .homerecruitbox .tbox dt {
        text-align: left;
    }

}

/* banner */
.homebanner .list-inner a {
  display: block;
}

.homebanner .banner-box {
    position: relative;
    overflow: hidden;
    padding: 55px 25px;
}

.homebanner .img-area {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
}

.homebanner .text-area {
    position: relative;
    z-index: 2;
}

.homebanner .text-area-inner .e7,
.homebanner .text-area-inner .text {
    color: #fff;
    text-align: center;
}

@media (max-width: 1024px) {
    .homebanner [class*="up-ofi"] img {
        -o-object-position: 50% 100%;
        object-position: 50% 100%;
    }

}

/* footer */
.fshopbox {
    max-width: 660px;
}

#footer {
    background-color: transparent;
}

#footer .bg-img img {
    z-index: 1;
}

.fshop li {
    font-weight: bold;
}

.fnav {
    padding: 40px 0;
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}

.fnav li {
    padding: 10px 25px;
}

.sp-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    z-index: 10;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.6);
}

.sp-btn .f-tel {
    width: 67%;
    padding: 3% 1%;
    text-align: center;
    color: #fff;
}

.sp-btn .f-tel:before {
    content: "\f095";
    font-family: FontAwesome;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 50px;
    padding: 4px 7px;
    letter-spacing: 0;
}

.sp-btn .f-contact {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-btn .f-contact a {
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
}

@media (max-width: 1024px) {
    .flogo {
        width: 55%;
    }

    .fshop {
        width: 40%;
    }
}

@media (max-width: 599px) {

    .flogo,
    .fshop {
        width: 100%;
    }

    .fshop li {
        text-align: center;
    }

    .fnav li {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        padding: 10px;
    }

    #totop {
        bottom: 60px;
    }

    .sp-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* 下層 */
/* ******************************** */

/* 下層メインビジュア */
.mainImg .pic:before {
    padding-top: 35%;
}


/* about　us */
/* ******************************** */
.circle img {
    border-radius: 100%;
}

/* CONCEPT */
.conceptflow01inn .picbox li:nth-of-type(1) {
    max-width: 100%;
    width: 50%;
}

.conceptflow01inn .picbox li:nth-of-type(2) {
    width: 70%;
    margin-left: auto;
}

/* map */
.concept-map .map {
  height: 100%;
}

.concept-map dt {
  font-weight: bold;
}

.concept-map dl+dl {
  margin-top: 1em;
}

@media (max-width: 1024px) {

    /* ごあいさつ */
    .greetings .w60l {
        width: 60%;
        margin: 2% auto;
    }

    .greetings .w40 {
        width: 100%;
        margin: 2% auto;
    }

    .greetings .pic.w40 {
        max-width: 400px;
    }

    .conceptflow03inn .row4 {
        width: 23%;
    }

    /* CONCEPT */
    .conceptflow01inn .picbox li img {
        width: 100%;
    }
}

@media (max-width: 599px) {

    /* ごあいさつ */
    .greetings .w60l {
        width: 100%;
        margin: 2% auto;
    }

    .conceptflow03inn .row4 {
        width: 48%;
    }

    /* CONCEPT */
    .conceptflow01inn .picbox li:nth-of-type(2) {
        width: 50%;
    }
}

/* メニュー */
/* ******************************** */
.menubox .tbox {
    position: relative;
    z-index: 2;
}

.flbox .picbox ul {
    position: relative;
}

.flbox .picbox li:nth-of-type(2n + 1) {
    z-index: 1;
}

.flbox .picbox li:nth-of-type(1) {
    width: 50%;
}

.flbox .picbox li {
    width: 55%;
}

.flbox.reverse .tbox {
    margin-left: auto;
}

@media (max-width: 1024px) {
    .flbox .picbox li:before {
        display: none;
    }
}

/* CUT */
/* perm */
/* headspa */
/* color */
/* ******************************** */
.menu-kinds .row4 {
    margin: 0;
}

/* menu-kinds-01 */
.menu-kinds .underarea h3 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
}

.nest-wrap .nest-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nest-wrap .nest-box:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nest-wrap .nest-box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.nest-wrap .nest-box+.nest-box {
    margin-top: 80px;
}

.nest-wrap .nest-box .text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* menu-kinds-02 */
.menu-kinds .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-kinds-02 .box {
    margin-bottom: 40px;
    padding: 20px;
    border: 1px solid #fff;
}

.menu-kinds-02 .title-h3 {
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    background: #fff;
    line-height: 2;
}

/* menu-kinds-03 */
.menu-kinds .menu-kinds-03 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

/* menu-kinds-04 */
.menubox03 .tbox {
    width: 60%;
    margin: 0 auto;
}

/* menu-kinds-05 */
.menu-kinds-05 .homestylelist li.row4 {
    width: 33.33%;
}

@media (max-width: 599px) {
    .menubox03 .tbox {
        width: 100%;
    }
    
    .menu-kinds-05 .homestylelist li.row4 {
        width: 100%;
    }
}

/* staff */
/* ******************************** */
.gallery-m .row4 {
    margin: 0;
}

.blank {
  display: none;
}

@media (max-width: 1024px) {
    .staffdetailreclist li {
        width: 48%;
    }
}

/* gallery */
/* gallery detail */
/* ******************************** */
.style .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.homestylelist.stylelist>.category>li {
    width: auto;
    margin: 0;
}

.homestylelist.stylelist>.category>li+li {
    margin-left: 20px;
    font-size: 14px;
}

/* gallery detail */
.styledetailbox .pricelist .stylecomment {
    text-align: left;
    border-top: 1px solid #aaa;
    font-weight: 700;
    padding: 10px 0;
}

@media (max-width: 599px) {
    .homestylelist.stylelist>.category>li+li {
        margin-left: 15px;
        font-size: 12px;
    }
}

/* NEWS */
/* NEWS detail */
/* ******************************** */
.newsbox dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.newsbox dt {
    padding-bottom: 0;
    font-size: 12px;
    padding-left: 60px;
    position: relative;
    min-width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.newsbox dd {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 75%;
    text-align: left;
}

.newsbox dt::before {
    content: "";
    width: 19px;
    height: 1px;
    display: inline-block;
    margin: auto;
    background-color: #313131;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.pagenav ul {
    margin: 0 auto;
}

.catarclist li:before {
    display: none;
}

.catarclist dd li {
    position: relative;
    padding: 5px 5px 5px 30px;
}

.catarclist dd li::before {
    content: "";
    width: 19px;
    height: 1px;
    display: inline-block;
    margin: auto;
    background-color: #313131;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.newsbox dt {
    padding-bottom: 0;
    font-size: 12px;
    padding-left: 60px;
    position: relative;
    min-width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* news-detail */
.news-detail .bloglist .date {
    font-size: 16px;
    padding-left: 60px;
    position: relative;
}

.news-detail .bloglist .date::before {
    content: "";
    width: 19px;
    height: 1px;
    display: inline-block;
    margin: auto;
    background-color: #313131;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.news-detail .title {
    text-align: left;
    margin: 15px 0 60px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 2px solid #313131;
    line-height: 1.5;
}

.category-name {
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #313131;
}

@media (max-width: 1024px) {
    .catarclist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
    }

    .catlist,
    .arclist {
        width: 48%;
    }
}

/* BLOG */
/* BLOG  detail */
/* ******************************** */
.blogbox .picbox {
    width: 100%;
}

.blog .bloglist dl {
    text-align: right;
}

.blog .bloglist dt a {
    font-size: 16px;
}

.blog .bloglist .date {
    display: inline-block;
    margin: 10px 0;
    font-size: 12px;
}

/* BLOG  detail */
.blog .blogdetail-list .date {
    display: block;
}

.staffdetailreclist li dt {
    padding-bottom: 0;
}

.recommendarea .bloglist {
    width: 100%;
}

.recommendarea .bloglist .date {
    padding-left: 30px;
}

@media (max-width: 599px) {
    .blog .bloglist li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog .bloglist li .picbox {
        width: 30%;
    }

    .blog .bloglist li .tbox {
        width: 65%;
    }

    .blog .bloglist dl {
        text-align: left;
    }

}

/* voice */
/* voice  detail */
/* ******************************** */
/* voice */
.voice .bloglist {
    width: 100%;
}

/* voice  detail */
.voice-detail .voice-title {
    color: #fff;
    text-align: left;
    padding-left: 2em;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 40px;
    line-height: 1;
}

.voice-detail .voice-title::before {
    content: "";
    width: .5em;
    height: .5em;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.voice-detail .box {
    width: 100%;
    margin-bottom: 70px;
    padding: 1em 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.6);
    outline: 10px solid #ffF;
    background: #fff;
}

.voice-detail .name {
    font-size: 22px;
}

.voice-detail .age {
    font-size: 14px;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.voice-detail .address {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.voice-detail .address dt {
    min-width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.voice-detail .address dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.voice-detail .block dt {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding-left: 1em;
    margin-top: 3em;
}

.voice-detail .block dd {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .voice-detail .voice-title {
        font-size: 32px;
    }
}

@media (max-width: 599px) {

    /* voice */
    .voice .bloglist li {
        display: block;
    }

    .voice .bloglist li .picbox,
    .voice .bloglist li .tbox {
        width: 100%;
    }

}

/* RECRUIT */
/* ******************************** */
/* .recruit01 */
.recruit01-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.recruit01-box .tbox {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.recruit01-box .tbox:before {
    content: "—";
    position: absolute;
    left: 0;
    top: 0;
}

/* recruit02 */
.recruit02 .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit02 .flow+.flow {
    margin-top: 50px;
}

.recruit02 .flow .corner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruit02 .flow .time {
    color: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding-right: 3%;
    width: 25%;
    display: block;
    font-size: 22px;
}

.recruit02 .flow .heading {
    width: 75%;
    font-size: 22px;
}

.recruit02 .flow .desc {
    padding-left: 15%;
    margin-left: 22px;
    border-left: 6px solid rgba(0, 0, 0, 0.6);
    height: calc(100% - 35px);
    font-size: 14px;
}

/* recruit03 */
.recruit03 .wrap {
    width: 83%;
    padding: 4%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.recruit03 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit03 dl+dl {
    margin-top: 40px;
}

.recruit03 dt {
    width: 20%;
    font-size: 14px;
    font-weight: bold;
}

.recruit03 dd {
    width: 75%;
    font-size: 14px;
}

.recruit03 .btn {
    width: 50%;
    margin: 60px auto;
}

@media (max-width: 1024px) {


    /* recruit02 */
    .recruit02 .flow .time {
        font-size: 20px;
    }

    .recruit02 .flow .heading {
        font-size: 20px;
    }

    /* recruit03 */
    .recruit03 .btn {
        width: 70%;
    }
}

@media (max-width: 599px) {

    /* recruit01 */
    .recruit01-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /* recruit02 */
    .recruit02 .flow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recruit01-box .tbox {
        font-size: 14px;
    }

    /* recruit03 */
    .recruit03 dt,
    .recruit03 dd {
        width: 100%;
    }

    .recruit03 dd {
        margin-top: 5px;
    }

    .recruit03 .btn {
        width: 70%;
    }
}

/* fap */
/* ******************************** */
.faq dl {
    width: 100%;
}

.faq dl+dl {
    margin-top: 80px;
}

.faq dl dt {
    padding-left: 50px;
    font-size: 22px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    position: relative;
    cursor: pointer; 
}

.faq dl dt:before {
    content: 'Q';
    font-size: 24px;
    padding: 0.3em 0.3em 0.15em 0.3em;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    position: absolute !important;
    top: 0;
    left: 0;
    line-height: 1;
}

.faq dl dd {
    padding-left: 50px;
    position: relative;
}

.faq dl dd:before {
    content: 'A';
    font-size: 24px;
    padding: 0.3em 0.35em;
    color: #fff;
    background: #bdbdbd;
    font-weight: normal;
    position: absolute !important;
    top: 0;
    left: 0;
    line-height: 1;
}

@media (max-width: 599px) {
    .faq dl dt {
        font-size: 16px;
    }
}

/* contact */
/* ******************************** */
.must {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0.6);
}

.contact label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contactarea.completion .btn {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) {
    .contact label {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

/* 見たまま編集 */

/* ヘッダー */
[data-element-id] .headerinner .splogo {
  display: inline-block;
}

[data-element-id] .splogo {
  margin-top: 175px;
}

[data-element-id] .headerinner .splogo::before {
    content: "スマホ用ロゴ";
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 12px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: blue;
}

[data-element-id] .dropmenu .dropdown {
    position: relative;
    overflow: visible;
}

[data-element-id] #dropmenu .dropdown ul {
    z-index: 2 !important;
    opacity: 1;
    left: 45vw;
    top: 265%;
}


[data-element-id] #dropmenu .dropdown ul::before {
    content: "ドロップダウンメニュー";
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 12px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: blue;
}

[data-element-id] #dropmenu .dropdown ul {
    display: block;
    border: 1px solid blue;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

[data-element-id] #gnav li {
    display: block;
}

[data-element-id] #gnav .up-d-none::before {
    content: "スマホのみ表示";
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 12px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: blue;
}

[data-element-id] #gnav .up-d-none {
    display: block;
    border: 1px solid blue;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

[data-element-id] #gnav {
    position: absolute;
    top: 0;
}

/* CONCEPT */
[data-element-id] .conceptflow02inn {
    z-index: 1;
}

/* フッター */
[data-element-id]#totop {
    position: absolute;
}

[data-element-id] .sp-btn {
  position: absolute;
  display: flex;
}

[data-element-id] #footer {
  padding-bottom: 100px;
}
