@charset "utf-8";

/*common*/
/*
#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
*/

/* # root1 START # */
:root {
    --color01: #a7c464;
    --img01: url(/upload/tenant_1/sub-bg.webp)
}
/* # root1 END # */

/* # root2 START # */
/* :root {
    --color01: #ff9033;
    --img01: url('/import/tenant_1/160.16.74.43/R01/img/sub-bg_orange.webp')
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
    --color01: #8ecfe9;
    --img01: url('/import/tenant_1/160.16.74.43/R01/img/sub-bg_bule.webp')
} */
/* # root2 END # */

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}

.m-lr {
    margin-left: auto;
    margin-right: auto;
}

* {
    font-size: 16px;
}

@media (max-width:599px) {

    *,
    .txt {
        font-size: 15px;
        line-height: 1.8em;
        letter-spacing: 1.5px;
    }
}

.gm-style .gm-svpc img {
    max-width: inherit !important;
    height: 35px !important;
}

.for-h1 {
    padding: 1em 15px;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    background-color: #f4f0e5;
    position: relative;
}

.for-h1 h1{
  width: 80%;
}

@media(max-width:1024px) {
  .for-h1 h1{
  width: 100%;
}
}

@media(max-width:599px) {
    .for-h1 {
        padding: 14px 50px 0 10px;
        line-height: 1.5;
    }
}

.view01 a {
    display: inline-block;
}

.view01 .btn {
    display: inline-block;
    border-bottom: 1px solid;
    width: 100%;
}

.tit01 .jp {
    display: block;
}

.tit02 .icon01 {
    max-width: 24px;
    display: inline-block;
    vertical-align: sub;
}

.tit02 .icon01 img {
    vertical-align: text-top;
}

.tit02 {
    overflow: hidden;
}

.tit02.fl .en:first-letter {
    font-size: 150%;
}

.tit02 .t {
    display: inline-block;
    padding-right: 1em;
    position: relative;
}

.tit02 .t:after {
    content: "";
    width: 300vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 100%;
}


.tit03 {
    overflow: hidden;
}

.tit03 .jp {
    display: block;
}

.tit03.fl .en:first-letter {
    font-size: 150%;
}

.tit03 .t {
    display: inline-block;
    padding: 0 1em;
    position: relative;
}

.tit03 .t:before {
    content: "";
    width: 300vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 100%;
}

.tit03 .t:after {
    content: "";
    width: 300vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 100%;
}

.tit04 {
    padding: 0.5em 1em;
    color: #fff;
    background: #33120d;
}

/* line-cmn */
.line-cmn-01 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 1;
}

.line-cmn-02 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.subtit01 {
    padding-bottom: 0.5em;
    padding-left: 2.5em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: relative;
}

.subtit01:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0.5em;
}

.view01 a {
    display: inline-block;
}

.btn {
    display: inline-block;
    margin: 0 auto;
    padding: 1em 1.5em 1em 1em;
    font-size: 14px;
    color: var(--color01);
    border: 1px solid var(--color01);
    background: #fff;
    position: relative;
}

.btn:after {
    content: "";
    width: 30px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: ease 0.40s;
    transition: ease 0.40s;
    position: absolute;
    top: 50%;
    left: 95%;
}

.btn.back:after {
    content: none;
}

.btn.back:before {
    content: "";
    width: 30px;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transition: ease 0.40s;
    transition: ease 0.40s;
    position: absolute;
    top: 50%;
    right: 95%;
}

.view01 a:hover .btn {
    color: #fff;
    background: var(--color01);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.view02 a:hover .btn {
    color: var(--color01);
    border: 1px solid var(--color01);
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.view02 a:hover .btn.back {
    color: #959595;
    border-color: #959595;
}

.view01 a:hover,
.view02 a:hover {
    opacity: 1;
}

.view02 a {
    display: inline-block;
}

.view02 .btn {
    width: 400px;
    max-width: 100%;
    display: inline-block;
    padding: 1em;
    text-align: center;
    border: 2px solid;
}

.view02.dr .btn,
.view02 .btn,
.btn_wrap .btn,
header .res_btn {
    color: #fff;
    border: 1px solid var(--color01);
    background: var(--color01);
}

.view02 .btn.back {
    background: #959595;
    border-color: #959595;
}

.view02.xs .btn {
    width: 200px;
    padding: 0.5em;
}

.fcGRY {
    color: #ccc;
}

.fcP {
    color: #fa227e;
}

.bgTan {
    background: #e8dace;
}

.bgDR {
    background: #33120d;
}

.bgGRY {
    background: #eee;
}

.logo01 {
    max-width: 130px;
    display: inline-block;
}


@media (max-width:1024px) {
    .view02 .btn {
        width: 300px;
        padding: 0.75em;
    }

    h1 {
        padding: 0;
        font-size: 10px;
        text-align: left;
    }
}

@media (max-width:599px) {
    .view02 .btn {
        width: 200px;
        padding: 0.5em;
    }

    .btn-wrap-box .view02 .btn {
        width: 130px;
    }
}

/*header*/

#header {
    margin-bottom: 30px;
    background-image: url(/upload/tenant_1/h-bg.webp);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
}

.headinnC {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.headinnL {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.headinnR {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.hlogo {
    width: 120px;
    text-align: center;
}

.hlogo a {
    display: inline-block;
}

.headinnLinn {
    max-width: 300px;
}

.headinnLinn .btnlist {
    margin-top: 1em;
}

.headinnL .web a {
    display: block;
    padding: 0.4em;
    text-align: contain;
    border: 2px solid;
}

.headinnL .web .icon {
    padding-left: 20px;
    background: url("../img/pc01.png") left center /14px no-repeat;
}

.headinnL .snslist li {
    margin: 0.5em;
    text-align: center;
}

.headinnL .snslist li a {
    max-width: 36px;
    display: inline-block;
}

.hinfolist li {
    margin-bottom: 0.5em;
    text-align: right;
}

@media (max-width:1024px) {
    .headinn {
        padding: 10px 0;
    }

    .headinnLinn {
        max-width: 100%;
    }

    .hinfolist .str150 {
        font-size: 140%;
    }

    .headinnC {
        width: 100%;
    }

    .headinnL {
        display: none;
    }

    .headinnR {
        display: none;
    }
}

@media (max-width:599px) {
    .headinn {
        padding: 10px 0;
    }
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 200;
}

.g-item1 {
    line-height: 130%;
}

#gnav .glist li {
    text-align: center;
}

.glist li:hover {
    cursor: pointer;
}

#gnav .glist li .g-item1::before {
      content: "/";
    display: inline-block;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(0,-50%);
}

#gnav .glist li:nth-child(1) .g-item1::before {
    display: none;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

#gnav .glist li .g-item1 {
width: 100%;
    display: block;
    padding: 30px 20px;
    margin: 0 10px;
    font-weight: 600;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

#gnav.fix {
    /*background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);*/
    background-image: url(/upload/tenant_1/h-bg.webp);
    background-size: contain;
    background-position: bottom;
    position: fixed;
    top: 0;
    z-index: 200;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#gnav.fix .glist li .g-item1 {
    padding: 20px 5px;
}


.fix .accordion-toggle {
    opacity: 0.8;
}

#gnav.fix .gnavinn{
       flex: 1 0;
}

.gnavinn .headinnR {
    width: 100%;
    display: none;
}

.gnavinn .headinnL {
    width: 100%;
    display: none;
}

.drop-switch {
    position: relative;
}

.dropnav {
    width: 420px;
    display: none;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 3;
}

.dropnav li {
    margin: 2px 0;
    padding: 15px 20px;
    background-color: rgb(251, 253, 246);
    -webkit-box-shadow: 3px 3px 3px #ddd;
    box-shadow: 3px 3px 3px #ddd;
    position: relative;
}

.g-item2 {
    width: 100%;
    height: 100%;
}

.dropnav li::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #998885;
}

.drop-switch:hover .dropnav {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 1024px) {
    #gnav .gnavinn {
        width: 0%;
        height: 100%;
        overflow-y: auto;
        padding: 0;
        padding: 60px 3% 80px;
        padding-bottom: 0;
        border: none;
        background: rgba(255, 255, 255, 0.95);
        opacity: 0;
        opacity: 0;
        -webkit-transition: width ease 0.5s, opacity 0s ease;
        transition: width ease 0.5s, opacity 0s ease;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -10;
    }

    #gnav .glist li .g-item1::before {
        display: none;
    }

    #gnav .gnavinn .glist {
        margin-bottom: 30px;
        padding: 0;
    }

    .gnavinn .headinnR {
        display: block;
    }

    .gnavinn .headinnR .view02 {
        text-align: center;
    }

    .gnavinn .headinnL {
        display: block;
    }

    .gnavinn .hinfolist li {
        text-align: center;
    }

    #gnav .glist li {
        width: 100%;
        display: block !important;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 5px 0;
        text-align: center;
        position: static;
    }

    .dropnav {
        width: 100%;
        display: block;
        padding: 10px 10px 10px 20px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: static;
        z-index: 3;
    }

    .dropnav li {
        width: 100%;
        margin: 2px 0 10px 0px;
        text-align: left !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative !important;
    }

    .dropnav li::before {
        left: -20px;
    }

    #gnav p.toggle {
        width: 38px;
        height: 38px;
        display: block !important;
        margin: 2px;
        opacity: 0.8;
        cursor: pointer;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 6px;
        right: 10px;
        z-index: 251;
    }

    #gnav.action .gnavinn {
        width: 90%;
        height: 100vh;
        opacity: 1;
        left: auto;
        right: 0;
        z-index: 250;
    }

    #gnav p.toggle span.n {
        width: 26px;
        height: 2px;
        display: block;
        margin-top: -1px;
        padding: 0;
        text-indent: 9999px;
        background: #323232;
        position: absolute;
        top: 50%;
        left: 6px;
    }

    #gnav p.toggle span.n:before {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #323232;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p.toggle span.n:after {
        content: "";
        width: 26px;
        height: 2px;
        display: block;
        background: #323232;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p.toggle span.n {
        -webkit-transition: ease 0.10s;
        transition: ease 0.10s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action p.toggle span.n:after,
    #gnav.action p.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .gnavinn .glist {
        width: 100%;
    }

    #gnav .gnavinn .glist .g-item1 {
        height: auto;
        display: block;
        padding: 10px 10px 10px 0px;
        margin: 0;
        text-align: left;
        text-transform: capitalize;
        border: none !important;
    }

    #gnav.fix {
        padding: 0;
    }

    .overlay {
        height: 100%;
        overflow: hidden;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.3;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
}

@media (max-width:599px) {
    #gnav .gnavinn {
        padding: 60px 3% 33%;
    }
}

.mainimage {
    width: 92%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto 0%;
    position: relative;
    ;
}

.toppage .mainimage>.pic {
    height: 100%;
    position: relative;
    ;
}

.mainimage .uk-flex img {
    height: 100%;
    min-height: 300px !important;
    max-height: 650px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.toppage .mainimage .text {
    width: 100%;
    max-width: 750px;
    margin: -70px auto 0;
    font-weight: bold;
    line-height: 2.5;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    position: relative;
    z-index: 10;
    text-align: center;
}

.toppage .mainimage .text span {
    font-size: 20px;
}

.toppage .mainimage .back_lead {
    max-width: 400px;
    text-align: center;
    -webkit-transform: translate(-50%, 25%);
    transform: translate(-50%, 25%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
}

.toppage .mainimage .back_lead img {
    -webkit-filter: drop-shadow(0px 0px 9px black);
    filter: drop-shadow(0px 0px 9px black);
}

.toppage .mainimage .vertical {
    font-weight: bold;
    text-shadow: 0px 0px 9px rgba(255, 255, 255, 1);
    position: absolute;
    top: 3rem;
    left: 200px;
}

/*.homeSlide h2 {
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 0px 0px 20.52px rgba(0, 0, 0, 0.18);
}
.homeSlide {
    position: relative;
    width: 92%;
    max-width: 1400px;
}

.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.homeSlide .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}*/

.vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/*footer*/

#footer {
    padding-top: 50px;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: top;
    background-color: rgb(251, 253, 246);
}

.flogo {
    text-align: center;
}

.flogo a {
    max-width: 280px;
    display: inline-block;
}

.fnav {
    margin: 30px 0;
}

.fnav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.fnav li.pcnone {
    display: none;
}

.fnav li a {
    width: 100%;
    display: block;
    padding: 0.5em 0;
    font-weight: 600;
}

.footinn .snslist li {
    margin: 0.5em;
    text-align: center;
}

.footinn .snslist li a {
    max-width: 23px;
    display: inline-block;
}

.footbtm {
    margin-bottom: 60px;
}

.copy {
    padding: 90px 0 30px 0;
    color: #9a9a9a !important;
    text-align: center;
    background-image: url(/upload/tenant_1/f-bg.webp);
}

@media (max-width:1024px) {
    footer {
        margin-top: 80px;
    }

    .fnav li {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .copy {
        padding-bottom: 70px;
    }
}

@media (max-width:599px) {
    footer {
        margin-top: 60px;
    }

    .fnav li {
        width: 48%;
    }

    .mainimage .uk-flex img {
        max-height: 300px !important;
    }
}

/*totop*/

#totop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}

#totop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}

#totop a .pic {
    max-width: 140px;
    display: inline-block;
}

#totop a .t {
    display: inline-block;
    margin-top: 0.25em;
    margin-left: 3em;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.ffix {
    display: none;
}

.ffix {
    width: 200px;
    display: block;
    position: fixed;
    top: 90px;
    right: 15px;
    z-index: 99;
}

.btns-3 .tel {
    display: none;
}

.ffixlist li a {
    display: block;
}

.ffixlist {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0.25em;
    background: #fff;
}

.ffixlist li.insta a {
    max-width: 23px;
}

.ffixlist li:not(.insta) a {
    padding: 0.5em;
    font-weight: 700;
    font-size: 16px;
    color: #33120d;
    text-align: center;
}

[data-element-id] #fixtel {
    display: block !important;
    position: static;
}

#fixtel {
    position: fixed;
    bottom: 85px;
    right: 10px;
    z-index: 99;
}

#tel {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #33120d;
}

#fixtel .web {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #33120d;
}

@media (max-width:1024px) {
    #totop a .t {
        margin-left: 2em;
    }

    #totop a .pic {
        max-width: 90px;
    }

    #totop {
        bottom: 60px;
    }
}

@media (max-width:599px) {
    #totop a .t {
        margin-left: 1em;
    }

    #totop a .pic {
        max-width: 40px;
    }

    .ffixlist li:not(.insta) a {
        font-size: 14px;
    }
}

@media (min-width:600px) {
    #fixtel {
        display: none !important;
    }
}

/* 下層ページのMV */
.under-mv {
    width: 100%;
    position: relative;
}

.under-mv::before {
    content: "";
    display: block;
    padding-top: 35%;
}

.under-mv .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.under-mv .img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .under-mv::before {
        padding-top: 45%;
    }
}

@media (max-width: 599px) {
    .under-mv::before {
        padding-top: 70%;
    }
}

/*home*/

.home01 {
    margin-top: 100px;
    margin-bottom: 60px;
}

.home01inn {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 3px 3px 3px #ddd;
    box-shadow: 3px 3px 3px #ddd;
}

.home01innL {
    width: 20%;
}

.home01innC {
    width: 56%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.home01innR {
    width: 20%;
}

.home01innR {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.home01item dt {
    margin-right: 10px;
        flex-shrink: 0;
}

.home01item dd {
    width: calc(100% - 7em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home01item a {
    display: block;
    padding: 0.25em 0;
}

.home02 {
    padding-top: 0;
}

.home02 .tfmp>.ofiImg.tc {
    max-width: 540px;
    max-height: 500px;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    left: 0;
}

.home02 .tfmp>.ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    right: 0;
}

.home02cont .titbox * {
    text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0-1px 0, #fff -1px 0 0, #fff 1px 0 0;
}

.home02item {
    overflow: hidden;
    padding: 1.5em;
    position: relative;
}

.home02item .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

.home02item .tbox dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home02item .tbox dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0;
}

.home02cont .txt {
    font-size: 16px;
}

.home02item {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home02item:before {
    content: "";
    width: 103%;
    height: 103%;
    background: url(/upload/tenant_1/path.webp) center center / 100% 100% no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    z-index: 1;
}

.home02item .tbox {
    width: 230px;
    height: 230px;
}

.home02item a {
    height: auto;
}

.home03item {
    width: 24%;
    margin: 0.5%;
}

.home03item a {
    display: block;
}

.home04item {
    margin-bottom: 40px;
}

.home04item a {
    display: block;
}

.home04item dd {
    margin: 0.5em 0;
}

.home04item dd.tit {
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    -webkit-line-clamp: 1;
}

.home04item dd.view01 {
    margin-top: 2em;
}

.home04item img {
    border: 1px solid;
}

.home05 {
    overflow: hidden;
    padding-bottom: 0;
}

.home05item a {
    display: block;
}

.home05iteminn .pbox {
    width: 40%;
}

.home05iteminn .pbox .pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home05iteminn .tbox {
    width: 50%;
    margin-top: 1%;
}

.home05iteminn .tbox .posi {
    padding: 0.25em 0;
    text-align: right;
    position: relative;
}

.home05iteminn .tbox .posi:before {
    content: "";
    content: "";
    width: 125%;
    height: 1px;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 0;
    right: 0;
}

.home05iteminn .tbox .posi .inb {
    text-align: left;
}

.home05iteminn .tbox dd {
    margin: 2em 0;
}

.home05iteminn .tbox .name p {
    margin: 0.5em 0;
    text-align: right;
}

.home05iteminn .tbox .name span {
    display: inline-block;
    text-align: left;
}

.bnk span:nth-child(1) {
    display: inline-block;
    font-size: 250%;
}

.home05item a:hover .bnk span:nth-child(1) {
    font-weight: bold;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.bnk2 span:nth-child(1) {
    display: inline-block;
    font-size: 150%;
}

a:hover .bnk2 span:nth-child(1) {
    font-weight: bold;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.balloon01 .inb {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.home06cont .tbox dl .yu-min .inb {
    font-size: 30px;
}

.home06cont .tbox dl .yu-min .inb2,
.new-inb {
    font-weight: bold;
    font-size: 32px;
}

.balloon01 .inb:after {
    content: "";
    width: 360px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: -1em;
    margin-bottom: 0.5em;
    background: url(/upload/tenant_1/ballon01.webp) center center /100% 100% no-repeat;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.home06 {
    position: relative;
}

.home06:before {
    content: "";
    width: 130%;
    height: 101%;
    background: url(/upload/tenant_1/path.webp) center center / 100% 100% no-repeat;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -1px;
    left: 50%;
    z-index: 1;
}

.home06-2::before {
    background: url(/upload/tenant_1/path.webp) center center / 100% 100% no-repeat,
        -webkit-gradient(linear, left top, left bottom, from(#d7bc9f59), to(#d7bc9f59));
    background: url(/upload/tenant_1/path.webp) center center / 100% 100% no-repeat,
        linear-gradient(#d7bc9f59, #d7bc9f59);
}

.tit01 .inb {
    font-weight: bold;
    font-size: 33px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(95%, var(--color01)));
    background: linear-gradient(transparent 70%, var(--color01) 95%);
}


.balloon01 .inb:after {
    content: "";
    width: 360px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: -1em;
    margin-bottom: 0.5em;
    background: url(/upload/tenant_1/ballon01.webp) center center /100% 100% no-repeat;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.home06cont .tbox dt {
    margin: 1em 0;
}

.home06cont .tbox dd {
    margin: 1em 0;
}

.home06cont .view02 {
    margin-bottom: 0;
}

.home06 .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
}

.home07boxR .map:after {
    padding-top: 70%;
}

.home07infoitem {
    margin: 1em 0;
}

.home07infoitem dt {
    width: 5.5em;
}

.home07infoitem dd {
    width: calc(100% - 5.5em);
}

.btns-2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.btns-2>* {
    width: 45%;
}

.home08item {
    margin: 0.5em;
}

.home08item a {
    display: block;
}

.map {
    padding-top: 0;
}

.slider-2 .img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

.f-inner .f-nav li a {
    display: block;
    padding: 5px;
}

.f-inner .f-nav li {
    width: 33.333%;
    text-align: center;
}

.sp-only {
    display: none;
}

.btns-3 .view02 .btn,
.btns-3 .view05 .btn{
    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;
}

.btns-3 .view02 .btn::before,
.btns-3 .view05 .btn::before {
    content: "\f0e0";
    font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: 130%;
    margin-right: 5px;
}


@media (max-width:1024px) {
    .toppage .mainimage .vertical {
        top: 30px;
        left: 30px;
        z-index: 3;
    }

    .toppage .mainimage .back_lead {
        max-width: 250px;
        bottom: 200px;
    }

    .toppage .mainimage .text {
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: auto;
        top: 90%;
        left: 50%;
        z-index: 10;
        text-align: left;
    }

    .toppage .mainimage .text span {
        font-size: 18px;
    }

    .home01inn {
        width: 96%;
        max-width: 100%;
        margin: 0 auto;
        padding: 60px 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
    }

    .home02 .tfmp {
        padding-top: 40px;
    }

    .home02item {
        width: 48%;
        padding: 1em;
    }

    .home02item .tbox {
        min-height: 150px;
    }

    .home02 .tfmp>.ofiImg.tc {
        max-width: 400px;
        max-height: 360px;
    }

    .home03item {
        width: 32.333%;
    }

    .home05iteminn .pbox {
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }


    .btns-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .btns-2>* {
        width: 100%;
        margin-top: 20px;
    }

    .ffix {
        top: auto;
        bottom: 10px;
        z-index: 99;
    }
}

@media (max-width:599px) {
  .home01item dt{
    width: 100%;
  }
 .home05list .home05item:nth-child(n+5){
display: none;   
 }
    .tit01 .inb {
        font-size: 26px;
    }
    
    .home06cont .tbox dl .yu-min .inb {
        font-size: 25px;
    }

    .home06cont .tbox dl .yu-min .inb2,
    .new-inb {
        font-weight: bold;
        font-size: 25px;
    }

    .home01 {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .home01inn {
        width: 94%;
        padding: 40px 0;
    }

    .home01innL {
        width: 100%;
    }

    .home01innC {
        width: 100%;
    }

    .home01innR {
        width: 100%;
    }

    .home01innR .view01 {
        margin: 1em 0;
        text-align: right;
    }

    .home01item dd {
        width: 100%;
    }

    .home02item {
        width: 100%;
        padding: 0.5em;
    }

    .home02item2 {
        height: 100px;
    }


    .home02item .tbox {
        padding: 0.5em;
    }

    .home02item2 .tbox {
        width: auto;
        height: auto;
        min-height: 0px;
    }

    .home02item .tbox dt {
        font-size: 20px;
    }

    .home03item {
        width: 49%;
    }

    .home05cont .tit01 {
        margin-bottom: 2em;
    }


    .balloon01 .inb {
        -webkit-transform: none;
        transform: none;
    }

    .balloon01 .inb:after {
        width: 300px;
        height: 55px;
        margin-top: -0.5em;
    }

    .home07infoitem dt {
        margin-right: 10px;
            flex-shrink: 0;
    }

    .home07infoitem dd {
       width: calc(100% - 6.5em);
    }

    .home07box h2 {
        text-align: center;
    }

    .home07box .view02 {
        text-align: center;
    }

    .sp-only {
        display: block;
    }

    .toppage .mainimage .vertical {
        font-size: 25px;
        z-index: 11;
    }

    .toppage .mainimage .back_lead {
        max-width: 190px;
        margin-top: 10px;
        position: relative;
        bottom: 20px;
    }

    .toppage .mainimage .text {
        width: 100%;
        margin-top: 0;
        line-height: 1.8em;
        letter-spacing: 1.5px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: relative;
        left: 0;
        z-index: 10;
    }

    .toppage .mainimage .text span {
        font-size: 14px;
    }

    .ffix {
        width: 100vw;
        bottom: 0;
        right: 0;
    }

    .btns-3 .tel {
        display: block;
    }

    .btns-3 .tel .btn {
        background-color: transparent;
    }

    .btns-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: white;
    }

    .btns-3 .view01 .btn {
        width: 60vw;
        margin: 0;
        padding: 20px 0;
        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;
    }

    .btns-3 .view01 .btn::before {
        content: "\f879";
        font-family: "font awesome 5 free";
        font-weight: bold;
        font-size: 130%;
        margin-right: 5px;
    }


    .btns-3 .view05 .btn {
        width: 40vw;
        margin: 0;
        padding: 20px 0;
    }

    .btns-3 .view02 .btn {
        width: 40vw;
        margin: 0;
        padding: 20px 0;
    }

    .btns-3 .btn::after {
        display: none;
    }


    .f-inner .f-nav li {
        width: 50%;
        text-align: left;
    }

    .f-inner .f-nav .txtp .txtc {
        font-size: 14px;
        letter-spacing: 0;
    }
}

/*under*/

/*concept*/

.concept02item {
    margin-bottom: 80px;
    position: relative;
}

.concept02item .balloon01 {
    position: absolute;
    top: -60px;
    right: 10px;
}

.concept02item .balloon01 .inb {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.concept02item .balloon01 .inb:after {
    content: "";
    width: 200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-top: -1em;
    margin-bottom: 0.5em;
    background: url(/upload/tenant_1/ballon01.webp) center center /100% 100% no-repeat;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.concept02list .concept02item:last-of-type {
    margin-bottom: 0;
}

.concept02list .concept02item:nth-of-type(odd) .concept02iteminn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.concept02list .concept02item:nth-of-type(even) .concept02iteminn .pbox {
    left: auto;
    right: 0;
}

.concept02iteminn {
    overflow: hidden;
    position: relative;
}

.l-mt {
    margin-top: 20%;
}

.concept02iteminn .tbox {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2em 0 6em;
    padding: 3em;
    background-image: var(--img01);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    position: relative;
    z-index: 2;
}

.concept02iteminn.sub3 .tbox {
    background-image: url(/upload/tenant_1/sub-bg3.webp);
}

.up-col-2 .concept02iteminn .tbox {
    margin: 4em auto;
}

.concept02iteminn .pbox {
    width: 500px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.concept02iteminn .img {
    max-width: 100%;
    height: 100%;
}

/* .ireg {
    font-family: "Rampart One",
        cursive;
} */



@media (max-width:1024px) {
    .l-mt {
        margin-top: 0;
    }
}

@media (max-width:599px) {
  .balloon01 .inb:after{
    margin-top: -1.5em;
  }
    .concept02iteminn {
        padding: 1em;
    }

    .concept02iteminn .tbox {
        min-height: 300px;
        margin: 1.5em 0;
        padding: 3.5em 1.5em;
    }

    .concept03box .tbox .txt {
        width: 100%;
        height: auto;
    }

    .spm60 {
        margin-bottom: 60px;
    }


    .concept03box .tbox ul li {
        font-weight: bold;
        font-size: 16px;
        line-height: 2.5em;
        text-align: center;
    }
}

/*salon*/

.salon02 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.salon02list {
    max-width: 800px;
    margin: 40px auto;
}

.salon02item {
    padding: 1.5em;
    border-bottom: 1px solid #bfbfbf;
}

.salon02item dt {
    width: 8em;
}

.salon02item dd {
    width: calc(100% - 10em);
    font-weight: 500;
}

.salon02item dd * {
    font-weight: 500;
}

.salon03item .tbox {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4em;
}

.salon03item .pbox {
    width: 50%;
}

.salon03list {
    counter-reset: number;
}

.salon03item .tbox dt {
    padding-left: 1.5em;
    position: relative;
}

.salon03item .tbox dt:before {
    content: counter(number)".";
    counter-increment: number;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:1024px) {
    .salon03item .tbox {
        padding: 2em;
    }
}

@media (max-width:599px) {
    .salon02item {
        padding: 1em;
    }

    .salon02item dt {
        width: 100%;
        margin-bottom: 0.25em;
    }

    .salon02item dd {
        width: 100%;
    }

    .salon03list .salon03item:last-of-type {
        margin-bottom: 0;
    }

    .salon03item {
        margin-bottom: 40px;
    }

    .salon03item .tbox {
        width: 100%;
        padding: 1em 0;
    }

    .salon03item .pbox {
        width: 100%;
    }
}

/*menu*/

.menu01 {
    overflow: hidden;
}

.menunavitem a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5em;
    color: #fff;
    background: #33120d;
}

.menunavitem a span {
    text-align: center;
}

.menu01box01 .pbox {
    position: relative;
}

.menu01box01 .pic {
    width: 50vw;
    max-width: 1000px;
    max-height: 90%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -10vw;
}

.menu01box01 .tbox {
    margin: 6em 0 0;
    padding: 4em;
    border: 1px solid;
    background: #fff;
    position: relative;
    z-index: 1;
}


.menu01item01 {
    padding: 1.5em;
    border-bottom: 1px solid #bfbfbf;
}

.menu01box02 .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}

.menu01list02 {
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5em;
}

.menu01item02 {
    padding: 1em;
    border-bottom: 1px solid #bfbfbf;
}



.menu01box03 .pbox {
    position: relative;
}

.menu01box03 .pic {
    width: 40vw;
    max-width: 1000px;
    max-height: 90%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.menu01box03 .pic:before {
    content: "";
    width: 101%;
    height: 101%;
    background: url("https://www.sumi-ka.jp/images/bg01.png") center center /100% 100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.menu01box03 .tbox {
    margin: 6em 0 0;
    padding: 4em;
    background: #fff;
    position: relative;
    z-index: 1;
}


.menu01item03 {
    padding: 1.5em;
    border-bottom: 1px solid #bfbfbf;
}

.menu01list04itemlistitem {
    padding: 1.5em;
    border-bottom: 1px solid #bfbfbf;
}

@media (max-width:1024px) {
    .menu01box01 .tbox {
        padding: 3em;
    }

    .menu01item01 {
        padding: 1em;
    }

    .menu01box03 .tbox {
        padding: 3em;
    }

    .menu01item03 {
        padding: 1em;
    }

    .menu01list04itemlistitem {
        padding: 1em;
    }

    .menunavitem {
        width: 31.333%;
    }
}

@media (max-width:599px) {
    .menu01box01 .tbox {
        margin-top: 1em;
        padding: 3em 1.5em;
    }

    .menu01item01 {
        padding: 1em 0;
    }

    .menu01box01 .pic {
        width: 100%;
        max-height: 100%;
        position: static;
    }

    .menu01item02 {
        padding: 1em 0;
    }

    .menu01box03 .tbox {
        margin-top: 1em;
        padding: 3em 1.5em;
    }

    .menu01item03 {
        padding: 1em 0;
    }

    .menu01box03 .pic {
        width: 100%;
        max-height: 100%;
        position: static;
    }

    .menu01item04 [class*="heightLine"] {
        height: auto !important;
    }

    .menu01list04itemlistitem {
        padding: 1em 0;
    }

    .menu01list04 .menu01item04:last-of-type {
        margin-bottom: 0;
    }

    .menu01item04 {
        margin-bottom: 40px;
    }

    .menunavitem {
        width: 48%;
    }
}

/*specialcare*/

.specialcare01list .specialcare01item:last-of-type {
    margin-bottom: 0;
}


.specialcare03list .specialcare01item:last-of-type {
    margin-bottom: 0;
}

@media (max-width:1024px) {}

@media (max-width:599px) {}

/*sp_aesthetic*/

.sp_aesthetic01list .sp_aesthetic01item:last-of-type {
    margin-bottom: 0;
}

.sp_aesthetic01item .tbox {
    padding: 2em 0;
}

.sp_aesthetic04list {
    counter-reset: number;
}

.sp_aesthetic04list .sp_aesthetic04item {
    margin-bottom: 40px;
    padding-top: 15px;
    padding-left: 70px;
    position: relative;
}

.sp_aesthetic04list .sp_aesthetic04item:before {
    content: counter(number);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    counter-increment: number;
    font-weight: 700;
    font-size: 150%;
    line-height: 50px;
    border: 1px solid;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:1024px) {
    .sp_aesthetic04list .sp_aesthetic04item:before {
        width: 40px;
        height: 40px;
        font-size: 125%;
        line-height: 40px;
    }

    .sp_aesthetic04list .sp_aesthetic04item {
        padding-top: 10px;
        padding-left: 60px;
    }
}

@media (max-width:599px) {
    .sp_aesthetic04list .sp_aesthetic04item:before {
        width: 30px;
        height: 30px;
        font-size: 100%;
        line-height: 30px;
    }

    .sp_aesthetic04list .sp_aesthetic04item {
        padding-top: 7px;
        padding-left: 50px;
    }
}

/*catalog*/
.catalogitem a {
    display: block;
    opacity: 1;
}

.catalogitem dl {
    overflow: hidden;
    padding: 0.5em;
    border: 1px solid;
    position: relative;
}

.catalogitem dt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    padding: 0.5em;
    color: #fff;
    text-align: center;
    background-image: var(--img01);
    background-size: 100% 100%;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.catalogitem:hover dt {
    visibility: visible;
    opacity: 1;
}

.catalogsinglebox {
    max-width: 800px;
    margin: 0 auto;
}

.catalogsinglebox .slick-track{
      width: 100%!important;
}

.catalogsinglebox .pbox li {
    width: 33.333%;
}

.catalogsinglebox .tbox .commentbox dt {
    overflow: hidden;
    margin-bottom: 1em;
}

.catalogsinglebox .tbox .commentbox dt span {
    display: inline-block;
    padding-right: 1em;
    position: relative;
}

.catalogsinglebox .tbox .commentbox dt span:after {
    content: "";
    width: 100vw;
    height: 1px;
    border-bottom: 1px solid;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 100%;
}

.catalogsinglebox .mainPic {
    margin-bottom: 40px;
}

.catalogsinglebox .datalist .datalistitem:first-of-type {
    border-top: 1px solid #ccc;
}

.catalogsinglebox .datalistitem {
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.catalogsinglebox .datalistitem .tit {
    width: 5em;
    font-weight: 500;
}

.catalogsinglebox .datalistitem .databox {
    width: calc(100% - 5em);
}

.catalogsinglebox .datalistitemlistitem {
    width: 29.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2%;
    padding: 0.25em 0.5em;
    border: 1px solid;
}

.subPicList img {
    cursor: pointer;
}

@media (max-width:1024px) {
    .catalogitem dt {
        font-size: 14px;
    }

    .catalogsinglebox .datalistitem .tit {
        width: 100%;
        font-weight: 700;
    }

    .catalogsinglebox .datalistitem .databox {
        width: 100%;
    }
}

@media (max-width:599px) {
    .catalogitem {
        width: 48%;
    }

    .catalogsinglebox .mainPic {
        margin-bottom: 2%;
    }
}

/*blog*/

.blog01cont .postcont {
    width: 70%;
}

.blog01cont .caarea {
    width: 26%;
}

.postitem {
    width: 48%;
    margin-bottom: 40px;
}

.postitem.row3 {
    width: 31.333%;
}

.postitem a {
    display: block;
}

.postitem dt {
    margin-bottom: 20px;
}

.postitem dd {
    margin: 0.5em 0;
}

.postitem img {
    border: 1px solid;
}

.calist * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.caitem {
    margin-bottom: 40px;
}

.caitem dt {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    color: #fff;
    text-align: center;
    background-image: var(--img01);
    background-size: 100% 100%;
    background-position: center;
    position: relative;
}


.caitem li a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #bfbfbf;
}

.pagenav {
    margin: 80px 0;
}

.pagenav ul {
    max-width: 300px;
    margin: 0 auto;
}

.pagenav li {
    width: 14%;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.pagenav li a {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid;
}

.pagenav .now {
    padding: 15px;
    color: #fff;
    border: none;
    background: #33120d;
}

.datebox {
    margin-bottom: 80px;
    padding: 80px 1em;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

[data-element-id] #date {
    display: block;
}

#date {
    display: none;
}

.datelist * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: 700;
    text-align: center;
}

.datelist .day {
    font-size: 100px;
    line-height: 120%;
}

.postsinglebox {
    padding: 40px;
    border: 1px solid;
}

.postsinglebox .tit {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid;
}

@media (max-width:1024px) {
    .blog01cont .postcont {
        width: 100%;
    }

    .blog01cont .caarea {
        width: 100%;
    }

    .datelist .day {
        font-size: 80px;
    }

    .datebox {
        margin-bottom: 60px;
        padding: 60px 1em;
    }
}

@media (max-width:599px) {
    .datelist .day {
        font-size: 60px;
    }

    .datebox {
        margin-bottom: 40px;
        padding: 40px 1em;
    }

    .postitem.row3 {
        width: 48%;
    }

    .postsinglebox {
        padding: 2em;
    }

    .postsinglebox .tit {
        margin-bottom: 1.5em;
        padding-bottom: 0.5em;
    }
}

/*voice*/

.voiceitem {
    margin-bottom: 40px;
}

.voiceitem a {
    display: block;
}

.voiceitem dt {
    margin: 0 0 1em;
}

.voicesinglebox .tbox .name {
    padding-bottom: 1em;
    border-bottom: 1px solid;
}

.voicesinglebox .tbox .menuD {
    margin-bottom: 3em;
    padding: 1.5em 0;
    border-bottom: 1px solid;
}

.voicesinglebox .tbox .menuD .txt {
    padding-left: 1em;
}

.voicesinglebox .tbox .review {
    padding: 2em;
    border: 1px solid;
}

@media (max-width:1024px) {}

@media (max-width:599px) {
    .voicesinglebox .tbox .name {
        padding: 1em 0;
    }

    .voicesinglebox .tbox .review {
        padding: 1.5em;
    }
}

/*qa*/

.qaitem {
    padding: 40px 0;
    border-bottom: 1px solid #7d7d7d;
}

.qaitem dt {
    margin-bottom: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 60px;
    position: relative;
}

.qaitem dt:before {
    content: "Q";
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 24px;
    color: #fff;
    background: #33120d;
    position: absolute;
    top: 0;
    left: 0;
}


.qaitem dd {
    margin-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 60px;
    position: relative;
}

.qaitem dd:before {
    content: "A";
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:1024px) {
    .qaitem {
        padding: 30px 0;
    }

    .qaitem dt {
        margin-bottom: 30px;
        padding-left: 50px;
    }

    .qaitem dt:before {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }

    .qaitem dd {
        margin-left: 30px;
        padding-left: 50px;
    }

    .qaitem dt:before {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
}

@media (max-width:599px) {
    .qaitem {
        padding: 20px 0;
    }

    .qaitem dt {
        margin-bottom: 20px;
        padding-left: 40px;
    }

    .qaitem dt:before {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .qaitem dd {
        margin-left: 20px;
        padding-left: 40px;
    }

    .qaitem dt:before {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

/*recruit*/

.recruit01boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruit01box {
    width: 100%;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5em;
}

.recruit01box * {
    color: #fff;
}

.recruit01box .ofiImg.tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
}

.recruit02item * {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    color: #fff;
    text-align: center;
}

.recruit02item {
    padding: 3em;
    background: #5c413d;
}

.recruit02item dt:after {
    content: "";
    width: 100px;
    max-width: 100%;
    height: 3px;
    display: block;
    margin: 0.5em auto 1.5em;
    border-bottom: dotted 3px;
}

.recruit03list .recruit03item:last-of-type {
    margin-bottom: 0;
}

.recruit03item {
    margin-bottom: 40px;
}

.recruit03item .tit {
    width: 100%;
}

.recruit03item .fullyear ul {
    padding: 0.5em;
    background: #d2d2d2;
}

.recruit03item .fullyear li {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.recruit03item .menulist li {
    width: 24%;
    margin-top: 30px;
    padding-top: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: url("https://www.sumi-ka.jp/images/doublearrow01.png") top center /contain no-repeat;
}

.recruit03item .menulist li .inb {
    text-align: left;
}

.recruit04item {
    border: 1px solid;
}

.recruit04item dt {
    padding: 2em 1.5em 1.5em;
    position: relative;
}

.recruit04item dt .posi {
    width: 130px;
    max-width: 100%;
    padding: 0.25em 1em;
    color: #fff;
    background: #33120d;
    position: absolute;
    top: 0;
    left: 0;
}

.recruit04item dt .posi:after {
    content: "";
    width: 1em;
    height: 100%;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.recruit04item dd {
    padding: 1.5em;
    border-top: 1px solid;
}

.recruit05cont .m800 {
    width: 100%;
}

.recruit05item {
    padding: 2em;
    border-bottom: 1px solid;
}

.recruit05item dd li {
    margin-bottom: 0.5em;
}

.recruit05guideline dt,
.recruit05guideline dd {
    padding: 2em;
}

.recruit05guideline {
    border-bottom: 2px solid;
}

.recruit05guideline dt {
    border-bottom: 2px solid;
}

.recruit05guideline dd {
    border-bottom: 1px solid;
}

.recruit05guideline dd:last-of-type {
    border-bottom: none;
}

.recruit05guideline dd li {
    margin-bottom: 1em;
}

.recruit06 .item a {
    display: block;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.recruit06 .item a .info {
    position: relative;
    z-index: 2;
}

.recruit06 .item a .info .tit {
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.recruit06 .item a .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recruit06 .item a .info dl dt {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
}

.recruit06 .item a .bgi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3;
}

.recruit06 .item a .bgi>* {
    height: 100%;
}

@media (max-width:1024px) {
    .recruit02item {
        padding: 1.5em 0.5em;
    }

    .recruit02item dt {
        font-size: 16px;
    }

    .recruit02item dd {
        font-size: 14px;
    }

    .recruit03item .fullyear li {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .recruit03item .menulist li {
        font-size: 14px;
    }

    .recruit04cont .introboxL .flexsb dt,
    .recruit04cont .introboxL .flexsb dd {
        width: 100%;
    }

    .recruit04item dt {
        padding: 3em 2em 2em;
        position: relative;
    }

    .recruit05item {
        padding: 1.5em;
    }

    .recruit05guideline dt,
    .recruit05guideline dd {
        padding: 1.5em;
    }
}

@media (max-width:599px) {
    .recruit03item ul.flexs {
        display: block;
        padding: 0.5em;
    }

    .recruit03iteminn {
        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;
    }

    .recruit03iteminn .menulist {
        width: calc(100% - 60px);
    }

    .recruit03item .menulist li {
        width: 100%;
        height: 130px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0.5em;
        padding-top: 0;
        padding-left: 30px;
        text-align: left;
        background: url("https://www.sumi-ka.jp/images/doublearrow02.png") left center /auto 100% no-repeat;
    }

    .recruit03item .fullyear li {
        margin-bottom: 5px;
    }

    .recruit05item {
        padding: 1em;
    }

    .recruit05guideline dt,
    .recruit05guideline dd {
        padding: 1em;
    }
}

/*coupon*/

.couponitem {
    padding: 2em 1em;
    border: 1px solid;
    position: relative;
}

.couponitem:after {
    content: "";
    width: 45px;
    height: 45px;
    background: url("https://www.sumi-ka.jp/images/label01.png") center center /100% 100% no-repeat;
    position: absolute;
    top: -3px;
    right: -3px;
}

.couponitem dt span {
    margin: 1%;
}

.couponitem .cat {
    padding: 0.25em 1em;
    border: 1px solid;
    border-radius: 15px;
}

.couponitem .price {
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    letter-spacing: 2px;
    border-bottom: 1px dotted #494949;
}

.couponitem dd[class*="heightLine"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.couponitem dd.price[class*="heightLine"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:1024px) {}

@media (max-width:768px) {
    .couponitem {
        width: 48%;
    }
}

@media (max-width:599px) {}

@media (max-width:414px) {
    .couponitem {
        width: 100%;
    }

    .couponitem [class*="heightLine"] {
        height: auto !important;
    }
}

/*form*/
.Form {
    padding-bottom: 30px;
}

.Form button {
    border: 1px solid var(--color01);
}

.Form .view02.back button {
    border: 1px solid #959595;
}

.form dl {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dt {
    width: 36%;
    font-weight: 600;
}

.form dt .reqw {
    margin-left: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #d5262b;
}

.form dd {
    width: 60%;
}

.form dd input {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form dd select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 200%;
    position: relative;
}

.form dd input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}

.form dd input[type="radio"]:checked+label::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #303841;
    position: absolute;
    top: 6px;
    left: 2px;
}

.form dd input[type="radio"]:checked+label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    height: 300px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック",
        YuGothic,
        Hiragino Sans,
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic Pro",
        Hiragino Kaku Gothic ProN,
        "メイリオ",
        Meiryo,
        "ＭＳ Ｐゴシック",
        sans-serif;
    font-size: 16px;
}

.formbtn li button {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 80px auto;
    padding: 20px 40px;
    color: #fff;
    text-align: center;
    border: none;
    background: #d5262b;
    opacity: 1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    z-index: 1;
}

.formbtn li button:after {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.formbtn2 li:nth-of-type(odd) button:after {
    content: "\f104";
    left: 20px;
    right: auto;
}

.formbtn li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

.flexsb2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:1024px) {
    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }

    .form dl {
        padding: 15px 0;
    }

    .formbtn li button {
        margin: 60px auto;
        padding: 15px 40px;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media (max-width:599px) {
    .formbtn li button {
        max-width: 250px;
        margin: 40px auto;
        padding: 10px 40px;
    }

    .formbtn2 li {
        max-width: 130px;
    }
}

.pathpic {
    position: relative;
}

.img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pathpic:before {
    content: "";
    width: 103%;
    height: 103%;
    background: url(/upload/tenant_1/path.webp) center center / 100% 100% no-repeat;
    background-repeat: no-repeat;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    z-index: 1;
}

.box-title::first-letter {
    font-size: 250%;
}

.info-bg {
    padding: 60px 0;
    background-image: url(/upload/tenant_1/sub-bg3.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.info-bg2 {
    padding: 60px 0;
    background-image: url('/import/tenant_1/160.16.74.43/R01/img/sub-bg2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.onayami-list li {
    margin: 15px 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

@media (max-width:599px) {
    .onayami-list li {
        margin: 15px 0;
        font-size: 17px;
    }
}

.home22 {
    padding-top: 0;
}

.home22cont .titbox * {
    text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff 0px 1px 0, #fff 0-1px 0, #fff -1px 0 0, #fff 1px 0 0;
}


.home22item .tbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.home22item .tbox dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home22item .tbox dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0;
}

.home22item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home22item a {
    height: auto;
        position: relative;
    z-index: 1;
}

.home22item:before {
    content: "";
    width: 103%;
    height: 103%;
    background: url(/upload/tenant_1/path.webp) center center / 100% 100% no-repeat,
        #f4f0e5;
    background-repeat: no-repeat;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    z-index: 1;
}

.home22item.new{
width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.home22item.new:before{
content: none;  
}

.home22item.new .js-split-tag{
  display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.home22item.new .js-split-tag span{
     position: relative;
        padding: 0.1em 1em;
    font-size: 12px;
    margin: 0 0.1em 0.5em 0;
}

.home22item.new .js-split-tag span:before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(/upload/tenant_1/path.webp) center center / 100% 100% no-repeat, #f4f0e5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.home22item {
    width: 48%;
    min-width: 200px;
}

.home22item a {
    display: block;
}

.gallery {
    height: 500px;
}


.gallery .slick-list .slick-track .slick-slide,
[data-element-id] .gallery .slick-list li {
    width: 100%;
    height: 500px;
}

.gallery .slick-list .slick-track .slick-slide img,
[data-element-id] .gallery .slick-list li img {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    width: 25px;
    /*矢印の色*/
    height: 25px;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 5px solid var(--color01);
    /*矢印の色*/
    border-right: 5px solid var(--color01);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    /*絶対配置にする*/
    z-index: 3;
}

.slick-prev {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    /*戻る矢印の位置と形状*/
    left: 3px;
}

.slick-next {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    /*次へ矢印の位置と形状*/
    right: 3px;
}

.home04item.second {
    width: 30%;
}

@media (max-width:1024px) {
    .home04item.second {
        width: 48%;
    }
}

@media (max-width:599px) {
    .home04item.second {
        width: 100%;
    }

    .gallery {
        height: 250px;
    }

    .gallery .slick-list .slick-track .slick-slide {
        width: 100%;
        height: 250px;
    }

    .slick-prev {
        width: 20px;
        /*矢印の色*/
        height: 20px;
        /*戻る矢印の位置と形状*/
        border-top: 3px solid var(--color01);
        /*矢印の色*/
        border-right: 3px solid var(--color01);
        top: auto;
        bottom: -30px;
        left: 5px;
    }

    .slick-next {
        width: 20px;
        /*矢印の色*/
        height: 20px;
        /*戻る矢印の位置と形状*/
        border-top: 3px solid var(--color01);
        /*矢印の色*/
        border-right: 3px solid var(--color01);
        top: auto;
        bottom: -30px;
        right: 5px;
    }

    .catalogsinglebox {
        margin-top: 60px;
    }

    .catalogsinglebox .up-d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalogsinglebox .choice-btn,
    .catalogsinglebox .tbox {
        width: 100%;
    }

    .home22item {
        width: 48%;
        min-width: unset;
    }

    .home22item h4 {
        letter-spacing: 0;
        padding: 5px;
    }
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
    width: 33.333333% !important;
    height: 80px;
    outline: none;
    background: #333;
    cursor: pointer;
}

.choice-btn li img {
    width: 100%;
    height: 100%;
    /*選択されていないものは透過40%*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0.4;
}

.choice-btn li.slick-current img {
    opacity: 1;
    /*選択されているものは透過しない*/
}

.Form {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 599px) {
    .Form {
        margin-top: 40px;
    }
}

.Form-Item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 599px) {
    .Form-Item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 14px;
        padding-right: 14px;
    }
}

.Form-Item-Label {
    width: 100%;
    max-width: 250px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
}

@media (max-width: 599px) {
    .Form-Item-Label {
        max-width: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        font-size: 15px;
    }
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

@media (max-width: 599px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}

.Form-Item-Label-Required {
    width: 48px;
    display: inline-block;
    margin-left: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background: var(--color01);
}

@media (max-width:599px) {
    .Form-Item-Label-Required {
        width: 32px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 10px;
        border-radius: 4px;
    }
}

.Form-Item-Input{
  width: 100%;
}

.Form-Item-Input.new{
 width: auto;
}

.Form-Item-Input input,
.Form-Item-Input textarea{
    width: 100%;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 1em;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

.Form-Item-Input textarea {
  height: 250px;
}

.Form-Item-Input2 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
}

.Form-Item-Input2 label {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 10px;
}

.Form-Item-Input2 .ch{
  position: relative;
  padding-left: 1.5em;
  width: 100%;
}

.Form-Item-Input2 .ch input{
    position: absolute;
    top: 8px;
    left: 0;
}

@media (max-width:599px) {
    .Form-Item-Input {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        margin-top: 18px;
        margin-left: 0;
        font-size: 15px;
    }

    .Form-Item-Input2 {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-top: 20px;
        margin-left: 0;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 18px;
    }
}

.Form-Item-Textarea textarea {
    width: 100%;
    height: 216px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 1em;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    padding: 15px;
}



@media (max-width: 599px) {
    .sp-none {
        display: none !important;
    }

    .Form-Item-Textarea {
        height: 200px;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        margin-top: 18px;
        margin-left: 0;
        font-size: 15px;
    }
}



@media (max-width: 480px) {
    .Form-Btn {
        width: 160px;
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 16px;
    }
}

.Form-Item {
    position: relative;
}

.uk-text-danger {
    width: 100%;
}

.actual_object_error_wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mini-input {
    padding: 0 3px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ccc;
    pointer-events: none;
}

.z3 {
    position: relative;
    z-index: 3;
}

.breadcrumbs {
    margin-left: 20px;
    padding: 10px 0;
}

/* .breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
} */

.breadcrumbs-list li {
    font-size: 12px;
    display: inline;
}

.breadcrumbs-list li:last-child {
    color: #333;
}

.breadcrumbs-list li+li::before {
    content: "\f105";
    display: inline-block;
    margin: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: inherit;
    line-height: 100%;
}

[data-element-id].slider-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id].slider-2 li {
    width: 10%;
}

.POST_BODY a {
    pointer-events: none;
}

.subtitle {
    position: absolute;
    bottom: -10px;
    right: 20px;
}

.subtitle .vertical {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    font-weight: 600;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    text-align: right;
}

.subtitle p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
    font-size: 130px;
    color: #33120d;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: right;
    text-shadow: 5px 5px 0px var(--color01);
    white-space: nowrap;
    opacity: 0.5;
}

.homeSlide {
    position: relative;
}

.mainimg2 {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto 0 0;
}

.homeSlide .subtitle .vertical.bold.fs30-ss.fead-up {
    margin-right: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-weight: bold;
    line-height: 40px;
    text-align: right;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

@media (max-width:1024px) {
    .subtitle {
        right: 3px;
    }

    .subtitle p {
        font-size: 80px;
        text-shadow: 2px 2px 0px rgba(167, 196, 100, 1);
    }

    .homeSlide .subtitle .vertical.bold.fs30-ss.fead-up {
        margin-right: 10px;
    }
}

@media (max-width:599px) {
    .subtitle {
        font-size: 60px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        bottom: 0;
    }

    .subtitle p {
        font-size: 50px;
    }

    .homeSlide .subtitle .vertical.bold.fs30-ss.fead-up {
        margin-right: 0;
    }
}

.check li {
    padding-left: 30px;
    position: relative;
     font-size: 26px;
  font-weight: bold;
}

.check li:before {
    content: "・";
    position: absolute;
    top: 0px;
    left: 0;
}

.recruit-box .item{
  background: #fdfff2;
  border: solid 3px #f6ffc7;
}

[data-element-id].flexc.m1200.glist {
    max-width: 2000px;
}

[data-element-id].flexc.m1200.glist .pcnone {
    border: 2px solid red;
    position: relative;
}

[data-element-id].flexc.m1200.glist .pcnone::before {
    content: "PC時は非表示";
    display: inline-block;
    font-size: 13px;
    color: yellow;
    letter-spacing: 0;
    white-space: nowrap;
    background-color: red;
    position: absolute;
    top: -32px;
    left: 0;
    ;
}

[data-element-id]#gnav.accordion {
    padding-bottom: 400px;
}

[data-element-id].dropnav {
    display: block !important;
    position: absolute;
}

[data-element-id].drop-switch {
    position: static;
}

[data-element-id].drop1 {
    width: 300px;
    text-align: center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 50%;
    left: 30px;
    z-index: 3;
}

[data-element-id].drop2 {
    width: 420px;
    text-align: center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: auto;
    left: auto;
    z-index: 3;
}

[data-element-id].drop3 {
    width: 300px;
    text-align: center;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 50%;
    left: 690px;
    z-index: 3;
}

.view05 .btn {
    color: #fff;
    border: 1px solid #a3c4c4;
    background: #a3c4c4;
}

.view05 a:hover .btn {
    color: #a3c4c4;
    border: 1px solid #a3c4c4;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

[data-element-id].btns-3 {
    border: 2px solid blue;
    position: relative;
}

[data-element-id].btns-3::before {
    content: "ABテスト及びコンバージョン";
    display: inline-block;
    font-size: 13px;
    color: yellow;
    letter-spacing: 0;
    white-space: nowrap;
    background-color: blue;
    position: absolute;
    top: -32px;
    left: 0;
    ;
}

.postsinglebox .txt h2 {
    margin: 1em 0;
    font-weight: bold;
    font-size: 1.3em;
    border-bottom: 5px solid var(--color01);
}

.postsinglebox .txt h3 {
    margin: 1em 0;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.5em;
    border-left: solid 10px var(--color01);
}

.postsinglebox .txt h4 {
    margin: 1em 0;
    font-weight: bold;
    border-bottom: dotted 2px var(--color01);
}

.postsinglebox .txt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.postsinglebox .txt ul li::before {
    content: "■";
    color: var(--color01);
}

.postsinglebox .txt ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.postsinglebox .txt ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 120%;
    color: var(--color01);
}

.postsinglebox iframe[src*="youtube"] {
    margin-top: 1em;
    margin-bottom: 1em;
    aspect-ratio: 16 / 9;
}

[data-element-id] .uk-slideshow>li {
    opacity: 1;
}

[data-element-id] .uk-slideshow {
    height: 531px;
}

.up-b {
    background-image: var(--img01);
    background-size: 100% 100%;
    background-position: center;
    padding: 30px;
}

.fs30-ss {
    font-size: 40px;
    line-height: 1.5em;
}

@media(max-width:1024px) {
    .fs30-ss {
        font-size: 30px;
    }
}

@media(max-width:599px) {
    .btns-3 .view01 .btn {
        width: 50vw;
        margin: 0;
        padding: 10px 0;
        height: 45px;
    }

    .btns-3 .view02 .btn {
        width: 50vw;
        margin: 0;
        padding: 10px 0;
        height: 45px;
    }

    .btns-3 .view05 .btn {
        width: 50vw;
        margin: 0;
        padding: 10px 0;
        height: 45px;
    }
}

[data-element-id] .btns-3 .tel{
  display: block;
}

[data-element-id] .ffix{
      position: relative;
    top: 0;
    margin-left: auto;
}

.tel-box{
      position: absolute;
   right: 10px;
    top: 0px;
    font-weight: 600;
}

#gnav.fix .tel-box{
  position: static;
      margin: 0 10px;
}

.tel-box .new a{
      display: block;
    font-size: 24px;
}
.tel-box .new a i{
  font-size: 24px;
}

@media(max-width:1024px) {
  .tel-box{
    display: none;
  }
}

.features{
  max-width: 700px;
  margin: 0 auto;
}

.features li span{
  font-size: 26px;
  font-weight: bold;
}

@media(max-width:1024px) {
.features li,
.features li span{
  font-size: 18px;
}

}

.br599 br {
    display: block;
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
}
[data-element-id] .up-d-none:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id] .up-sp-txt {
    max-width: 375px;
    width: 100%;
    margin: auto;
}

[data-element-id] .up-sp-txt .fs30 {
    font-size: 22px;
}

[data-element-id] .up-sp-txt .fs20 {
    font-size: 18px;
}

[data-element-id] .home06cont .tbox dl .up-sp-txt .yu-min .inb2,
[data-element-id] .home06cont .tbox dl .up-sp-txt .yu-min .inb{
      font-size: 25px;
}

[data-element-id] .subtitle .up-sp-txt p {
    font-size: 50px;
}

[data-element-id] .up-sp-txt .new-inb{
      font-size: 25px;
}

[data-element-id] .up-sp-txt .tit01 .inb {
    font-size: 26px;
}

[data-element-id] .up-sp-txt .tit01 .jp{
  font-size: 15px;
}

[data-element-id] .up-sp-txt .fs30-ss{
  font-size: 30px;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}

.f-inner .f-nav [data-hide-element] li{
  width: 100%;
}
