@charset "utf-8";

/*フォント読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Libre+Baskerville:wght@400;700&family=Libre+Bodoni:ital@1&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");

/*フォントオーサムをcssで読み込み*/
@import url("https://use.fontawesome.com/releases/v6.2.0/css/all.css");

html {
    --txt-font-00: "Noto Sans JP", sans-serif;
    --txt-font-01: "Libre Baskerville", serif;
    --txt-font-02: "Lato", sans-serif;
    --txt-font-03: "Libre Bodoni", serif;
    --txt-color-00: #fff;
    --txt-color-01: #12572e;
    --txt-color-02: #608d73;
    --txt-color-03: #ebf8f6;
    --txt-color-04: #6fb694;
    --txt-color-05: #798d65;
    --txt-color-06: #727272;
    --txt-color-07: #b88c6a;
    --txt-color-08: #b59c65;
    --txt-color-09: #a1cfb9;
    --txt-color-10: rgba(181, 156, 101,0.8);
    --txt-color-11: #f1f7f1;
    --txt-color-12: #cbcbcb;
    --txt-color-13: #f7f5f0;
    --txt-color-14: #9e480c;
    --txt-color-15: #f0e9e4;
    --txt-color-16: #e1b24a;
    --txt-color-17: #cb7f4a;
    --back-color-00: #fff;
    --back-color-01: #12572e;
    --back-color-02: #608d73;
    --back-color-03: #ebf8f6;
    --back-color-04: #6fb694;
    --back-color-05: #798d65;
    --back-color-06: #727272;
    --back-color-07: #b88c6a;
    --back-color-08: #b59c65;
    --back-color-09: #a1cfb9;
    --back-color-10: rgba(181, 156, 101,0.8);
    --back-color-11: #f1f7f1;
    --back-color-12: #cbcbcb;
    --back-color-13: #f7f5f0;
    --back-color-14: #9e480c;
    --back-color-15: #f0e9e4;
    --back-color-16: #e1b24a;
    --back-color-17: #cb7f4a;
    --ttl-color-00: #fff;
    --ttl-color-01: #12572e;
    --ttl-color-02: #608d73;
    --ttl-color-03: #ebf8f6;
    --ttl-color-04: #6fb694;
    --ttl-color-05: #798d65;
    --ttl-color-06: #727272;
    --ttl-color-07: #b88c6a;
    --ttl-color-08: #b59c65;
    --ttl-color-09: #a1cfb9;
    --ttl-color-10: rgba(181, 156, 101,0.8);
    --ttl-color-11: #f1f7f1;
    --ttl-color-12: #cbcbcb;
    --ttl-color-13: #f7f5f0;
    --ttl-color-14: #9e480c;
    --ttl-color-15: #f0e9e4;
    --ttl-color-16: #e1b24a;
    --ttl-color-17: #cb7f4a;
    --btn-color-00: #fff;
    --btn-color-01: #12572e;
    --btn-color-02: #608d73;
    --btn-color-03: #ebf8f6;
    --btn-color-04: #6fb694;
    --btn-color-05: #798d65;
    --btn-color-06: #727272;
    --btn-color-07: #b88c6a;
    --btn-color-08: #b59c65;
    --btn-color-09: #a1cfb9;
    --btn-color-10: rgba(181, 156, 101,0.8);
    --btn-color-11: #f1f7f1;
    --btn-color-12: #cbcbcb;
    --btn-color-13: #f7f5f0;
    --btn-color-14: #9e480c;
    --btn-color-15: #f0e9e4;
    --btn-color-16: #e1b24a;
    --btn-color-17: #cb7f4a;
}

/*===================================
基本設定
===================================*/
html {
    font-family: var(--txt-font-00);
    font-weight: 500;
    font-size: 16px;
    color: var(--txt-color-01);
}

.wrapper {
    overflow: hidden;
}

/*見たまま編集共通要素*/
[data-element-id] [data-common-area] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #FDC44F;
    position: relative;
}

[data-element-id] [data-common-area]::before {
    content: "共通要素です。";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #FDC44F;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    min-width: 100%;
    transform: inherit;
}

/*カレンダー*/
.cmn-calendar iframe {
    width: 100%;
    height: 1250px;
}

@media (max-width: 1024px) {
    .cmn-calendar iframe {
        height: 1100px;
    }
}

/*snsリンク*/
.snsbox>* a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.snsbox .sns-line a:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    background-image: url('/import/tenant_1/153.121.65.151/html3/images/sns-01.webp');
    background-repeat: no-repeat;
}

.snsbox .sns-instagram a:before {
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    background-image: url('/import/tenant_1/153.121.65.151/html3/images/sns-02.webp');
    background-repeat: no-repeat;
}

.snsbox.version-01 .sns-line a:before,
.snsbox.version-01 .sns-instagram a:before {
    margin-right: 0;
}

/*テキストロゴ種類*/
.cmn-logo-01 {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
}

.cmn-logo-01 .em {
    display: block;
    font-size: 50px;
    letter-spacing: 2px;
}

.cmn-logo-02 {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
}

.cmn-logo-02 .em {
    display: block;
    font-size: 50px;
    letter-spacing: 2px;
}

@media (max-width: 599px) {
    .cmn-logo-01 .em {
        font-size: 30px;
    }
    .cmn-logo-02 .em {
        font-size: 22px;
    }
}

/*番号*/
.cmn-num-01 {
    width: 63px;
    height: 63px;
    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;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    background-image: url('/import/tenant_1/153.121.65.151/html3/images/deco-06.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.cmn-num-01 .small {
    padding-bottom: 4px;
    font-size: 10px;
}

/*エフェクト*/
.fead-mv.mv {
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

.fead-left {
    -webkit-transform: translateX(12%);
    transform: translateX(12%);
}

.fead-right {
    -webkit-transform: translateX(-12%);
    transform: translateX(-12%);
}

/*見出しエフェクト*/
.fead-text-01 {
    opacity: 0;
}

[data-element-id] .fead-text-01 {
    opacity: 1;
}

.fead-text-01.mv {
    opacity: 1;
    -webkit-animation-name: blurtxt;
    animation-name: blurtxt;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes blurtxt {
    from {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes blurtxt {
    from {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px);
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*ボタンエフェクト*/
.btn-hover-01 .btn-inner>* {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.btn-hover-01 .btn-inner>*:hover {
    opacity: 1;
}

.btn-hover-01 .btn-inner>* .btndeco {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.btn-hover-01 .btn-inner>*:hover .btndeco {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.btn-hover-01 .btntxt {
    position: relative;
    z-index: 1;
}

.btn-hover-02 a:hover {
    opacity: 1;
}

.btn-hover-02 a:hover .btndeco {
    opacity: 1;
    -webkit-animation: 1s wavebtn forwards;
    animation: 1s wavebtn forwards;
}

@-webkit-keyframes wavebtn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes wavebtn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*フォント*/
.txt-font-00 {
    font-family: var(--txt-font-00);
}

.txt-font-01 {
    font-family: var(--txt-font-01);
}

.txt-font-02 {
    font-family: var(--txt-font-02);
}

.txt-font-03 {
    font-family: var(--txt-font-03);
}

/*アイコン*/
.icon-01,
.icon-01:before,
.icon-01:after {
    margin: 0 auto;
}

.icon-01 {
    width: 30px;
    display: inline-block;
    border-bottom: solid 5px;
}

.icon-01:before {
    content: "";
    width: 10px;
    display: block;
    border-bottom: solid 15px;
}

.icon-01:after {
    content: "";
    width: 20px;
    display: block;
    border-bottom: solid 10px;
}

/*カラー指定*/
/*テキストカラー*/
.txt-color-00 {
    color: var(--txt-color-00);
}

.txt-color-01 {
    color: var(--txt-color-01);
}

.txt-color-02 {
    color: var(--txt-color-02);
}

.txt-color-03 {
    color: var(--txt-color-03);
}

.txt-color-04 {
    color: var(--txt-color-04);
}

.txt-color-05 {
    color: var(--txt-color-05);
}

.txt-color-06 {
    color: var(--txt-color-06);
}

.txt-color-07 {
    color: var(--txt-color-07);
}

.txt-color-08 {
    color: var(--txt-color-08);
}

.txt-color-09 {
    color: var(--txt-color-09);
}

.txt-color-10 {
    color: var(--txt-color-10);
}

.txt-color-11 {
    color: var(--txt-color-11);
}

.txt-color-12 {
    color: var(--txt-color-12);
}

.txt-color-13 {
    color: var(--txt-color-13);
}

.txt-color-14 {
    color: var(--txt-color-14);
}

.txt-color-15 {
    color: var(--txt-color-15);
}

.txt-color-16 {
    color: var(--txt-color-16);
}

.txt-color-17 {
    color: var(--txt-color-17);
}

.txt-color-18 {
    color: var(--txt-color-18);
}

.txt-color-19 {
    color: var(--txt-color-19);
}

.txt-color-20 {
    color: var(--txt-color-20);
}

/*背景色*/
.back-color-00 {
    background: var(--back-color-00);
}

.back-color-01 {
    background: var(--back-color-01);
}

.back-color-02 {
    background: var(--back-color-02);
}

.back-color-03 {
    background: var(--back-color-03);
}

.back-color-04 {
    background: var(--back-color-04);
}

.back-color-05 {
    background: var(--back-color-05);
}

.back-color-06 {
    background: var(--back-color-06);
}

.back-color-07 {
    background: var(--back-color-07);
}

.back-color-08 {
    background: var(--back-color-08);
}

.back-color-09 {
    background: var(--back-color-09);
}

.back-color-10 {
    background: var(--back-color-10);
}

.back-color-11 {
    background: var(--back-color-11);
}

.back-color-12 {
    background: var(--back-color-12);
}

.back-color-13 {
    background: var(--back-color-13);
}

.back-color-14 {
    background: var(--back-color-14);
}

.back-color-15 {
    background: var(--back-color-15);
}

.back-color-16 {
    background: var(--back-color-16);
}

.back-color-17 {
    background: var(--back-color-17);
}

.back-color-18 {
    background: var(--back-color-18);
}

.back-color-19 {
    background: var(--back-color-19);
}

.back-color-20 {
    background: var(--back-color-20);
}

/*見出しカラー*/
.ttl-color-00 {
    color: var(--ttl-color-00);
}

.ttl-color-01 {
    color: var(--ttl-color-01);
}

.ttl-color-02 {
    color: var(--ttl-color-02);
}

.ttl-color-03 {
    color: var(--ttl-color-03);
}

.ttl-color-04 {
    color: var(--ttl-color-04);
}

.ttl-color-05 {
    color: var(--ttl-color-05);
}

.ttl-color-06 {
    color: var(--ttl-color-06);
}

.ttl-color-07 {
    color: var(--ttl-color-07);
}

.ttl-color-08 {
    color: var(--ttl-color-08);
}

.ttl-color-09 {
    color: var(--ttl-color-09);
}

.ttl-color-10 {
    color: var(--ttl-color-10);
}

.ttl-color-11 {
    color: var(--ttl-color-11);
}

.ttl-color-12 {
    color: var(--ttl-color-12);
}

.ttl-color-13 {
    color: var(--ttl-color-13);
}

.ttl-color-14 {
    color: var(--ttl-color-14);
}

.ttl-color-15 {
    color: var(--ttl-color-15);
}

.ttl-color-16 {
    color: var(--ttl-color-16);
}

.ttl-color-17 {
    color: var(--ttl-color-17);
}

.ttl-color-18 {
    color: var(--ttl-color-18);
}

.ttl-color-19 {
    color: var(--ttl-color-19);
}

.ttl-color-20 {
    color: var(--ttl-color-20);
}

/*ボタンカラー*/
.btn-color-00 .btn-inner>* {
    background: var(--btn-color-00);
}

.btn-color-01 .btn-inner>* {
    background: var(--btn-color-01);
}

.btn-color-02 .btn-inner>* {
    background: var(--btn-color-02);
}

.btn-color-03 .btn-inner>* {
    background: var(--btn-color-03);
}

.btn-color-04 .btn-inner>* {
    background: var(--btn-color-04);
}

.btn-color-05 .btn-inner>* {
    background: var(--btn-color-05);
}

.btn-color-06 .btn-inner>* {
    background: var(--btn-color-06);
}

.btn-color-07 .btn-inner>* {
    background: var(--btn-color-07);
}

.btn-color-08 .btn-inner>* {
    background: var(--btn-color-08);
}

.btn-color-09 .btn-inner>* {
    background: var(--btn-color-09);
}

.btn-color-10 .btn-inner>* {
    background: var(--btn-color-10);
}

/*ボタンhover背景*/
[class*="hovertxt-color-"] a:hover {
    opacity: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.hovertxt-color-00 a:hover {
    color: var(--btn-color-00);
}

.hovertxt-color-01 a:hover {
    color: var(--btn-color-01);
}

.hovertxt-color-02 a:hover {
    color: var(--btn-color-02);
}

.hovertxt-color-03 a:hover {
    color: var(--btn-color-03);
}

.hovertxt-color-04 a:hover {
    color: var(--btn-color-04);
}

.hovertxt-color-05 a:hover {
    color: var(--btn-color-05);
}

.hovertxt-color-06 a:hover {
    color: var(--btn-color-06);
}

.hovertxt-color-07 a:hover {
    color: var(--btn-color-07);
}

.hovertxt-color-08 a:hover {
    color: var(--btn-color-08);
}

.hovertxt-color-09 a:hover {
    color: var(--btn-color-09);
}

.hovertxt-color-10 a:hover {
    color: var(--btn-color-10);
}

/*ボタンhover背景*/
.hoverbtn-color-00 .btn-inner>*:hover {
    background: var(--btn-color-00);
}

.hoverbtn-color-01 .btn-inner>*:hover {
    background: var(--btn-color-01);
}

.hoverbtn-color-02 .btn-inner>*:hover {
    background: var(--btn-color-02);
}

.hoverbtn-color-03 .btn-inner>*:hover {
    background: var(--btn-color-03);
}

.hoverbtn-color-04 .btn-inner>*:hover {
    background: var(--btn-color-04);
}

.hoverbtn-color-05 .btn-inner>*:hover {
    background: var(--btn-color-05);
}

.hoverbtn-color-06 .btn-inner>*:hover {
    background: var(--btn-color-06);
}

.hoverbtn-color-07 .btn-inner>*:hover {
    background: var(--btn-color-07);
}

.hoverbtn-color-08 .btn-inner>*:hover {
    background: var(--btn-color-08);
}

.hoverbtn-color-09 .btn-inner>*:hover {
    background: var(--btn-color-09);
}

.hoverbtn-color-10 .btn-inner>*:hover {
    background: var(--btn-color-10);
}

/*装飾*/
.cmn-deco-01 {
    position: relative;
    z-index: 0;
}

.cmn-deco-01 .deco-01 {
    max-width: 210px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cmn-deco-01 .deco-02 {
    max-width: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.cmn-deco-01 .deco-03 {
    max-width: 158px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cmn-deco-02 {
    position: relative;
    z-index: 0;
}

.cmn-deco-02 .deco-01 {
    max-width: 123px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.cmn-deco-02 .deco-02 {
    max-width: 188px;
    position: absolute;
    bottom: 0;
    left: 27%;
    z-index: -1;
}

.cmn-deco-03 {
    position: relative;
    z-index: 0;
}

.cmn-deco-03 .deco-01 {
    max-width: 191px;
    position: absolute;
    bottom: 0;
    left: 1%;
    z-index: -1;
}

.cmn-deco-04 {
    position: relative;
    z-index: 0;
}

.cmn-deco-04 .deco-01 {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.cmn-deco-04.version-01 .deco-01 {
    right: 100px;
}

.cmn-deco-04 .deco-02 {
    max-width: 103px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.cmn-deco-04.version-01 .deco-02 {
    right: 100px;
}

.cmn-deco-04 .deco-03 {
    max-width: 171px;
    position: absolute;
    bottom: 0;
    left: -27%;
    z-index: -1;
}

.cmn-deco-05 {
    position: relative;
    z-index: 0;
}

.cmn-deco-05 .deco-01 {
    max-width: 123px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.cmn-deco-05 .deco-02 {
    max-width: 188px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.cmn-deco-07 {
    position: relative;
}

.cmn-deco-07 .deco-01 {
    width: 90%;
    position: absolute;
    bottom: -30px;
    left: -5px;
    transform: rotate(115deg);
    z-index: 0;
}

@media (max-width: 1024px) {
    .cmn-deco-04 .deco-03 {
        left: -5%;
    }
}

@media (max-width: 599px) {
    .cmn-deco-01 .deco-01 {
        max-width: 140px;
    }

    .cmn-deco-01 .deco-02 {
        max-width: 50px;
    }

    .cmn-deco-01 .deco-03 {
        max-width: 78px;
    }

    .cmn-deco-02 .deco-01 {
        max-width: 83px;
    }

    .cmn-deco-03 .deco-01 {
        max-width: 121px;
    }

    .cmn-deco-04.version-01 .deco-01 {
        right: 60px;
    }

    .cmn-deco-04.version-01 .deco-02 {
        right: 60px;
    }
}

/*テキストにライン引く*/
.cmn-line-01 {
    border-bottom: 4px dotted var(--txt-color-02);
}

.cmn-line-02 {
    border-bottom: 4px dotted var(--txt-color-05);
}

/*画像にhoverした時にズーム*/
.hover-img-01 a,
.hover-img-02 a .pic {
    display: block;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.hover-img-01 a:hover,
.hover-img-02 a:hover {
    opacity: 1;
}

.hover-img-01 a img,
.hover-img-02 a img {
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hover-img-01 a:hover img,
.hover-img-02 a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hover-img-03 a .pic {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.hover-img-03 a:hover .pic {
    border-radius: 80px;
}

.hover-txt-01 a {
    display: block;
    position: relative;
}

.hover-txt-01 a:hover {
    opacity: 1;
}

.hover-txt-01 a .pic .hover-txt {
    width: 70%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}

.hover-txt-01 a:hover .pic .hover-txt {
    visibility: visible;
    opacity: 1;
}

.hover-txt-01 a:hover .pic img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

@media (max-width: 1024px) {
    .hover-txt-01 a .pic .hover-txt {
        visibility: visible;
        opacity: 1;
    }

    .hover-txt-01 a .pic img {
        -webkit-filter: brightness(0.6);
        filter: brightness(0.6);
    }
}

@media (max-width: 599px) {
    .hover-txt-01 a .pic .hover-txt {
        width: 90%;
    }
}

/*ページャー*/
.cmn-pager-01 ul {
    padding-bottom: 20px;
    position: relative;
}

.cmn-pager-01 ul:after {
    content: "";
    width: 100vw;
    border-bottom: 2px solid var(--txt-color-12);
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmn-pager-01 li {
    margin: 0 20px;
}

.cmn-pager-01 li>* {
    font-size: 20px;
    color: var(--txt-color-06);
}

.cmn-pager-01 li.prev>*,
.cmn-pager-01 li.next>* {
    font-size: 16px;
}

.cmn-pager-01 li.prev>*:after {
    content: "\f100";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.cmn-pager-01 li.next>*:after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.cmn-pager-01 li.now>* {
    color: var(--txt-color-04);
}

@media (max-width: 599px) {
    .cmn-pager-01 ul {
        padding-bottom: 10px;
    }

    .cmn-pager-01 li {
        margin: 0 15px;
    }

    .cmn-pager-01 li>* {
        font-size: 18px;
    }

    .cmn-pager-01 li.prev>*,
    .cmn-pager-01 li.next>* {
        font-size: 14px;
    }
}

/*電話番号*/
.cmn-tel-01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-weight: 500;
    line-height: 1;
}

.cmn-tel-01 .icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 25px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
}

/*共通日付*/
.cmn-day-01 {
    font-size: 14px;
    letter-spacing: 1px;
}

.cmn-day-01.pattern-01 {
    font-size: 16px;
}

.cmn-day-02>* {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    padding-left: 16px;
    position: relative;
}

.cmn-day-02>*:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: var(--back-color-02);
    position: absolute;
    top: 8px;
    left: 0;
}

@media (max-width: 599px) {
    .cmn-day-01.pattern-01 {
        font-size: 14px;
    }

    .cmn-day-02>* {
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 14px;
    }

    .cmn-day-02>*:before {
        top: 6px;
    }
}

/*共通タグ*/
.cmn-tag-01 {
    display: inline-block;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    border-radius: 100px;
}

.cmn-tag-02>* {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px 15px;
    font-weight: 400;
    font-size: 12px;
    color: var(--txt-color-00);
    line-height: 1;
    border-radius: 100px;
    background: var(--back-color-08);
}

.cmn-tag-03>* {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 4px 15px;
    font-weight: 400;
    font-size: 12px;
    color: var(--txt-color-00);
    line-height: 1;
    border-radius: 100px;
    background: var(--back-color-04);
}

@media (max-width: 599px) {
    .cmn-tag-02>*,
    .cmn-tag-03>* {
        font-size: 11px;
        padding: 4px 10px;
    }
}

/*共通カテゴリ*/
.cmn-cate-01 li>* {
    padding-left: 15px;
    font-size: 15px;
    position: relative;
}

.cmn-cate-01 li>*:before {
    content: "";
    width: 6px;
    display: block;
    border-bottom: 1px solid;
    position: absolute;
    top: 12px;
}

.cmn-cate-02 li {
    margin: 0 20px 20px;
}

.cmn-cate-02 li>* {
    padding-right: 18px;
    position: relative;
}

.cmn-cate-02.pattern-01 li>* {
    padding-right: 22px;
}

.cmn-cate-02 li>*:after {
    content: "▼";
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: 8px;
    right: 0;
}

.cmn-cate-02.pattern-02 li>*:after {
    content: "▶";
}

.cmn-cate-02.pattern-01 li>*:after {
    font-size: 14px;
    top: 9px;
}

@media (max-width: 1024px) {
    .cmn-cate-02 li {
        margin: 0 15px 15px;
    }
}

@media (max-width: 599px) {
    .cmn-cate-02 li {
        margin: 0 10px 5px;
    }

    .cmn-cate-02 li>* {
        padding-right: 14px;
        font-size: 14px;
        position: relative;
    }

    .cmn-cate-02.pattern-01 li>* {
        font-size: 18px;
    }
}

/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* タイトル */
.cmn-ttl-01 .ttl-main {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
}

.cmn-ttl-01 .ttl-sub {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 3px;
}

.cmn-ttl-02 .ttl-main {
    font-size: 24px;
    letter-spacing: 2px;
    text-shadow: 0px 1px 2px #fff;
}

.cmn-ttl-03 .ttl-main {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
}

.cmn-ttl-03 .ttl-sub {
    padding-top: 2px;
    font-size: 14px;
}

.cmn-ttl-03 .ttl-main .border {
    width: 100%;
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmn-ttl-04 .ttl-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    line-height: 1;
    letter-spacing: 1px;
}

.cmn-ttl-04 .ttl-main .small {
    text-indent: -2em;
    padding-left: 2em;
    line-height: 1.6;
}

.cmn-ttl-04 .ttl-main .small:before {
    content: "";
    height: 10px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    border-left: 1px solid;
}

.cmn-ttl-04 .ttl-sub {
    font-size: 50px;
    letter-spacing: 3px;
}

.cmn-ttl-05 .ttl-main {
    margin-top: 5px;
    font-size: 14px;
}

.cmn-ttl-05 .ttl-sub {
    font-size: 30px;
    line-height: 1;
}

.cmn-ttl-06 .ttl-main {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
}

.cmn-ttl-07 .ttl-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 32px;
    letter-spacing: 1px;
}

.cmn-ttl-07 .ttl-main .ttl-border {
    width: 50px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 5px dotted;
}

.cmn-ttl-07 .ttl-main .ttl-border:first-of-type {
    margin-right: 15px;
}

.cmn-ttl-07 .ttl-main .ttl-border:last-of-type {
    margin-left: 15px;
}

.cmn-ttl-08 .ttl-main {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
}

.cmn-ttl-08 .ttl-sub {
    margin-left: 10px;
    font-size: 20px;
}

.cmn-ttl-08 .ttl-main .border {
    width: 100%;
    border-bottom: 2px solid;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmn-ttl-09 .ttl-main {
    padding: 33px 0 25px 35px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 3px;
    position: relative;
    z-index: 0;
}

.cmn-ttl-09 .ttl-icon {
    max-width: 110px;
    position: absolute;
    top: 21px;
    left: -40px;
    z-index: 0;
    transform: rotate(-97deg);
}

.cmn-ttl-10 .ttl-main {
    font-size: 35px;
    padding: 0 35px;
    position: relative;
    z-index: 0;
}

.cmn-ttl-10 .ttl-main .ttl-deco {
    position: absolute;
    top: -25px;
    right: 0px;
    max-width: 50px;
    z-index: -1;
}

.cmn-ttl-10 .ttl-main .ttl-border {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 15px;
    opacity: 0.5;
    border-radius: 100px;
}

@media (max-width: 1024px) {
  .cmn-ttl-01.other .ttl-sub{
    font-size: 40px;
  }
    .cmn-ttl-06 .ttl-main {
        font-size: 22px;
    }
    
    .cmn-ttl-09 .ttl-main {
        padding: 23px 0 16px 22px;
        font-size: 22px;
    }
    
    .cmn-ttl-09 .ttl-icon {
        max-width: 80px;
        left: -33px;
        top: 12px;
    }
    
    .cmn-ttl-10 .ttl-main {
        font-size: 30px;
    }
}

@media (max-width: 599px) {
    .cmn-ttl-01 .ttl-sub {
        font-size: 32px;
    }

    .cmn-ttl-02 .ttl-main {
        font-size: 20px;
    }

    .cmn-ttl-03 .ttl-main {
        font-size: 20px;
    }

    .cmn-ttl-04 .ttl-sub {
        font-size: 30px;
        width: 100%;
    }
    
    .cmn-ttl-04 .ttl-main {
        flex-wrap: wrap;
    }

    .cmn-ttl-04 .ttl-main .small {
        font-size: 16px;
        width: 100%;
        margin-top: 5px;
        text-indent: -1.2em;
        padding-left: 1.2em;
    }

    .cmn-ttl-04 .ttl-main .small:before {
        margin-left: 10px;
        margin-right: 10px;
    }

    .cmn-ttl-06 .ttl-main {
        font-size: 20px;
    }

    .cmn-ttl-07 .ttl-main {
        font-size: 22px;
    }

    .cmn-ttl-07 .ttl-main .ttl-border {
        width: 30px;
        border-bottom: 4px dotted;
    }

    .cmn-ttl-07 .ttl-main .ttl-border:first-of-type {
        margin-right: 10px;
    }

    .cmn-ttl-07 .ttl-main .ttl-border:last-of-type {
        margin-left: 10px;
    }

    .cmn-ttl-08 .ttl-main {
        font-size: 30px;
    }

    .cmn-ttl-08 .ttl-sub {
        font-size: 18px;
    }
    
    .cmn-ttl-09 .ttl-main {
        padding: 0px 0 0px 20px;
        font-size: 20px;
    }
    
    .cmn-ttl-09 .ttl-icon {
        max-width: 60px;
        left: -25px;
        top: 50%;
        transform: translateY(-50%) rotate(-97deg);
    }
    
    .cmn-ttl-10 .ttl-main {
        font-size: 20px;
        padding: 0 10px;
    }
    
    .cmn-ttl-10 .ttl-main .ttl-deco {
        top: -25px;
        right: -20px;
        max-width: 40px;
    }
    
    .cmn-ttl-10 .ttl-main .ttl-border {
        bottom: 0px;
        height: 10px;
    }
}

/*見出し上書き用*/
[class*="ttl-mb-"] {
    --ttl-mb-xlarge: 80px;
    --ttl-mb-large: 60px;
    --ttl-mb-medium: 40px;
    --ttl-mb-small: 20px;
    --ttl-mb-xsmall: 10px;
}

.ttl-mb-xlarge {
    margin-bottom: var(--ttl-mb-xlarge);
}

.ttl-mb-large {
    margin-bottom: var(--ttl-mb-large);
}

.ttl-mb-medium {
    margin-bottom: var(--ttl-mb-medium);
}

.ttl-mb-small {
    margin-bottom: var(--ttl-mb-small);
}

.ttl-mb-xsmall {
    margin-bottom: var(--ttl-mb-xsmall);
}

.ttl-mb-none {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.8);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.8);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.8);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.8);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .ttl-mb-xlarge {
        margin-bottom: calc(var(--ttl-mb-xlarge) * 0.6);
    }

    .ttl-mb-large {
        margin-bottom: calc(var(--ttl-mb-large) * 0.6);
    }

    .ttl-mb-medium {
        margin-bottom: calc(var(--ttl-mb-medium) * 0.6);
    }

    .ttl-mb-small {
        margin-bottom: calc(var(--ttl-mb-small) * 0.6);
    }

    .ttl-mb-xsmall {
        margin-bottom: calc(var(--ttl-mb-xsmall) * 0.6);
    }
}

/*記事詳細見出し*/
.detail-ttl-01 {
    border-bottom: 1px solid;
}

.detail-ttl-01 .ttl-main {
    padding-bottom: 15px;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 4px;
    position: relative;
}

@media (max-width: 599px) {
    .detail-ttl-01 .ttl-main {
        font-size: 20px;
    }
}

/*記事内容見出し*/
.detail-content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    color: var(--txt-color-00);
    background: var(--txt-color-02);
}

.detail-content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0 20px 10px;
    font-weight: 500;
    font-size: 20px;
    color: var(--txt-color-01);
    border-bottom: 2px solid;
}

.detail-content h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 5px 0px 5px 15px;
    font-weight: 500;
    font-size: 20px;
    color: var(--txt-color-01);
    border-left: 3px solid var(--txt-color-02);
}

@media (max-width: 599px) {
    .detail-content h2 {
        padding: 8px 10px;
        font-size: 18px;
    }

    .detail-content h3 {
        padding: 0 5px 10px;
        font-size: 18px;
    }

    .detail-content h4 {
        padding: 5px 0px 5px 10px;
        font-size: 18px;
    }
}

/*===================================
  共通ボタン btn-cmn
===================================*/
/*ボタン*/
.cmn-btn-01 .btn-inner>* {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 3px 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
}

.cmn-btn-02 .btn-inner>* {
    width: 300px;
    max-width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
}

.cmn-btn-03 .btn-inner>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    padding-right: 25px;
    font-size: 14px;
    position: relative;
}

.cmn-btn-03 .btn-inner>* .btntxt {
    border-bottom: 1px solid;
}

.cmn-btn-03 .btn-inner>* .btnarrow {
    width: 35px;
    margin-left: 10px;
    border-bottom: 2px solid;
    position: relative;
}

.cmn-btn-03 .btn-inner>* .btnarrow:after {
    content: "";
    width: 10px;
    border-bottom: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.cmn-btn-03 .btn-inner>* .btndeco {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    right: 0;
    z-index: -1;
}

.cmn-btn-04 .btn-inner>* {
    width: 280px;
    max-width: 100%;
    display: block;
    padding: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
}

.cmn-btn-04.version-01 .btn-inner>* {
    border: none;
}

.cmn-btn-04 .btn-inner>* .btnarrow {
    font-weight: 100;
    font-size: 19px;
    position: absolute;
    top: 15px;
    right: 30px;
}

.cmn-btn-04 .btn-inner>* .btnarrow:after {
    content: "›";
}

.cmn-btn-05 .btn-inner>* {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
}

.cmn-btn-05 .btn-inner.other>*{
  padding: 10px 10px;
}

.cmn-btn-05 .btn-inner>* .btnicon {
    margin-right: 5px;
    font-size: 12px;
}

.cmn-btn-06 .btn-inner>* {
    width: 200px;
    max-width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
}

.cmn-btn-07 .btn-inner>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding-right: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}

.cmn-btn-07 .btn-inner>* .btntxt {
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.cmn-btn-07 .btn-inner>* .btnarrow {
    width: 35px;
    margin-left: 10px;
    border-bottom: 2px solid;
    position: relative;
}

.cmn-btn-07 .btn-inner>* .btnarrow:after {
    content: "";
    width: 10px;
    border-bottom: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    position: absolute;
    bottom: -2px;
    right: 0px;
}

.cmn-btn-07 .btn-inner>* .btndeco {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    right: 0;
    z-index: -1;
}

.cmn-btn-08 .btn-inner>* {
    max-width: 100%;
    display: block;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
}

@media (max-width: 599px) {
    .cmn-btn-04 .btn-inner>* {
        width: 250px;
        padding: 10px;
        font-size: 14px;
    }
    
    .cmn-btn-04 .btn-inner>* .btnarrow {
        top: 5px;
    }
    
    .cmn-btn-08 .btn-inner>* {
        padding: 20px 10px;
        font-size: 15px;
    }
}

/*お問い合わせフォームボタン*/
.contact-btn-01 .btn-inner>* {
    width: 300px;
    max-width: 100%;
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 100px;
    position: relative;
    z-index: 0;
}

.contact-btn-01 .btn-inner>*:hover {
    color: var(--txt-color-00);
}

.contact-btn-01 .btn-inner>*:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--back-color-01);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-btn-01 .btn-inner>*:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

@media (max-width: 599px) {
    .contact-btn-01.pattern-01 .btn-inner>* {
        width: 160px;
    }
}

/*ボタン上書き用*/
[class*="btn-mt-"] {
    --btn-mt-xlarge: 80px;
    --btn-mt-large: 60px;
    --btn-mt-medium: 40px;
    --btn-mt-small: 20px;
    --btn-mt-xsmall: 10px;
}

.btn-mt-xlarge {
    margin-top: var(--btn-mt-xlarge);
}

.btn-mt-large {
    margin-top: var(--btn-mt-large);
}

.btn-mt-medium {
    margin-top: var(--btn-mt-medium);
}

.btn-mt-small {
    margin-top: var(--btn-mt-small);
}

.btn-mt-xsmall {
    margin-top: var(--btn-mt-xsmall);
}

.btn-mt-none {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.8);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.8);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.8);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.6);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.6);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.6);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.6);
    }
}

/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.cmn-h1-01 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-right: 230px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

[data-element-id] .cmn-h1-01 {
    padding: 10px 0;
    margin: 30px 0;
}

@media (max-width: 1024px) {
    .cmn-h1-01 {
        margin-bottom: 20px;
        padding-right: 50px;
    }
}

@media (max-width: 599px) {
    .cmn-h1-01 {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 40px;
    }
}

/*ヘッダーheader*/
body.hidden {
    overflow: hidden;
}

body.hidden .h1,
body.hidden .cmn-mainimg-01,
body.hidden .main,
body.hidden .footer {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.overlay {
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;

    -ms-touch-action: none;
    touch-action: none;
}

.overlay.active {
    display: block;
}

/*cmn-header*/
.header-inner {
    position: relative;
    z-index: 10;
}

.header-inner.fixed {
    width: 100%;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.cmn-header-01 {
    position: relative;
}

[data-element-id] .cmn-header-01 > * {
    display: block;
}

.cmn-header-01 .logo img {
    max-width: 242px;
}

.cmn-header-01 .info {
    font-size: 14px;
    position: absolute;
    bottom: calc(100% + 15px);
    right: 10px;
}

[data-element-id] .cmn-header-01 .info {
    position: relative;
    bottom: 0;
    right: 0;
    margin: 10px 0;
}

.cmn-header-01 .nav>ul>li {
    margin: 0 10px;
}

.cmn-header-01 .nav>ul>li>* {
    font-weight: 600;
}

.cmn-header-01 .nav li.dropdown {
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.cmn-header-01 .nav li.dropdown:hover {
    overflow: visible;
}

.cmn-header-01 .nav li.dropdown .dropdown-box {
    width: 400px;
    visibility: hidden;
    margin: 0 auto;
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 100%;
    left: -150px;
    right: -150px;
    z-index: 1;
}

.cmn-header-01 .nav li.dropdown.-dropdown-version-01 .dropdown-box {
    left: auto;
    right: 0px;
}

[data-element-id] .cmn-header-01 .nav li.dropdown .dropdown-box,
[data-element-id] .cmn-header-01 .nav li.dropdown.-dropdown-version-01 .dropdown-box{
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0;
    right: 0;
}

.cmn-header-01 .nav li.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
}

.cmn-header-01 .nav li.dropdown .box {
    padding: 20px;
    -webkit-box-shadow: 0 3px 15px rgb(90 74 55 / 10%);
    box-shadow: 0 3px 15px rgb(90 74 55 / 10%);
}

.cmn-header-01 .nav li.dropdown .tit {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px dotted;
}

.cmn-header-01 .nav li.dropdown li a {
    font-size: 14px;
}

.cmn-header-01 .nav li.dropdown li a:before {
    content: "-";
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .header-inner {
        width: 100%;
        height: 100%;
        display: none;
        overflow: hidden;
        padding-bottom: 10px;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
    }

    .header-inner.active {
        display: block;
        visibility: visible;
        -webkit-animation-name: gnaviAnime;
        animation-name: gnaviAnime;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @-webkit-keyframes gnaviAnime {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .header-inner>* {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 20px;
    }

    .cmn-header-01 .nav>ul>li {
        margin: 0;
    }

    .cmn-header-01 .nav>ul>li>* {
        display: block;
        padding: 15px 0;
        font-size: 18px;
        border-top: 1px solid var(--txt-color-12);
    }

    .cmn-header-01 .nav li.dropdown {
        overflow: visible;
    }

    .cmn-header-01 .nav li.dropdown:after {
        content: "\2b";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .cmn-header-01 .nav li.dropdown.active:after {
        content: "\f068";
    }

    .cmn-header-01 .nav li.dropdown .dropdown-box {
        width: 100%;
        display: none;
        visibility: visible;
        padding-top: 0;
        border-top: none;
        opacity: 1;
        transition: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .cmn-header-01 .nav li.dropdown .box {
        padding: 0;
        border-radius: 0;
        background: none;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
    }

    .cmn-header-01 .logo {
        padding: 40px 50px 10px;
        text-align: center;
    }

    .cmn-header-01 .info {
        text-align: center;
        position: relative;
        top: 0;
        bottom: auto;
        left: 0;
        right: auto;
    }
}

@media (max-width: 599px) {
    .header-inner>* {
        padding: 0 10px;
    }

    .cmn-header-01 .salon li>* {
        padding: 15px 10px;
    }

    .cmn-header-01 .salon li .tel {
        font-size: 18px;
    }

    .cmn-header-01 .salon li .tel .icon {
        font-size: 16px;
    }
}

/*ハンバーガーボタン*/
.cmn-hamburger-01 {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    opacity: 0.8;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
}

[data-element-id] .cmn-hamburger-01 {
    width: 200px;
    height: 150px;
    top: 0;
    right: 0;
}

.cmn-hamburger-01 .bar {
    width: 39px;
    height: 4px;
    margin-top: -1px;
    padding: 0;
    text-indent: 9998px;
    border-bottom: 4px solid;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 50%;
    left: 10px;
}

.cmn-hamburger-01.active .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-hamburger-01 .bar:before,
.cmn-hamburger-01 .bar:after {
    content: "";
    width: 40px;
    display: block;
    border-bottom: 4px solid;
    position: absolute;
    left: 0;
}

.cmn-hamburger-01 .bar:before {
    top: 15px;
}

.cmn-hamburger-01 .bar:after {
    top: -15px;
}

.cmn-hamburger-01.active .bar:before,
.cmn-hamburger-01.active .bar:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .cmn-hamburger-01 {
        top: 0;
    }
}

@media (max-width: 599px) {
    .cmn-hamburger-01 {
        width: 50px;
        height: 50px;
        bottom: 5px;
        right: 5px;
    }

    .cmn-hamburger-01 {
        width: 40px;
        height: 40px;
        bottom: 5px;
        right: 5px;
    }

    .cmn-hamburger-01 .bar {
        width: 32px;
        height: 3px;
        border-bottom: 3px solid;
        left: 4px;
    }

    .cmn-hamburger-01 .bar:before,
    .cmn-hamburger-01 .bar:after {
        width: 32px;
        border-bottom: 3px solid;
    }

    .cmn-hamburger-01 .bar:before {
        top: 12px;
    }

    .cmn-hamburger-01 .bar:after {
        top: -12px;
    }
}

/*上に戻るボタン*/
.cmn-return-01 {
    width: 60px;
    height: 60px;
    visibility: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 12px -2px rgb(0 0 0 / 20%);
    opacity: 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 10;
}

.cmn-return-01.scroll-addition {
    visibility: visible;
    opacity: 1;
}

.cmn-return-01>* {
    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;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.cmn-return-01 .icon {
    font-size: 26px;
}

@media (max-width: 1024px) {
    .cmn-return-01 {
        bottom: 70px;
    }
}

@media (max-width: 599px) {
    .cmn-return-01 {
        width: 40px;
        height: 40px;
        bottom: 70px;
        right: 5px;
    }

    .cmn-return-01>* {
        font-size: 14px;
    }

    .cmn-return-01 .icon {
        font-size: 18px;
    }
}

/*===================================
フッター footer
===================================*/
/*cmn-footer*/
.cmn-footer-01 li .tit {
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted;
}

.cmn-footer-01 li dl>*>*+* {
    margin-top: 5px;
}

.cmn-footer-01 li dt {
    font-weight: bold;
    font-size: 12px;
}

.cmn-footer-01 li dd {
    font-size: 14px;
}

.cmn-footer-02 .logo img {
    max-width: 242px;
}

.cmn-footer-02 li {
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}

.cmn-footer-02 li+li {
    margin-top: 10px;
}

.cmn-footer-02 li a {
    font-size: 14px;
}

/*固定ボタン*/
.cmn-fixed-01 {
    position: fixed;
    bottom: 18%;
    right: 0;
    z-index: 9;
}

[data-element-id] .cmn-fixed-01 {
    position: relative;
    bottom: 0;
    width: 200px;
}

.cmn-fixed-01 li+li {
    margin-top: 7px;
}

.cmn-fixed-01 li {
    border-radius: 10px 0 0 10px;
}

.cmn-fixed-01 li>* {
    display: block;
    padding: 15px;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

.cmn-fixed-01 .icon {
    height: 30px;
    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: 5px;
}

.cmn-fixed-01 .icon img {
    width: auto;
    max-width: 100%;
    height: initial !important;
    max-height: 100%;
}

.cmn-fixed-01 .txt {
    font-size: 12px;
    text-align: center;
}

@media (max-width: 1024px) {
    .cmn-fixed-01 {
        width: 100%;
        padding: 5px;
        background: #fff;
        -webkit-box-shadow: 0px 4px 2px -2px rgb(0 0 0 / 20%);
        box-shadow: 0px -6px 6px -2px rgb(0 0 0 / 20%);
        bottom: 0;
        right: 0;
    }

    .cmn-fixed-01 li {
        width: calc(50% - 3px);
        border-radius: 10px;
    }

    .cmn-fixed-01 li+li {
        margin-top: 0;
    }

    .cmn-fixed-01 li>* {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px;
        border-radius: 10px;
    }
}

.cmn-fixed-02 {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
}

.cmn-fixed-02.active {
    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;
}

.cmn-fixed-02 .box {
    width: 800px;
    padding: 30px 30px 20px;
    border-radius: 10px;
}

.cmn-fixed-02 .tit {
    padding-bottom: 5px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted;
}

.cmn-fixed-02 .tel {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
}

.cmn-fixed-02 .tel .icon {
    margin-right: 5px;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .cmn-fixed-02 .box {
        width: 500px;
    }
}

@media (max-width: 599px) {
    .cmn-fixed-02 .box {
        width: 90%;
        padding: 30px 10px 10px;
    }

    .cmn-fixed-02 .tit {
        font-size: 14px;
    }

    .cmn-fixed-02 .tel {
        font-size: 18px;
    }

    .cmn-fixed-02 .tel .icon {
        font-size: 16px;
    }
}

.cmn-fixed-03 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: fixed;
    top: -50px;
    right: -50px;
    z-index: 9997;
}

.cmn-fixed-03.active {
    -webkit-transform: scale(50);
    transform: scale(50);
}

/*パンクズ*/
.cmn-pankuzu-01 li {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
}

.cmn-pankuzu-01 li+li:before {
    content: "\f054";
    margin: 0 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 599px) {
    .cmn-pankuzu-01 li {
        font-size: 12px;
    }

    .cmn-pankuzu-01 li+li:before {
        margin: 0 5px;
    }
}

/*テーブル表*/
.cmn-table-01 table {
    width: 100%;
}

.cmn-table-01 table tr {
    position: relative;
}

.cmn-table-01 table tr:after {
    content: "";
    width: 100%;
    border-bottom: 3px dotted var(--txt-color-02);
    position: absolute;
    bottom: 0;
    left: 0;
}

.cmn-table-01 table th,
.cmn-table-01 table td {
    padding: 10px;
}

@media (max-width: 599px) {
    .cmn-table-01 table th,
    .cmn-table-01 table td {
        padding: 10px 5px;
        font-size: 14px;
    }

    .cmn-table-01 table th:first-of-type {
        width: 130px;
    }
}

.cmn-table-02 table {
    width: 100%;
}

.cmn-table-02 thead th {
    padding: 5px 10px;
}

.cmn-table-02 table thead th+th {
    border-left: 1px solid;
}

.cmn-table-02 table tbody tr+tr {
    border-top: 1px solid var(--txt-color-02);
}

.cmn-table-02 table tbody tr>*+* {
    border-left: 1px solid var(--txt-color-02);
}

.cmn-table-02 table tbody th,
.cmn-table-02 table tbody td {
    padding: 10px 20px;
}

.cmn-table-02 table .yen {
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
}

.cmn-table-02 table .yen .small {
    font-size: 50%;
}

@media (max-width: 1024px) {
    .cmn-table-02 table .yen {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .cmn-table-02 .table-inner {
        min-width: 700px;
    }
}

/*===================================
  TOPページ
===================================*/
/* メインビジュアル */
.cmn-mainimg-01 {
    overflow: hidden;
}

.cmn-mainimg-01 img {
    width: 100%;
}

.cmn-mainimg-01 .uk-slidenav-position {
    overflow: hidden;
    position: relative;
}

.cmn-mainimg-01 .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 700px;
}

.cmn-mainimg-01 .uk-slideshow {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.cmn-mainimg-01 .uk-slideshow li {
    height: 100% !important;
}

[data-element-id] .uk-slideshow li {
    opacity: 1;
}

.cmn-mainimg-01 .uk-slideshow .uk-flex {
    height: 100%;
}

.cmn-mainimg-01 .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

@media (max-width: 1024px) {
    .cmn-mainimg-01 .uk-slidenav-position:after {
        padding-top: 400px;
    }
}

@media (max-width: 599px) {
    .cmn-mainimg-01 .uk-slidenav-position:after {
        padding-top: 80%;
    }

    .uk-slideshow li div {
        height: 100%;
    }
}

/*===================================
  下層
===================================*/
/*下層メインビジュアル*/
.cmn-lowerimg-01 {
    position: relative;
}

.cmn-lowerimg-01 .pic {
    width: 100%;
    display: block;
    position: relative;
}

.cmn-lowerimg-01 .pic img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.cmn-lowerimg-01 .pic:after {
    content: "";
    display: block;
    padding-top: 400px;
}

.cmn-lowerimg-01 .catch {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 1;
}

.cmn-lowerimg-01 .catch .catch-main {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 1px;
}

.cmn-lowerimg-01 .catch .catch-sub {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 3px;
}

@media (max-width: 1024px) {
    .cmn-lowerimg-01 .pic:after {
        padding-top: 40%;
    }

    .cmn-lowerimg-01 .catch .catch-sub {
        font-size: 50px;
    }
}

@media (max-width: 599px) {
    .cmn-lowerimg-01 .pic:after {
        padding-top: 50%;
    }

    .cmn-lowerimg-01 .catch {
        left: 3%;
    }

    .cmn-lowerimg-01 .catch .catch-sub {
        font-size: 30px;
    }

    .cmn-lowerimg-01 .catch .catch-main {
        font-size: 18px;
    }
}

.cmn-lowerimg-02 {
    position: relative;
}

.cmn-lowerimg-02 .pic {
    width: 70%;
    display: block;
    overflow: hidden;
    margin-top: -300px;
    margin-right: -100px;
    border-radius: 50%;
    position: relative;
}

.cmn-lowerimg-02 .pic 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;
    bottom: 0;
    left: 0;
    right: 0;
}

.cmn-lowerimg-02 .pic:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.cmn-lowerimg-02 .catch {
    width: 65%;
    margin-top: -50px;
    margin-right: -40%;
    text-align: left;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    position: relative;
    z-index: 1;
    margin-left: 10%;
}

.cmn-lowerimg-02 .catch .catch-main {
    margin-top: 5px;
    font-size: 26px;
    letter-spacing: 1px;
}

.cmn-lowerimg-02 .catch .catch-sub {
    font-size: 70px;
    line-height: 1.8;
    letter-spacing: 4px;
}

@media (max-width: 1024px) {
    .cmn-lowerimg-02 .pic {
        margin-top: -150px;
        margin-right: -50px;
    }
    
    .cmn-lowerimg-02 .catch {
        width: 55%;
        margin-right: -25%;
        margin-left: 5%;
    }

    .cmn-lowerimg-02 .catch .catch-sub {
        font-size: 38px;
    }

    .cmn-lowerimg-02 .catch .catch-main {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .cmn-lowerimg-02 .pic {
        margin-top: -20px;
        margin-right: -15%;
    }
    
    .cmn-lowerimg-02 .catch {
        width: 80%;
        margin-top: -10px;
        margin-right: -50%;
        margin-left: 3%;
    }
    
    .cmn-lowerimg-02 .catch .catch-sub {
        font-size: 26px;
    }
    
    .cmn-lowerimg-02 .catch .catch-main {
        font-size: 18px;
    }
}

/*cmn-access*/
.cmn-access-01 .logo img {
    max-width: 300px;
}

.cmn-access-01 dl dt {
    display: inline-block;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 30px;
}

.cmn-access-01 dl dd {
    margin-top: 5px;
    font-size: 18px;
    line-height: 2;
}

@media (max-width: 599px) {
    .cmn-access-01 .logo img {
        max-width: 180px;
    }

    .cmn-access-01 dl dt {
        padding: 5px 10px;
        font-size: 14px;
    }

    .cmn-access-01 dl dd {
        font-size: 16px;
        line-height: 1.8;
    }
}

.cmn-access-02 .tit {
    padding: 10px 20px;
    font-size: 20px;
    text-align: center;
}

.cmn-access-02 .tel a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 599px) {
    .cmn-access-02 .tit {
        font-size: 18px;
    }

    .cmn-access-02 .tel a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cmn-access-02 .tel .icon {
        width: 40px;
        height: 40px;
        font-size: 22px;
        line-height: 45px;
    }
}

/*cmn-brand*/
.cmn-brand-01 li>* {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px dotted;
}

.cmn-brand-01 li:nth-of-type(3n)>* {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.cmn-brand-01 .tit {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .cmn-brand-01 li>*,
    .cmn-brand-01 li:nth-of-type(3n)>* {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px dotted;
    }

    .cmn-brand-01 li:nth-of-type(n + 3)>* {
        margin-top: 40px;
    }

    .cmn-brand-01 li:nth-of-type(2n)>*,
    .cmn-brand-01 li:last-of-type>* {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }
}

@media (max-width: 599px) {
    .cmn-brand-01 li>*,
    .cmn-brand-01 li:nth-of-type(3n)>* {
        margin-right: 0;
        padding-right: 0;
        border: none;
    }

    .cmn-brand-01 li+li>*,
    .cmn-brand-01 li:nth-of-type(2n)>*,
    .cmn-brand-01 li:nth-of-type(n + 3)>* {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px dotted;
    }
}

/*cmn-recruit*/
.cmn-recruit-01 {
    border-radius: 10px;
}

.cmn-recruit-01 .imgbox .pic {
    -webkit-box-shadow: 0px 3px 10px #4a4a4a;
    box-shadow: 0px 3px 10px #4a4a4a;
}

.cmn-recruit-01 .imgbox .pic:nth-of-type(1) {
    margin-left: -20px;
}

.cmn-recruit-01 .imgbox .pic:nth-of-type(2) {
    width: 70%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: -20px;
}

.cmn-recruit-01 .imgbox .pic:nth-of-type(3) {
    width: 50%;
    margin-top: 40px;
    margin-left: 25px;
}

.cmn-recruit-01 .list li {
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
}

.cmn-recruit-01 .list li+li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dotted #fff;
}

.cmn-recruit-01 .list li .num {
    position: absolute;
    top: 0px;
    left: 0;
}

.cmn-recruit-01 .list li+li .num {
    top: 20px;
}

@media (max-width: 1024px) {
    .cmn-recruit-01 .imgbox .pic:nth-of-type(1) {
        width: 70%;
        margin-left: 20px;
    }

    .cmn-recruit-01 .imgbox .pic:nth-of-type(2) {
        width: 60%;
        margin-top: -30px;
        margin-left: auto;
        margin-right: 20px;
    }

    .cmn-recruit-01 .imgbox .pic:nth-of-type(3) {
        width: 50%;
        margin-top: -30px;
        margin-left: 20px;
    }

    .cmn-recruit-01 .list li {
        padding-top: 0;
    }

    .cmn-recruit-01 .list li+li {
        margin-top: 20px;
        padding-top: 20px;
    }
}

@media (max-width: 599px) {
    .cmn-recruit-01 .list li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cmn-recruit-01 .list li .num {
        position: relative;
    }

    .cmn-recruit-01 .list li+li .num {
        top: 0;
    }

    .cmn-recruit-01 .imgbox .pic:nth-of-type(2) {
        margin-top: -10px;
    }

    .cmn-recruit-01 .imgbox .pic:nth-of-type(3) {
        margin-top: -10px;
    }
}

.cmn-recruit-02 .imgbox {
    margin-left: -20%;
    position: relative;
    z-index: 1;
}

.cmn-recruit-02 .list li {
    padding-left: 35px;
    font-size: 18px;
    position: relative;
}

.cmn-recruit-02 .list li .fcs {
    color: var(--txt-color-04);
}

.cmn-recruit-02.version-01 li {
    font-size: 15px;
    padding-left: 20px;
}

.cmn-recruit-02 .list li .icon {
    font-size: 22px;
    position: absolute;
    top: -2px;
    left: 0;
}

.cmn-recruit-02.version-01 .list li .icon {
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 0;
}

@media (max-width: 599px) {
    .cmn-recruit-02 .imgbox {
        margin-left: 10px;
        margin-bottom: -40px;
    }
    
    .cmn-recruit-02 .list li {
        font-size: 16px;
    }
}

.cmn-recruit-03 li {
    border-right: 1px dotted;
}

.cmn-recruit-03 li:nth-of-type(even) {
    border-right: none;
}

.cmn-recruit-03 li:nth-of-type(n + 3) {
    margin-top: 60px;
}

.cmn-recruit-03 li .tit {
    font-weight: bold;
}

.cmn-recruit-03 li .tit .em {
    font-size: 160%;
}

@media (max-width: 599px) {
    .cmn-recruit-03 li+li,
    .cmn-recruit-03 li:nth-of-type(n + 3) {
        border-right: none;
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px dotted;
    }
}

.cmn-recruit-04 .list .tit {
    margin-bottom: 30px;
    padding: 0 5px 5px;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: 2px dotted var(--txt-color-12);
}

.cmn-recruit-05 li>* {
    display: block;
    position: relative;
}

.cmn-recruit-05 li .pic img {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.cmn-recruit-05 li>*:hover .pic img {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
}

.cmn-recruit-05 li .txtbox {
    max-width: calc(100% - 20px);
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

.cmn-recruit-05 li .txtbox.other{
  bottom: 50px;
}

.cmn-recruit-05 li .txtbox .tit {
    font-size: 14px;
    letter-spacing: 1px;
}

.cmn-recruit-05 li .txtbox .tit .em {
    font-size: 50px;
}

.cmn-recruit-05 li .txtbox.other .tit .em{
  font-size: 34px;
}

.cmn-recruit-05.version-01 li .txtbox .tit .em {
    font-size: 34px;
}

@media (max-width: 1024px) {
    .cmn-recruit-05 li .txtbox.other{
      bottom: 30px;
    }

    .cmn-recruit-05 li .txtbox .tit .em {
        font-size: 34px;
    }
    
    .cmn-recruit-05 li .txtbox.other .tit .em{
      font-size: 28px;
    }

    .cmn-recruit-05.version-01 li .txtbox .tit .em {
        font-size: 26px;
    }
}

@media (max-width: 599px) {
    .cmn-recruit-05.version-01 li .txtbox {
        max-width: calc(100% - 10px);
        bottom: 5px;
        left: 5px;
    }
    
    .cmn-recruit-05.version-01 li .txtbox .tit {
        font-size: 10px;
    }
    
    .cmn-recruit-05.version-01 li .txtbox .tit .em {
        font-size: 20px;
    }
}

.cmn-recruit-06 dl>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px dotted var(--txt-color-12);
}

.cmn-recruit-06 dl>*+* {
    margin-top: 20px;
}

.cmn-recruit-06 dt {
    width: 200px;
    padding-right: 10px;
    font-weight: bold;
}

.cmn-recruit-06 dd {
    width: calc(100% - 200px);
}

@media (max-width: 599px) {
    .cmn-recruit-06 dt {
        width: 100%;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .cmn-recruit-06 dd {
        width: 100%;
    }
}

.cmn-recruit-07 .pic {
    width: 140px;
    height: 140px;
    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;
    padding: 15px;
    border: solid 3px;
    border-radius: 50%;
    position: relative;
}

.cmn-recruit-07 li:not(:last-of-type) .pic:after {
    content: "";
    width: 100%;
    border-bottom: 3px solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: -1;
}

.cmn-recruit-07 .pic img {
    width: auto;
    max-width: 100%;
    height: initial !important;
    max-height: 100%;
}

.cmn-recruit-07 li .tit {
    font-size: 18px;
    line-height: 1;
}

.cmn-recruit-07 li .txt {
    font-size: 15px;
}

.cmn-recruit-07 li .num {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.cmn-recruit-07 li .num .em {
    font-size: 140%;
}

@media (max-width: 599px) {
    .cmn-recruit-07 li>* {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .cmn-recruit-07 li .pic {
        width: 100px;
        height: 100px;
    }

    .cmn-recruit-07 li:not(:last-of-type) .pic:after {
        width: auto;
        height: 100%;
        border-bottom: none;
        border-left: 3px solid;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
        left: 50%;
    }

    .cmn-recruit-07 li .txtbox {
        width: calc(100% - 100px);
        padding-left: 20px;
    }
}

.cmn-recruit-08 li>* {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
}

.cmn-recruit-08 li .tel a {
    font-size: 36px;
}

/*cmn-salon*/
.cmn-salon-01 .item+.item {
    margin-top: 60px;
}

.cmn-salon-01 .item .logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    border: 2px dotted var(--txt-color-12);
}

.cmn-salon-01 .item .logo .pic {
    width: 100%;
}

.cmn-salon-01 .item .logo .pic img {
    object-fit: contain;
}

.cmn-salon-01 .item .info dl>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
    border-bottom: 2px dotted var(--txt-color-12);
}

.cmn-salon-01 .item .info dl>*+* {
    margin-top: 8px;
}

.cmn-salon-01 .item .info dt {
    width: 70px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.cmn-salon-01.version-01 .item .info dt {
    width: 100px;
}

.cmn-salon-01 .item .info dd {
    width: calc(100% - 70px);
    font-size: 14px;
}

.cmn-salon-01.version-01 .item .info dd {
    width: calc(100% - 100px);
}

@media (max-width: 1024px) {
    .cmn-salon-01 .item .logo {
        padding: 20px 80px;
    }
    
    .cmn-salon-01 .item .logobox {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 599px) {
    .cmn-salon-01 .item .logo {
        padding: 10px 80px;
    }
}

.cmn-salon-02 li>* {
    border-radius: 50%;
    position: relative;
}

.cmn-salon-02 li>* .txtbox {
    width: 100%;
    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;
    text-align: center;
    position: absolute;
}

.cmn-salon-02 li>*:after {
    content: "";
    display: block;
    padding-top: 100%;
}

[data-element-id] .cmn-salon-03 ul {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .cmn-salon-03 li {
    width: 20%;
}

.cmn-salon-03 .btn-slick {
    font-size: 40px;
    color: var(--txt-color-00);
    text-shadow: 0px 2px 5px #8e8e8e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.cmn-salon-03 .btn-slick.btn-back {
    left: 20px;
}

.cmn-salon-03 .btn-slick.btn-back:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.cmn-salon-03 .btn-slick.btn-next {
    right: 20px;
}

.cmn-salon-03 .btn-slick.btn-next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media (max-width: 599px) {
    .cmn-salon-03 .btn-slick {
        font-size: 30px;
    }

    .cmn-salon-03 .btn-slick.btn-back {
        left: 10px;
    }

    .cmn-salon-03 .btn-slick.btn-next {
        right: 10px;
    }
}

.cmn-salon-04 .imgbox .pic:nth-of-type(1) {
    width: 70%;
}

.cmn-salon-04 .imgbox .pic:nth-of-type(2) {
    width: 70%;
    margin-top: -60px;
    margin-left: auto;
}

[data-element-id] .cmn-salon-05 ul > * {
    display: flex;
    flex-wrap: wrap;
}

.cmn-salon-05 li {
    margin: 0 20px;
}

[data-element-id] .cmn-salon-05 li {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
}

[data-element-id] .cmn-salon-05 li:nth-of-type(n + 9) {
    display: none;
}

.cmn-salon-05 li>* {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.cmn-salon-05 li .pic {
    position: relative;
}

.cmn-salon-05 li .txtbox {
    width: 100%;
    padding: 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cmn-salon-05 li .txtbox .tag {
    font-weight: 100;
}

.cmn-salon-05 li .txtbox .name {
    font-size: 1vw;
    text-shadow: 0px 0px 5px #000000;
}

.cmn-salon-05 .btn-slick {
    font-size: 40px;
    color: var(--txt-color-00);
    text-shadow: 0px 2px 5px #8e8e8e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.cmn-salon-05 .btn-slick.btn-back {
    left: 20px;
}

.cmn-salon-05 .btn-slick.btn-back:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.cmn-salon-05 .btn-slick.btn-next {
    right: 20px;
}

.cmn-salon-05 .btn-slick.btn-next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.cmn-salon-05 .slick-track {
    margin-right: auto;
    margin-left: 0;
}

@media (max-width: 1024px) {
    .cmn-salon-05 li {
        margin: 0 15px;
    }

    .cmn-salon-05 li .txtbox {
        padding: 10px 10px;
    }
    
    .cmn-salon-05 li .txtbox .name {
        font-size: 1.5vw;
    }

    .cmn-salon-05 .btn-slick.btn-back {
        left: 10px;
    }

    .cmn-salon-05 .btn-slick.btn-next {
        right: 10px;
    }
}

@media (max-width: 599px) {
    .cmn-salon-05 li {
        margin: 0 10px;
    }
    
    .cmn-salon-05 li .txtbox {
        padding: 5px 5px;
    }
    
    .cmn-salon-05 li .txtbox .name {
        font-size: 12px;
    }

    .cmn-salon-05 .btn-slick {
        font-size: 26px;
    }
    
    .cmn-salon-05 .btn-slick.btn-back {
        left: 2px;
    }

    .cmn-salon-05 .btn-slick.btn-next {
        right: 2px;
    }    
}

.cmn-salon-06 .box {
    position: relative;
}

.cmn-salon-06 .box a {
    display: block;
}

.cmn-salon-06 .titbox {
    padding: 30px 20px;
    padding-right: 270px;
    background: #2fb900;
}

.cmn-salon-06.version-01 .titbox {
    background: #c144ee;
    background: #f7323e;
    background: -webkit-gradient(linear, right top, left bottom, from(#c144ee), to(#f7323e));
    background: linear-gradient(to bottom left, #c144ee, #f7323e);
}

.cmn-salon-06 .titbox .tit {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
}

.cmn-salon-06 .txtbox {
    min-height: 110px;
    padding: 10px 20px;
    padding-right: 270px;
    background: #259800;
}

.cmn-salon-06.version-01 .txtbox {
    background: #f9cb47;
}

.cmn-salon-06 .telbox {
    width: 250px;
    height: 100%;
    padding: 50px 30px 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 0;
}

.cmn-salon-06 .telbox:after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 40px 40px 0 0;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -2;
}

.cmn-salon-06 .telbox .back {
    width: 260px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.cmn-salon-06 .telbox .subtit {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #2fb900;
    text-align: center;
}

.cmn-salon-06.version-01 .telbox .subtit {
    color: #c144ee;
}

.cmn-salon-06 .telbox .pic {
    width: 90px;
    height: 90px;
    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;
    padding: 5px;
    border: 1px solid var(--txt-color-12);
    background: #fff;
}

.cmn-salon-06 .telbox .pic img {
    width: auto;
    max-width: 100%;
    height: initial !important;
    max-height: 100%;
}

.cmn-salon-06 .telbox .btn {
    margin-top: 10px;
}

.cmn-salon-06 .telbox .btn>* {
    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: 4px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background: #34c754;
}

.cmn-salon-06.version-01 .telbox .btn>* {
    background: -webkit-gradient(linear, right top, left bottom, from(#c144ee), to(#f7323e));
    background: linear-gradient(to bottom left, #c144ee, #f7323e);
}

.cmn-salon-06 .telbox .btn>*:before {
    content: "\f3c0";
    margin-right: 10px;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.cmn-salon-06.version-01 .telbox .btn>*:before {
    content: "\f16d";
}

@media (max-width: 1024px) {
    .cmn-salon-06 .titbox .tit {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .cmn-salon-06 .titbox {
        padding: 20px 15px;
    }

    .cmn-salon-06 .telbox:after {
        width: calc(100% - 80px);
        margin: auto;
        top: 10px;
        left: 0;
        right: 0;
    }

    .cmn-salon-06 .titbox .tit {
        font-size: 22px;
    }

    .cmn-salon-06 .txtbox {
        padding: 20px 15px;
    }

    .cmn-salon-06 .telbox {
        width: 100%;
        height: 100%;
        padding: 50px 60px 20px;
        background: #259800;
        position: relative;
        top: 0;
        right: 0;
        z-index: 0;
    }

    .cmn-salon-06.version-01 .telbox {
        background: #f9cb47;
    }

    .cmn-salon-06 .telbox .back {
        width: 300px;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
    }
}

[data-element-id] .cmn-salon-07 li:nth-of-type(n + 11) {
    display: none;
}

/*cmn-news*/
.cmn-news-01 .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
    border-bottom: 2px dotted var(--txt-color-12);
    position: relative;
}

.cmn-news-01 .list li .day {
    width: 130px;
    padding-right: 10px;
    font-size: 15px;
}

.cmn-news-01 .list li .tit {
    width: calc(100% - 130px);
    font-size: 15px;
}

.cmn-news-01 .list li .btndeco {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 5px;
}

.cmn-news-01 .list li .btndeco:after {
    content: "›";
}

@media (max-width: 599px) {
    .cmn-news-01 .list li a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 50px;
    }

    .cmn-news-01 .list li .day {
        width: 100%;
        font-size: 13px;
    }

    .cmn-news-01 .list li .tit {
        width: 100%;
        margin-top: 5px;
    }

    .cmn-news-01 .list li .btndeco {
        top: 25px;
        right: 0;
    }
}

.cmn-news-02 li a {
    display: block;
    padding: 20px 20px;
    padding-right: 70px;
    border-radius: 5px;
    background: var(--back-color-00);
    -webkit-box-shadow: 0px 2px 5px #d5d5d5;
    box-shadow: 0px 2px 5px #d5d5d5;
    position: relative;
}

.cmn-news-02 li .day {
    font-size: 15px;
}

.cmn-news-02 li .tit {
    font-size: 15px;
}

.cmn-news-02 li .btndeco {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 15px;
}

.cmn-news-02 li .btndeco:after {
    content: "›";
}

.cmn-news-03 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*cmn-blog*/
.cmn-blog-02 li>* {
    height: 100%;
    display: block;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    background: var(--back-color-00);
    -webkit-box-shadow: 0px 2px 5px #d5d5d5;
    box-shadow: 0px 2px 5px #d5d5d5;
}

/*cmn-voice*/
.cmn-voice-01 li>* {
    height: 100%;
    display: block;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    background: var(--back-color-00);
    -webkit-box-shadow: 0px 2px 5px #d5d5d5;
    box-shadow: 0px 2px 5px #d5d5d5;
}

/*cmn-menu*/
.cmn-menu-01 .box {
    -webkit-box-shadow: 0px 2px 5px #d5d5d5;
    box-shadow: 0px 2px 5px #d5d5d5;
}

.cmn-menu-01 .box .tit {
    padding: 15px 50px 15px 20px;
    font-size: 20px;
    position: relative;
}

.cmn-menu-01 .box .arrow {
    width: 25px;
    height: 25px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    position: absolute;
    top: 18px;
    right: 20px;
}

.cmn-menu-01 .box .is-parent .arrow {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.cmn-menu-01 .box .arrow:before {
    content: "";
    width: 100%;
    border-bottom: 5px solid;
    border-radius: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.cmn-menu-01 .box .arrow:after {
    content: "";
    height: 100%;
    border-left: 5px solid;
    border-radius: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.cmn-menu-01 .box .is-parent .arrow:after {
    opacity: 0;
}

.cmn-menu-01 .box .txtbox {
    padding: 30px 20px;
}

.cmn-menu-01 .box dl>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px dotted var(--txt-color-12);
}

.cmn-menu-01 .box dl>*+* {
    margin-top: 15px;
}

.cmn-menu-01 .box dt {
    margin-right: 10px;
}

.cmn-menu-01 .box dd {
    text-align: right;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .cmn-menu-01 .box .tit {
        padding: 15px 35px 15px 10px;
        font-size: 18px;
    }

    .cmn-menu-01 .box dl>* {
        display: block;
    }

    .cmn-menu-01 .box dt {
        margin-right: 0;
    }

    .cmn-menu-01 .box .arrow {
        width: 20px;
        height: 20px;
        top: 18px;
        right: 12px;
    }
}

@media (max-width: 599px) {
    .cmn-menu-01 .box .txtbox {
        padding: 20px 10px;
    }
}

/*cmn-concept*/
.cmn-concept-01 li>* {
    border: 2px dotted var(--txt-color-12);
    border-radius: 15px;
    position: relative;
}

.cmn-concept-01 li>*:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.cmn-concept-01 li .box {
    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;
    position: absolute;
}

.cmn-concept-01 li .num {
    width: 45px;
    height: 45px;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: 5px;
}

.cmn-concept-01 li .num .em {
    font-size: 140%;
}

.cmn-concept-01 li .subtit {
    font-size: 14px;
}

.cmn-concept-01 li .tit {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.cmn-concept-01 li .pic {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px 0;
}

.cmn-concept-01 li .pic img {
    width: auto;
    max-width: 100%;
    height: initial !important;
    max-height: 100%;
}

@media (max-width: 1024px) {
    .cmn-concept-01 li .tit {
        font-size: 15px;
    }
    
    .cmn-concept-01.other li .tit{
      font-size: 14px;
    }
}

@media (max-width: 599px) {
    .cmn-concept-01 li .tit {
        font-size: 11px;
    }
}

.cmn-concept-02 .info dl>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    border-bottom: 2px dotted var(--txt-color-12);
}

.cmn-concept-02 .info dl>*+* {
    margin-top: 20px;
}

.cmn-concept-02 .info dt {
    width: 200px;
    padding-right: 10px;
    font-weight: bold;
}

.cmn-concept-02 .info dd {
    width: calc(100% - 200px);
}

@media (max-width: 599px) {
    .cmn-concept-02 .info dt {
        width: 100%;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .cmn-concept-02 .info dd {
        width: 100%;
    }
}

/*cmn-gallery*/
.cmn-gallery-01 .stylist .name {
    padding: 0 5px 10px;
    font-size: 18px;
    border-bottom: 1px solid var(--txt-color-12);
}

.cmn-gallery-01 .list dl>* {
    padding-bottom: 8px;
    border-bottom: 2px dotted var(--txt-color-12);
}

.cmn-gallery-01 .list dl>*+* {
    margin-top: 20px;
}

/*cmn-staff*/
.cmn-staff-01 .left {
    width: 80%;
}

.cmn-staff-01 .right {
    width: 30%;
    margin-left: -10%;
    position: relative;
    z-index: 1;
}

.cmn-staff-01 .list dl>* {
    padding-bottom: 8px;
    border-bottom: 2px dotted var(--txt-color-12);
}

.cmn-staff-01 .list dl>*+* {
    margin-top: 20px;
}

@media (max-width: 599px) {
    .cmn-staff-01 .left {
        width: 95%;
    }

    .cmn-staff-01 .right {
        width: 100%;
        margin-bottom: -30px;
        margin-left: 0%;
    }

    .cmn-staff-01 .pic {
        width: 70%;
        margin: 0 auto;
    }
}

/*cmn-contact*/
.cmn-contact-01 input,
.cmn-contact-01 textarea {
    padding: 10px 10px;
    border-radius: 5px;
}

.cmn-contact-01.pattern-01 input,
.cmn-contact-01.pattern-01 textarea {
    background: var(--back-color-13);
}

.cmn-contact-01.pattern-01 .file input {
    background: none;
}

.cmn-contact-01 .form textarea {
    height: 300px;
}

.cmn-contact-01 .form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    padding-bottom: 20px;
}

.cmn-contact-01 .form .item {
    margin: 10px 0;
}

.cmn-contact-01 .form dl+dl {
    padding-top: 20px;
    border-top: 2px dotted var(--txt-color-04);
}

.cmn-contact-01 .form dt {
    width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 10px;
    padding-right: 20px;
}

.cmn-contact-01 .form dt .tit {
    width: 170px;
    padding-right: 10px;
}

.cmn-contact-01 .form dt .tit.-tit-version-01 {
    width: 100%;
}

.cmn-contact-01 .form dt .label {
    width: 50px;
    font-size: 14px;
    text-align: center;
    border-radius: 70px;
}

.cmn-contact-01 .form dd {
    width: calc(100% - 270px);
}

.cmn-contact-01 .form dd.radiobtn label {
    display: inline-block;
    padding: 0 10px 0 25px;
    position: relative;
}

.cmn-contact-01 .form dd.radiobtn label:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--txt-color-00);
    position: absolute;
    top: 3px;
    left: 0;
}

.cmn-contact-01.pattern-01 .form dd.radiobtn label:before {
    background: var(--back-color-13);
}

.cmn-contact-01 .form dd.radiobtn label:hover {
    cursor: pointer;
}

.cmn-contact-01 .form dd.radiobtn input {
    display: none;
}

.cmn-contact-01 .form dd.radiobtn input:checked+label:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 21px;
    color: var(--txt-color-02);
    position: absolute;
    top: -2px;
    left: 2px;
    z-index: 1;
}

.cmn-contact-01 .form dd.radiobtn input+label {
    margin-left: 10px;
}

@media (max-width: 599px) {
    .cmn-contact-01 .form .item {
        width: 100%;
        margin: 0 0 10px;
    }

    .cmn-contact-01 .form dt {
        width: 100%;
        padding-right: 0;
    }

    .cmn-contact-01 .form dd {
        width: 100%;
        margin-top: 10px;
    }

    .cmn-contact-01 .form dt .tit {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

/*cmn-interview*/
.cmn-interview-01 dl>*+* {
    margin-top: 30px;
}

.cmn-interview-01 dl dt {
    font-weight: bold;
}

.cmn-interview-01 dl dt .icon {
    padding-right: 5px;
    font-size: 18px;
}

.cmn-interview-01 dl dd {
    font-size: 15px;
}

.cmn-interview-01 .name {
    font-size: 24px;
    line-height: 1;
}

.cmn-interview-01 .name::first-letter {
    color: var(--txt-color-07);
}

/*cmn-graduates*/
.cmn-graduates-01 li .box {
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px rgb(124 124 124 / 16%);
    box-shadow: 0px 0px 10px rgb(124 124 124 / 16%);
}

.cmn-graduates-01 li .txtbox {
    padding: 20px 30px;
}

.cmn-graduates-01 li .tit {
    font-weight: bold;
    font-size: 24px;
}

@media (max-width: 599px) {
    .cmn-graduates-01 li .txtbox {
        padding: 20px 20px;
    }
    
    .cmn-graduates-01 li .tit {
        font-size: 18px;
    }
}

.cmn-graduates-02 li>* {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.cmn-graduates-02 li .txtbox {
    width: 100%;
    padding: 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.cmn-graduates-02 li .cate {
    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;
    margin-top: -55px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    border-radius: 50%;
}

.cmn-graduates-03 li>* {
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: var(--back-color-00);
    -webkit-box-shadow: 0px 0px 10px rgb(124 124 124 / 16%);
    box-shadow: 0px 0px 10px rgb(124 124 124 / 16%);
    position: relative;
}

.cmn-graduates-03 li .txtbox {
    padding: 20px;
    padding-right: 70px;
    position: relative;
}

.cmn-graduates-03 li .arrow {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
}

.cmn-graduates-03 li .cate {
    margin-bottom: 10px;
    font-size: 14px;
}

.cmn-graduates-03 li .tit {
    font-weight: bold;
    font-size: 20px;
}

.cmn-graduates-04 .tit {
    font-size: 18px;
    border: 3px solid;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    font-weight: bold;
}

.cmn-graduates-04 .tit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 25px solid;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.cmn-graduates-04 .list {
    border: 3px solid;
    border-radius: 50px 50px 5px 5px;
    padding: 40px 20px 20px;
}

.cmn-graduates-04 .box:nth-of-type(1) .list {
    height: 200px;
}

.cmn-graduates-04 .box:nth-of-type(2) .list {
    height: 250px;
}

.cmn-graduates-04 .box:nth-of-type(3) .list {
    height: 300px;
}

.cmn-graduates-04 .box:nth-of-type(4) .list {
    height: 350px;
}

.cmn-graduates-04 .box:nth-of-type(5) .list {
    height: 400px;
}

@media (max-width: 599px) {
    .cmn-graduates-04 .list {
        padding: 20px 20px 10px;
    }
    
    .cmn-graduates-04 .box:nth-of-type(1) .list {
        height: inherit;
    }

    .cmn-graduates-04 .box:nth-of-type(2) .list {
        height: inherit;
    }
    
    .cmn-graduates-04 .box:nth-of-type(3) .list {
        height: inherit;
    }
    
    .cmn-graduates-04 .box:nth-of-type(4) .list {
        height: inherit;
    }
    
    .cmn-graduates-04 .box:nth-of-type(5) .list {
        height: inherit;
    }
    
    .cmn-graduates-04 .tit {
        font-size: 16px;
        padding: 5px;
    }
}

.cmn-graduates-05 .box {
    position: relative;
}

.cmn-graduates-05 .pic {
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
}

.cmn-graduates-05 .pic img {
    width: 1000px;
}

.cmn-graduates-05 .list {
    margin: auto;
    width: 800px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.cmn-graduates-05 .list li .box {
    box-shadow: 0px 0px 10px rgb(124 124 124 / 16%);
    padding: 10px;
    font-size: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    border: 2px solid var(--txt-color-04);
    position: relative;
    border-radius: 5px;
}

.cmn-graduates-05 .list li .tit {
    line-height: 1;
    text-align: center;
}

.cmn-graduates-05 .list li .arrow {
    position: absolute;
    top: calc(100% + 0px);
    font-size: 18px;
    text-shadow: 0 0 10px #000;
}

.cmn-graduates-05 .list li .arrow-02 {
    top: calc(100% + 15px);
}

.cmn-graduates-05 .list li .arrow-03 {
    top: calc(100% + 0px);
    transform: rotate(45deg);
    left: -20px;
}

@media (max-width: 1024px) {
    .cmn-graduates-05 .pic {
        bottom: auto;
        width: 50vw;
        right: 0;
        left: auto;
        top: -30px;
    }
}

@media (max-width: 599px) {
    .cmn-graduates-05 .list li .box {
        padding: 7px 3px;
    }
  
    .cmn-graduates-05 .pic {
        top: 0px;
        width: 350px;
        right: -100px;
    }
    
    .cmn-graduates-05 .list li .arrow-02 {
        top: calc(100% + 0px);
    }
    
    .cmn-graduates-05 .list li .arrow-03 {
        left: -15px;
    }
}

.cmn-graduates-06 li .box {
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px rgb(124 124 124 / 16%);
    box-shadow: 0px 0px 10px rgb(124 124 124 / 16%);
}

.add-concept-box .fcs {
    font-size: 26px;
}

@media(max-width:599px){
  .add-concept-box .fcs {
    font-size: 22px;
}
}

/* shift */
.shiftlist-area {
    overflow-x: scroll !important;
}

[data-element-id] .shiftlist-area {
    border: 10px solid #ff9574;
    margin-bottom: 50px;
}

[data-element-id] .shiftlist-area::before {
    content: "こちらの枠を選択し入れ替えてください";
    background: #ff9574;
    color: #fff;
    display: flex;
    padding: 0 0 10px;
    justify-content: center;
    position: sticky;
    top: 0;
    left: 0;
}

.shiftlist-area .month {
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    left: 0;
}

.shiftlist-area table {
    width: 1800px;
    border: 2px solid #ccc;
}

.shiftlist-area tr{
  display: flex;
}

.shiftlist-area th, .shiftlist-area td {
    width: 70px;
    height: 60px;
    max-height: 100%;
    vertical-align: middle;
    padding: 0 5px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 2;
}

.shiftlist-area td {
    font-size: 12px;
}

.shiftlist-area tr:first-of-type,.shiftlist-area tr:nth-of-type(2){
  height: 40px;
}

.shiftlist-area .fixed01,.shiftlist-area .fixed02 {
    position: sticky;
    top: 0;
    left: 0;
    color: #fff;
    background: #b59c65;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shiftlist-area .fixed01:before,.shiftlist-area .fixed02:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #fff;
}

.shiftlist-area .fixed01{
  z-index: 2;
}
.shiftlist-area .fixed02{
  z-index: 1;
}

.shiftlist-area .attendance {
    background: #e6e6e6;
    color: #12572e;
    font-weight: 500;
    position: sticky;
    top: 0;
    left: 70px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.shiftlist-area .attendance::before{
  content: none;
}

.shiftlist-area .saturday{
  background: rgb(111 182 148);
}

.shiftlist-area .sunday{
  background:rgb(18 87 46);
  color: #fff;
}

.shiftlist-area .holiday {
    background: rgb(235 248 246);
    color: #6fb694;
}

.slick03{
  position: relative;
}

.slick03 .btn-slick {
    position: absolute;
    top: 0px;
    display: flex !important;
    width: 100px;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slick03 .btn-slick.btn-back{
  left: 0;
  z-index: 3;
}

.slick03 .btn-slick.btn-next{
  right: 0;
}

.slick03 .btn-slick::before {
    font-family: 'Noto Sans JP';
    color: #12572e;
    display: block;
    font-size: 20px;
    position: relative;
    z-index: 3;
}

.slick03 .btn-slick.btn-back::before {
    content: "◀　今月";
}

.slick03 .btn-slick.btn-next::before {
    content: "次月　▶";
}

.slick03 .slick-disabled{
    opacity: .25;
    cursor: inherit;
}

/* 04/09 追記 */

.mv-logo-img {
    width: 110%;
    max-width: 350px;
    overflow: visible;
    position: absolute;
    top: 43%;
    right: -320%;
    transform: translate(-50%, -50%);
}

.mv-logo-img img{
    width: 100% !important;
    height: 100% !important;
    position: static !important;
    object-fit: cover !important;
}

.c-black{
  color: #000 !important;
}

.c-black span{
  color: #000 !important;
}

/**2024/05/14追記**/
.cmn-lowerimg-01 .catch.yono-c {
  top: 40%;
}
.mv-logo-img {
  top: 150%;
  right: -60%;
}

@media screen and (max-width:599px) {
 .mv-logo-img {
    min-width: 100px;
    right: -70%;
}
}


.salon-category{
  display: flex;
}

.blog-salon{
  margin-right: 1rem;
}

.blog-tittle{
  font-size: 18px;
}

.fs14{
  font-size: 14px;
}
