@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap");

/*===================================
  基本設定
===================================*/
.color01 {
    color: #6AA197;
}

body {
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
}

.color02 {
    color: #d0b67d;
}

.color03 {
    color: #5b5b5b;
}

.color04 {
    color: #333;
}

.bgcolor01 {
    background-color: #6AA197;
}

.bgcolor02 {
    background-color: #333;
}

.bgcolor03 {
    background-color: #81b3e2;
}

.bgcolor04 {
    background-color: #333;
}

.bgw {
    background: #fff;
}

.bgk {
    background: #5b5b5b;
}

.bgk2 {
    position: relative;
}

.bgk2:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

.bglogo_wrap {
    overflow: hidden;
    padding-top: 200px;
    position: relative;
}

.bglogo_wrap.__area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bglogo_wrap .bglogo {
    position: absolute;
}

.bglogo_wrap .bglogo.__1 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    z-index: -1;
}

.bglogo_wrap .bglogo.__2 {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bglogo_wrap .bglogo.__5 {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 599px) {
    .bglogo_wrap .__area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Glow */
.up-btn-glow a {
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    padding: 1em;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.up-btn-glow a:hover,
.up-btn-glow a:focus,
.up-btn-glow a:active {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

/* font */
.cin {
    font-family: "Cinzel", serif;
    letter-spacing: 3px;
}

.ci {
    font-family: "Cinzel",
        serif;
}

/* 共通コンテンツ間隔 */
.area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.areat {
    padding-top: 80px;
}

.areab {
    padding-bottom: 80px;
}

@media (max-width: 599px) {
    .area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .areat {
        padding-top: 50px;
    }

    .areab {
        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;
}

.up-fxd-even .box+.box,
.up-fxd-odd .box+.box {
    margin-top: 75px;
}

.up-show\@tb,
.up-show\@sp {
    display: none;
}

[data-element-id].up-show\@tb,
[data-element-id].up-show\@sp {
    display: block;
}

.js-thumb:hover {
    opacity: 0.6;
    cursor: pointer;
}

[data-element-id] .filter:after {
    display: none;
}

.filter {
    position: relative;
}

.filter:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

@media (max-width: 1024px) {
    .up-show\@tb {
        display: block;
    }
}

@media (max-width: 599px) {
    .up-show\@sp {
        display: block;
    }

    .h-auto-sp {
        height: auto !important;
    }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
.has_shadow {
    position: relative;
}

.has_shadow:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #d0d0d0;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 0;
}

.has_shadow.__mc2:before {
    background: #d4e5f5;
}

.box-bdt_l {
    padding: 2rem 0 0 2rem;
    position: relative;
    font-family: "Noto Serif JP", serif;
}

.box-bdt_l:before {
    content: "";
    width: 80%;
    height: 5px;
    display: block;
    background: #6AA197;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-bdt_l:after {
    content: "";
    width: 5px;
    height: 80%;
    display: block;
    background: #6AA197;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/*===================================
  XXX:共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 50px;
    font-family: "Cinzel", serif;
    font-size: 36px;
    letter-spacing: 3px;
}

.ttl-cmn01 .s {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 1rem;
    /*font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
    font-weight: bold;
    font-size: 16px;
    color: #6AA197;
    line-height: 30px;
}

.ttl-cmn01.add_r .r {
    width: 50%;
    text-align: right;
}

.ttl-cmn01.add_r .s {
    width: 50%;
    text-align: left;
}

.ttl-bdl {
    margin-bottom: 15px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 28px;
    position: relative;
}

.ttl-bdl.__fwn {
    font-weight: normal !important;
}

.ttl-bdl:before {
    content: "";
    width: 7px;
    height: 100%;
    display: block;
    background: #d0b67d;
    position: absolute;
    top: 0;
    left: 0;
}

.ttl-bdl.__mid {
    font-size: 22px;
}

.ttl-bdl.__mc1:before {
    background: #6AA197 !important;
}

.ttl-bdl.__mc2:before {
    background: #81b3e2 !important;
}

.ttl-bdl.__fwn {
    font-weight: 500;
}

.ttl-float {
    margin-bottom: 50px;
    letter-spacing: 4px;
    text-shadow: 0px 4px 3px white;
    position: relative;
    z-index: 2;
}

.ttl-float.__right {
    margin-left: -100%;
    text-align: right;
}

.ttl-sub .t {
    display: block;
}

.ttl-sub .s {
    display: inline-block;
    font-size: 16px;
    border-bottom: 3px double #000;
}

@media (max-width: 1024px) {
    .ttl-bdl {
        font-size: 22px;
    }

    .ttl-bdl.__mid {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .ttl-cmn01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .ttl-cmn01 .s {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .ttl-cmn01.add_r .r,
    .ttl-cmn01.add_r .s {
        width: 100%;
        text-align: center;
    }

    .ttl-bdl {
        margin-bottom: 20px;
    }

    .ttl-bdl.__mid {
        font-size: 18px;
    }

    .ttl-float {
        width: 100%;
    }

    .ttl-float.__right {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
        text-align: left;
        text-shadow: none;
    }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通リンク */
.shev_link a {
    position: relative;
}

.shev_link a:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -2rem;
}

/* 共通ボタン１ */
.btn-cmn01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    background: #ada49f;
}

.btn-cmn01 a .txt {
    width: calc(100% - 6em);
}

.btn-cmn01 a .s {
    width: 5em;
    padding-right: 1em;
    position: relative;
}

.btn-cmn01 a .s:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.btn-cmn01.btn-back a:after {
    content: "\f053";
    left: 5px;
    right: inherit;
}

.btn-cmn02 {
    width: 50%;
    margin: auto;
}

.btn-cmn02.__w80 {
    width: 80%;
}

.btn-cmn02.__small-tac {
    width: 300px;
    display: block;
}

.btn-cmn02.__small-tac a {
    padding: 1rem;
}

.btn-cmn02.__small-tar {
    width: 300px;
    display: block;
    margin-right: 0;
}

.btn-cmn02.__small-tar a {
    padding: 1rem;
}

.btn-cmn02.__small-tar_btn {
    width: auto;
    display: block;
    margin-right: 0;
    text-align: right;
}

.btn-cmn02.__small-tar_btn .a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 2rem 10px 10px;
}

.btn-cmn02 a,
.btn-cmn02 .a {
    display: block;
    padding: 2rem;
    color: #fff;
    text-align: center;
    background: #81b3e2;
    position: relative;
}

.btn-cmn02 a:after,
.btn-cmn02 .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: 1rem;
}

.btn-cmn02.__mc1 a {
    background: #6AA197;
}

.btn-cmn02.__mc2 a {
    background: #81b3e2;
}

.btn-cmn02.__mc3 a {
    background: #d0b67d;
}

.corona_bnr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3rem 7rem;
    text-align: center;
    border: 1px solid #ccc;
    background: #f5f5f5;
    position: relative;
}

.corona_bnr .i {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 2rem;
}

.corona_bnr .arrow {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}

@media (max-width: 599px) {
    .btn-cmn01 a .txt {
        width: 100%;
    }

    .btn-cmn01 a .s {
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }
}


/********************************
/********************************

m_common

********************************/
@media (max-width: 1024px) {
    .shev_link.up-ta-r {
        margin-right: 3rem;
    }

    .corona_bnr a {
        padding: 1rem 2rem 3rem;
    }

    .corona_bnr .i {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }
}

/********************************

s_common

********************************/
@media (max-width: 599px) {
    .btn-cmn02 {
        width: 80%;
    }

    .btn-cmn02 a {
        padding: 1rem 2rem;
    }
}

.h1{
  text-shadow: 0px 0px 3px rgba(0,0,0,1);
  font-family: "Noto Serif JP", serif;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    font-size: 12px;
    color: #fff;
}

/**
ヘッダー
header
*/
/* 下部固定コンテンツ */
.fix-bottom {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
}

.fix-bottom .item {
    text-align: center;
    border-top: 1px solid #fff;
}

.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 {
    width: 70%;
    font-size: 24px;
    color: #fff;
    border-right: 1px solid #fff;
    background: #5b5b5b;
}

.fix-bottom .tel a {
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff);
}

.fix-bottom .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.fix-bottom .contact {
    width: 30%;
    color: #fff;
    background: #6AA197;
}

.fix-bottom .contact a:before {
    content: "\f0e0";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

[data-element-id].fix-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
}

@media (max-width: 1024px) {
    .fix-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* ハンバーガーメニュー  */
.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: #333;
        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: #333;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: -100;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.totop.active {
    z-index: 200;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.totop i {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 80px;
        right: 10px;
    }
}


/**
2カラムページ
*/
.column2 .side {
    width: 300px;
}

.column2 .mainwrap {
    width: calc(100% - 325px);
}

@media (max-width: 1024px) {
    .column2 .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .column2 .mainwrap {
        width: 100%;
        margin-bottom: 50px;
    }
}

/* サイドメニュー */
.side .list {
    margin-bottom: 50px;
}

@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%;
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }

    .side .type-archive {
        margin-top: 50px;
    }
}

.list-side .datattl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #81b3e2;
}

.list-side .datattl .i {
    width: 40px;
    margin-right: 10px;
}

.list-side.type-archive .datattl {
    background: #6AA197;
}

.list-side .data {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.list-side a {
    display: block;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.list-side a:hover {
    background: #ccc;
    opacity: 1;
}

@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%;
    }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
XXX:トップ
*/
/*ホームビジュアル（トップ）*/
/*IE対策*/
.visual .contents {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 250;
}

/* A-BiSUスライダー用 */
.mainimg {
    height: 800px;
    overflow: hidden;
    position: relative;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 73%;
}

.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%;";
}

.uk-dotnav {
    margin-bottom: 10px;
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.homevisual {
    position: relative;
}

.homevisual .img {
    min-height: 650px;
    max-height: 900px;
    position: relative;
}

.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 70%;
    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;
}

@media (max-width: 1024px) {
    .mainimg {
        height: auto;
    }

    .mainimg .uk-slidenav-position {
        height: 450px;
    }
}

/**
XXX:visual
*/
.visual .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.visual .head .left {
    text-align: center;
}

.visual .head .left .pagettl {
    margin-bottom: 10px;
}

.visual .head .right {
    width: 500px;
    padding: 10px 30px;
    border-radius: 115px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 10px;
}

.visual .head .right .tel {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.visual .head .right .tel .s {
    vertical-align: text-bottom;
    padding: 0 15px 0 0;
    font-size: 20px;
}

.visual .head .right .tel a {
    font-weight: bold;
    font-size: 32px;
}

.visual .head .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 24px;
    font-size: 36px;
}

.visual .head .right .info {
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.visual .head .right .info .txt1 {
    width: 100px;
    height: 100px;
    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;
    font-size: 16px;
    color: #535e90;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.visual .head .right .txt2 {
    width: calc(100% - 150px);
    font-size: 14px;
    text-align: right;
}

.visual .head .right .txt2 .red {
    color: red;
}

.visual .mv_logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 3rem 0;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.visual .lead {
    padding-top: 80px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 24px;
    color: #fff;
    line-height: 2.5;
    letter-spacing: 2px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    position: absolute;
    top: 27%;
    left: 60%;
    z-index: 6;
}

.visual .lead .s {
    font-size: 32px;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: absolute;
    top: 0;
    right: -7px;
}

.visual .lead .s:after {
    content: "";
    width: 68px;
    height: 20px;
    display: block;
    background: url("../import/tenant_1/160.16.121.158/html/images/top/lead_smile.webp") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: 0;
}

.visual .p {
    font-size: 24px;
    color: #6AA197;
    position: absolute;
    top: 30%;
    left: 10%;
}

@media (max-width: 1024px) {
    .visual .head .logo img {
        width: 80%;
        max-width: 250px;
    }

    .visual .mv_logo {
        width: 80%;
        margin: 0 auto;
        padding: 2rem 0 0;
    }

    .visual .lead {
        right: 5%;
    }

    .visual .p {
        font-size: 22px;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 75%;
        left: 50%;
    }

    .visual .head .right {
        display: none;
    }
}

@media (max-width: 599px) {
    .mainimg {
        height: 450px;
    }

    .visual .head .left {
        display: none;
    }

    .visual .mv_logo {
        width: 30%;
    }

    .visual .lead {
        padding-top: 5px;
        font-size: 20px;
        top: 20%;
        -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
        text-shadow: 0 0 3px #ccc;
    }

    .visual .lead .s {
        font-size: 26px;
        top: -60px;
        right: -6px;
    }

    .visual .lead .s:after {
        width: 55px;
        top: 40px;
    }
}

/**
グローバルナビ
gnav
*/
.gnav {
    margin-top: auto;
    padding: 0 0 20px;
    position: relative;
    z-index: 100;
}

.navlogo {
    display: none;
}

.gnav.fixed {
    width: 100%;
    height: auto;
    padding: 0;
    background: #afafaf;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    /* cursor: pointer; */
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.gnav.fixed .list01 {
    width: calc(100% - 350px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gnav.fixed .item01>a .i,
.gnav.fixed .item01>span .i {
    display: none;
}

.gnav.fixed .item01>a .s,
.gnav.fixed .item01>span .s {
    font-size: 12px;
}

.gnav.fixed .item01>a .t,
.gnav.fixed .item01>span .t {
    font-size: 18px;
}

.gnav.fixed .wrap {
    width: 100%;
    max-width: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.gnav.fixed .item01 {
    padding: 0 10px !important;
}

.olv-gnav.fixed .list .nav-item01{
  margin-top:0;
}

.gnav.fixed .item01:not(:first-of-type):before {
    left: -20%;
}

.gnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
}

.gnav .list01 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnav .item01>a,
.gnav .item01>span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #fff;
}

.gnav .item01>a .s,
.gnav .item01>span .s {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
}

.gnav .item01>a .i,
.gnav .item01>span .i {
    width: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

.gnav .item01>a .t,
.gnav .item01>span .t {
    font-family: "Cinzel", serif;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: left;
}

.gnav .item01:not(:first-of-type) {
    padding-left: 40px;
    position: relative;
}

.gnav .item01:not(:first-of-type):before {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    top: 0;
    left: 20px;
}

.gnav .item01>a,
.gnav .item01>.itemin {
    display: block;
    cursor: pointer;
}

.gnav .item01>a:hover,
.gnav .item01>.itemin:hover {
    opacity: 0.6;
}

.gnav .item01.-parent {
    position: relative;
}

.gnav .-parent .childList {
    width: 100%;
    visibility: hidden;
    margin-bottom: 15px;
    padding-top: 10px;
    background: rgba(245, 245, 245, 0.8) content-box;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
}

.gnav .item02 a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
}

.gnav .childListWrap>div {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

[data-element-id] .gnav .childListWrap>div {
    display: block;
    position: relative;
}

.gnav .childListWrap>div .childList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnav .childListWrap>div .childList .item02 {
    width: 33%;
    background: #5b5b5b;
}

.gnav .childListWrap>div .childList .item02 a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 10px 10px 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: relative;
}

.gnav .childListWrap>div .childList .item02 a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.res24h_box {
    margin-bottom: 20px;
    margin-left: 20px;
}

.res24h_box .for_mv a {
    width: 7rem;
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: rgba(91, 91, 91, 0.6);
}

.res24h_box .for_fixed {
    display: none;
    padding: 10px;
    background: rgba(91, 91, 91, 0.6);
}

.res24h_box .for_fixed .i {
    padding-right: 10px;
}

.res24h_box .for_fixed .tel {
    width: 58%;
    color: #fff;
}

.res24h_box .for_fixed .tel .s {
    font-size: 0.6em;
}

.res24h_box .for_fixed .tel a {
    font-size: 20px;
}

.res24h_box .for_fixed .res {
    width: 40%;
    color: #fff;
}

.res24h_box .for_fixed .res a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.res24h_box .for_fixed .res .txt {
    font-size: 14px;
}

.res24h_box .txt1,
.res24h_box .txt2 {
    font-size: 14px;
    color: #fff;
}

.gnav.fixed .res24h_box {
    width: 340px;
    margin-bottom: 0;
}

.gnav.fixed .res24h_box .for_mv {
    display: none;
}

.gnav.fixed .res24h_box .for_fixed {
    display: block;
}

@media (max-width: 1024px) {
    .gnav {
        width: 100%;
        max-width: 300px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(91, 91, 91, 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);
        position: fixed;
        top: 0;
        right: 0;
    }

    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .gnav .wrap {
        padding-bottom: 100px;
    }

    .gnav .navlogo {
        width: 30%;
        display: block;
        margin: 20px auto;
        font-weight: bold;
        font-size: 20px;
    }

    .gnav .list01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gnav .item01 {
        width: 100%;
        text-align: left;
        border-bottom: calc(2 / 750 * 100vw) dotted #f5f5f5;
    }

    .gnav .item01>a,
    .gnav .item01>.itemin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }

    .gnav .item01>a .s,
    .gnav .item01>.itemin .s {
        width: 50%;
        font-size: 14px;
        text-align: left;
    }

    .gnav .item01>a .t,
    .gnav .item01>.itemin .t {
        width: 48%;
        padding-right: 1.5rem;
        font-size: 12px;
        text-align: right;
        position: relative;
    }

    .gnav .item01>a .t:after,
    .gnav .item01>.itemin .t:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        right: 5px;
    }

    .gnav .item01 a .t:after {
        content: "\f054";
    }

    .gnav .item01 .itemin .t:after {
        content: "\f067";
    }

    .gnav .item01.-parent.open .itemin .t:after {
        content: "\f068";
    }

    .gnav .item01>a .i,
    .gnav .item01>span .i {
        display: none;
    }

    .gnav .-parent.open .childList {
        display: block;
        visibility: visible;
        opacity: 1;
        position: relative;
        z-index: 2;
    }

    .gnav .childListWrap>div {
        display: none !important;
    }

    .gnav .item01:not(:first-of-type) {
        padding-left: 0;
    }

    .gnav .item01:not(:first-of-type):before {
        display: none;
    }

    .gnav .list02 {
        visibility: visible;
        padding-top: 0;
        padding-left: 20px;
        background: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .gnav .list02 a {
        padding: 2px 0 2px 20px;
        position: relative;
    }

    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background: #333;
        position: absolute;
        top: 13px;
        left: 0;
    }

    .res24h_box {
        display: none;
    }
}

#gnav .pagettl {
    display: none;
}

@media (max-width: 599px) {
    #gnav .pagettl {
        display: block;
        margin-top: 15px;
        color: #fff;
    }
}


[data-element-id] .gnav.fixed {
    position: relative;
}

/*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;
    }
}

.t-news_li .item01 {
    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;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.t-news_li .item01:not(:last-of-type) {
    border-bottom: 1px solid #ada49f;
}

.t-news_li .date {
    width: 5em;
}

.t-news_li .ttl {
    width: calc(100% - 6em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.num-ttl {
    position: relative;
}

.num-ttl .no {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #6AA197;
    font-style: italic;
    text-shadow: 0 10px 10px #ccc;
}

.num-ttl.type1 .no {
    font-size: 500px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 30px;
}

.t-feature_li_1 .box {
    margin-bottom: 100px;
}

.t-feature_li_1 .box .txt {
    position: relative;
}

.t-feature_li_1 .box .ttl {
    width: 200%;
    margin-bottom: 50px;
    letter-spacing: 4px;
    text-shadow: 0px 4px 3px white;
    position: relative;
    z-index: 2;
}

.t-feature_li_1 .box .no {
    font-size: 300px;
    line-height: 1;
    position: relative;
}

.t-feature_li_1 .box .img {
    position: relative;
}

.t-feature_li_1 .box .img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #d0d0d0;
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 0;
}



.t-feature_li_1 li:nth-of-type(odd) .box .ttl {
    margin-left: -100%;
    text-align: right;
}

.t-feature_li_1 li:nth-of-type(odd) .box .no {
    text-align: right;
}

.t-feature_li_1 .bglogo.__3 {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.t-feature_li_1 .bglogo.__4 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-feature_li_2 .txt_side {
    position: relative;
}

.t-feature_li_2 .no {
    font-size: 160px;
    line-height: 1;
    position: absolute;
    top: -60px;
    left: -20px;
}

[data-element-id] .t-feature_li_2 .no {
    position: absolute !important;
}

.t-feature_li_2 .ttl {
    width: 76%;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: right;
}

.t-slider_li .img {
    position: relative;
}

.t-slider_li .img span:after {
    content: "";
    display: block;
    padding-top: 113.5%;
}

.t-slider_li .img:before {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    display: block;
    background: url("../import/tenant_1/160.16.121.158/html/images/top/cover_teeth2.webp") no-repeat;
    background-size: contain;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 2;
}

.t-slider_li .item:nth-of-type(odd) .img:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.t-message {
    overflow: hidden;
    position: relative;
}

.t-message .bglogo {
    -webkit-transform: translate(-50%, 0) scale(0.6);
    transform: translate(-50%, 0) scale(0.6);
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
}

.t-message_box .pic_side {
    margin-left: 3%;
    margin-right: -3%;
    position: relative;
    z-index: 2;
}

.t-message_box .box {
    padding: 7rem 5rem 1rem;
    border: 5px solid #6AA197;
    position: relative;
}

.t-message_box .box:before,
.t-message_box .box:after {
    content: "";
    width: 50%;
    height: 50%;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.t-message_box .box:before {
    top: -5px;
    left: -5px;
}

.t-message_box .box:after {
    bottom: -5px;
    right: -5px;
}

.t-message_box .box_inner {
    position: relative;
    z-index: 2;
}

.t-message_box .ttl {
    margin-bottom: 2rem;
    position: relative;
    bottom: 2rem;
}

.t-message_box .ttl:after {
    content: "";
    width: 90%;
    height: 1px;
    display: block;
    background: #333;
    position: absolute;
    bottom: -2rem;
    right: 0;
}

.t-message_box .sign {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.t-message_box .sign .s {
    display: block;
    padding-right: 1rem;
    text-align: right;
}

.t-message_box .sign .t {
    display: block;
    font-size: 40px;
    text-align: right;
}

.t-medical_li .item01 a {
    display: block;
    border: 2px solid #ccc;
}

.t-medical_li .i_wrap {
    width: 80%;
    margin: 0 auto 10px;
}

.t-medical_li .i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.t-facility_li .img {
    margin: 15% 5%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.t-facility_li .img:before {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.t-facility_li .slick-active .img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.t-facility_li .slick-center .img {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    z-index: 10;
}

.t-facility_li .slick-center .img:before {
    /* background: rgba(0, 0, 0, 0); */
    content: none;
}

.t-facility_li .btn-slick {
    padding: 10px;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    z-index: 2;
}

.t-facility_li .btn-slick:hover {
    opacity: 0.6;
    cursor: pointer;
}

.t-facility_li .btn-next {
    right: 38%;
}

.t-facility_li .btn-back {
    left: 38%;
}

.t-recruit {
    overflow: hidden;
    position: relative;
}

.t-recruit .bglogo {
    -webkit-transform: translate(50%, 0) scale(0.6);
    transform: translate(50%, 0) scale(0.6);
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
}

.img_banner {
    position: relative;
}

.img_banner a {
    display: block;
}

.img_banner a:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border: 1px solid #333;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.img_banner .pic {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img_banner .txt_side {
    padding: 80px 30px;
    text-align: left;
    position: relative;
}

.img_banner .txt_side span {
    width: 50%;
    display: block;
}

.t-banner_li a {
    height: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    background: #5b5b5b;
}

.t-banner_li .i {
    width: 4rem;
}

.t-banner_li .i img {
    width: 100%;
    vertical-align: middle;
}

.t-banner_li .txt {
    width: auto;
    padding-left: 1rem;
}

.t-banner_li * {
    color: #fff;
}

.t-insta {
    position: relative;
}

.t-insta a {
    padding: 0;
}

.t-insta .bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-insta .insta_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 1rem;
    border: 8px solid #666868;
    background: url("/upload/tenant_1/stripe_bg.webp");
}

.t-insta .followme {
    margin-bottom: 2rem;
}

.t-insta .s {
    color: #5b5b5b;
}

.t-insta .fukidashi {
    position: relative;
}

.t-insta .fukidashi .txt {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    position: absolute !important;
    top: 20px;
    left: 20px;
}

/********************************
/********************************

XXX:m_トップコンテンツ

********************************/
@media (max-width: 1024px) {
    .num-ttl.type1 .no {
        font-size: 220px;
        right: 20px;
    }

    .t-feature_li_1 .box .no {
        font-size: 160px;
    }

    .t-feature_li_1 .box .ttl {
        padding-top: 7rem;
    }

    .t-feature .bglogo.__1 {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
    }

    .t-feature .bglogo.__2 {
        -webkit-transform: translate(50%, 50%) scale(0.75);
        transform: translate(50%, 50%) scale(0.75);
    }

    .t-feature_li_1 .bglogo.__3 {
        -webkit-transform: translate(50%, -50%) scale(0.75);
        transform: translate(50%, -50%) scale(0.75);
    }

    .t-feature_li_1 .bglogo.__4 {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
    }

    .t-feature_li_1 li:nth-of-type(odd) .box .no {
        right: 20px;
    }

    .t-message_box .box {
        padding: 4rem 2rem 1rem;
    }

    .t-facility_li .img {
        margin: 30px;
    }

    .t-banner_li .i {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }

    .t-banner_li .i img {
        width: 15%;
    }

    .t-facility_li .img {
        margin: 17%;
    }

    .img_banner .txt_side {
        padding: 60px 0;
    }

    .img_banner .txt_side span {
        width: 60%;
    }

    .t-facility_li .btn-back {
        left: 36%;
    }

    .t-facility_li .btn-next {
        right: 36%;
    }
}

/********************************

XXX:s_トップコンテンツ

********************************/
@media (max-width: 599px) {
    .t-news_li .item01:not(:first-child) {
        display: none;
    }

    .t-news_li .date,
    .t-news_li .ttl {
        width: 100%;
    }

    .bglogo_wrap {
        padding-top: 50px;
    }

    .num-ttl.type1 .no {
        font-size: 120px;
        top: 15%;
    }

    .t-feature_li_1 li .box .no {
        margin-bottom: 30px;
        padding-right: 25px;
        right: 0 !important;
    }

    .t-feature_li_1 .box .ttl {
        width: 100%;
        margin-bottom: 30px;
        text-align: left !important;
        position: relative !important;
    }


    .t-feature_li_1 li:nth-of-type(odd) .box .ttl {
        margin-left: 0;
    }

    .t-feature_li_1 .box .ttl {
        padding-top: 0;
    }

    .t-feature_li_2 .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        margin-bottom: 20px;
    }

    .t-feature_li_2 .box .txt {
        width: 100%;
    }

    .t-feature_li_2 .box .ttl {
        width: 100%;
        position: relative;
    }

    .t-feature_li_2 .img {
        width: 90%;
        position: relative;
    }

    .t-feature_li_2 .img:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: #d0d0d0;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 0;
    }

    .t-feature_li_2 .txt_side {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 15px;
    }

    .t-feature_li_2 .ttl {
        margin-left: 0;
        text-align: left;
    }

    .t-feature_li_2 .no {
        padding-right: 25px;
        position: relative;
        top: 0;
        left: 0;
    }

    .t-feature_li_2 li:nth-of-type(even) .no {
        text-align: right;
    }

    .t-message_box .box {
        padding: 4rem 1rem 1rem;
    }

    .t-message_box .pic_side {
        width: 80%;
        margin: 0 auto 30px;
    }

    .img_banner .txt_side {
        padding: 40px 0;
    }

    .t-insta .fukidashi {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .t-facility_li .btn-back {
        left: 15%;
    }

    .t-facility_li .btn-next {
        right: 15%;
    }

    .t-medical_li .i_wrap {
        width: 50%;
        margin: 0 auto 5px;
    }

    .t-medical_li .i {
        padding: 0;
    }

    .t-medical_li .item01 a {
        padding: 5px;
    }
}

/**
XXX:下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
}

.topvisual .pagettl-h2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 0;
}

.topvisual .pagettl-h2 .s {
    font-size: 42px;
    color: #fff;
}

.topvisual .pagettl-h2 .t {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
}

.topvisual .img {
    min-height: 500px;
    max-height: 650px;
    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;
}

@media (max-width: 1024px) {
    .topvisual .img {
        min-height:50vh;
    }

    .topvisual .pagettl-h2 .s {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .topvisual .pagettl-h2 .s {
        font-size: 20px;
    }
}

/* パンくずリスト */
.breadcrumbs {
    margin-top: 10px;
    font-family: "Noto Serif JP", serif!important;
}

.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: #333;
}

.breadcrumb .now {
    color: #333;
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: 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;
    color: #5b5b5b;
}

.pagenation .next {
    margin-left: 20px;
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #5b5b5b;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
    width: 50px;
    height: 50px;
    display: block;
    padding: 2px 8px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.pagenation .number a {
    background: #bfbfbf;
}

.pagenation .number a:hover,
.pagenation .now {
    color: #fff;
    background: #d0b67d;
    opacity: 1;
}

.article_detail_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.article_detail_nav .item01+.item01 {
    padding-left: 1rem;
}

.article_detail_nav a {
    height: 50px;
    display: block;
    padding: 0 1rem;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #bfbfbf;
}

.article_detail_nav .prev a,
.article_detail_nav .next a {
    background: #d0b67d;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }

    .pagenation .number a,
    .pagenation .now {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #333;
}

.list-article .cate .cate1 {
    background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #333;
}

.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;
}

/********************************
/********************************
/********************************

XXX:02l_clinic

********************************/
.clinic_box .box {
    position: relative;
}

.clinic_box .box .ttl-float {
    margin-left: -100%;
    text-align: right;
}

.notice_block {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 30px;
    color: #fff;
    text-align: center;
    background: #d0b67d;
}

/********************************

s_clinic

********************************/
@media (max-width: 599px) {
    .clinic_box .txt_side {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .clinic_box .box .ttl-float {
        margin-left: 0;
    }
}

/********************************
/********************************
/********************************

l_03_access

********************************/
.access_dl+.access_dl {
    margin-top: 75px;
}

.access_box .btn-cmn02 {
    width: 90%;
    margin: 50px auto 0;
}

.num_li .item01 {
    position: relative;
}

.num_li .img {
    position: relative;
}

.num_li .img:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 24.5px 0 24.5px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #6AA197;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: -10%;
}

.num_li .item01:nth-of-type(3n) .img:before {
    display: none;
}

.num_li .no {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 100px;
    color: #6AA197;
    font-style: italic;
    text-shadow: 0 10px 10px #ccc;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 0;
    right: 20px;
}

.num_li.__exp .img:before {
    display: none !important;
}

/********************************
/********************************

m_03_access

********************************/
@media (max-width: 1024px) {
    .num_li .no {
        font-size: 80px;
        right: 0;
    }
}

/********************************

s_03_access

********************************/
@media (max-width: 599px) {
    .num_li .img:before {
        border-width: 14.5px 0 14.5px 10px;
        right: -6.5%;
    }

    .access_box .btn-cmn02 {
        width: 100%;
    }

    .num_li .item01:nth-of-type(3n) .img:before {
        display: block;
    }

    .num_li .item01:nth-of-type(2n) .img:before {
        display: none;
    }
}

/********************************
/********************************
/********************************

XXX:l_04.director_staff

********************************/
.staff_box {
    margin-bottom: 200px;
    position: relative;
}

.staff_box .pic2 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.staff_box .txt {
    padding: 1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.staff_box .txt .ttl-bdl {
    margin-bottom: 30px;
}

.staff_cont figure {
    position: relative;
}

.staff_cont figure figcaption {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 34px;
    position: absolute !important;
    bottom: 2rem;
    right: 2rem;
}

.signature {
    margin-bottom: 30px;
    font-size: 20px;
}

.signature .posi {
    padding-right: 1.5rem;
    font-weight: bold;
}

.signature .name {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 1.5em;
}

/********************************
/********************************

m_04.director_staff

********************************/
@media (max-width: 1024px) {
    .staff_box {
        margin-bottom: 50px;
    }

    .staff_box .txt {
        width: 100%;
        position: relative;
    }

    .staff_box .pic1 {
        width: 80%;
        margin-left: 0;
    }

    .staff_box .pic2 {
        margin-left: -20%;
        position: relative;
    }

    .staff_cont figure figcaption {
        font-size: 28px;
    }
}

/********************************

s_04.director_staff

********************************/
@media (max-width: 599px) {
    .signature {
        font-size: 18px;
    }

    .signature .name {
        font-size: 1.7em;
    }

    .staff_cont figure figcaption {
        font-size: 20px;
    }

    .staff_box .pic2 {
        width: 50%;
        margin-top: -10%;
        margin-left: auto;
        -webkit-transform: none;
        transform: none;
        position: relative;
    }
}

/********************************
/********************************
/********************************

l_05labo

********************************/
.labo_box01 .txt_wrap {
    margin-bottom: 2rem;
    margin-right: -35%;
    position: relative;
    z-index: 2;
}

.labo_box01 .txt_wrap .txt {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.labo_li .item01 {
    padding: 2rem 3rem;
    background: #fff;
}

.labo_li .item01+.item01 {
    margin-top: 50px;
}

.labo_li .ttl-bdl {
    font-weight: 500;
}

.alter_li .item02 {
    display: block;
    padding: 1rem;
    background: #eee;
}

.alter_li .item02:nth-of-type(even) {
    background: #fff;
}

.pic_set {
    margin-bottom: 150px;
    position: relative;
}

.pic_set .pic1 {
    width: 50%;
    margin: auto;
}

.pic_set .pic2 {
    width: 33%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/********************************
/********************************

m_05labo

********************************/
@media (max-width: 1024px) {
    .labo_li .item01 {
        padding: 2rem;
    }

    .labo_li .btn-cmn02.__small-tar {
        width: 300px;
    }
}

/********************************

s_05labo

********************************/
@media (max-width: 599px) {
    .pic_set .pic1 {
        width: 70%;
    }

    .pic_set .pic2 {
        width: 45%;
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    .labo_li .item01 {
        padding: 1rem;
    }
}

/********************************
/********************************
/********************************

l_06first

********************************/
.bdl-box {
    padding: 2rem 1rem 2rem 2rem;
    border: 1px solid #333;
    background: #fff;
    position: relative;
}

.bdl-box:before {
    content: "";
    width: 10px;
    height: 50px;
    display: block;
    background: #6AA197;
    position: absolute;
    top: 0;
    left: 0;
}

.bdl-box.__mc2:before {
    background: #81b3e2;
}

.bdl-box .btn-cmn02 {
    margin-right: 0;
}

.bdl-box .tel {
    padding-left: 2.5em;
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
}

.bdl-box .tel:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1em;
}

.bdl-box.bdl-box {
    margin-top: 30px;
}

.flow_li .item01 {
    width: 100%;
    padding: 30px;
    background: #fff;
    position: relative;
}

.flow_li .item01 .ttl-bdl:before {
    background: #6AA197;
}

.flow_li .item01:nth-of-type(even) .ttl-bdl:before {
    background: #81b3e2;
}

.flow_li .item01 .dl01 .ttl {
    margin-bottom: 10px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #555;
}

.flow_li .item01 .dl01+.dl01 {
    margin-top: 20px;
}

.flow_li .item01+.item01 {
    margin-top: 30px;
}

.flow_li .item01+.item01:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 20px 24.5px 0 24.5px;
    border-style: solid;
    border-color: #d0b67d transparent transparent transparent;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -50px;
    left: 50%;
}

.flow_li .img_side {
    position: relative;
}

.flow_li .ttl-bdl {
    margin-bottom: 30px;
    font-weight: 500;
}

.flow_li .ttl-bdl.__bold {
    font-weight: bold !important;
}

.flow_li .btn-cmn02 {
    margin: 30px 0 0;
    margin-left: 0;
}

.flow_li .btn-cmn02 a {
    padding: 1rem;
}

.flow_li.num_li .no {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0;
    right: 20px;
}

.flow_li.__exp01 .item01+.item01:after {
    display: none;
}

.flow_li.__bd .item01,
.item01.mk-iv{
    border: 1px solid #6AA197;
}

.flow_li.__rad .item01 {
    border-radius: 5px;
}

.flow_li.__.ttl-bdl {
    margin-bottom: 30px;
    font-weight: 500;
}

.bd_box {
    padding: 4rem;
    position: relative;
}

.bd_box:before,
.bd_box:after {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    border-top: 5px solid #6AA197;
    border-left: 5px solid #6AA197;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.bd_box:before {
    top: 0;
    left: 0;
}

.bd_box:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: 0;
    right: 0;
}

.bd_box.__bgk2:before,
.bd_box.__bgk2:after {
    background: #f5f5f5;
}

.bgk2_box {
    padding: 2rem;
    background: #f5f5f5;
}

.bgk2_box .icon_wrap {
    width: 100%;
    height: 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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon_dl_wrap .box {
    margin-bottom: 30px;
}

.icon_dl_wrap .ttl {
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}

.icon_dl_wrap .ttl .i {
    width: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

/********************************
/********************************

m_06first

********************************/
@media (max-width: 1024px) {
    .flow_li .btn-cmn02 {
        width: 100%;
    }
}

/********************************

s_06first

********************************/
@media (max-width: 599px) {
    .bdl-box .tel {
        display: block;
        padding-left: 1.5em;
    }

    .bdl-box .tel:before {
        left: 0;
    }

    .bdl-box .btn-cmn02 {
        width: 100%;
    }

    .flow_li .item01 {
        padding: 2rem 1rem;
    }

    .bd_box {
        padding: 2rem;
    }
}

/********************************
/********************************
/********************************

XXX:l_explain

********************************/
.page_nav .item01 {
    margin: 0 1rem 1rem;
}

.page_nav a {
    display: block;
    padding: 1rem 5rem 1rem 4rem;
    color: #fff;
    background: #d0b67d;
}

.page_nav .s {
    position: relative;
}

.page_nav .s:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -1rem;
}

.tri-num_li .item02 {
    width: 28%;
    margin: 100px 2% 50px;
    position: relative;
}

.tri-num_li .img {
    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;
    margin-bottom: 15px;
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid #ccc;
}

.tri-num_li .num_wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    right: 0;
}

.tri-num_li.__inc-dl .item02 {
    margin: 80px 2% 0;
    padding: 3rem 2rem;
    border: 1px solid #ccc;
}

.tri-num_li.__inc-dl .tri_num:after {
    border-color: #81b3e2 transparent transparent transparent;
}

.tri-num_li.__inc-dl .tri-num_dl .ttl {
    width: 80%;
    margin-bottom: 10px;
    padding-left: 1em;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 20px;
    text-indent: -1em;
}

.tri-num_li.__inc-dl .tri-num_dl .ttl .s {
    color: #81b3e2;
}

.wide-num_li .item01 {
    margin: 50px 0;
    padding: 40px 40px 40px 50px;
    background: #eee;
    position: relative;
}

.wide-num_li .num_wrap {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    position: absolute;
    top: 0;
    left: -10px;
}

.tri_num {
    width: 75px;
    height: 88px;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 10px;
    color: #fff;
    line-height: 120%;
    text-align: center;
    position: relative;
}

.tri_num>span {
    display: block;
    font-size: 30px;
    margin-top: 5px;
    font-style: italic;
    text-shadow: 3px 3px 0 #999;
}

.tri_num:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 108px 71px 0 20px;
    border-style: solid;
    border-color: #d0b67d transparent transparent transparent;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.check_li .item03 {
    margin-bottom: 1.5rem;
    padding-left: 2.5rem;
    position: relative;
}

.check_li .item03 .i {
    width: 2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.mc1_box {
    padding: 4rem 3rem;
    color: #fff;
    background: #6AA197;
}

.mc2_box {
    padding: 3rem;
    color: #fff;
    background: #81b3e2;
}

.mc2_box.__round {
    border-radius: 5px;
}

.alter_shadow .img {
    position: relative;
}

.alter_shadow .img:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #6AA197;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 0;
}

.alter_shadow .box:nth-of-type(even) .img:before {
    background: #81b3e2;
}

.fff_box {
    padding: 3rem;
    border: 1px solid #333;
    background: #fff;
}

.out-head_li .item01+.item01 {
    margin-top: 75px;
}

.out-head_li .ttl-bdl {
    margin-bottom: 30px;
    font-weight: 500;
}

.out-head_li .box {
    padding: 3rem 2rem;
    background: #fff;
}

.pic_li .fbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pic_li .ttl_box {
    width: 25%;
    padding: 1rem;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.pic_li .pic_box {
    width: 25%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.pic_li .txt_box {
    width: 50%;
    padding: 1rem;
    border-bottom: 1px solid #fff;
    background: #eee;
}

.pic_li.__mc1 .ttl_box {
    background: #6AA197;
}

.pic_li.__mc2 .ttl_box {
    background: #81b3e2;
}

.pic_li .item02:last-of-type .ttl_box,
.pic_li .item02:last-of-type .pic_box,
.pic_li .item02:last-of-type .txt_box {
    border-bottom: none;
}

.round_box {
    padding: 2rem;
    border-radius: 10px;
}

.round_box.__mc1 {
    background: #6AA197;
}

/********************************
/********************************

m_explain

********************************/
@media (max-width: 1024px) {
    .page_nav a {
        padding: 0.5rem 3rem 0.5rem 2rem;
    }

    .tri-num_li .item02 {
        margin: 50px 2% 50px;
    }

    .tri-num_li .img {
        padding: 1.5rem 1rem;
    }

    .tri-num_li.__inc-dl .item02 {
        width: 46%;
        padding: 1.5rem 1rem;
    }

    .tri_num {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }

    .pic_li .ttl_box {
        width: 100%;
        padding: 10px 1rem;
        border-right: none;
    }

    .pic_li .pic_box,
    .pic_li .txt_box {
        width: 50%;
    }
}

.box_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_dl .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3rem 2rem;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #81b3e2;
}

.box_dl .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3rem 2rem;
    font-size: 18px;
    text-align: center;
    background: #fff;
}

.box_dl.__mc1 .ttl {
    background: #6AA197;
}

.box_dl.__bgk2 .txt {
    text-align: left;
    background: #f5f5f5;
}

.abs_box {
    width: 100%;
    min-height: 200px;
    margin-top: 100px;
    padding: 2rem;
    border: 1px solid #333;
    position: relative;
}

.abs_box .ttl {
    display: inline-block;
    padding: 15px 30px;
    font-size: 22px;
    background: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute !important;
    top: 0;
    left: 4rem;
    z-index: 2;
}

.abs_box .pic {
    width: 25%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 0;
    right: 2rem;
    z-index: 2;
}

.abs_box.__nomt {
    margin: 50px 0;
}

/********************************

s_explain

********************************/
@media (max-width: 599px) {
    .page_nav .item01 {
        width: 80%;
        text-align: center;
    }

    .tri-num_li .item02 {
        width: 46%;
        margin-bottom: 0;
    }

    .tri-num_li.__inc-dl .item02 {
        width: 96%;
        margin-top: 60px;
        padding: 1rem;
    }

    .wide-num_li .item01 {
        padding: 1.5rem 1rem 1.5rem 3rem;
    }

    .mc2_box {
        padding: 1.5rem;
    }

    .fff_box {
        padding: 1.5rem;
    }

    .out-head_li .box {
        padding: 1.5rem 1rem;
    }

    .pic_li .item02 {
        padding-bottom: 30px;
    }

    .pic_li .pic_box,
    .pic_li .txt_box {
        width: 100%;
        border-right: none;
    }

    .round_box {
        padding: 1.5rem 1rem;
    }

    .box_dl .ttl {
        padding: 1rem;
    }

    .abs_box {
        padding: 2rem 1rem;
    }

    .abs_box .pic {
        width: 100%;
        margin-bottom: 30px;
        -webkit-transform: none;
        transform: none;
        position: relative;
        right: 0;
    }
}

/********************************
/********************************
/********************************

l_16faq

********************************/
.faq_box .ttl-bdl {
    margin-bottom: 50px;
    font-weight: 500;
    position: relative;
}

.faq_box .ttl-bdl:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #333;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.faq_box .faq_dl .q,
.faq_box .faq_dl .a {
    padding-left: 5rem;
    padding-right: 2rem;
    font-size: 18px;
    position: relative;
}

.faq_box .faq_dl .q:before,
.faq_box .faq_dl .a:before {
    width: 3.5rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -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;
    font-size: 30px;
    color: #fff;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.faq_box .faq_dl .q {
    min-height: 3.5rem;
    margin-bottom: 30px;
    padding-top: 10px;
}

.faq_box .faq_dl .q:hover {
    opacity: 0.6;
    cursor: pointer;
}

.faq_box .faq_dl .q:before {
    content: "Q";
    background: #6AA197;
}

.faq_box .faq_dl .q:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #bbb;
    line-height: 3.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.faq_box .faq_dl .q.is-parent::after {
    content: "\f068";
}

.faq_box .faq_dl .a {
    display: none;
}

.faq_box .faq_dl .a:before {
    content: "A";
    background: #bfbfbf;
}

.faq_box .faq_dl+.faq_dl {
    margin-top: 50px;
}

/********************************

s_16faq

********************************/
@media (max-width: 599px) {

    .faq_box .faq_dl .q,
    .faq_box .faq_dl .a {
        padding-left: 3rem;
    }

    .faq_box .faq_dl .q:before,
    .faq_box .faq_dl .a:before {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 24px;
        line-height: 2.5rem;
    }

    .faq_box .faq_dl .q:after {
        font-size: 1.25rem;
    }
}

/********************************
/********************************
/********************************

XXX:l_17news
l_18blog

********************************/
.news_list {
    padding-bottom: 50px;
}

.news_list .item01 {
    border-bottom: 1px solid #bfbfbf;
}

.news_list .item01 a {
    width: 100%;
    padding: 20px 0;
}

.news_list .blocktxt {
    width: 100%;
}

.news_list .meta {
    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;
}

.news_list .head {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.news_list .time {
    width: 13em;
}

.news_list .cate {
    width: calc(100% - 14em);
}

.news_list .cate .s {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background: #81b3e2;
}

.blog_list {
    padding-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
}

.blog_list .item01 .cate {
    position: relative;
}

.blog_list .item01 .cate .s {
    min-width: 100px;
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    background: #d0b67d;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    position: absolute;
    bottom: 0;
    right: 1rem;
}

.article_detail_wrap {
    margin-bottom: 50px;
}

.article_detail_wrap .thumb_wrap {
    width: 65%;
    margin: 0 auto 15px;
    position: relative;
}

.article_detail_wrap .thumb_wrap .pic img {
    width: 100%;
}

.article_detail_wrap .thumb_wrap .cate {
    min-width: 100px;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #d0b67d;
    position: absolute;
    top: 0;
    right: 0;
}

.article_detail_wrap .head {
    margin-bottom: 30px;
}

.article_detail_wrap .cont {
    padding: 30px 0;
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid #5b5b5b;
}

.article_detail_wrap .date {
    margin-bottom: 10px;
}

.article_detail_wrap .ttl {
    font-weight: bold;
    font-size: 20px;
}

.recommend .blog_list {
    border-bottom: none;
}

/********************************

s_17news
s_18blog

********************************/
@media (max-width: 599px) {
    .news_list .time {
        width: 100%;
        margin-bottom: 5px;
    }

    .news_list .cate {
        width: 100%;
    }

    .blog_list .item01 .cate .s {
        font-size: 14px;
    }
}

/* スクロールメニューアニメーション */
@-webkit-keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

[data-element-id] .gnav .-parent .childList {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

[data-element-id] .gnav .item01:not(:first-of-type):before {
    display: none;
}

[data-element-id] .res24h_box {
    position: relative;
    bottom: 0;
    right: 0;
}

[data-element-id].res24h_box .for_fixed {
    display: block;
}

[data-element-id] .faq_box .faq_dl .a {
    display: block;
}

[data-element-id] .slick01,
[data-element-id] .slick02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .slick01 li,
[data-element-id] .slick02 li {
    width: 25%;
}

.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
    color: #444;
    border: none;
    background-color: #fff;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #444;
}

th.fc-day-sun {
    color: red;
}

th.fc-day-sat {
    color: blue;
}

td.fc-day {
    border: 5px solid #fff;
    background: #ada49f;
}

td.fc-day-today {
    background: cadetblue !important;
}

.fc-daygrid-day {
    color: #fff;
}

.fc .fc-bg-event {
    height: 28px;
    overflow: hidden;
    margin-top: auto;
    background: #4c4c4c;
    opacity: 1;
}

.fc .fc-daygrid-day-events {
    min-height: 3em;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.fc .fc-daygrid-day-frame {
    height: 55px;
}


.fc .fc-daygrid-day-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fc .fc-toolbar-title {
    font-weight: bold;
    font-size: 16px;
}

.fc .fc-bg-event .fc-event-title {
    font-style: normal;
}

.cal_wrap {
    padding: 1rem;
    border: 1px solid #ccc;
}

.cal_wrap .s {
    color: #4c4c4c;
}

.fc-event-title {
    font-size: 13px;
}

.fc-event[href] {
    text-align: center;
}

.fc-event[href].calendar_1 {
    background-color: #b91d3d;
}

.fc-event[href].calendar_2 {
    background-color: #1c62a5;
}

.cal_notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cal_notice_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.cal_notice_list+.cal_notice_list {
    margin-left: 30px;
}

.cal_notice_list dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cal_notice_list dt::after {
    content: "…";
    display: inline-block;
    color: #333;
}

.cal_notice_list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cal_notice_list.ver_calendar_1 dt {
    color: #b91d3d;
}

.cal_notice_list.ver_calendar_2 dt {
    color: #1c62a5;
}

@media only screen and (max-width: 599px) {
    .cal_wrap {
        display: none;
    }
}

[data-element-id].visual .contents {
    background: #ccc;
    position: relative !important;
}

[data-element-id] .visual .lead {
    background-color: #ccc;
    position: static !important;
}

[data-element-id] .visual .p {
    background-color: #ccc;
    position: static !important;
}

[data-element-id] .visual .lead .s {
    position: absolute !important;
}

/********************************
/********************************
/********************************

l_modal

********************************/
.modal {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
}

.modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
}

.modal__content {
    width: 60%;
    padding: 40px;
    border-radius: 2rem;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal .btn_close {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
    background: #fff;
}

[data-element-id] .modal {
    height: auto;
    display: block;
    margin-top: 50px;
    position: relative;
}

[data-element-id] .modal:after {
    content: "「24時間WEB予約」をクリックしたときに現れる画面です";
    width: 100%;
    min-width: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: #0f0;
    background: #555;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: 100%;
    left: 50%;
}

[data-element-id].modal__bg {
    display: none;
}

[data-element-id] .modal__content {
    width: auto;
    border: 1px solid #000;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
}

[data-element-id] .num-ttl.type1 .no {
    position: absolute !important;
}

[data-element-id] .t-insta .bg {
    position: static;
}

/*********************************/

[data-element-id] .filter.mainimg {
    display: block;
}

[data-element-id] .mainimg {
    border: 1px solid #ccc;
    position: relative;
}

[data-element-id] .mainimg:before {
    content: "";
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

[data-element-id] .mainimg.pc:before {
    content: "↓PC用のメインビジュアルです↓";
}

[data-element-id] .mainimg.sp {
    width: 400px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .mainimg.sp:before {
    content: "↓SP用のメインビジュアルです↓";
}

/* 06/28 追記 */

.r {
    display: inline-block;
}


@media only screen and (max-width: 1024px) {
    .js-modal02 .modal__content {
        width: 75%;
        padding: 25px;
        text-align: center;
    }

    .r {
        display: block;
    }
}


/* 07/04 追記 */


.t-banner02 {
    margin-bottom: 80px;
}

.t-banner02 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.t-banner02 .flex .pic {
    width: 44%;
}

@media only screen and (max-width: 599px) {
    .t-banner02 .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .t-banner02 .flex .pic {
        width: 100%;
        margin: auto;
    }

    .t-banner02 .flex .mb-40-sp {
        margin-bottom: 40px;
    }
}


/* 2022.09.26 */

.webyyk01 {
    width: 100px;
    margin: auto;
    border: 1px solid;
    border-radius: 15px;
    text-align: center;
    padding: 4px 5px;
}

.tojiru01 {
    margin-top: 25px !important;
}

@media only screen and (max-width: 599px) {
    .modal__content {
        width: 84%;
    }
}

/* 2022.11.18 */
body.fixed {
    overflow: hidden;
}

.modal {
    z-index: 1000;
}

.mincho {
    font-family: 'YuMincho',
        'Yu Mincho',
        '游明朝体',
        'ヒラギノ明朝 ProN',
        'Hiragino Mincho ProN',
        serif;
}


















/*///////////////////////////////////////////////////////////////////2023/07/20追記///////////////////////////////////////////////////////////////////////////////////////////*/

/*パンくずリスト/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.breadcrumbs {
    padding: 10px 0;
}

.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;
    margin-right: auto;
    padding-left: 1em;
    font-weight: bold;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    color: #6AA197;
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #6AA197;
    border-right: 1px solid #6AA197;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section {
    position: relative;
}

#wrapper {
    color: #333;
}

.olv-header {
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
}

.olv-header .tbox {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
}

.olv-header .tbox .tel {
    border-bottom: 1px solid;
}

.insta_btn {
    width: 36px;
    height: 36px;
    margin-top: 3px;
    margin-left: 10px;
}

.logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.logo img {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 1));
}

.olv-slide {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height:840px;
}

.olv-slide img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.olv-slide.a img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}


.olv-slide .catch {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.olv-slide.a .catch {
    top: 50%;
    left: 50px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    line-height: 2;
    color: #fff;
    font-size: 45px;
    min-height: 480px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

}

.olv-gnav {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
    -webkit-transition: .5s;
    transition: .5s;
    text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

.olv-gnav.fixed {
    position: fixed;
    bottom: auto;
    top: 0;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    transition: .5s;
}

.olv-gnav .list .nav-item01 {
    margin-top: 30px;
}

.olv-gnav .list .nav-item01:not(:first-of-type) {
    padding-left: 40px;
    position: relative;
}

.olv-gnav .list .nav-item01:not(:first-of-type):before {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    top: 0;
    left: 20px;
}

.nav-item01>a,
.nav-item01>span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.drop-menu {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 600px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 300;
}

.fixed .drop-menu {
    bottom: auto;
    top: 100%;
}

.drop-switch:hover{
  cursor: pointer;
}

.drop-switch:hover .drop-menu{
    height: auto;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.drop-menu>li {
    display: inline-block;
    width: 50%;
    margin: -1px;
}

.drop-menu>li>a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
}

.insta-btn {
    width: 36px;
    height: 36px;
    margin-top: 3px;
    margin-left: 10px;
}


.insta_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.pc-none {
    display: none;
}

























.olv-ctn-wrap {
    position: fixed;
    bottom: 50%;
    right: 30px;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 11;
}

.olv-ctn-wrap .reserve.yoyaku>a,
.olv-ctn-wrap .reserve.opinion>a {
    border-radius: 100%;
    width: 130px;
    height: 130px;
    background-color: #6AA197;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 300;
}

.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    position: absolute;
    top: 50%;
    left: 7px;
}

.toggle .bar:before {
    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) {
    .olv-header .right {
        display: none;
    }

    .olv-gnav .list .nav-item01 {
        display: block;
    }

    .toggle {
        display: block !important;
    }

    .olv-gnav {
        width: 100%;
        max-width: 400px;
        height: 100%;
        overflow: auto;
        background: rgba(91, 91, 91, 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);
        position: fixed;
        top: 0;
        left: auto;
        bottom: auto;
        right: 0;
        padding-bottom:100px;
    }

    .olv-gnav.active {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .olv-gnav .list .nav-item01 {
        width: 80%;
    }

    .olv-gnav .list .nav-item01:not(:first-of-type) {
        padding-left: 0;
    }

    .olv-gnav .list .nav-item01:not(:first-of-type):before {
        display: none;
    }

    .drop-menu {
        position: relative;
        height: auto;
        opacity: 1;
        -webkit-transition: .5s;
        transition: .5s;
        width: 100%;
    }

    .drop-menu>li {
        display: block;
        width: 100%;
        margin: 0;

    }

    .drop-menu>li>a {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 10px 0;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.0);
        border: none;
        border-top: 1px solid #fff;
        padding-left: 30px;
        position: relative;
    }

    .drop-menu>li>a::before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color:#fff;
        border-radius:50%;
    }
    .olv-slide{
      min-height:0%;
    }

    .olv-slide .catch {
        width: 100%;
        text-align: center;
    }

    .olv-slide.a .catch {
        width: auto;
        text-align: left;
        line-height: 1.5;
        font-size: 35px;
        min-height: 350px;
    }

    .olv-slide {
        height: 70vh;
    }
}




.date {
    color: #666;
    font-size: 13px;
    font-weight: bold;
}


.bgg {
    background-color: #f5f5f5
}

.olv-feature .item>* {
    height: 100%;
    padding-top: 40px;
    position: relative;
}

.olv-feature .item .num {
    font-size: 160px;
    line-height: 1;
    text-shadow: 0 10px 10px #ccc;
    position: absolute;
    left: -10px;
    top: -10px;
}

.txt_green {
    color: #6AA197;
}


.olv-bnr-01 .item>* {
    position: relative;
}

.olv-bnr-01 .item>*:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.olv-bnr-01 .item .pic img {
    opacity: 0.6;
}

.olv-bnr-01 .item .tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 0;
    left: 20px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.olv-medical-02 .item>* {
    height: 100%;
    border: 2px solid #ccc;
    display: inline-block;
    width: 100%;
}

.olv-medical-01 .item>* {
    border: 2px solid #ccc;
    position: relative;
    display: inline-block;
    width: 100%;
}

.olv-medical-01 .item .tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.olv-medical-01 .item .img {
    -webkit-filter: brightness(0.6);
    filter: brightness(0.6);
}

.ttl .up-d-flex .ja {
    color: #6AA197;
    font-family: "Noto Serif JP", serif;
}

.pic_side {
    margin-left: 3%;
    margin-right: -3%;
    position: relative;
    z-index: 3;
}

.sign {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.sign .name-big {
    font-family: 'YuMincho',
        'Yu Mincho',
        '游明朝体',
        'ヒラギノ明朝 ProN',
        'Hiragino Mincho ProN',
        serif;
    font-size: 36px;
}

.olv-bnr-01 .item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.olv-bnr-01 .item>*:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.olv-bnr-01 .item .pic img {
    opacity: 0.6;
}

.olv-bnr-01 .item .tit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    position: absolute;
    top: 50%;
    right: 0;
    left: 20px;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.olv-bnr-02 {
    position: relative;
}

.olv-bnr-02 .box {
    background: url(/upload/tenant_1/stripe_bg.webp);
    border: 8px solid #666868;
    position: relative;
    z-index: 5;
}

.olv-bnr-02 .fukidashi {
    position: relative;
}

.olv-bnr-02 .fukidashi .txt {
    position: absolute;
    top: 17%;
    left: 10%;
}

.olv-bnr-02 .bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.footer a {
    display: inline-block;
}

.footer .btn01>* {
    border: 1px solid;
}

.olv-btn-01>* {
    background-color: #6AA197;
    border-radius: 5px;
}

.olv-table-01 table th,
.olv-table-01 table td {
    padding: 5px;
    text-align: center;
}

.olv-table-01 table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.olv-table-01 table th:first-child {
    width: 30%;
    padding-right: 1rem;
    text-align: right;
}




@media(max-width:1024px) {
    #main .olv-feature .t-feature_li_1 .box .no {
        font-size: 100px;
        text-align: left;
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
        border-bottom: 1px solid #6AA197;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    #main .olv-feature .t-feature_li_1 .box .ttl {
        padding-top: 0;
        margin-top: -50px;
        margin-left: 0;
        padding-left: 50px;
        text-align: left;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    
    #main .olv-feature .t-feature_li_1 .box .ttl.mk2 {
        margin-top: -90px;
    }
    
    #main .olv-feature .t-feature_li_1 .box .ttl.mk3 {
        margin-top: -80px;
    }

    .odr-img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .odr-txt {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 60px;
    }

    .txt_side {
        display: contents;
    }

    .olv-feature .item .num {
        font-size: 100px;
    }

    .t-feature_li_1 .box {
        margin-bottom: 60px;
    }

    .only-tb-sld {
        max-width: 600px;
        margin: 0 auto;
    }

    .pic_side {
        margin-left: 0;
        margin-right: 0;
    }

    .pic_side .up-circle {
        width: 50%;
    }

    .t-message_box {
        margin-top: -80px;
    }

    .reserve.pc-none {
        display: block;
    }

    .olv-ctn-wrap {
        bottom: 0;
        right: auto;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        z-index: 11;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .reserve.tel {
        width: 60px;

    }

    .reserve.tel .btn-txt {
        display: none;
    }

    .olv-ctn-wrap .reserve.tel>a {
        background-color: #fff;
        border: 3px solid #6AA197;
        color: #6AA197;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .olv-ctn-wrap .reserve.yoyaku,
    .olv-ctn-wrap .reserve.opinion {
        width: calc(50% - 15px);
    }

    .olv-ctn-wrap .reserve.yoyaku>a,
    .olv-ctn-wrap .reserve.opinion>a {
        border-radius: 0;
        width: 100%;
        height: 60px;
        background-color: #6AA197;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top:2px solid #fff;
        border-bottom:2px solid #fff;
        border-right:1px solid #fff;
        border-left:1px solid #fff;
    }

    .reserve .btn-txt {
        margin-top: 0;
        font-size: 16px;
        margin-left: 10px;
    }



}

@media(max-width:599px) {
    #wrapper {
        min-width: 400px;
    }
    
    

    .h1 {
        width: calc(100% - 45px)
    }

    #main .olv-feature .t-feature_li_1 .box .no {
        font-size: 90px;
    }

    #main .olv-feature .t-feature_li_1 .box .ttl {
        margin-top: -70px;
        padding-left: 60px;
    }

    .olv-feature .item .num {
        font-size: 90px;
    }

    .only-tb-sld .slick-slide {
        padding: 30px 30px 0 30px;
    }

    .only-tb-sld .txt {
        display: none;
    }

    .t-feature_li_1 .box {
        margin-bottom: 0px;
    }

    .olv-bnr-01 .item .tit {
        right: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        padding: 20px;
    }

    .olv-ttl-01 .ja {
        margin-top: -5px;
    }

    .t-facility_li .btn-slick {
        padding: 10px;
        width: 40px;
        font-size: 2rem;
        color: rgba(0, 0, 0, 0.8);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        text-align: center;
        z-index: 2;
    }

    .t-facility_li .btn-back {
        left: -5px;
    }

    .t-facility_li .btn-next {
        right: -5px;
    }

    .pic_side .up-circle {
        width: 100%;
    }

    .t-message_box {
        margin-top: 30px;
    }

    .olv-bnr-02 .box {
        padding: 15px 10px;
    }

    #footer .nav li a {
        font-size: 13px;
    }

    .olv-table-01 table th:first-child {
        padding-right: 0;
        text-align: center;
    }

    .olv-slide {
        height: 100vh;
    }

    .reserve.tel,
    .olv-ctn-wrap .reserve.tel>a {
        height: 40px;
        width: 40px;
        font-size: 12px;
    }

    .olv-ctn-wrap .reserve.yoyaku,
    .olv-ctn-wrap .reserve.opinion {
        width: calc(50% - 10px);
    }

    .olv-ctn-wrap .reserve.yoyaku>a,
    .olv-ctn-wrap .reserve.opinion>a {
        height: 40px;
    }

    .reserve .btn-txt {
        margin-top: 4px;
        font-size: 13px;
        margin-left: 5px;
        line-height: 1.2em;
    }


}


.btn>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family :'Yu Mincho',YuMincho,serif;
	position:relative;
}

.btn>a:hover{
  opacity:1;
}

.btn>a::before{
  content:"";
  display:inline-block;
  width:0%;
  height:4px;
  position:absolute;
  left:0;
  bottom:0;
  border-radius:2px;
  	transition:0.5s;
background-color:#6AA197;
}

.btn>a:hover::before{
width:100%;
}

.page-mv {
    position: relative;
}

.topvisual .pagettl-h2 {
    position: absolute;
    width:100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 6;
    text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

.float-01 {
    float: right;
}

.float-02 {
    float: left;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 10px;
    grid-template-areas:
        "grid1 grid1 grid2"
        "grid3 grid4 grid4"
        "grid3 grid5 grid5";
}

.grid-container>div {
    overflow: hidden;
}

.grid-container>div img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.grid-area1 {
    grid-area: grid1;
    background: red;
    max-height: 300px;
}

.grid-area2 {
    grid-area: grid2;
    background-color: green;
    max-height: 300px;
}

.grid-area3 {
    grid-area: grid3;
    background-color: black;
    max-height: 610px;
}

.grid-area4 {
    grid-area: grid4;
    background-color: blue;
    max-height: 300px;
}

.grid-area5 {
    grid-area: grid5;
    background-color: blueviolet;
    max-height: 300px;
}


@media(max-width:599px) {

    .float-01,
    .float-02 {
        float: none;
        display: block;
    }

    .grid-container {
        display: contents;
    }

    .grid-container-p {
        gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 0;
    }

    .grid-container>* {
        width: 50%;
        height: 150px;
        border: 3px solid #fff;
    }

}

.new-ttl-001 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.new-ttl-001>span {
    display: inline-block;
    background-color: #f5f5f5;
    padding-right: 1em;
    z-index: 2;
    position: relative;
}

.new-ttl-001::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #6AA197;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.info-img {
    border-radius: 50%;
    overflow: hidden;
}

.mapbox {
    height: 100%;
    background-color: #000
}

.mapbox>iframe {
    width: 100%;
    height: 100%;
}

.f-page .t-feature_li_1 .box {
    margin-bottom: 0px;
}

.title-br-mini {
    display: block;
    font-size: 0.5em;
}

.new-title {
    position: relative;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.new-title::after {
    width: 50%;
    min-width: 100px;
    display: inline-block;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #6AA197;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.up-jc-fs .new-title::after {
    left: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

@media(max-width:599px) {
    .up-jc-fs .new-title::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.txt-box {
    padding: 50px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px #777777;
    box-shadow: 0px 0px 15px 0px #777777;
    position: relative;
}

.txt-box::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: transparent;
    border: 1px solid #6AA197;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.txt-box::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: transparent;
    border: 1px solid #6AA197;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.n-bg-right {
    display: inline-block;
    width: 70%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    min-width: 400px;
}

.n-bg-right>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-position: right bottom;
    object-position: right bottom;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.4;
}

.n-bg-left {
    display: inline-block;
    width: 70%;
    min-width: 400px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.n-bg-left>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-position: left bottom;
    object-position: left bottom;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.4;
}

.n-bg-center {
    display: inline-block;
    width: 100%;
    min-width: 500px;
    height: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.n-bg-center>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
}

.check_li .item04 {
    margin-bottom: 1.5em;
    padding-left: 2em;
    position: relative;
}

.check_li .item04 .i {
    width: 1.5em;
    position: absolute;
    top: 0;
    left: 0;
}

.new-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.new-table th,
.new-table td {
    padding: 30px 1em;
    font-weight: 500;
}

.new-table th {
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
    background-color: #6AA197;
}

.new-table td {
    font-size: 16px;
    color: #333333;
    border: 2px dashed #6AA197;
    background-color: #fff;
}

.new-table span {
    display: block;
    margin-top: -5px;
    font-weight: bold;
    font-size: 13px;
}

.js-scrollable>table {
    width: 100%;
    min-width: 900px;
}

@media (max-width: 1024px) {

    .new-table,
    .blog-txt-table {
        font-size: 14px;
    }

    .new-table td>span {
        font-size: 13px;
    }
}

.mini-bg-p {
    position: relative;
}

.mini-bg-p>* {
    position: relative;
    z-index: 2;
}

.mini-bg-p>.mini-bg {
    display: inline-block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    min-width: 200px;
}

.mini-bg>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    opacity: 0.5;
}

.price-list {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 5px;
    border-bottom: dashed 1px #6AA197;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price-list>li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 2;
    text-align: center;
}

.price-list .price-tag {
    font-weight: bold;
    text-align: left;
}

.price-list>li>span {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.tab-btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tab-btn {
    width: 25%;
    text-align: center;
    background-color: #ccc;
    color: #333;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    border-top: 1px solid #6AA197;
    border-bottom: 1px solid #6AA197;
    border-left: 1px solid #6AA197;
    border-right: 1px solid #6AA197;
}

.tab-btn.active {
    background-color: #f5f5f5;
    border-top: 1px solid #6AA197;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #6AA197;
    border-right: 1px solid #6AA197;
}

.tab-btn>span {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    font-size: 20px;
    font-weight: bold;
}

.tab {
    background-color: #f5f5f5;
    display: none;
    border-bottom: 1px solid #6AA197;
    border-left: 1px solid #6AA197;
    border-right: 1px solid #6AA197;
}

[data-element-id].tab{
  display: block;
}

.tab.active {
    display: block;
}

.tab-inner {
    width: 100%;
    padding: 60px;
}

.um-box {
    background-color: #fff;
    padding: 40px 20px 10px 20px;
}

.um-box .new-ttl-001>span {
    background-color: #fff;
}

.new-item-01-inner {
    padding: 40px 30px;
    -webkit-box-shadow: 0px 0px 15px 0px #777777;
    box-shadow: 0px 0px 15px 0px #777777;
    background-color: #fff;
}

.new-item-01-inner .ttl-bdl.__mid {
    font-size: 18px;
    font-weight: bold;
}

.up-mini-cat>.dot {
    font-size: 13px;
    color: #fff;
    background-color: #6AA197;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 15px;
    margin: 0 10px 5px 0;
}

.big-tag {
    width: 100%;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.big-tag li {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
}

.big-tag li a {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    background-color: #6AA197;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px #777777;
    box-shadow: 0px 0px 5px 0px #777777;
}

.big-tag li a::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: transparent;
    border: 1px solid #fff;
    content: "";
    display: inline-block;
    top: 50%;
    left: 50%;
    border-radius: 30px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.exam-img-box {
    position: relative;
}

.exam-img-box>.up-mini-cat {
    position: absolute;
    width: 100%;
    padding: 5px;
    top: 0;
    left: 0;
}

.blog-item>.img {
    position: relative
}

.blog-item .up-mini-cat {
    position: absolute;
    width: 100%;
    padding: 5px;
    top: 0;
    left: 0;
}

.exam-item>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    padding: 15px;
}


.pagenav li {
    width: 14%;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.pagenav li a {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    color: #6AA197;
    border: 1px solid #6AA197;
    text-decoration: none;
}

.pagenav .now,
.pagenav li a:hover {
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #6AA197;
    background-color: #6AA197;
}

.exam-item .ttl-bdl.__mid {
    font-size: 18px;
}

.exam-item .new-ttl-001 {
    font-size: 16px;
}

.cat-list-title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "游明朝",
        "YuMincho",
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        "Sawarabi Mincho",
        serif;
    background-color: #6AA197;
    padding: 10px;
    text-align: center;
}

.cat-list li>a {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    font-size: 18px;
    border: none;
    border-top: 1px solid #fff;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px solid #6AA197;
}

.cat-list li>a::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color:#999;
}

.txt-box-inner {
    position: relative;
    z-index: 1;
}

.info-table {
    max-width: 800px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid #6AA197;
    background-color: #fff;
}

.Form-Item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 0 0 15px 0;
    border-bottom: dotted 1px #6AA197;
}

.Form-Item-Label {
    width: 100%;
    max-width: 220px;
    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;
    font-weight: bold;
    font-size: 16px;
    color: #6AA197;
}

.hissu {
    width: 50px;
    display: inline-block;
    margin-left: 15px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #6AA197;
}

.Form-Item-Input {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    margin-left: 30px;
    padding: 10px;
    font-size: 16px;
    color: #333;
    border: none;
    border-radius: 5px;
    background: #eee;
}

.Form-Item-Textarea {
    width: calc(100% - 250px);
    height: 300px;
    margin-left: 30px;
    padding: 5px;
    font-size: 18px;
    color: #333;
    border: none;
    border-radius: 5px;
    background: #eee;
}

@media(max-width:1024px) {
    .Form-Item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Form-Item-Label {
        max-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .Form-Item-Input2 {
        margin-top: 15px;
        margin-left: 0;
    }

    .Form-Item>.Form-Item-Input {
        margin-top: 15px;
        margin-left: 0;
        max-width: 100%;
    }

    .Form-Item-Input {
        margin-left: 0;
    }

    .adress-box {
        margin-top: 15px;
    }

    .Form-Item-Textarea {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
}

@media(max-width:599px) {

    .Form-Item-Input2,
    .Form-Item>.Form-Item-Input,
    .adress-box,
    .Form-Item-Textarea {
        margin-top: 15px;
    }

    .adress-box {
        width: 100%;
    }
}

@media(max-width:1024px) {
    .info-table th {
        width: 120px;
    }
}

@media(max-width:599px) {
    .info-table th {
        width: 100px;
    }
}

.cuscon-roll .price-list>li {
    width: calc(100% - 150px);
    text-align: left;
}

.cuscon-roll .price-list .price-tag {
    width: 150px;
}

.cuscon-roll .dl01 {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.cuscon-roll .new-ttl-001>span {
    background-color: #fff;
}

.blog-txt ul>li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.blog-txt ul>li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #a3ccc5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.blog-txt ol>li {
    margin: 10px 0;
    padding-left: 40px;
    font-size: 16px;
    color: #000;
    position: relative;
}



.blog-txt ol>li::before {
    text-align: center;
    content: "1";
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #6AA197;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    left: 0;
    font-weight: bold;
}

.blog-txt ol>li:nth-child(2)::before {
    content: "2";
}

.blog-txt ol>li:nth-child(3)::before {
    content: "3";
}

.blog-txt ol>li:nth-child(4)::before {
    content: "4";
}

.blog-txt ol>li:nth-child(5)::before {
    content: "5";
}

.blog-txt ol>li:nth-child(6)::before {
    content: "6";
}

.blog-txt ol>li:nth-child(7)::before {
    content: "7";
}

.blog-txt ol>li:nth-child(8)::before {
    content: "8";
}

.blog-txt ol>li:nth-child(9)::before {
    content: "9";
}

.blog-txt ol>li:nth-child(10)::before {
    content: "10";
}

.blog-txt ol>li:nth-child(11)::before {
    content: "11";
}

.blog-txt ol>li:nth-child(12)::before {
    content: "12";
}

.blog-txt ol>li:nth-child(13)::before {
    content: "13";
}

.blog-txt ol>li:nth-child(14)::before {
    content: "14";
}

.blog-txt ol>li:nth-child(15)::before {
    content: "15";
}

.blog-txt ol>li:nth-child(16)::before {
    content: "16";
}

.blog-txt ol>li:nth-child(17)::before {
    content: "17";
}

.blog-txt ol>li:nth-child(18)::before {
    content: "18";
}

.blog-txt ol>li:nth-child(19)::before {
    content: "19";
}

.blog-txt ol>li:nth-child(20)::before {
    content: "20";
}

.blog-txt h2 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-right: auto;
    padding: 5px 30px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 1.5em;
    border: 1px solid #6AA197;
    -webkit-box-shadow: 5px 5px 0px 0px #6AA197;
    box-shadow: 5px 5px 0px 0px #6AA197;
}

.serif,
.serif *{
  font-family: "Noto Serif JP", serif;
}

.blog-txt h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
    border-left: 5px solid #6AA197;
}

.blog-txt h4 {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-right: auto;
    font-weight: 900;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #a3ccc5));
    background: linear-gradient(transparent 60%, #a3ccc5 60%);
}

.txt-shadow{
  text-shadow: 0px 0px 3px rgba(0,0,0,1);
}

.olv-bnr-02 a{
  display:inline-block;
  width:100%;
  height:100%;
  padding: 40px 10px;
}

@media(max-width:1024px){
  .big-tag li {
    width: 45%;
}
}

@media(max-width:599px){
  .ab-test-b .olv-slide img {
    object-position:15%;
}
.olv-slide.a .catch {
    left: auto;
    right: 10px;
    
}

.txt-box {
    padding: 30px;
}

.olv-bnr-02 a{
  padding: 15px 10px;
}

.olv-bnr-02 a>*>*{
 padding:5px 0;
}

.new-title{
      font-size: 24px;
}

.ex-mini .new-title {
    font-size: 21px;
}

.ttl-i_wrap.up-d-flex.up-fxw-wrap.up-jc-c.up-ai-c.up-mb-50{
  margin-bottom:30px;
}

.price-list>li {
    width:100%;
    text-align:right;
}

.tab-btn>span {
    padding: 20px 0;
    font-size: 15px
}
.tab-inner {
    padding: 20px;
}

  .big-tag li {
    width: 90%;
}
}

.actual_object_error_wrapper{
  width: 100%;
  display: flex;
  flex-wrap:wrap;
}

.uk-text-danger.alert-anotation{
  width: 100%;
}


[data-element-id].topvisual .olv-gnav{
  display:none;
}


[data-element-id].pc-none{
  display:block;
  position:relative;
}

[data-element-id].drop-menu{
  height: auto;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

[data-element-id][data-ab-test-conversion-button]::before{
 content:"コンバージョン";
 display:block;
 width:100%;
  color:yellow;
  font-size:16px;
  text-align:center;
  background-color:green;
}

[data-element-id].ab-test-parent{
border:3px solid purple;
}

[data-element-id].ab-test-parent::before{
  content:"ABテスト設置箇所";
  position:absolute;
  left:0;
  bottom:-1em;
  color:yellow;
  width:100%;
  height:2em;
  line-height:2em;
  font-size:16px;
  text-align:center;
  border:3px solid purple;
  background-color:purple;
  z-index:3;
}

[data-element-id].pc-none {
    display: block;
    border: solid 4px green;
    position: relative
}

[data-element-id].pc-none:after {
    display: block;
    content: "SP・TB用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center
}

@media(max-width:599px){
  .olv-header .left .logo{
    max-width:230px;
    background-color:rgba(255,255,255,0.3);
    padding:10px;
  }
  
  .olv-bnr-02 .fukidashi .txt {
    position: absolute;
    top: 25%;
    left: 18%;
}

.pr-icon{
  margin-right:30px;
}
}

.wemb{
  width:calc(100% - 50px);
}

button{
  border:none;
}

.ttl-i_wrap>.i{
  display:none;
}

[data-element-id].olv-slide {
    height: 110vh;
}

[data-element-id].num-ttl.type1 .no {
    right: auto;
}

.only-tb-sld.slick-initialized .slick-slide{
  padding:10px 30px;
}

.no-border th{
  border-top:2px solid #6AA197;
}

.no-border th:first-child{
  border-left:2px solid #6AA197;
}

.no-border th:last-child{
  border-right:2px solid #6AA197;
}


[data-element-id].tab-card-area .tab:nth-child(1)::before{
  content:"「金属」の中身";
  color:red;
  display:block;
  background-color:#fff;
  border:2px solid red;
}
[data-element-id].tab-card-area .tab:nth-child(2)::before{
  content:"「プラスチック」の中身";
  color:red;
  display:block;
  background-color:#fff;
  border:2px solid red;
}
[data-element-id].tab-card-area .tab:nth-child(3)::before{
  content:"「ゴールド」の中身";
  color:red;
  display:block;
  background-color:#fff;
  border:2px solid red;
}
[data-element-id].tab-card-area .tab:nth-child(4)::before{
  content:"「セラミック」の中身";
  color:red;
  display:block;
  background-color:#fff;
  border:2px solid red;
}

/* 2025.08.05 */

#open-chatbot {
  border: none;
    background: none;
    position: fixed;
    right: 0px;
    bottom: 130px;
    width: 230px;
}


@media(max-width:1024px){
#open-chatbot {
 border: none;
        background: none;
        position: fixed;
        right: 0px;
        bottom: 80px;
        width: 320px;
}
}

@media(max-width:599px){
#open-chatbot {
  border: none;
        background: none;
        position: fixed;
        right: 0px;
        bottom: 45px;
        width: 200px;
    }
}

