@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");

/* font-family: 'Noto Serif JP', serif; */
/*===================================
  基本設定
===================================*/
/* # root1 START # */
:root {
    --color01: #08a058;
    --color02: #f1f4e9;
    --color03: #5f8867;
    --color04: #91dbb9;
}
/* # root1 END # */

/* # root2 START # */
/* :root {
  --color01: #ff92b2;
  --color02: #f4e9e9;
  --color03: #885f6e;
  --color04: #d591db;
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
  --color01: #92b3ff;
  --color02: #e9f0f4;
  --color03: #5f7488;
  --color04: #91d6db;
} */
/* # root3 END # */

html {
    font-family: "Noto Sans JP", sans-serif;
    color: #736150;
}

.po-100 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    ;
}

.po-100 img {
    opacity: 0.2;
}

.rgap-40 {
    row-gap: 40px;
}

dt {
    font-weight: bold;
}

/* 共通コンテンツ間隔 */
.area {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative;
}

.area.bg-c-dd {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 599px) {
    .area {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .area.bg-c-dd {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*="load-"] {
    min-height: 50px;
    border: 3px solid #00bcd4;
    position: relative;
}

[class*="load-"]:before {
    content: "共通要素";
    display: block;
    font-weight: bold;
    color: #ff0;
    text-align: center;
    background: #00bcd4;
    position: absolute;
    z-index: 100;
}

/*===================================
他共通エレメント -cmn
===================================*/
/*===================================
共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    padding: 0 5px;
    font-size: 12px;
}

[class*="icon-fa"] {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    width: 1.1em;

}

[class*="icon-fa"]::before {
    line-height: 1;
}

[class*="icon-fa-brands"]::before {
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    width: 100%;
}

.icon-fa-brands-instagram::before {
    content: "\f16d";
}

.icon-fa-brands-instagram.-colored::before {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}

.icon-fa-brands-facebook::before {
    content: "\f09a";
}

.icon-fa-brands-facebook.-colored::before {
    background: #1775ef;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-fa-brands-line {
    position: relative;
    width: 40px;
    height: 40px;
}

.icon-fa-brands-line::before {
    content: "\f3c0";
    color: #00b300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 30px;
    text-align: center;
    line-height: 1em;
}

.icon-fa-brands-line::after {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 25px;
    height: 25px;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.btn-line a {
    display: flex;
    align-items: center;
    line-height: 1em;
    color: #fff;
    background-color: #00b300;
    padding: 0 5px;
    justify-content: center
}

/* sns */
.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 .5em;
}

.list-sns li {
    margin: .1em;
    text-align: center;
}


.list-sns li a {
    display: block;
    margin: 0em;
    font-size: 2em;
    line-height: 1;
}

@media (max-width: 599px) {
    .list-sns {
        margin: 0 0.5em;
    }
}

/**
ヘッダー
header
*/

.header .header-inner {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-inner .list-sns,
.header-inner>div {
    font-size: 14px;
}

.header .contents {
    padding-bottom: 15px;
}

.header .contents .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .contents.fixed .box {
    width: 98%;
    max-width: 1200px;
    margin: auto;
}

.header .logo img {
    width: 300px;
    max-width: 100%;
}

.header .right {
    width: 75%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .fcoupon .txt {
    margin-left: 10px;
    line-height: 1.2em;
}

.header .fcoupon.fixed .txt {
    margin-left: 0;
}

.header .fcoupon .txt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: var(--color01);
    padding: 5px 10px;
}

.header .fcoupon.fixed.ab .txt a {
    height: auto;
    background: none;
}

.header .fcoupon.fixed .txt a,
.header .fcoupon.fixed .tel a {
    width: 250px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    background: var(--color01);
}

.header .fcoupon.fixed .tel a {
    margin-bottom: 10px;
}

.header .fcoupon.fixed.ab .tel a {
    margin-bottom: 0;
}

.header .fcoupon .txtin {
    display: block;
}

.header .fcoupon .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1em;
}

.header .left {
    padding-top: 10px;
    width: 25%;
}

.header .logo {
    max-width: 100%;
}

.header .logo a {
    display: block;
    max-width: 100%;
}

.header .fcoupon.fixed.ab .txt a,
.header .fcoupon.fixed.ab .tel a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background: var(--color01);
}

.header .fcoupon.fixed.ab .txt a .mn-t,
.header .fcoupon.fixed.ab .tel a .mn-t {
    display: none;
}

.ab.fixed .tel {
    margin-bottom: 10px;
}

.fcoupon {
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .header .left {
        width: 230px;
        padding-left: 10px;
        padding-top: 0;
    }

    .header .header-inner {
        height: auto;
    }

    .ab .tel {
        margin-bottom: 10px;
    }

    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .header .fcoupon.ab .txt a .mn-t,
    .header .fcoupon.ab .tel a .mn-t {
        display: none;
    }

    .header .fcoupon.ab .tel,
    .header .fcoupon.ab .txt {
        width: 50px;
        max-width: 50px;
        overflow: hidden;
        border-radius: 50%;
    }

    .header .contents {
        padding-bottom: 10px;
        width: 100%;

    }

    .header .contents .box {
        width: 100%;
        padding-right: 90px;
        justify-content: space-between;
    }

    .header {
        padding: 5px 0;
    }

    .header .logo img {
        width: 250px;
    }
}

@media (max-width: 599px) {
    .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0;
    }

    .header .contents {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 10px 0 10px 5px;
    }

    .header .left {
        align-items: flex-start;
    }
}

/* 下部固定コンテンツ */
.fix-bottom {
    display: none;
}

@media (max-width: 1024px) {
    .fix-bottom {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 250;
    }

    .fix-bottom .item {
        width: 50%;
        text-align: center;
    }

    .fix-bottom a {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 5px;
    }

    .fix-bottom .tel {
        font-size: 14px;
        color: #fff;
        background: #000;
    }

    .fix-bottom .tel a:before {
        content: "\f879";
        margin-right: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }

    .fix-bottom .contact {
        color: #000;
        background: #eee;
    }

    .fix-bottom .contact a:before {
        content: "\f0e0";
        margin-right: 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
    }
}

/**
グローバルナビ
gnav
*/
.gnav {
    padding: 5px 0 0;
    position: relative;
    z-index: 100;
    /* border-bottom: 1px solid #d9d9d9; */
    width: 100%;
    max-width: 700px;
}

.contents.fixed {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.gnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnav .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 40px;
}

.gnav .list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gnav .item01 {
    font-size: 16px;
}

.gnav .item01>a,
.gnav .item01 .itemin {
    display: block;
    padding: 5px;
    cursor: pointer;
}

.gnav .item01.-parent {
    position: relative;
}

.item.parent {
    cursor: pointer;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.gnav .item01.-parent:hover .list02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.gnav .item01.-parent:hover .list02 ul .item02 {
    padding-right: 30px;
}

.gnav .item01.-parent:hover .list02 ul .item02 .nav_third {
    text-align: left;
}

.gnav .item01.-parent:hover .list02 ul .item02 .head {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fd87a0;
}

.gnav .item01.-parent:hover .list02 ul .item02 a {
    display: block;
    padding: 5px 0 5px 20px;
    position: relative;
}

.gnav .item01.-parent:hover .list02 ul .item02 a:before {
    content: ">";
    position: absolute;
    top: 5px;
    left: 5px;
}


[data-element-id] .gnav.fixed {
    position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
}

.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
}

.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
}

.toggle .bar:before {
    top: -10px;
}

.toggle .bar:after {
    top: 10px;
}

.toggle.active .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
}

/*トップへ戻る*/
.totop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 50px;
        right: 10px;
    }
}

/**
フッター
footer
*/
footer .wrap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
}

footer .wrap-box .list-sns,
footer .wrap-box .tel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer .copy {
    padding: 0 0 50px 0;
    text-align: center;
}

@media (max-width: 1024px) {
    footer .wrap-box {
        display: block;
    }

    footer .wrap-box .tel {
        margin-bottom: 20px;
    }

    footer .list-sns {
        margin: 0 0 20px;
    }

    footer .list-sns li a {
        margin: 0 1rem 0 0;
    }

    .footer .copy {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    footer .list-sns {
        justify-content: center;
    }

    footer .list-sns li a {
        margin: 0 1rem;
    }
}

/**
フッターナビ
fnav
*/
.fnav {
    padding: 0 0 50px 0;
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fnav .list01 {
    width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .item {
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .item a {
    display: block;
    padding-left: 12px;
    position: relative;
}

.fnav .item a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
}

.fnav .list02 {
    width: 50%;
}

.fnav .datattl {
    width: 90%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(218, 218, 218, 1);
    position: relative;
}

.fnav .data {
    margin-bottom: 1.5em;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

@media (max-width: 599px) {
    .fnav .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav .list01 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fnav .list02 {
        width: 100%;
        margin-top:30px;
    }
}

@media (max-width: 599px) {
    .fnav .list01 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .fnav .datawrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/**
2カラムページ
*/

.column2 .side {
    width: 200px;
}

.column2 .mainwrap {
    width: calc(100% - 250px);
}

.column2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .column2 .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 50px;
    }

    .column2 .mainwrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 50px;
    }
}

/* サイドメニュー */
.side .list {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .side .list {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }
}

.list-side .data {
    margin-bottom: 10px;
    padding-left: 10px;
}

.list-side a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.list-side a:before {
    content: ">";
    color: #000;
    position: absolute;
    left: 0;
}

@media (max-width: 1024px) {
    .list-side.type-archive .datawrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-side.type-archive .datawrap .datattl {
        width: 100%;
    }

    .list-side.type-archive .datawrap .data {
        width: 48%;
    }
}

/*===================================
各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
    position: relative;
    /* height: 90vh; */
    overflow: hidden;
}

.homevisual>.up-d-flex {
    height: 100%;
    width: 100%;
}

.homevisual .img {
    height: 100%;
}

.homevisual .img-box {
    height: 100%;
    width: 100%;
    display: block;
}

.homevisual .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/*IE対策*/
.homevisual .head {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #7c7c7c;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

.homevisual .head .catc {
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.2em;
}

@media (max-width: 1024px) {
    .homevisual .head .catc {
        font-size: 40px;
    }

    .homevisual {
        /* height: 50vh; */
    }
}

@media (max-width: 599px) {
    .homevisual .head {
        font-size: 18px;
    }

    .homevisual .head .catc {
        font-size: 30px;
    }

    /* .homevisual {
        height: 25vh;
    } */
}

/* A-BiSUスライダー用 */
.mainimg {
    overflow: hidden;
    position: relative;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.mainimg .uk-slideshow {
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    -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%;";
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick01 .btn-slick.btn-back {
    left: 0;
}

.slick01 .btn-slick.btn-next {
    right: 0;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
}

.topvisual .img {
    min-height: 200px;
    max-height: 400px;
    position: relative;
}

.topvisual .img:before {
    content: "";
    display: block;
    padding-top: 30%;
    position: relative;
    z-index: -1;
}

.topvisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.topvisual .head {
    width: 96%;
    max-width: 1000px;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

@media (max-width: 599px) {
    .topvisual .head {
        font-size: 24px;
    }
}

/* パンくずリスト */
.breadcrumb {
    margin-top: 10px;
}

.breadcrumb .item {
    display: inline-block;
}

.breadcrumb .item:not(:last-of-type):after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.breadcrumb .home {
    color: #000;
}

.breadcrumb .now {
    color: #000;
}

/* ページネーション */
.pagenation {
    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;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    margin-right: 20px;
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation .next {
    margin-left: 20px;
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
    width: 30px;
    height: 30px;
    display: block;
    padding: 2px 8px;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.pagenation .number a:hover,
.pagenation .now {
    color: #fff;
    background: #808080;
    opacity: 1;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #000;
}

.list-article .cate .cate1 {
    background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #000;
}

.articledtl01 .cate .cate1 {
    background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
    display: block;
    position: relative;
}

.list-gallery01 .img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-gallery01 .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gallery01 .cate {
    margin-bottom: 5px;
    font-size: 14px;
}

.list-gallery01 .head {
    font-size: 18px;
}

.list-gallery01 a:hover {
    opacity: 1;
}

.list-gallery01 a:hover .img {
    opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 599px) {
    .list-gallery01 .block-txt {
        display: none;
    }

    .list-gallery01 .head {
        font-size: 14px;
    }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
    cursor: pointer;
}

/* フォーム */
.form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 2px solid #999;
}

.form .datattl {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    color: #000;
}

.form .require {
    display: inline-block;
    margin-left: 10px;
    padding: 0 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    background: #000;
}

.form .data {
    width: 100%;
    padding-left: 50px;
}

.form .data input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}

.form .data input[type="radio"] {
    display: none;
}

.form .data input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 200%;
    position: relative;
}

.form .data input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: inset 1px 1px 0 1px #999;
    box-shadow: inset 1px 1px 0 1px #999;
    position: absolute;
    top: 4px;
    left: 0;
}

.form .data input[type="radio"]:checked+label::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #303841;
    position: absolute;
    top: 7px;
    left: 3px;
}

.form .data input[type="radio"]:checked+label {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form .data input[type="number"] {
    width: 70px;
    margin-right: 10px;
}

.form .data select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    border: 1px solid #999;
}

.form .data textarea {
    width: 100%;
    height: 170px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #999;
}

.form .data01 div {
    display: inline-block;
}

.form .btn {
    width: 45%;
}

/* .form .btn button {
border: none;
} */
/* .form .btn button:hover {
opacity: 0.6;
cursor: pointer;
} */
@media (max-width: 1024px) {
    .form .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .datattl {
        display: block;
        margin-bottom: 10px;
    }

    .form .data {
        padding-left: 0;
    }
}

.fcoupon.ab.abb a{
      width: 30px;
    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;
    border-radius: 50%;
    background-color: var(--color01);
    overflow:hidden;
}

.tel-logo,
.maillogo {
    width: 30px;
    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;
}


.tel-logo img,
.maillogo img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.ab .tel-logo {
    margin-right: 5px;
}

.ab.fixed .tel-logo {
    margin-right: 0px;
}

@media (max-width: 1024px) {
    .ab .tel-logo {
        margin-right: 0px;
    }

    .accordion-body {
        overflow: auto;
        padding: 100px;
    }
}

.nav_logo {
    display: none;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .nav_logo {
        width: 100%;
        display: block;
        margin-right: 0;
        padding: 0px 40px;
        text-align: center;
    }

    .nav_logo * {
        display: block;
        text-align: center;
    }

    .nav_logo img {
        width: 300px;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
        filter: invert(100%);
    }
}

[data-element-id] .nav_logo {
    display: inline-block;
    border: solid 4px black;
    position: relative;
    max-width:200px;
}

[data-element-id] .nav_logo:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

.nav_global01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 10;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 10;
    flex-grow: 10;
}

.nav_global01>.item {
    position: relative;
    flex-grow: 1;
}

.nav_global01>.item>* {
    display: block;
    font-size: 16px;
    text-align: center;
}

.nav_global01 .parent {
    position: relative;
    z-index: 1;
}

.nav_global01 .nav_wrap {
    width: 460px;
    max-width: 100vw;
    visibility: hidden;
    padding-top: 30px;
    opacity: 0;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    position: absolute;
    left: 50%;
    max-height:0px;
    overflow:hidden;
}

[data-element-id] .nav_global01 .nav_wrap,
[data-element-id] .nav_global01 .parent:hover .nav_wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-80%, 50px);
    transform: translate(-80%, 50px);
            max-height:1000px;
    overflow:visible;
}

[data-element-id] .nav_global01 .nav_wrap.new,
[data-element-id] .nav_global01 .parent:hover .nav_wrap.new {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-65%, 50px);
    transform: translate(-65%, 50px);
            max-height:1000px;
    overflow:visible;
}

[data-element-id] .nav_global01 .nav_wrap.new.ver02,
[data-element-id] .nav_global01 .parent:hover .nav_wrap.new.ver02 {
    -webkit-transform: translate(-5%, 50px);
    transform: translate(-5%, 50px);
            max-height:1000px;
    overflow:visible;
}

.nav_global01 .nav_second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
}

.nav_global01 .nav_second>.item {
    padding-right: 15px;
}

.nav_global01 .parent:hover .nav_wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
        max-height:1000px;
    overflow:visible;
}

.nav_global01 .nav_third .head {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #089d57;
}

.nav_global01 .nav_third .head.new {
    color: #f79636;
}

.nav_global01 .nav_third a {
    display: block;
    padding: 5px 0 5px 20px;
    text-align: left;
    position: relative;
}

.nav_global01 .nav_third a:before {
    content: ">";
    position: absolute;
    top: 5px;
    left: 5px;
}

@media (max-width: 1024px) {
    .nav_global01>.item>* {
        padding: 0;
        text-align: left;
    }

    .nav_global01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav_global01>.item {
        width: 100%;
    }

    .nav_global01>.item:not(:last-child):after {
        content: none;
    }

    .nav_global01>.item>a {
        padding: 10px 0;
        text-align: left;
    }

    .nav_global01 .nav_wrap {
        width: auto;
        visibility: visible;
        padding-top: 0;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        left: 0;
                max-height:1000px;
    overflow:visible;
    }

    .nav_global01 .parent:hover .nav_wrap {
        -webkit-transform: none;
        transform: none;
                max-height:1000px;
    overflow:visible;
        
    }

    .nav_global01 .nav_second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav_global01 .nav_second>.item {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
}

.nav_global02 {
    display: none;
}

.nav_global02 a {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .nav_global02 {
        display: block;
    }
}

[data-element-id] .nav_global02 {
    display: inline-flex;
    border: solid 4px black;
    position: relative;
}

[data-element-id] .nav_global02:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id] .nav_global02 a {
    padding: 10px;
}

.gnav.fixed {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: #fff;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.gnav.fixed .nav_logo {
    display: block;
}

.gnav.fixed .nav_global01>.item>a {
    padding: 15px 20px;
}

[data-element-id] .gnav.fixed {
    padding: 0;
    position: relative;
}

[data-element-id]#wrapper {
    padding-top: 0 !important;
}

[data-element-id] .gnav .no-pc {
    display: block;
}

[data-element-id] .gnav.fixed {
    position: relative;
}

.fcoupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 9;
}

.fcoupon.fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 50;
}

.header .right .fixed .txt {
    margin-left: 0px;
}

.header .right [type="checkbox"]:checked,
.header .right [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

@media (max-width: 1024px) {
    html.fixed-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .header .fcoupon .txt {
        margin-left: 0;
    }


    .fcoupon {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .fcoupon.ab {
        width: 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: start;
        align-items: flex-start;
        -ms-flex-align: start;
        margin-left: 10px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        position: fixed;
        bottom: 10px;
        left: 0;
    }

    .header .fcoupon .txt,
    .header .fcoupon .tel {
        width: 50%;
    }

    .header .fcoupon .txt a {
        height: 48px;
        font-size: 12px;
    }

    .header .fcoupon .tel a {
        height: 48px;
        font-size: 14px;
    }

    .header .fcoupon .tel,
    .header .fcoupon .txt {
        max-width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        color: #fff;
        border-radius: 15px;
        background: var(--color01);
    }

    .header .right {
        width: auto;
    }

    .menu-icon:checked+label,
    .menu-icon:not(:checked)+label {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0;
        padding: 0;
        cursor: pointer;
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 10;
    }

    .menu-icon:checked+label:before,
    .menu-icon:not(:checked)+label:before {
        content: "";
        width: 30px;
        height: 20px;
        display: block;
        border-top: 2px solid #ececee;
        border-bottom: 2px solid #ececee;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
    }

    .menu-icon:checked+label:after,
    .menu-icon:not(:checked)+label:after {
        content: "";
        width: 22px;
        height: 2px;
        display: block;
        margin-top: -1px;
        background-color: #ececee;
        position: absolute;
        top: 10px;
        right: 4px;
        z-index: 20;
    }

    .menu-icon:checked+label:before {
        height: 2px;
        border-width: 0;
        background-color: #ececee;
        transform: rotate(45deg);
        top: 10px;
    }

    .menu-icon:checked+label:after {
        width: 30px;
        margin-top: 0;
        transform: rotate(-45deg);
        right: 0;
    }

    .gnav {
        width: 70px;
        height: 70px;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: var(--color01);
        -webkit-animation: border-transform 7s linear infinite;
        animation: border-transform 7s linear infinite;
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 9;
    }

    @-webkit-keyframes border-transform {

        0%,
        100% {
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        }

        14% {
            border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
        }

        28% {
            border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
        }

        42% {
            border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
        }

        56% {
            border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
        }

        70% {
            border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
        }

        84% {
            border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
        }
    }

    @keyframes border-transform {

        0%,
        100% {
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        }

        14% {
            border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
        }

        28% {
            border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
        }

        42% {
            border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
        }

        56% {
            border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
        }

        70% {
            border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
        }

        84% {
            border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
        }
    }

    .menu-icon:checked~.gnav {
        max-width: 100vw;
        width: 100%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: none;
        transition: none;
        transition: none;
        transition: none;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        top: 0%;
        right: 0%;
        animation: none;
    }

    /*
.gnav ul{
position: absolute;
top: 50%;
left: 0;
display: block;
width: 100%;
padding: 0;
margin: 0;
z-index: 6;
text-align: center;
transform: translateY(-50%);
list-style: none;
} */
    .gnav ul li {
        width: 100%;
        display: block;
        list-style: none;
        visibility: hidden;
        margin: 10px 0;
        padding: 0;
        opacity: 0;
        -webkit-transition: all 250ms linear;
        transition: all 250ms linear;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        pointer-events: none;
        position: relative;
    }

    /*.gnav ul li:nth-child(1) {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .gnav ul li:nth-child(2) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .gnav ul li:nth-child(3) {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .gnav ul li:nth-child(4) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }*/

    .gnav ul li:nth-child(n+4) {
        margin: 0;
    }

    .menu-icon:checked~.gnav ul li {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 350ms ease,
            -webkit-transform 250ms ease;
        transition: opacity 350ms ease,
            -webkit-transform 250ms ease;
        transition: opacity 350ms ease,
            transform 250ms ease;
        transition: opacity 350ms ease,
            transform 250ms ease,
            -webkit-transform 250ms ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }

    /*
.logo {
position: absolute;
top: 60px;
left: 50px;
display: block;
z-index: 11;
transition: all 250ms linear;
} */

    .logo img {
        width: auto;
        display: block;
    }
}

@media (max-width: 599px) {
    .header {
        align-items: flex-end;
    }

    .accordion-body {
        padding: 40px 15px 90px 15px;
    }

    .header .contents .box {
        width: 100%;
        padding-right: 50px;
    }

    .btn-line {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .left .up-fz-12 {
        display: none;
    }
}

.fead-text .str.textin {
    -webkit-animation: blur 5s forwards;
    animation: blur 5s forwards;
}

@keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    100% {
        opacity: 1;
    }
}

.up-btn-smoosh-ori a {
    display: block;
    padding: 30px;
    background: #fff;
}

.up-btn-smoosh2 a,
.up-btn-smoosh-ori .a,
.up-btn-smoosh2 button {
    overflow: hidden;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: solid 1px var(--color01);
    background: var(--color01);
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.up-btn-smoosh2 a:before,
.up-btn-smoosh2 .a:before,
.up-btn-smoosh2 button:before {
    content: "";
    width: 100%;
    height: 0;
    margin: auto;
    background: #fff;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}

.up-btn-smoosh2 a:hover,
.up-btn-smoosh-ori a:hover .a,
.up-btn-smoosh2 button:hover {
    color: var(--color01);
    opacity: 1;
}

.up-btn-smoosh2 a:hover:before,
.up-btn-smoosh-ori a:hover .a:before,
.up-btn-smoosh2 button:hover:before {
    height: 100%;
}

.bg-dd {
    background-color: rgba(248, 240, 232, 1);
}

.cor-box {
    padding: 50px;
    background-color: rgba(248, 240, 232, 1);
}

.cor-box .cor-item {
    background-color: #fff;
}

.cor-box .cor-item li {
    width: 124px;
    height: 124px;
    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;
    border-radius: 50%;
}

.cor-box .cor-item li.det-btn a {
    width: 124px;
    height: 124px;
    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;
    border: solid 2px rgba(115, 97, 80, 1);
    border-radius: 50%;
    position: relative;
}

.cor-box .cor-item li.det-btn a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 20px;
}

.re-ttr.-left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
}

.re-ttr .ja {
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
}

.re-ttr .ja.-wide {
    min-width: 200px;
    display: inline-block;
}

.re-ttr.new .ja {
    font-size: 28px;
}

.re-ttr .en {
    display: block;
    font-size: 44px;
    letter-spacing: 0.2em;
}

.sb-ttl {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.1em;
}

.news-box {
    /* border-bottom: solid 1px rgba(218, 218, 218, 1); */
    padding: 30px 10px;
}

.news-box 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;
}

.btn a,
.btn .a {
    min-width: 174px;
    max-width: 254px;
    min-height: 53px;
    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 50px 10px 30px;
    color: #fff;
    background: var(--color01);
    position: relative;
}

.btn button {
    width: 100%;
    min-width: 150px;
    max-width: 254px;
    min-height: 63px;
    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: auto;
    padding: 10px 40px 10px 30px;
    color: #fff;
    background: var(--color01);
    position: relative;
}

.btn.new a {
    min-width: 174px;
    max-width: 552px;
    min-height: 103px;
    font-size: 20px;
}

.btn a::after,
.btn .a::after,
.btn button::after,
.btn .ja::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.btn-ver2 a {
    border: 1px solid #f79636;
    border-radius: 0.5em;
    background-color: #f79636;
}

.btn-ver2 a:hover {
    color: #f79636;
}

.btn.back a::after,
.btn.back button::after {
    content: "\f060";
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    top: 50%;
    left: 0;
    right: auto;
}

.news-text {
    padding-right: 30px;
    position: relative;
}

.news-text::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.up-left-1000 {
    margin-left: calc(50% - 500px);
}

.up-right-1000 {
    margin-right: calc(50% - 500px);
}

[class*=up-fxd-even]>.up-left-1000:nth-child(even),
[class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 500px);
}

[class*=up-fxd-even]>.up-right-1000:nth-child(even),
[class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-left: calc(50% - 500px);
    margin-right: 0;
}

@media (max-width: 1024px) {
    .re-ttr.new .ja {
        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;
    }

    .re-ttr.new .ja::before,
    .re-ttr.new .ja::after,
    .re-ttr.new.ori .ja::before,
    .re-ttr.new.ori .ja::after {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0.25em;
        position: static;
    }

    .up-left-1000 {
        margin-left: 2%;
    }

    .up-right-1000 {
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }

    .up-d-contents\@tb {
        display: contents;
    }
}

@media (max-width: 599px) {
    .re-ttr .ja.-wide {
        min-width: auto;
    }

    .re-ttr .ja::before {
        left: -50px;
    }

    .re-ttr .ja::after {
        right: -50px;
    }

    .re-ttr .en {
        font-size: 28px;
    }

    .re-ttr.new .ja {
        font-size: 24px;
        letter-spacing:0;
    }

    .sb-ttl {
        font-size: 18px;
    }

    .re-ttr .ja {
        font-size: 16px;
    }

    .re-ttr .ja.sz13 {
        font-size: 13px;
    }

    .cor-box .cor-item li.det-btn a {
        width: 113px;
        height: 113px;
        font-size: 14px;
    }

    .cor-box {
        padding: 30px;
    }

    .cor-box .cor-item li {
        width: 113px;
        height: 113px;
        margin: 5px;
    }

    .up-d-contents\@sp {
        display: contents;
    }

    .up-left-1000 {
        margin-right: 2%;
    }

    .up-right-1000 {
        margin-left: 2%;
    }

    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }
}

.bg-gry {
    width: 90%;
    height: 70%;
    display: block;
    background-size: cover;
    background-color: var(--color02);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.bg-gry2 {
    width: 100%;
    height: 70%;
    display: block;
    background-size: cover;
    background-color: var(--color02);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.bg-gry3 {
    width: 100%;
    height: 70%;
    display: block;
    background-size: cover;
    background-color: rgba(248, 240, 232, 1);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.line-g-t {
    margin-top: 30px;
    position: relative;
}

.line-g-t::before {
    content: "";
    width: 53px;
    height: 3px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: -15px;
    left: 50%;
}

.mar-c a,
.mar-c .a {
    margin: auto;
}

.symptom li .img {
    background: #736150;
    position: relative;
}

.symptom li .img img {
    opacity: 0.5;
}

.symptom li .text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    outline: 3px solid #fff;
    outline-offset: -1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.beauty li .img {
    background: var(--color03);
    position: relative;
}

.beauty li .img img {
    opacity: 0.5;
}

.beauty li .text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    outline: 3px solid #fff;
    outline-offset: -1em;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.bg-img {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.bg-img img {
    opacity: 0.3;
}

.slk1 .slick-slide {
    margin: 10px;
}

.slk1 .slick-prev,
.slk1 .slick-next {
    width: 45px;
    height: 45px;
    display: block;
    border: solid 1px var(--color01);
    border-radius: 50%;
    background: var(--color01);
    position: absolute;
    z-index: 1;
}

.slk1 .slick-prev:before,
.slk1 .slick-next:before {
    color: #fff;
}

.slk1 .slick-prev {
    border: solid 1px var(--color01);
    background: var(--color01);
    top: -50px;
    left: auto;
    right: 100px;
}

.slk1 .slick-next {
    border: solid 1px var(--color01);
    background: var(--color01);
    top: -50px;
    right: 30px;
}

.slick-prev:before,
.slick-next:before {
    content: "→";
    font-family: inherit;
    font-size: 22px;
    color: #fff;
    line-height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 45%;
    left: 50%;
}

.slick-prev:before {
    content: "←";
}

.bg-c-dd {
    background: #f8f0e8;
}

.recruit .box {
    outline: 50px solid var(--color02);
    outline-offset: -25px;
    position: relative;
}

.recruit .text {
    position: relative;
    bottom: 10px;
    z-index: 1;
}

.recruit .img1,
.recruit .img2 {
    position: absolute;
    bottom: 10%;
    z-index: 1;
}

.recruit .img1 {
    left: 10%;
}

.recruit .img2 {
    right: 10%;
}

.qa-container {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.qa-list:not(:first-child) {
    margin-top: 20px;
}

.question-title {
    padding: 30px 65px;
    font-size: 16px;
    background: #f8f0e8;
    cursor: pointer;
    position: relative;
}

.question-title:before {
    content: "Q";
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(115, 97, 80, 1);
    position: absolute;
    top: 20px;
    left: 12px;
}


.answer-text {
    display: none;
    padding: 30px 65px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
}

.answer-text:before {
    content: "A";
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(115, 97, 80, 1);
    position: absolute;
    top: 20px;
    left: 12px;
}

.plmi span::before,
.plmi span::after {
    content: "";
    width: 15px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background: #736150;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
}

.plmi span::after {
    background: #736150;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.open .plmi span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.bgc-gr {
    background: var(--color02);
}

footer .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    font-weight: 500;
    font-size: 30px;
}

.footinfo .map {
    padding-top: 30%;
}

.footinfo .logo a {
    display: inline-block;
}

.footinfo .logo a img {
    max-width: 250px;
}

.footinfo tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px 0;
    border-bottom: solid 1px rgba(218, 218, 218, 1);
}

.footinfo tr:first-child {
    padding-top: 0;
}

.footinfo tr:last-child {
    border-bottom: none;
}

.footinfo td.ori {
    width: 50%;
    padding-right: 8px;
    text-align: right;
}

.footinfo td {
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
}

.footinfo td.bos {
    margin-left: 0;
    width:102px;
}

.c-g {
    color: var(--color01);
}

.f-t1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.clc {
    -webkit-column-width: 170px;
    -moz-column-width: 170px;
    column-width: 170px;
}

.bra-c {
    break-after: column;

    -webkit-column-break-after: column;
    -moz-column-break-after: column;
}


@media (max-width: 1024px) {
    .symptom li .text {
        font-size: 20px;
    }

    footer .tel a {
        font-size: 24px;
    }

    .up-ml-80\@tb {
        margin-left: 80px;
    }

    .footinfo .map {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {
    .footinfo .map {
        padding-top: 70%;
    }

    .up-ml-80\@tb {
        margin-left: 50px;
    }

    .recruit .text {
        bottom: 0;
    }

    .pagettl {
        padding: 0 60px 0 0;
        display: none;
    }

    .dmy-h1 {
        margin-top: 10px;
        font-size: 12px;
        color: #fff;
        margin-bottom: 20px;
    }

    .symptom li .text,
    .beauty li .text {
        font-size: 16px;
        outline: 2px solid #fff;
        outline-offset: -10px;
    }

    .slk1 .slick-prev,
    .slk1 .slick-next {
        width: 35px;
        height: 35px;
        top: -15px;
    }

    .slk1 .slick-next {
        right: 10px;
    }

    .slk1 .slick-prev {
        right: 60px;
    }

    .gnav {
        width: 45px;
        height: 45px;
    }

    .menu-icon:not(:checked)+label:after {
        width: 16px;
        top: -2px;
        right: -5px;
    }

    .menu-icon:not(:checked)+label:before {
        width: 25px;
        top: -12px;
        left: 15px;
    }

    .menu-icon:checked+label:before {
        width: 25px;
        top: -3px;
        left: 15px;
    }

    .menu-icon:checked+label:after {
        width: 25px;
        top: -3px;
        right: -10px;
    }

    .btn.new a {
        font-size: 14px;
    }

    .footinfo td.ori {
        width: 45%;
        padding-right: 0;
    }

    .footinfo td {
        margin: 0 8px;
    }

    .footinfo td.text-l {
        text-align: left;
    }

    .map {
        padding-top: 70%;
    }

    .fnav {
        padding: 0px 0;
    }

    .logo img {
        margin: auto;
    }

    footer .tel a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .logo img {}
}

.scrollable {
    overflow-y: hidden !important;
}

.subimg .tit {
    /* left: calc(50% - 500px); */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
    top: 50%;
    left: 10%;
    z-index: 1;
}

.subimg .tit .ja {
    display: block;
    font-size: 2.8vw;
    color: #fff;
    letter-spacing: 10px;
    text-shadow: 0px 0px 3px #000;
}

.subimg .tit .en {
    display: block;
    margin-top: 10px;
    font-size: 1.2vw;
    color: #fff;
    letter-spacing: 5px;
     text-shadow: 0px 0px 3px #000;
}

.director .box {
    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;
}

.director .text {
    padding-right: calc(10% + 50px);
}

.director .img {
    margin-left: -10%;
    position: relative;
    z-index: 1;
}

.ttl-main {
    width: 100%;
    display: block;
    padding: 0 5px 10px;
    font-size: 20px;
    color: var(--color01);
    letter-spacing: 0.2em;
    position: relative;
    z-index: 0;
    float:none;
    clear: both;
}

.ttl-main .headin{
  float:left;
      margin-top: -.25em;
}

.ttl-main:after {
    content: "";
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--color01)), color-stop(20%, var(--color01)), color-stop(0%, var(--color04)));
    background: linear-gradient(90deg, var(--color01) 10%, var(--color01) 20%, var(--color04) 0%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media (max-width: 1024px) {
    .subimg .tit {
        width: 90%;
        left: 5%;
    }

    .subimg .tit .ja {
        font-size: 32px;
    }

    .subimg .tit .en {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .ttl-main {
        font-size: 18px;
    }

    .subimg .tit .ja {
        font-size: 21px;
    }

    .director .text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .director .img {
        margin-left: 0;
    }
}

.list-cmp03 .item {
    padding: 20px 30px 20px 20px;
}

.list-cmp03 .item:not(:last-child) {
    border-bottom: 1px solid #808080;
}

.list-cmp03 .datattl {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.list-cmp03 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 599px) {
    .list-cmp03 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 30px 20px 10px;
    }

    .list-cmp03 .datattl {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-cmp03 .data {
        width: 100%;
    }
}

.info .img1,
.info .img2 {
    position: absolute;
}

.up-gapy-60>*:last-child {
    padding-bottom: 0;
}

.sbtext {
    padding-left: 10px;
    font-size: 18px;
    border-left: solid 3px var(--color01);
}

.img-logo01 {
    position: relative;
}

.img01 {
    position: absolute;
    top: 50px;
    right: 50px;
}

.img01 img {
    width: 160px;
}

.img02 {
    position: absolute;
    top: 110%;
    right: 20px;
}

.img03 {
    position: absolute;
    top: -6%;
    right: 5%;
}

.img03 img {
    width: 140px;
}

.img04 {
    position: absolute;
    top: 0;
    right: 5%;
}

.img04 img {
    width: 80px;
}

.img05 {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.img05 img {
    width: 100px;
}

@media (max-width: 1024px) {
    .img01 img {
        width: 100px;
    }
}

@media (max-width: 599px) {
    .img05 {
        bottom: 2%;
        right: 2%;
    }

    .img01,
    .img03 {
        display: none;
    }

    .info .cor-box {
        padding: 10px;
    }
}

.breadcrumbs {
    padding: 10px 0;
    background-color: white;
}

.breadcrumbs-box {
    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;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
    font-weight: bold;
    color: var(--color01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        padding: 10px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs-list {
        width: 90%;
        margin-top: 0em;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

.up-gallery-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-gallery-hover .img {
    width: 70%;
}

.up-gallery-hover .list {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.up-gallery-hover .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.up-gallery-hover .item:hover {
    opacity: 0.6;
}

.num {
    width: 40px;
    height: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: rgba(115, 97, 80, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: -20px;
    left: 50%;
    z-index: 1;
}

@media (max-width: 599px) {
    .up-gallery-hover {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-gallery-hover .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .up-gallery-hover .list {
        width: 100%;
    }

    .up-gallery-hover .item {
        width: 25%;
    }
}

.border01 {
    border-bottom: solid 3px #089d57;
}

.pb-0 {
    padding-bottom: 0;
}

.scrollable .table-01 {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
    border: 1px solid gray;
}

.table-01 {
    width: 100%;
    border: 1px solid gray;
}

.table-01 tr th,
.table-01 tr td {
    width: calc(100% / 3);
    padding: 15px 10px;
    font-size: 18px;
    text-align: center;
}

.table-01 tr th {
    color: white;
    background-color: rgba(115, 97, 80, 1);
}

.table-01 tr .table-title {
    background-color: rgba(248, 240, 232, 1);
}

.table-01 tr:nth-of-type(n+2) {
    border-top: 1px solid gray;
}


.table-01 tr th+th {
    border-left: 1px solid white;
}

.table-01 tr td+td {
    border-left: 1px solid gray;
}

.title-sub {
    margin-bottom: 10px;
    padding-left: 1.2em;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    position: relative;
}

.title-sub::before {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 0.3em;
    left: 0;
}

.voi .title-sub {
    font-size: 18px;
    letter-spacing: 0;
}

.voi .title-sub::before {
    width: 0.8em;
    height: 0.8em;
    top: 0.4em;
}

.bnr .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.bnr .item {
    width: 48%;
    overflow: hidden;
    margin: 1%;
    position: relative;
}

.bnr .item:nth-child(1),
.bnr .item:nth-child(2) {
    margin-bottom: 30px;
}

.bnr .item .text-box {
    width: 75%;
    max-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;
    padding: 0.5em;
    background: rgba(115, 97, 80, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.bnr .item .text-box dt,
.bnr .item .text-box dd {
    margin: 0.5em 0;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
}

.bnr .item .text-box .more .btn {
    display: inline-block;
    padding: 0.25em 1em;
    color: #fff;
    border: 1px solid;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.lef-line {
    padding-left: 20px;
    position: relative;
}

.lef-line::before {
    content: "";
    width: 10px;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.check-text {
    padding-left: 1.9em;
    position: relative;
}

.check-text+.check-text {
    margin-top: 0.5em;
}

.check-text:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.worries ul li {
    padding-left: 1.3em;
    position: relative;
}

.worries ul li:before {
    content: "\f058";
    display: inline-block;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    position:absolute;
    top:0;
    left:0;
}

.worries .box {
    padding: 50px;
    background-color: var(--color02);
}

.worries .items {
    padding: 30px;
    background-color: #fff;
}

.worries.new .box {
    background-color: #f8f0e8;
}

.worries ul li+li {
    margin-top: 15px;
}

@media (max-width: 1024px) {

    .table-01 tr th,
    .table-01 tr td {
        padding: 10px 5px;
        font-size: 16px;
    }

    .table-02 tr td:first-child {
        width: 20%;
    }

    .bnr .item {
        width: 70%;
    }

    .worries .items {
        padding: 30px 30px 100px;
    }
}

@media (max-width: 599px) {

    .table-01 tr th,
    .table-01 tr td {
        font-size: 14px;
    }

    .voi .title-sub {
        font-size: 16px;
        letter-spacing: 0;
    }

    .bnr .item .text-box {
        width: 87%;
    }

    .bnr .item {
        width: 100%;
    }

    .worries .box {
        padding: 15px;
    }

    .worries .items {
        padding: 15px 15px 110px;
    }
}

.che-acc ul li {
    margin-bottom: 10px;
    position: relative;
}

.che-acc ul li:before {
    content: "\f058";
    display: inline-block;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
}

.che-acc .box {
    padding: 50px;
    background-color: var(--color02);
}

.che-acc .items {
    padding: 30px;
    background-color: #fff;
}

@media (max-width: 599px) {

    .che-acc .box,
    .che-acc .items {
        padding: 15px;
    }
}

.text-bg {
    padding: 5px 10px;
    color: #fff;
    line-height: 2.5;
    border-radius: 5px;
    background: var(--color01);
}

.ribbon {
    width: 100%;
    max-width: 370px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 1rem;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    background-color: #08a058;
    position: relative;
}

.ribbon::before,
.ribbon::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #08a058 transparent;
    position: absolute;
    top: 0;
}

.ribbon::before {
    border-width: 25px 0px 25px 15px;
    left: -14px;
}

.ribbon::after {
    border-width: 25px 15px 25px 0px;
    right: -14px;
}

/* .ribbon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    padding: 0.5rem 3rem;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}

.ribbon::before,
.ribbon::after {
    content: "";
    width: 0;
    height: 0;
    height: 100%;
    border-style: solid;
    border-color: var(--color01) transparent;
    position: absolute;
    top: 0;
}

.ribbon::before {
    border-width: 22px 0 22px 15px;
    left: -15px;
}

.ribbon::after {
    border-width: 22px 15px 22px 0;
    right: -15px;
} */


/*---------------------
price_menu
----------------------*/

.price_menu_inner {
    padding: 60px 90px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 1.268px 2.719px 9.2px 0.8px rgba(0, 0, 0, 0.19);
    box-shadow: 1.268px 2.719px 9.2px 0.8px rgba(0, 0, 0, 0.19);
}

.price_menu_ttl {
    margin-bottom: 20px;
}

.price_menu_list li {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 25px 0;
    border-bottom: 1px dotted;
}

.price_menu_list_ttl {
    font-size: 18px;
    line-height: 1.875;
}

.price_menu_list_price {
    text-align: right;
}

@media (max-width:599px) {
    .ribbon {
        width: 90%;
        font-size: 18px;
    }

    .price_menu_inner {
        padding: 30px 15px;
    }

    .price_menu_list li {
        display: block;
        padding: 15px 0;
    }

    .price_menu_list_ttl {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .price_menu_list_price {
        line-height: 2.3;
    }

    .title-sub {
        font-size: 18px;
    }
}

.col1 {
    margin-bottom: 30px;
}

.col1 dt {
    width: 100%;
    text-align: left;
    border-bottom: 2px dotted var(--color01);
}

.col1 dd {
    width: 100%;
    margin-top: 10px;
    padding-left: 1.2em;
    text-align: left;
    border-bottom: none;
}

.table-cmn01.type02 dl>* {
    padding-bottom: 10px;
}

.uk-lb {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.uk-lb:hover {
    opacity: 0.6;
    cursor: pointer;
}

.prev-arrow::before {
    content: "\f104";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.next-arrow::before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.pager ul li {
    width: 50px;
    height: 50px;
}

.pager ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 0;
    position: relative;
}

.pager ul li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 18px;
    color: white;
    line-height: 100%;
    border: 1px solid var(--color01);
    border-radius: 0;
    background-color: var(--color01);
    opacity: 1;
    position: relative;
}

.pager ul li a:hover {
    color: white;
    border: 1px solid var(--color01);
    background-color: var(--color01);
    opacity: 1;
}

.list-side .datattl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 22px;
    color: var(--color01);
    border-bottom: 2px solid var(--color01);
}

.side .list-side .logo {
    width: 45px;
    margin-right: 10px;
}

.side .list-side .logo.new {
    width: 30px;
}

.detail-content {
    padding: 50px;
    border: 1px solid black;
}

.detail-content .data {
    margin: 30px 0;
}

.detail-content__title {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.2em;
}

.dynamic-block {
    margin-top: 80px;
}

.dynamic-block__title {
    padding: 10px;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: var(--color01);
}

.dynamic-block__list li {
    border-bottom: 1px solid #dadada;
}

.dynamic-block__list li a {
    display: block;
    padding: 10px;
}

@media (max-width: 1024px) {
    .detail-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dynamic-block li a {
        padding: 10px 5px;
    }
}

@media (max-width: 599px) {
    .d-none-b {
        display: block;
    }

    .detail-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.date {
    font-weight: bold;
    color: var(--color01);
}

.category span {
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    background-color: var(--color01);
}

.category span+span {
    margin-left: 5px;
}

.detail-content-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 2px;
    border-bottom: 3px solid var(--color01);
}

.detail-content-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    background: var(--color01);
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    letter-spacing: 2px;
}

.detail-content-text ol {
    counter-reset: count 0;
}

.detail-content-text ol li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content-text ol li::before {
    content: counter(count) ". ";
    display: inline-block;
    counter-increment: count 1;
    color: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content-text ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content-text ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: var(--color01);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content-text ol li marker {
    display: none;
}

.detail-content-text iframe[src*="youtube"] {
    height: auto;
    margin-top: 30px;

    aspect-ratio: 16 / 9;
}

.qa-c li a {
    display: block;
    padding: 5px 5px;
    color: #fff;
    letter-spacing:0;
    border: var(--color01) solid 2px;
    border-radius: 3em;
    background: var(--color01);
}

.m3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 65px;
    text-align: center;
    position: relative;
}

.m3 span {
    width: 100%;
    min-width: 200px;
    max-width: 250px;
    display: block;
    padding: 5px 5px;
    color: #fff;
    letter-spacing: 0.2em;
    border: var(--color01) solid 2px;
    border-radius: 3em;
    background: var(--color01);
    position: relative;
}

.m3:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--color01);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.must {
    margin-left: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: var(--color01);
}

.contact-item {
    padding: 20px 0;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 10px;
}

.contact-item dd textarea {
    height: 300px;
}

.sb-tex {
    display: inline;
    padding: 5px 10px;
    color: #fff;
    line-height: 2.5;
    border-radius: 5px;
    background: var(--color01);
}

.category span .voice-category span {
    display: inline-block;
    margin: 0.1em;
    padding: 0.25em 1em;
    color: white;
    line-height: 1;
    border-radius: 0.25em;
    background-color: var(--color01);
}

.contact-tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-tel a * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-inner {
    height: 100%;
}

.box-border-01 {
    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: 1.5em;
    border: 1px solid var(--color01);
    border-radius: 1em;
}

.hpb-link {
    max-width: 200px;
    margin: 10px auto;
}

.liin-link {
    max-width: 80px;
    margin: 10px auto;
}

.bgi-content {
    position: relative;
    z-index: 2;
}

.bgi-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bgi-img .img {
    width: 100%;
    height: 100%;
}

.bgi-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.bgi-parent {
    position: relative;
}

.filter-green {
    background-color: var(--color02);
}

.filter-green img {
    opacity: 0.2;
}

.catch-text {
    margin: 3em 0;
    font-weight: bold;
    font-size: clamp(1.5rem, 1.216rem + 1.21vw, 2.125rem);
    letter-spacing: 0.1em;
    text-align: center;
}

.catch-text .strong {
    font-size: 150%;
    color: #ed161e;
}

.newmo {
    overflow: hidden;
    padding: 2em;
    border-radius: 2em;
    background-color: white;
    -webkit-box-shadow: 20px 20px 60px #dcdcdc, -20px -20px 60px white;
    box-shadow: 20px 20px 60px #dcdcdc, -20px -20px 60px white;
}

.pr-20 {
    padding-right: 20%;
}

@media (max-width: 599px) {
    .pr-20 {
        padding-right: 0%;
    }

    .newmo {
        padding: 1em;
    }

    .catch-text {
        font-size: 16px;
    }

    .catch-text .strong {
        font-size: 120%;
    }

    .rec-area .btn a {
        min-width: 170px;
        font-size: 14px;
    }
}

.list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-table+.list-table {
    border-top: 1px solid #736150;
}

.list-table dt,
.list-table dd {
    padding: 1.5em 1em;
}

.list-table dt {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    background-color: var(--color02);
}

.up-btn-smoosh-ori .list-table dt {
    width: 30%;
}

.list-table dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: white;
}

.list-table-wrap {
    overflow: hidden;
    border: 1px solid #736150;
}

.inner-rec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em 0;
}

.inner-rec-list .m-text {
    width: 100%;
    max-width: 145px;
    padding-right: 1em;
    font-weight: bold;
    position: relative;
}

.inner-rec-list .m-text::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.inner-rec-list .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.triangle-down li:not(:last-child) {
    padding-bottom: 120px;
    position: relative;
}

.triangle-down li:not(:last-child)::after {
    content: "";
    width: 70px;
    height: 70px;
    border-top: 23px solid var(--color01);
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

@media (max-width: 1024px) {
    .inner-rec-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {

    .list-table dt,
    .list-table dd {
        width: 100%;
    }

    .up-btn-smoosh-ori .list-table dt {
        width: 100%;
    }

    .list-table dt {
        padding: 1em;
    }

    .list-table dd {
        padding: 1em 1em 1.5em 2em;
    }

    .inner-rec-list {
        margin-bottom: 10px;
    }

    .inner-rec-list .m-text,
    .inner-rec-list .text {
        width: 100%;
        max-width: 100%;
    }

    .inner-rec-list .m-text::after {
        content: none;
    }
}

[data-element-id] .beauty li .text,
[data-element-id] .symptom li .text {
    height: auto;
    outline: 0px solid #fff;
}

[data-element-id] .beauty li .img,
[data-element-id] .symptom li .img {
    outline: 3px solid #fff;
    outline-offset: -25px;
}

[data-element-id].fead-order>* {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    ;
}

[data-element-id] .slk1>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .slk1>div li {
    width: 15%;
}

[data-element-id] header {
    height: 700px;
}

[data-element-id] .headerSp {
    display: block;
    margin-bottom: 50px;
    border: solid 4px black;
    position: relative;
}

[data-element-id] .headerSp:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id] .headerm1 {
    display: block;
    margin-bottom: 50px;
    border: solid 4px #07d;
    position: relative;
}

[data-element-id] .headerm1:after {
    content: "当院について内のテキスト";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #07d;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

[data-element-id] .headerm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border: solid 4px #07d;
    position: relative;
}

[data-element-id] .headerm2:after {
    content: "施術メニュー・料金表内のテキスト";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #07d;
        position:absolute;
    top:0;
    left:0;
    width:100%;
}

[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #556b2f;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #556b2f;
}

[data-element-id] .abtest-parent>div>div {
    opacity: 1;
}

[data-element-id] .abtest-parent>div>div:nth-of-type(n+2) {
    display: block;
}

[data-element-id] .header .fcoupon.ab .tel a .mn-t {
    display: block;
}

[data-element-id] .header .fcoupon .tel a .mn-t {
    font-size: 16px;
}

[data-element-id] .header .fcoupon a .mn-t {
    display: none;
}

[data-element-id] .header .fcoupon.ab .tel {
    margin-bottom: 0;
}

[data-element-id] .header .fcoupon.ab .txt a,
[data-element-id] .header .fcoupon.ab .tel a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

[data-element-id] .header .fcoupon.ab .tel a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[data-element-id] .header .fcoupon.ab .tel-logo {
    width: 50px;
    height: 50px;
    margin: 0;
}

[data-element-id] .judge a[href=""],
[data-element-id] .judge a[href="#"] {
    display: block;
}

[data-element-id] .judge {
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

/*[data-element-id] .judge::before {
    content: "リンク未設定で非表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}*/

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
}

[data-element-id] .up-d-none:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: black;
}

[data-element-id] .up-sp-text {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

[data-element-id] .homevisual .head .up-sp-text {
    font-size: 18px;
}

[data-element-id] .homevisual .head .up-sp-text .catc {
    font-size: 30px;
}

[data-element-id] .up-sp-text .re-ttr .ja {
    font-size: 24px;
}

[data-element-id] .up-sp-text .re-ttr .en {
    font-size: 28px;
}

[data-element-id] .up-sp-text .sb-ttl {
    font-size: 18px;
}

[data-element-id] .up-sp-text .up-fz-18\@sp {
    font-size: 18px;
}

[data-element-id] .subimg .tit .up-sp-text .ja {
    font-size: 22px;
}

[data-element-id] .subimg .tit .up-sp-text .en {
    font-size: 16px;
}

[data-element-id] .symptom li .text .up-sp-text,
[data-element-id] .beauty li .text .up-sp-text {
    font-size: 16px;
}

[data-element-id] .answer-text {
    display: block;
}

[data-element-id] .list-inner .num-box {
    margin-bottom: 30px;
}





[data-element-id].ab-test{
  padding:20px;
  margin:20px;
}




.ab-test-content-b {
    display: none;
}

header .fixed.list-sns,
header .fixed.btn-line {
    display: none;
}

.textion-list {
    display: block;
}

.textion-list li {
    padding-left: 1rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.textion-list li:last-child {
    margin-bottom: 0px;
}

.textion-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--color01);
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.nav_logo a,
.nav_logo img{
  display:block;
}

[data-element-id].fcoupon a{
  position:relative;
} 

[data-element-id].fcoupon a::after{
  position:absolute;
  bottom:0;
  left:0;
} 

[data-element-id].gnav{
  max-width:100%;
}

.js-split-tag>span{
  display:inline-block;
  padding:1px 10px;
  border:1px solid #736150;
  color: #736150;
  background:#fff;
  font-size:14px;
  margin:0 3px 3px 0;
}

[data-element-id].up-sp-text .ttl-main{
  font-size:18px;
}

.list-cc-voice-03 .alt{
  font-weight:bold;
}











/* form */
.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #000;
    background-color: #fff;
}

.formlist {
    max-width: 900px;
}

.formitem {
    padding: 1em 0;
}

.formitem dt {
    width: 30%;
}

.formitem .reqw {
    margin-left: 1em;
    padding: 0.5em 1em;
    color:#fff;
    text-align: center;
    background-color: var(--color01);
}

.formitem dd {
    width: 66%;
}

.formitem dd .inputlist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
}

.formitem dd input {
    width: 100%;
    padding: 0.25em 0.5em;
}

.formitem dd select {
    padding: 0.25em 0.5em;

    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.formitem dd input[type="radio"] {
    display: none;
}

.formitem dd input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    line-height: 200%;
    position: relative;
}

.formitem dd input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}

.formitem dd input[type="radio"]:checked+label::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 6px;
    left: 2px;
}

.formitem dd input[type="radio"]:checked+label {
    border-bottom: 1px solid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.formitem dd textarea {
    width: 100%;
    height: 250px;
    padding: 0.25em 0.5em;
}

@media (max-width:1024px) {
    .formitem dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .formitem dt label {
        display: block;
    }

    .formitem dd {
        width: 100%;
    }

}

@media (max-width:599px) {

}

.form01 .formlist .formitem .checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}

.form01 .formlist .formitem .checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #000;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 7px;
    left: 0;
}

.form01 .formlist .formitem .checkboxer.v2 label::before {
  top: 3px;
}

.form01 .formlist .formitem .checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.form01 .formlist .formitem .checkboxer input {
    display: none;
}

.form01 .formlist .formitem .checkboxer input:checked+label {
    text-decoration: underline;
}

.form01 .formlist .formitem .checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: red;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 5px;
    left: 2px;
}

.form01 .formlist .formitem .checkboxer.v2 input:checked+label::after {
    top: 3px;
}







.abb a{
  animation: pump 1.5s linear infinite;
}



@keyframes pump {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}


.wrapper.contact ~ .footer .contact-img-section{
  display:none;
}

[data-element-id].wrapper.contact ~ .footer .contact-img-section{
  display:block;
  border:3px solid green;
  position:relative;
}

[data-element-id].wrapper.contact ~ .footer .contact-img-section::after {
    content: "このページでは非表示";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: green;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

[data-element-id] .header .header-inner{height:auto;}


.pc3-sp4>*:nth-child(4){
  display:none;
}

@media(max-width:599px){
  .pc3-sp4>*:nth-child(4){
  display:block;
}
}

.fix-btns{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}

.tell-ball a{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.ab-test-content-b .tell-ball a{
  animation: pump 1.5s linear infinite;
}

.tell-logo{
  width:36px;
  height:36px;
  display:flex;
  justify-content: center;
  align-items:center;
  background-color:#08a058;
  border-radius:50%;
  overflow:hidden;
}


.tell-logo img{
  width:50%;
}

.tel-txt{
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  white-space:nowrap;
  margin-left:5px;
}

.mail-ball{
  margin-left:12px;
}

.mail-ball a{
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  background-color:#08a058;
  padding:5px 5px;
}

.ab-test-content-b .mail-ball a{
  animation: pump 1.5s linear infinite;
}

.mail-logo{
  width:25px;
  height:25px;
  display:flex;
  justify-content: center;
  align-items:center;
}

.mail-logo img{
  width:100%;
}

.mail-txt{
  font-weight: 500;
  font-size: 14px;
  line-height: 1em;
  white-space:nowrap;
  color:#fff;
  margin-left:5px;
}


  .fixed .fix-btns{
    position:fixed;
    bottom:15px;
    left:15px;
    display:block;
    z-index:3;
  }
  
  .fixed .tell-ball a{
    position:relative;
    pointer-events: auto;
  }
  
  .fixed .tell-logo{
  width:45px;
    height:45px;
    position:relative;
    z-index:1;
}
  
  .fixed .tel-txt{
  position:absolute;
  top:50%;
  left:80%;
  transform:translateY(-50%);
  background-color:#fff;
  border:1px solid #08a058;
  margin-left:0;
  max-width:0px;
  transition:.4s;
  overflow:hidden;
}

.fixed .tell-ball a:hover{
  opacity:1;
}

.fixed .tell-ball:hover .tel-txt{
  padding:5px 5px 5px 10px;
  max-width:300px;
}

.fixed .mail-ball {
    margin-left: 0px;
    margin-top:15px;
}

.fixed .mail-ball a {
    position:relative;
    background-color:transparent;
    padding:0;
}

  .fixed .mail-logo{
  width:45px;
    height:45px;
  display:flex;
  justify-content: center;
  align-items:center;
  background-color:#08a058;
  border-radius:50%;
  overflow:hidden;
     position:relative;
    z-index:1;
    
}

.fixed .mail-logo img{
  width:70%;
}

  .fixed .mail-txt{
  position:absolute;
  top:50%;
  left:80%;
  transform:translateY(-50%);
  background-color:#fff;
  border:1px solid #08a058;
  color:#08a058;
  margin-left:0;
  max-width:0px;
  transition:.4s;
  overflow:hidden;
}

.fixed .mail-ball a:hover{
  opacity:1;
}

.fixed .mail-ball a:hover .mail-txt{
  padding:8px 5px 8px 10px;
  max-width:300px;
}

@media(max-width:1024px){
  .fix-btns{
    position:fixed;
    bottom:15px;
    left:15px;
    display:block;
    z-index:3;
  }
  
  .tell-ball a{
    position:relative;
  }
  
  .tell-logo{
  width:45px;
    height:45px;
    position:relative;
    z-index:1;
}
  
  .tel-txt{
  position:absolute;
  top:50%;
  left:80%;
  transform:translateY(-50%);
  background-color:#fff;
  border:1px solid #08a058;
  margin-left:0;
  max-width:0px;
  transition:.4s;
  overflow:hidden;
}

.tell-ball a:hover{
  opacity:1;
}

.tell-ball a:hover .tel-txt{
  padding:5px 5px 5px 10px;
  max-width:300px;
}

.mail-ball {
    margin-left: 0px;
    margin-top:15px;
}

.mail-ball a {
    position:relative;
    background-color:transparent;
    padding:0;
}

  .mail-logo{
  width:45px;
    height:45px;
  display:flex;
  justify-content: center;
  align-items:center;
  background-color:#08a058;
  border-radius:50%;
  overflow:hidden;
     position:relative;
    z-index:1;
    
}

.mail-logo img{
  width:70%;
}

  .mail-txt{
  position:absolute;
  top:50%;
  left:80%;
  transform:translateY(-50%);
  background-color:#fff;
  border:1px solid #08a058;
  color:#08a058;
  margin-left:0;
  max-width:0px;
  transition:.4s;
  overflow:hidden;
}

.mail-ball a:hover{
  opacity:1;
}

.mail-ball a:hover .mail-txt{
  padding:8px 5px 8px 10px;
  max-width:300px;
}





}

footer .tel-logo{
  background: var(--color01);
  border-radius:50%;
}

footer .btn-line{
  position:relative;
  left:0;
  top:0;
  bottom:0;
  right:0;
}


.footinfo td.dds{
  width:1em;
  max-width:1em;
  display:block;
  text-align: center;
}

@media(max-width:599px){
  .fnav .data {
    font-size:14px;
}


.inner:has(+ .bg-gry),
.inner:has(+ .bg-gry2),
.inner:has(+ .bg-gry3){
  padding-bottom:60px;
}

}

.up-reader2\@sp{
          white-space: normal;
}


.text-ls{
    letter-spacing: 0.75em;
}

@media(max-width:599px){
  .text-ls{
    letter-spacing: 0.05em;
}
}





.radius-10 {
    overflow: hidden;
    border-radius: 10px;
}

.line-btn a{
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px;
    background-color: #06c755;
    color: #fff;
}

.line-pare {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.line-pare::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(/upload/tenant_1/line01.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}





.contact01.btn-box{
  display:flex;
  align-items: flex-end;
}

.contact01.btn-box li{
  width:50%;
}

.contact01.btn-box .btnc{
  width:100%;
  font-size:20px;
  color: #736150;
  background-color:#aaa;
  padding:10px 20px;
  border-radius:0 30px 0 0;
  border-top:3px solid #f8f0e8;
  border-right:3px solid #f8f0e8;
  font-weight:bold;
}

.contact01 li {
    cursor: pointer;
}

.btnc:hover {
    cursor: pointer;
}

.contact01.btn-box .btnc.active {
  background-color:#fff;
  padding:20px 20px;
}

.btnc.active::before {
    display: inline-block;
}

.contact02 {
    display: none;
    padding: 30px;
    background-color: #fff;
    color: var(--c0lor05);
    border:2px solid var(--color-01)
}

.contact02 dl {
    padding: 11px 15px;
    border-bottom: 1px solid #3f200e;
}

.contact02.active {
    display: block;
}

[data-element-id].contact02 {
    display:block;
    margin-top:60px;
    border:5px solid orange;
}



[data-element-id].contact02::before {
    content:"お問い合わせフォーム";
    text-align:center;
    width:100%;
    display:block;
    background-color:orange;
    color:#fff;
    margin-bottom:30px;
}

[data-element-id].content-box .contact02:nth-child(2)::before{
   content:"オンライン予約フォーム";
}

[data-element-id].mkt .contact02{
  bordfer:0px solid #000;
}

[data-element-id].mkt .contact02::before{
  display:none;
}


.contact02{
  padding:0px;
}

.contact01 {
        padding: 0px 0;
    }
    
    .contact-set li{
      flex:auto;
      flex-grow:1;
    }
    
    .contact-set li .btnc.active{
  padding:20px 0;
}


@media(max-width:599px){
  .contact01.btn-box .btnc{
  font-size:16px;
  padding:8px 10px;
}

.contact01.btn-box .btnc.active {
  padding:15px 10px;
}

.form-box{
  padding:30px 15px;
}
}
