@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; */
/*===================================
  基本設定
===================================*/
html {
    font-family: "Noto Sans JP", sans-serif;
}

.color01 {
    color: #000;
}

.color02 {
    color: #000;
}

.color03 {
    color: #000;
}

.color04 {
    color: #000;
}

.bgcolor01 {
    background-color: #000;
}

.bgcolor02 {
    background-color: #000;
}

.bgcolor03 {
    background-color: #000;
}

.bgcolor04 {
    background-color: #000;
}

.noinner {
    max-width: 500px;
    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: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
}

.noinner.-left {
    margin-left: auto;
}

.noinner.-right {
    margin-right: auto;
}

.text-lh {
    line-height: 2;
}

.text-ls {
    letter-spacing: 0.75em;
}

.btn-ls a {
    letter-spacing: 0.5em;
}

.ele {
    display: inline-block;
    margin-left: 1em;
}

.line-two {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 2;
}

.line-three {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;

    -webkit-line-clamp: 3;
}

.list-recommend li a {
    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;
}

.list-recommend li a .recommend-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 1024px) {
    .text-lh {
        line-height: 1.8;
    }

    .text-ls {
        letter-spacing: 0.5em;
    }
}

@media (max-width: 599px) {
    .text-ls {
        letter-spacing: 0;
    }

    .btn-ls a {
        letter-spacing: 0.25em;
    }
}

/* 共通コンテンツ間隔 */
.area {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 599px) {
    .area {
        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;
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
    font-size: 28px;
    text-align: center;
}

@media (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 24px;
    }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
    max-width: 180px;
    margin-top: 50px;
}

.btn-cmn01 a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    background: #000;
    position: relative;
}

.btn-cmn01 a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 5px;
}

.btn-cmn01.btn-back a:after {
    content: "\f053";
    left: 5px;
    right: inherit;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    padding: 0 5px;
    font-size: 12px;
}

/* icon */
.judge a[href=""],
.judge a[href="#"] {
    display: none;
}

[class*="icon-fa"] {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
}

[class*="icon-fa"]::before {
    line-height: 1;
}

[class*="icon-fa-brands"]::before {
    font-family: "Font Awesome 5 Brands";
}

.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-line {
    position: relative;
}

.icon-fa-brands-line::before {
    content: "\f3c0";
    color: #00b300;
    position: relative;
    z-index: 2;
}

.icon-fa-brands-line::after {
    content: "";
    width: 80%;
    height: 80%;
    display: block;
    margin: auto;
    background-color: white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

/* sns */
.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1em;
}

.list-sns li a {
    display: block;
    margin: 0.2em;
    font-size: 2em;
    line-height: 1;
}

@media (max-width: 599px) {
    .list-sns {
        margin: 0 0.5em;
    }
}

/**
ヘッダー
header
*/
.header {
    padding: 10px 0 0;
}

.header .header-inner {
    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 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .contents {
padding: 15px 0;
}

.header .contents .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .contents.fixed .box {
    width: 98%;
    max-width: 1200px;
    margin: auto;
}

.header .logo img {
    max-height: 50px;
}

.header .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .fcoupon .txt {
    width: 283px;
    margin-left: 30px;
    line-height: 120%;
}

.header .fcoupon.fixed .txt {
    margin-left: 0;
}

.header .fcoupon .txt a {
    height: 48px;
    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: #08a058;
}

.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: #08a058;
}

.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: 30px;
}

.header .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

/* .header .right .tel a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
} */

.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: #08a058;
}

.header .fcoupon.fixed.ab .txt a .mn-t,
.header .fcoupon.fixed.ab .tel a .mn-t {
    display: none;
}

/* .fcoupon.fixed.ab{
  flex-direction: row;
} */
.ab .tel {
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .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: 20px 0;
    }

    .header .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header {
        padding: 5px 0;
    }

    .header .logo img {
        max-height: 32px;
    }

    /* .header .right {
    display: none;
  } */
}

@media (max-width: 599px) {
    .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .header .contents {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 10px 0;
    }
}

/* 下部固定コンテンツ */
.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: 10px 0 0;
    position: relative;
    z-index: 100;
    /* border-bottom: 1px solid #d9d9d9; */
}

.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;
}

.gnav .list02 {
    width: 550px;
    max-width: 100vw;
    visibility: hidden;
    padding-top: 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    position: absolute;
    left: 50%;
}

/* .gnav .item02 a {
  position: relative;
  display: block;
  padding: 5px 0 5px 20px;
} */
/* @media (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 33px;
    right: 50px;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    z-index: 9;
    overflow: hidden;
    box-shadow: 0 8px 30px 0 rgb(0 0 0 / 30%);
    background-color: #353746;
    animation: border-transform 7s linear infinite;
    transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .gnav .wrap {
    padding-bottom: 100px;
  }
  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }
  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }
  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
  }
  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
} */
[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 .copy {
        padding-bottom: 80px;
    }
}

/**
フッターナビ
fnav
*/
.fnav {
    padding: 80px 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 .datawrap {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
} */
.fnav .datattl {
    width: 90%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(218, 218, 218, 1);
    position: relative;
}

/* .fnav .datattl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: '';
} */
.fnav .data {
    margin-bottom: 1.5em;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

/* .fnav .data a {
  position: relative;
  padding-left: 12px;
} */
/* .fnav .data a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #000;
  content: '';
} */
@media (max-width: 599px) {
    .fnav .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav .list01 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fnav .list02 {
        width: 100%;
    }
}

@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;
}

.homevisual .img {
    min-height: 300px;
    position: relative;
    /* max-height: 700px; */
}

.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 60%;
    position: relative;
    z-index: -1;
}

.homevisual .img 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%;";
    position: absolute;
    top: 0;
    left: 0;
}

/*IE対策*/
.homevisual .head {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 30px;
    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%;
}

@media (max-width: 599px) {
    .homevisual .head {
        font-size: 18px;
    }
}

/* 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;
    }
}

.tel-logo,
.maillogo {
    width: 36px;
    height: 36px;
    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: #08a058;
}

.ab .tel-logo {
    margin-right: 10px;
}

.ab.fixed .tel-logo {
    margin-right: 0px;
}

/* グローバルナビ
gnav */
/* 
.accordion-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */
@media (max-width: 1024px) {
    .ab .tel-logo {
        margin-right: 0px;
    }

    .accordion-body {
        overflow: auto;
        padding: 200px 30% 200px;
    }

    /* .accordion-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow: auto;
    height: 100%;
    padding: 0 10px 80px; 
  } */
}

/* [data-element-id] .accordion-body {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 280px;
} */
.nav_logo {
    display: none;
    margin-right: 20px;
}

.nav_logo img {
    max-height: 30px;
}

@media (max-width: 1024px) {
    .nav_logo {
        width: 100%;
        display: block;
        margin-right: 0;
        padding: 20px 40px;
        text-align: center;
    }

    .nav_logo img {
        max-height: 50px;
    }
}

[data-element-id] .nav_logo {
    display: block;
}

.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;
}

.nav_global01>.item>* {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
}

.nav_global01 .parent {
    position: relative;
    z-index: 1;
}

.nav_global01 .nav_wrap {
    width: 550px;
    max-width: 100vw;
    visibility: hidden;
    padding-top: 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    position: absolute;
    left: 50%;
}

[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);
}

[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(-30%, 50px);
    transform: translate(-30%, 50px);
}

.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: 30px;
}

.nav_global01 .parent:hover .nav_wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.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;
    }

    .nav_global01 .parent:hover .nav_wrap {
        -webkit-transform: none;
        transform: none;
    }

    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[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;
}

/* @media (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
  .toggle {
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
    display: block !important;
    width: 42px;
    height: 42px;
    background: #fd87a0;
    opacity: 0.8;
    cursor: pointer;
  }
  .toggle .bar {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -1px;
    padding: 0;
    width: 28px;
    height: 2px;
    background: #fff;
    text-indent: 9999px;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
  }
  .toggle .bar:before,
  .toggle .bar:after {
    position: absolute;
    left: 0;
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    content: '';
  }
  .toggle .bar:before {
    top: -10px;
  }
  .toggle .bar:after {
    top: 10px;
  }
  .toggle.active .bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .toggle.active .bar:after,
  .toggle.active .bar:before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
} */
[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) {
    .header .fcoupon .txt {
        margin-left: 0;
    }

    /* .fcoupon{
    display: flex;
    align-items: flex-start;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    flex-direction: column;
  } */
    .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: 0;
        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: #08a058;
    }

    .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;
        -webkit-transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 1500ms ease,
        top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        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;
        -webkit-transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms 1750ms ease,
        right 100ms 1750ms ease,
        margin-top 100ms ease,
        transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        position: absolute;
        top: 10px;
        right: 4px;
        z-index: 20;
    }

    .menu-icon:checked+label:before {
        height: 2px;
        border-width: 0;
        background-color: #ececee;
        -webkit-transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 340ms ease,
        top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        background-color 200ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
    }

    .menu-icon:checked+label:after {
        width: 30px;
        margin-top: 0;
        -webkit-transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms ease,
        right 100ms ease,
        margin-top 100ms 500ms ease,
        transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 0;
    }

    .gnav {
        width: 70px;
        height: 70px;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: #089d57;
        -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
        transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
        transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
        -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 {
        width: 200%;
        height: 130%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
        transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
        transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        top: 50%;
        right: 50%;
        /* animation: border-transform2 7s linear infinite; */
    }

    /* 
.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;
    }

    .menu-icon:checked~.gnav ul li:nth-child(1) {
        -webkit-transition-delay: 1400ms;
        transition-delay: 1400ms;
    }

    .menu-icon:checked~.gnav ul li:nth-child(2) {
        -webkit-transition-delay: 1480ms;
        transition-delay: 1480ms;
    }

    .menu-icon:checked~.gnav ul li:nth-child(3) {
        -webkit-transition-delay: 1560ms;
        transition-delay: 1560ms;
    }

    .menu-icon:checked~.gnav ul li:nth-child(4) {
        -webkit-transition-delay: 1640ms;
        transition-delay: 1640ms;
    }

    /* 

.logo {
  position: absolute;
  top: 60px;
  left: 50px;
  display: block;
  z-index: 11;
  transition: all 250ms linear;
} */
    .logo img {
        width: auto;
        height: 26px;
        display: block;
    }
}

.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-smoosh2 a,
.up-btn-smoosh2 button {
    overflow: hidden;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: solid 1px #08a058;
    background: #08a058;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.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-smoosh2 button:hover {
    color: #08a058;
    opacity: 1;
}

.up-btn-smoosh2 a:hover: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.new .ja::before {
    content: url("/import/tenant_1/160.16.102.67/html/images/AdobeStock_326069105.png");
    position: absolute;
    top: -10%;
    left: -50px;
}

.re-ttr.new .ja::after {
    content: url("/import/tenant_1/160.16.102.67/html/images/AdobeStock_326069105r.png");
    position: absolute;
    top: -10%;
    right: -50px;
}

.re-ttr .en {
    display: block;
    font-size: 44px;
    letter-spacing: 0.2em;
}

.re-ttr .ja::before {
    content: url("/import/tenant_1/160.16.102.67/html/images/AdobeStock_326069105.png");
    position: absolute;
    top: -30%;
    left: -80px;
}

.re-ttr .ja::after {
    content: url("/import/tenant_1/160.16.102.67/html/images/AdobeStock_326069105r.png");
    position: absolute;
    top: -30%;
    right: -80px;
}

.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 {
    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 30px;
    color: #fff;
    background: #08a058;
    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 30px;
    color: #fff;
    background: #08a058;
    position: relative;
}

.btn.new a {
    min-width: 174px;
    max-width: 552px;
    min-height: 103px;
    font-size: 20px;
}

.btn a::after,
.btn button::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;
}

.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;
        font-size: clamp(0.875rem, 0.591rem + 1.21vw, 1.5rem);
    }

    .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 .ja {
        font-size: 14px;
    }
    .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: 340px;
    display: block;
    background-size: cover;
    background-color: #f1f4e9;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.bg-gry2 {
    width: 100%;
    height: 190px;
    display: block;
    background-size: cover;
    background-color: #f1f4e9;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.bg-gry3 {
    width: 100%;
    height: 190px;
    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: #08a058;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: -15px;
    left: 50%;
}

.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;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
    outline: 3px solid #fff;
    outline-offset: -25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 0.2em;
}

.beauty li .img {
    background: #5f8867;
    position: relative;
}

.beauty li .img img {
    opacity: 0.5;
}

.beauty li .text {
    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;
    font-size: 24px;
    color: #fff;
    text-align: center;
    outline: 3px solid #fff;
    outline-offset: -25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: 0.2em;
}

.bg-img {
    width: 100%;
    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 rgba(8, 160, 88, 1);
    border-radius: 50%;
    background: rgba(8, 160, 88, 1);
    position: absolute;
    z-index: 1;
}

.slk1 .slick-prev:before,
.slk1 .slick-next:before {
    color: #fff;
}

.slk1 .slick-prev {
    border: solid 1px rgba(8, 160, 88, 1);
    background: rgba(8, 160, 88, 1);
    top: -50px;
    left: auto;
    right: 100px;
}

.slk1 .slick-next {
    border: solid 1px rgba(8, 160, 88, 1);
    background: rgba(8, 160, 88, 1);
    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 #f1f4e9;
    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;
}

/* .question-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 35%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
} */

/* .question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
} */

.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: rotate(0);
    transform: rotate(0);
}

.bgc-gr {
    background: #f1f4e9;
}

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: flex-start;
    font-weight: 500;
    font-size: 30px;
}

.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;
}

.c-g {
    color: #08a058;
}

.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;
    }
}

@media (max-width: 599px) {
     .up-ml-80\@tb{
      margin-left:50px;
    }
    .recruit .text {
        bottom: 0;
    }

    .pagettl {
        padding: 0 60px 0 0;
    }

    .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;
    }

    .map {
        padding-top: 70%;
    }

    .fnav {
        padding: 40px 0;
    }

    .logo img {
        margin: auto;
    }

    footer .tel a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .logo img {
        height: 20px;
    }
}

.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 5px #555;
}

.subimg .tit .en {
    display: block;
    margin-top: 10px;
    font-size: 1.2vw;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: 0px 0px 5px #555;
}

.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: #08a058;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 0;
}

.ttl-main:after {
    content: "";
    width: 100%;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #08a058), color-stop(20%, #08a058), color-stop(0%, #91dbb9));
    background: linear-gradient(90deg, #08a058 10%, #08a058 20%, #91dbb9 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-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 #08a058;
}

.img-logo01 {
    position: relative;
}

.img01 {
    position: absolute;
    top: 50px;
    right: 50px;
}

.img01 img {
    width: 160px;
}

.img02 {
    position: absolute;
    top: 50%;
    right: 50px;
}

.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;
    }

 /*    .img03 {
     top: -5%;
     right: 5%;
 } */
}

@media (max-width: 599px) {
/*     .img05.new img {
    display: none;
} */

    .img05 {
        bottom: 2%;
        right: 2%;
    }

    .img01,
    .img03 {
        display: none;
    }

    .info .cor-box {
        padding: 10px;
    }
}

.breadcrumbs {
    padding: 30px 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;
    padding-left: 1em;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: #08a058;
}

.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: 20px 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: 1em;
    }

    .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;
}

.table-01 {
    width: 100%;
    min-width: 600px;
    table-layout: fixed;
    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: #08a058;
    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;
    text-align: center;
    letter-spacing: 0.2em;
}

.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: #08a058;
    position: absolute;
    top: 0;
    left: 0;
}

.check-text {
    margin-left: 1.9em;
    text-indent: -0.9em;
    position: relative;
}
_::-webkit-full-page-media, _:future, :root .worries ul li {
margin-left: 0;
padding-left: 1.5em;
text-indent: 0;
}
_::-webkit-full-page-media, _:future, :root .worries ul li:before {
content: "\f058";
display: inline-block;
padding-right: 0;
font-family: "Font Awesome 5 Free";
font-weight: bold;
font-size: 18px;
color: #08a058;
position: absolute;
top: 0;
left: 0;
}
_::-webkit-full-page-media, _:future, :root .check-text {
margin-left: 0;
padding-left: 1.5em;
text-indent: 0;
}
_::-webkit-full-page-media, _:future, :root .check-text:before {
content: "\f058";
display: inline-block;
padding-right: 0;
font-family: "Font Awesome 5 Free";
font-weight: bold;
font-size: 18px;
color: #08a058;
position: absolute;
top: 0;
left: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, .check-text,
	::i-block-chrome, .worries ul li{
margin-left: 0;
padding-left: 1.5em;
text-indent: 0;
}
::i-block-chrome, .check-text:before,
::i-block-chrome, .worries ul li:before{
content: "\f058";
display: inline-block;
padding-right: 0;
font-family: "Font Awesome 5 Free";
font-weight: bold;
font-size: 18px;
color: #08a058;
position: absolute;
top: 0;
left: 0;
}
}

.check-text+.check-text {
    margin-top: 0.5em;
}

.check-text:before {
    content: "\f058";
    display: inline-block;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    color: #08a058;
}

.worries ul li {
    margin-left: 1.9em;
    text-indent: -0.9em;
    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: #08a058;
}

.worries .box {
    padding: 50px;
    background-color: #f1f4e9;
}

.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: #08a058;
}

.che-acc .box {
    padding: 50px;
    background-color: #f1f4e9;
}

.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: #08a058;
}

.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: -15px;
}

.ribbon::after {
    border-width: 25px 15px 25px 0px;
    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 #08a058;
}

.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 #08a058;
    border-radius: 0;
    background-color: #08a058;
    opacity: 1;
    position: relative;
}

.pager ul li a:hover {
    color: white;
    border: 1px solid #08a058;
    background-color: #08a058;
    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: #08a058;
    border-bottom: 2px solid #08a058;
}

.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: #08a058;
}

.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: #08a058;
}

.category span {
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    background-color: #08a058;
}

.category span+span {
    margin-left: 5px;
}

.detail-content-text h2 {
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #08a058;
}

.detail-content-text h3 {
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #08a058;
}

.detail-content-text h4 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.qa-c li a {
    display: block;
    padding: 5px 5px;
    color: #fff;
    border: #08a058 solid 2px;
    border-radius: 3em;
    background: #08a058;
    letter-spacing: 0.2em;
}

.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;
    border: #08a058 solid 2px;
    border-radius: 3em;
    background: #08a058;
    position: relative;
    letter-spacing: 0.2em;
}

.m3:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #08a058;
    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: #08a058;
}

.contact-item {
    padding: 20px 0;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 10px;
}

.contact-item dd textarea {
    height: 150px;
}

.sb-tex {
    display: inline;
    padding: 5px 10px;
    color: #fff;
    line-height: 2.5;
    border-radius: 5px;
    background: #08a058;
}

.voice-category span {
    display: inline-block;
    margin: 0.1em;
    padding: 0.25em 1em;
    color: white;
    line-height: 1;
    border-radius: 0.25em;
    background-color: #08a058;
}

.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 #08a058;
    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: #f1f4e9;
}

.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%;
}
}


[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: 570px;
}

[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 #0077dd;
    position: relative;
}

[data-element-id] .headerm1:after {
    content: "当院について内のテキスト";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #0077dd;
}

[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 #0077dd;
    position: relative;
}

[data-element-id] .headerm2:after {
    content: "メニュー一覧内のテキスト";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #0077dd;
}

[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;
}
