@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*===================================
  基本設定
===================================*/
:root {
    /* --color01-b: #93bcb0; */
    --color01: #76c9b1;
    --color02: #c7ae85;
    --color03: #f5f5f5;
    --color04: #7c7c7c;
    --color05: #7f6f55;
    --ff01: "Noto Serif JP", serif;
    --ff02: "Cinzel", serif;
    --ff03:"Noto Sans JP", sans-serif;
    --ff99: "font awesome 5 free";
    /* --radius10: 10px; */
    /* --box-shadow01: 2px 2px 5px rgb(0 0 0 / 20%); */
}

html {
    font-family: var(--ff01);
    font-size: 18px;
}

.txt {
    line-height: 2;
}

.color01 {
    color: var(--color01);
}

.color02 {
    color: var(--color02);
}

.color03 {
    color: var(--color03);
}

.color04 {
    color: var(--color04);
}

.color05{
  color:var(--color05);
}

.bgcolor01 {
    background-color: var(--color01);
}

.bgcolor02 {
    background-color: var(--color02);
}

.bgcolor03 {
    background-color: var(--color03);
}

.bgcolor04 {
    background-color: var(--color04);
}

.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;
}

/* bgi-cmn */
.bgi-cmn-00 {
    position: relative;
}

.bgi-cmn-00-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.bgi-cmn-00-item+* {
    position: relative;
    z-index: 2;
}

.font-cmn-01 {
    font-family: var(--ff01);
}

.font-cmn-02 {
    font-family: var(--ff02);
}

.font-cmn-03 {
    font-family: var(--ff03);
}

/* up- */
.up-w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.up-fz-120\% {
    font-size: 120%;
}

.up-fz-80\% {
    font-size: 80%;
}

.up-fz-70\% {
    font-size: 70%;
}

.up-fw-400 {
    font-weight: 400;
}

.up-fw-500{
  font-weight: 500;
}

.up-ls-0\.01em {
    letter-spacing: .01em;
}

@media(max-width:599px) {
    .up-pos-unset\@sp {
        position: unset
    }

    .up-col-3 .up-w-100\%\@sp {
        width: 100%;
    }
}

/* line-cmn */
.line-cmn-01 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 1;
}

.line-cmn-02 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 2;
}

.line-cmn-05 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 5;
}

/* indent-cmn */
.indent-cmn-01 {
    padding-left: 1em;
    text-indent: -1em;
}

.indent-cmn-02 {
    padding-left: 1.3em;
    position: relative;
}

.indent-cmn-02+.indent-cmn-02 {
    margin-top: 10px;
}

.indent-cmn-02::before {
    content: "\f14a";
    font-family: var(--ff99);
    font-weight: bold;
    color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.indent-cmn-03 {
    padding-left: 2em;
    position: relative;
}

.indent-cmn-03::before {
    content: "";
    background-image: url(/upload/tenant_1/656337952-ai.webp);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 130 / 82;
    display: block;
    width: 1.8em;
    position: absolute;
    top: 5px;
    left: 0;
}

.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 10px rgb(157 157 157 / 60%);
    ;
    box-shadow: 0 0 10px rgb(157 157 157 / 60%);
    ;
    opacity: 1;
}

/* font */
.cin {
    font-family: "Cinzel", serif;
    letter-spacing: 3px;
}

/* 共通コンテンツ間隔 */
.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*="section-m"],
[class*="section-p"] {
    --section-xlarge: 180px;
    --section-large: 140px;
    --section-medium: 120px;
    --section-small: 100px;
    --section-xsmall: 80px;
}

.section-my-xlarge {
    margin-bottom: var(--section-xlarge);
    margin-top: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-bottom: var(--section-large);
    margin-top: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-bottom: var(--section-medium);
    margin-top: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-bottom: var(--section-small);
    margin-top: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-bottom: var(--section-xsmall);
    margin-top: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

.section-py-xlarge {
    padding-bottom: var(--section-xlarge);
    padding-top: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-bottom: var(--section-large);
    padding-top: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-bottom: var(--section-medium);
    padding-top: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-bottom: var(--section-small);
    padding-top: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-bottom: var(--section-xsmall);
    padding-top: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.85);
        margin-top: calc(var(--section-xlarge) * 0.85);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.85);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.85);
    }

    .section-my-large {
        margin-bottom: calc(var(--section-large) * 0.85);
        margin-top: calc(var(--section-large) * 0.85);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.85);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.85);
    }

    .section-my-medium {
        margin-bottom: calc(var(--section-medium) * 0.85);
        margin-top: calc(var(--section-medium) * 0.85);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.85);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.85);
    }

    .section-my-small {
        margin-bottom: calc(var(--section-small) * 0.85);
        margin-top: calc(var(--section-small) * 0.85);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.85);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.85);
    }

    .section-my-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.85);
        margin-top: calc(var(--section-xsmall) * 0.85);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.85);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.85);
    }

    .section-py-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.85);
        padding-top: calc(var(--section-xlarge) * 0.85);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.85);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.85);
    }

    .section-py-large {
        padding-bottom: calc(var(--section-large) * 0.85);
        padding-top: calc(var(--section-large) * 0.85);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.85);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.85);
    }

    .section-py-medium {
        padding-bottom: calc(var(--section-medium) * 0.85);
        padding-top: calc(var(--section-medium) * 0.85);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.85);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.85);
    }

    .section-py-small {
        padding-bottom: calc(var(--section-small) * 0.85);
        padding-top: calc(var(--section-small) * 0.85);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.85);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.85);
    }

    .section-py-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.85);
        padding-top: calc(var(--section-xsmall) * 0.85);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.85);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.85);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.7);
        margin-top: calc(var(--section-xlarge) * 0.7);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.7);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.7);
    }

    .section-my-large {
        margin-bottom: calc(var(--section-large) * 0.7);
        margin-top: calc(var(--section-large) * 0.7);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.7);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.7);
    }

    .section-my-medium {
        margin-bottom: calc(var(--section-medium) * 0.7);
        margin-top: calc(var(--section-medium) * 0.7);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.7);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.7);
    }

    .section-my-small {
        margin-bottom: calc(var(--section-small) * 0.7);
        margin-top: calc(var(--section-small) * 0.7);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.7);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.7);
    }

    .section-my-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.7);
        margin-top: calc(var(--section-xsmall) * 0.7);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.7);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.7);
    }

    .section-py-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.7);
        padding-top: calc(var(--section-xlarge) * 0.7);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.7);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.7);
    }

    .section-py-large {
        padding-bottom: calc(var(--section-large) * 0.7);
        padding-top: calc(var(--section-large) * 0.7);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.7);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.7);
    }

    .section-py-medium {
        padding-bottom: calc(var(--section-medium) * 0.7);
        padding-top: calc(var(--section-medium) * 0.7);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.7);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.7);
    }

    .section-py-small {
        padding-bottom: calc(var(--section-small) * 0.7);
        padding-top: calc(var(--section-small) * 0.7);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.7);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.7);
    }

    .section-py-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.7);
        padding-top: calc(var(--section-xsmall) * 0.7);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.7);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.7);
    }
}

.up-fxd-even .box+.box,
.up-fxd-odd .box+.box {
    margin-top: 100px;
}

.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;
}

.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;
    }
}

/* show hide */

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width:375px;
    margin-left:auto;
    margin-right:auto;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight:400;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: green;
    font-size: 12px;
    letter-spacing: 2px;
}

[data-element-id] .show\@pc.indention:after {
    content: "PC用はここで改行";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: blue;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
    max-width:375px;
    margin-left:auto;
    margin-right:auto;
}

[data-element-id] .show\@sp:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: green;
    font-size: 12px;
    letter-spacing: 2px;
}
@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    margin: 30px 0;
}

.breadcrumbs.white {
    padding: 30px 0 0;
    margin: 0;
    background: #fff;
}

.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 li {
    display: inline;
    font-size: 14px;
    letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
    color: var(--color01);
}

.breadcrumbs-list li+li::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024px) {
    .breadcrumbs {
        margin: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs.white {
        padding: 20px 0 0;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .breadcrumbs-list {
        width: 100%;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        margin: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs.white {
        padding: 15px 0 0;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/*===================================
  共通ブロック　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;
}

.box-bdt_l:before {
    content: "";
    width: 80%;
    height: 5px;
    display: block;
    background: #d0b67d;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box-bdt_l:after {
    content: "";
    width: 5px;
    height: 80%;
    display: block;
    background: #d0b67d;
    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: var(--ff01);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid var(--color02);
}

.ttl-cmn01.white {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.ttl-cmn01.left {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.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: var(--ff02);
    font-weight: 500;
    font-size: 18px;
    color: var(--color01);
    line-height: 30px;
}

.ttl-cmn01.left .s {
    padding-left: 5px;
}

.ttl-cmn01.white .s {
    color: #fff;
}

.ttl-cmn01.add_r .r {
    width: 50%;
    text-align: right;
}

.ttl-cmn01.add_r .s {
    width: 50%;
    text-align: left;
}

@media(max-width:1024px) {
    .ttl-cmn01 {
        font-size: 24px;
        letter-spacing: 1px;
    }
}

.ttl-cmn02 {
    font-size: 26px;
    color: var(--color05);
    font-weight: 500;
    font-family: var(--ff03);
}

[data-element-id] .show\@sp .ttl-cmn02 {
        font-size: 20px;
        font-weight: 400;
    }

.ttl-cmn03 {
    font-size: 22px;
    border-bottom: 2px solid var(--color02);
    display: inline;
    line-height: 2;
}

[data-element-id] .show\@sp .ttl-cmn03{
  font-size: 20px;
}

.ttl-cmn04 {
    font-size: 22px;
    color: var(--color05);
    font-family: var(--ff03);
}

.ttl-cmn05 {
    font-size: 28px;
    color: var(--color05);
    font-weight: 500;
    letter-spacing: 3px;
    font-family: var(--ff03);
}

[data-element-id] .show\@sp .ttl-cmn05{
  font-size: 22px;
}

@media(max-width:1024px) {
    .ttl-cmn05 {
        font-size: 23px;
        letter-spacing: 2px;
    }
}

@media(max-width:599px) {
    .ttl-cmn05 {
        font-size: 22px;
    }
}

.ttl-cmn06 {
    background: var(--color01);
    color: #fff;
    padding: 5px 20px;
    font-size: 26px;
    letter-spacing: 3px;
    text-align: left;
}

[data-element-id] .show\@sp .ttl-cmn06{
  font-size: 20px;
}

.ttl-bdl {
    margin-bottom: 30px;
    padding-left: 20px;
    font-weight: 400;
    font-size: 22px;
    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: var(--color01) !important;
}

.ttl-bdl.__mc2:before {
    background: var(--color02) !important;
}

.ttl-bdl.__fwn {
    font-weight: normal;
}

.ttl-float {
    width: 200%;
    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 {
        margin-bottom: 30px;
        font-size: 22px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid var(--color02);
    }

    .ttl-cmn01.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ttl-cmn01 .s {
        font-size: 14px;
        padding-left: 0;
    }

    .ttl-cmn01.add_r .r,
    .ttl-cmn01.add_r .s {
        width: 100%;
        text-align: center;
    }

    .ttl-cmn02 {
        font-size: 20px;
        font-weight: 400;
    }

    .ttl-cmn03 {
        font-size: 20px;
    }

    .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;
    }
}



[data-element-id] .show\@sp .ttl-cmn01 {
    margin-bottom: 30px;
    font-size: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--color02);
}

[data-element-id] .show\@sp.row .ttl-cmn01{
  flex-direction:row;
}

[data-element-id] .show\@sp .ttl-cmn01 .s {
        font-size: 14px;
        padding-left: 0;
    }

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通リンク */
.shev_link a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 5px;
}

.shev_link a:hover {
    opacity: 1;
}

.shev_link a::before {
    content: "";
    background: var(--color02);
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.shev_link a:hover::before {
    width: 100%;
}

.shev_link a:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* 共通ボタン１ */
.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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.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: 15px 30px 15px 20px;
    color: #fff;
    text-align: center;
    background: var(--color01);
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    max-width: 100%;
    letter-spacing: 2px;
    border-radius: 5px;
    font-size: 16px;
}

.btn-cmn02.min a, .btn-cmn02.min .a{
  min-width: 180px;
}

.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%;
    font-size: 12px;
    right: 10px;
}

.btn-cmn02.back a:after {
    right: auto;
    left: 10px;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
}

.btn-cmn02.blown a {
    background: var(--color02);
}

@media(max-width:599px){
  .btn-cmn02.min a, .btn-cmn02.min .a {
    min-width: 150px;
    padding: 15px 20px;
}

.btn-cmn02.min a:after, .btn-cmn02.min .a:after {
    right: 5px;
}
}

.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 a {
        font-size: 14px;
    }
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    font-size: 16px;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 400;
    /* background: var(--color01); */
    width: 100%;
    padding: 5px calc(50% - 600px) 0;
}

@media(max-width:1024px) {
    .pagettl {
      padding: 5px 2%;
        padding-right: 50px;
    }

    .pagettl {
        font-size: 12px;
        line-height: 1.2;
    }
}

/**
ヘッダー
header
*/

header#header {
    position: relative;
    z-index: 20;
    width: 100%;
}

/* 下部固定コンテンツ */
.fix-bottom {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 15%;
    right: 30px;
    z-index: 250;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.fix-bottom .item {
    text-align: center;
}

.modal .item .item-inner {
    padding: 30px;
    background: var(--color03);
    border-radius: 10px;
    height: 100%;
}

.modal .item .item-inner .tit {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.modal .item .item-inner .tel a {
    padding: 20px 20px 18px;
    background: var(--color01);
    color: #fff;
    font-family: var(--ff02);
    font-size: 24px;
    line-height: 1;
    border-radius: 5px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
}

.modal .item .item-inner .btn a {
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px rgb(204 204 204 / 55%);
    box-shadow: 2px 2px 10px rgb(204 204 204 / 55%);
}

.modal .item .item-inner .btn a img {
    max-height: 60px;
    max-width: 220px;
}

.fix-bottom .telbox .a {
    color: #fff;
    background: #a9a9a9;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #7c7c7c;
    box-shadow: 0 0 10px #7c7c7c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .abtest-b.fix-bottom .telbox .a{
  background: #66cdaa;
} */

[data-element-id] .fix-bottom .telbox .a{
    width: 140px;
    height: 140px;
    flex-direction: column;
}

.fix-bottom .contact .a {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    color: #fff;
    background: #66cdaa;
    font-family: var(--ff02);
    -webkit-box-shadow: 0 0 10px #7c7c7c;
    box-shadow: 0 0 10px #7c7c7c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.abtest-b.fix-bottom .contact .a{
  background: #f98866;
}

[data-element-id].fix-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    width: fit-content;
    right: auto;
    margin: 50px 50px 50px auto;
}

[data-element-id] .fix-bottom.abtest-a,[data-element-id] .fix-bottom.abtest-b {
    padding: 30px;
    position: relative;
}

[data-element-id] .fix-bottom.abtest-a{
  border: 3px solid #ff75a4;
}

[data-element-id] .fix-bottom.abtest-b{
  border: 3px solid #75a5ff;
}

[data-element-id] .fix-bottom.abtest-a::before,[data-element-id] .fix-bottom.abtest-b::before {
    content: "Aパターン";
    background: #ff75a4;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0;
}

[data-element-id] .fix-bottom.abtest-a::before {
    content: "Aパターン";
    background: #ff75a4;
}

[data-element-id] .fix-bottom.abtest-b::before {
    content: "Bパターン";
    background: #75a5ff;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {display: none;}

@media (max-width: 1024px) {
    .fix-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: calc(100% - 15px);
        bottom: 5px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        gap: 5px;
    }

    .fix-bottom .item {
        text-align: center;
        width: calc((100% - 5px) / 2);
    }

    .fix-bottom .telbox .a {
        width: 100%;
        height: 60px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgb(124 124 124 / 25%);
        box-shadow: 0 0 10px rgb(124 124 124 / 25%);
        gap: 10px;
        font-size: 16px;
    }

    .fix-bottom .contact .a {
        width: 100%;
        height: 60px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px rgb(124 124 124 / 25%);
        box-shadow: 0 0 10px rgb(124 124 124 / 25%);
    }
    
    .modal .item .item-inner{
      padding: 15px;
    }
    
    .modal .item .item-inner .btn a img{
      max-height: 50px;
    max-width: 150px;
    }
}

@media(max-width:599px) {
    .modal .item .item-inner {
        padding: 30px 20px;
        border-radius: 5px;
    }

    .modal .item .item-inner .tit {
        font-size: 18px;
    }

    .modal .item .item-inner .btn a img {
        max-height: 50px;
        max-width: 150px;
    }
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: var(--color02);
    opacity: 1;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 351;
}

.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: 45px;
    height: 45px;
    font-size: 14px;
    color: #fff;
    line-height: 43px;
    text-align: center;
    background: var(--color04);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 70px;
        right: 10px;
    }
}

/**
XXX:フッター
footer
*/

footer {
    font-weight: 400;
}

.footer .copy {
    padding: 5px 0;
    text-align: center;
    font-family: var(--ff01);
    font-weight: 300;
    letter-spacing: 2px;
}

@media (max-width: 1024px) {
    .footer .f-resbtn a .txt {
        font-size: 20px;
    }

    .footer .f-Ttable * {
        font-size: 14px;
    }

    .footer .copy {
        padding-bottom: 50px;
    }
}

@media (max-width: 599px) {
    .footer .f-resbtn a .txt {
        font-size: 18px;
    }
}

/* access-box */
.access-box .left {
    background: var(--color03);
    padding: 30px 50px 50px;
    position: relative;
}

.access-box .left .icon {
    position: absolute;
    bottom: 0;
    width: 60px;
}

.access-box .left .icon01 {
    right: 30px;
    opacity: .5;
}

.access-box .left .icon02 {
    right: 80px;
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
    width: 70px;
}

@media(max-width:599px) {
    .access-box .left {
        padding: 20px 20px 60px;
    }
}

/**
フッターナビ
fnav
*/
.fnav {
    margin: 80px 0 30px;
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fnav .list01 {
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .item {
    margin-bottom: 20px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .item a {
    display: block;
    position: relative;
}

.fnav .list02 {
    width: 50%;
}

.fnav .datawrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .datattl {
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
}

.fnav .datattl:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 10px;
    left: 0;
}

.fnav .data {
    margin-bottom: 5px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .data a {
    padding-left: 12px;
    position: relative;
}

.fnav .data a:before {
    content: "";
    width: 5px;
    height: 1px;
    display: block;
    background: #333;
    position: absolute;
    top: 7px;
    left: 0;
}

@media (max-width: 1024px) {
    .fnav .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav .list01 {
        width: 100%;
        margin-bottom: 0;
    }

    .fnav .list02 {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .fnav {
        margin: 50px 2px 30px;
        font-size: 16px;
        letter-spacing: -.5px;
    }

    .fnav .item {
        margin-bottom: 15px;
        padding-right: 0;
    }

    .fnav .list01 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .fnav .datawrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/**
2カラムページ
*/
.column2 .side {
    width: 250px;
}

.column2 .mainwrap {
    width: calc(100% - 275px);
}

@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 {
    padding: 10px 10px 6px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: var(--color01);
    font-family: var(--ff02);
}

.list-side .datattl .i {
    width: 30px;
    margin-right: 10px;
}

.list-side.type-archive .datattl {
    background: var(--color04);
}

.list-side .data {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.list-side a {
    display: block;
    margin: 10px;
    position: relative;
}

.list-side a:hover {
    opacity: .5;
}

@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: 100vh;
    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;
    width: 100%;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

[data-element-id] .uk-slideshow>li{
  opacity: 1 !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;
    }
}

/**
XXX:visual
*/
.visual .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    z-index: 15;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: var(--color01);
    padding: 15px calc(50% - 600px) 15px;
    min-height: 110px;
}

[data-element-id] .visual .head {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
}

.visual .head .left {
    text-align: center;
}

.visual .head .left .pagettl {
    margin-bottom: 10px;
}

.visual .head .left .logo img {
    max-height: 80px;
}

.visual .head .right {
    width:fit-content;
    padding: 10px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
}

.visual .head .right.type-tel {
    background: none;
    color: #fff;
}

.visual .head .right .tel {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.visual .head .right .tel .s {
    vertical-align: text-bottom;
    padding: 0 15px 0 0;
    font-size: 20px;
}

.visual .head .right .tel a {
    font-weight: 500;
    font-size: 32px;
}

.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 .txt2 {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.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));
}

body.overlay {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.visual .gnav-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    z-index: 10;
}

[data-element-id] .visual .gnav-wrap{
  position: relative;
  left: auto;
  bottom: auto;
}

.visual .lead {
    font-size: 34px;
    color: #fff;
    line-height: 2;
    letter-spacing: 5px;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    text-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 0 3px rgb(0 0 0 / 20%);
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

[data-element-id] .visual .lead .show\@sp {
        font-size: 20px;
        letter-spacing: 2px;
    }

.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.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: 0;
}

.visual .p {
    font-size: 24px;
    color: #53907e;
    position: absolute;
    top: 30%;
    left: 10%;
}

@media (max-width: 1024px) {

    .visual .gnav-common {
        z-index: 300;
        position: relative;
    }

    .visual .lead {
        font-size: 26px;
    }

    .visual .head .left .logo img {
        max-height: 60px;
    }

    .visual .mv_logo {
        width: 80%;
        margin: 0 auto;
        padding: 2rem 0 0;
    }

    .visual .p {
        font-size: 22px;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 75%;
        left: 50%;
    }

    .visual .head {
        display: none;
    }
}

@media (max-width: 599px) {
    .mainimg {
        height: 60vh;
    }

    .visual .head .left {
        display: none;
    }

    .visual .mv_logo {
        width: 30%;
    }

    .visual .lead {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .visual .lead .s {
        font-size: 26px;
        top: -60px;
        right: -6px;
    }

    .visual .lead .s:after {
        width: 55px;
        top: 40px;
    }
}

/**
グローバルナビ
gnav
*/
.gnav {
   margin-top: auto;
    padding: 20px 0 20px;
    position: relative;
    z-index: 100;
}

.navlogo {
    display: none;
}

.gnav.fixed {
    width: 100%;
    height: auto;
    padding: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 5px 5px 0 #95959557;
    /* cursor: pointer; */
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 200;
}

.gnav.fixed .list01 {
    width: calc(100% - 350px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 0;
}

.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;
}

.gnav.fixed .item01:not(:first-of-type):before {
    left: -20px;
}

.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;
}

[data-element-id] .gnav .list01{
  align-items: flex-start;
  flex-wrap: wrap;
    justify-content: center;
}

[data-element-id] .gnav .list01 li.item01.show\@tb.hide\@pc{
  padding-left:0;
}

.gnav .item01>a,
.gnav .item01>span {
    color: #333;
}

.gnav .item01>a .s,
.gnav .item01>span .s {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    font-family: var(--ff02);
}

.gnav .item01>a .i,
.gnav .item01>span .i {
    width: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

.gnav .item01>a .i img, .gnav .item01>span .i img {
    max-width: 40px;
    max-height: 32px;
        filter: brightness(0.2);
}

.gnav .item01>a .t,
.gnav .item01>span .t {
    /* font-family: "Cinzel", serif; */
    font-size: 20px;
    letter-spacing: 1px;
    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: 200px;
    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(calc(-50% + 20px));
    transform: translateX(calc(-50% + 20px));
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: -1;
    text-align: center;
}

.gnav.scrolled .-parent .childList {
    bottom: auto;
    top: 100%;
    -webkit-transform: translateX(calc(-50% + 20px));
    transform: translateX(calc(-50% + 20px));
}

.gnav.fixed .-parent .childList {
    bottom: auto;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.gnav .-parent:hover .childList {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}

.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: var(--color02);
        -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;
        padding: 60px 10px;
    }

    .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: 35%;
        font-size: 16px;
        text-align: left;
        font-family: var(--ff02);
    }


    .gnav .item01>a .t,
    .gnav .item01>.itemin .t {
        width: 60%;
        padding-right: 1.5rem;
        font-size: 16px;
        letter-spacing: 0;
        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;
        font-size: 12px;
    }

    .gnav .item01 a .t:after {
        content: "\f054";
    }
    
    .gnav .item01>a,.gnav .item01>span {
        color: #fff;
    }

    .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 .childList {
        display: block;
        background: var(--color03);
        padding: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        left: auto;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: 0s;
        position: relative;
        height: 0;
        margin: 0;
    }
    
    .gnav .-parent:hover .childList{
        display: block;
        background: var(--color03);
        padding: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        left: auto;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        position: relative;
        height: 0;
        margin: 0;
    }
    
    .gnav .-parent.open .childList {
        position: relative;
        z-index: 2;
        visibility: visible;
        opacity: 1;
        height: auto;
        -webkit-transform: none;
        transform: none;
    }

    .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 .item02 a {
        font-size: 14px;
        border-bottom: 3px solid var(--color02);
    }

    .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: 20px;
    padding-bottom: 20px;
}

.t-news_li .item01:not(:last-of-type) {
    border-bottom: 1px solid #ada49f;
}

.t-news_li .date {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[data-element-id] .t-news_li .date{
  font-size: 12px;
}

.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: #c7ae85;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.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.png") 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: 40px 60px 40px;
    border: 5px solid #c7ae85;
    position: relative;
}

.t-message_box .box.txt-short {
    min-height: 350px;
    display: flex;
    align-items: center;
}

.t-message_box .box:before,
.t-message_box .box:after {
    content: "";
    width: 50%;
    height: 50%;
    display: block;
    background: var(--color03);
    position: absolute;
    z-index: 1;
}

.t-message_box.white .box:before,
.t-message_box.white .box:after {
    background: #fff;
}

.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 .box_inner .add-link {
    color: #4e9abf;
    font-family: var(--ff03);
}

.t-message_box .ttl {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    position: relative;
    /* text-align: right; */
}

.t-message_box .title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.t-message_box .sign .sub-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #d0d0d0;
    padding: 30px 5px;
}

.t-message_box .sign .sub-item.minh120 a {
    min-height: 120px;
}

.t-message_box .sign .sub-item a .bgi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.t-message_box .sign .sub-item a .tit {
    position: relative;
    z-index: 2;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.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-message_box .box_inner .li-box ul li+li {
    margin-top: 20px;
}

@media(max-width:599px){
  .t-message_box .box.txt-short{
    min-height: auto;
  }
}

/* rowr */
.t-message_box.rowr .t-message-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.t-message_box.rowr .t-message-list:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.t-message_box.rowr .t-message-list+.t-message-list {
    margin-top: 100px;
}

.t-message_box.rowr .ttl-cmn01 {
    margin-left: auto;
}

[data-element-id].t-message_box.rowr .show\@sp .ttl-cmn01{
  margin-left: auto;
    margin-right: auto;
}

.t-message_box.rowr .t-message-list:nth-of-type(even) .ttl-cmn01 {
    margin-left: 0;
    margin-right: auto;
}

.t-message_box.rowr .pic_side {
    margin-right: 0;
    margin-left: -3%;
    position: relative;
    z-index: 2;
}

.t-message_box.rowr .t-message-list:nth-of-type(even) .pic_side {
    margin-right: -3%;
    margin-left: 0;
}

.t-message_box.rowr .box:before {
    left: auto;
    right: -5px;
}

.t-message_box.rowr .t-message-list:nth-of-type(even) .box:before {
    left: -5px;
    right: auto;
}

.t-message_box.rowr .box:after {
    left: -5px;
    right: auto;
}

.t-message_box.rowr .t-message-list:nth-of-type(even) .box:after {
    left: auto;
    right: -5px;
}

.t-message_box.rowr .t-message_box .ttl {
    text-align: left;
}

.t-message_box.rowr .pic_side {
    margin-left: -3%;
    margin-right: 0;
}

@media(max-width:1024px) {
    .t-message_box .box {
        padding: 40px 30px 40px;
        border: 3px solid #c7ae85;
    }

    .t-message_box .box:before {
        top: -6px;
        left: -6px;
    }

    .t-message_box .ttl {
        text-align: inherit;
    }

    .t-message_box .box:after {
        bottom: -6px;
    }

    .t-message_box .sign .sub-item a {
        padding: 30px 2px;
    }

    .t-message_box .sign .sub-item a .tit {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .t-message_box.rowr .box:before {
        right: -6px;
        left: auto;
    }

    .t-message_box.rowr .box:after {
        left: -6px;
    }
}

@media(max-width:599px) {
    .t-message_box .box {
        padding: 30px 15px;
        border: 1px solid #c7ae85;
    }

    .t-message_box .box:before {
        content: none;
    }

    .t-message_box .box:after {
        content: none;
    }

    .t-message_box .ttl.up-ta-c\@sp {
        text-align: center;
    }

    .t-message_box.rowr .ttl-cmn01 {
        margin-left: auto;
        margin-right: auto;
    }

    .t-message_box.rowr .pic_side,
    .t-message_box.rowr .t-message-list:nth-of-type(even) .pic_side {
        margin-left: auto;
        margin-right: auto;
    }
}

.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% 9%;
    -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{
  -webkit-transform: scale(1.75);
    transform: scale(1.75);
    position: relative;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
} */

.t-facility_li .slick-center .img {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.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, 1);
    -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: 41%;
}

.t-facility_li .btn-back {
    left: 41%;
}

@media(max-width:1024px){
  .t-facility_li .btn-slick:hover {
    opacity: 1;
}
}

.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 0;
    text-align: right;
    position: relative;
}

.img_banner .txt_side .t {
    font-weight: bold;
}

.img_banner .txt_side span {
    width: 50%;
    display: block;
    margin-left: auto;
    text-align: center;
}

.t-banner_li a {
    height: 100%;
    display: block;
    padding: 10px;
    background: var(--color02);
    position: relative;
    /* min-height: 160px; */
}

.t-banner_li a .bgi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    -webkit-transition: .5s;
    transition: .5s;
}

.t-banner_li a:hover .bgi {
    opacity: .6;
}

.t-banner_li a .a-inner {
    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: 10px;
    border: 1px solid #fff;
    min-height: 160px;
}

.t-banner_li .i {
    width: 80px;
    position: relative;
    z-index: 2;
}

.t-banner_li .i img {
    max-width: 100%;
    max-height: 70px;
    vertical-align: middle;
}

.t-banner_li .txt {
    width: auto;
    padding-left: 1rem;
    position: relative;
    z-index: 2;
}

.t-banner_li * {
    color: #fff;
    letter-spacing: 2px;
}

.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("../import/tenant_1/160.16.121.158/html/images/top/stripe_bg.jpg");
}

.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_トップコンテンツ

********************************/
/* index-feature-area */
.index-feature-area.type02 .strengths-list .item-inner {
    background: var(--color03);
    padding-bottom: 40px;
    display: block;
}

.index-feature-area.type02.white .strengths-list .item-inner {
    background: #fff;
}

.index-feature-area .strengths-list .item .item-inner .img {
    margin-bottom: 20px;
}

.index-feature-area .strengths-list .item .item-inner .img .num {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: var(--color02);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: var(--ff02);
}

.index-feature-area .strengths-list .item .item-inner .tit {
    color: var(--color05);
    text-align: center;
    font-family: var(--ff03);
    margin-top: 40px;
    font-size: 110%;
}

[data-element-id] .index-feature-area .strengths-list .item .item-inner .show\@sp .tit{
  margin-top: 0;
  font-size:100%;
}

.index-feature-area .strengths-list .item .item-inner .txt {
    margin-top: 10px;
}

.index-menu-area .menu-list .item a {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 5px solid #fff;
}

.index-menu-area .menu-list.type02 .item a {
    background: #fafafa;
}

.index-menu-area .menu-list .item a:hover {
    opacity: 1;
    border: 5px solid var(--color01);
}

.index-menu-area .menu-list .item a .icon {
    height: 100px;
    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;
}

.index-menu-area .menu-list .item a .icon img {
    max-width: 120px;
    max-height: 100px;
}

.index-menu-area .menu-list .item a .tit {
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}

.index-menu-area .menu-list .item a .btn {
    margin-top: 20px;
    background: var(--color01);
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

@media(max-width:1024px) {
    .index-menu-area .menu-list .item a {
        padding: 10px;
    }

    .index-menu-area .menu-list .item a .icon img {
        max-width: 100px;
        max-height: 80px;
    }
}

@media(max-width:599px) {
    .index-feature-area .strengths-list .item .item-inner .tit {
        font-size: 120%;
    }
    
    .index-feature-area .strengths-list .item .item-inner .tit.min{
      font-size: 85%;
    }

    .index-menu-area .menu-list .item a {
        border: 1px solid #fff;
    }

    .index-menu-area .menu-list .item a:hover {
        border: 1px solid var(--color01);
    }
}

/* index-service-area */
.index-service-area .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-service-area .service-list:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

[data-element-id] .abs{
  position: relative;
  padding-top: 150px;
}

[data-element-id] .abs .abs-t.show\@sp {
    position: absolute;
    top: 0;
    left:50%;
    transform:translateX(-50%);
}

.index-service-area .service-list .img img {
    max-height: 500px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-service-area .service-list .txtbox {
    padding-right: calc(50% - 600px);
}

.index-service-area .service-list:nth-of-type(even) .txtbox {
    padding-right: 50px;
    padding-left: calc(50% - 600px);
}

@media(max-width:1024px) {
    .index-service-area .service-list .txtbox {
        padding: 30px;
    }

    .index-service-area .service-list:nth-of-type(even) .txtbox {
        padding: 30px;
    }

    .index-service-area .service-list .img img {
        max-height: none;
    }
}

@media(max-width:599px) {
    .index-service-area .service-list .txtbox {
        padding: 20px;
    }
}

/* index-media-area */
.index-media-area .media-list .item a {
    border: 2px solid #ccc;
    display: block;
    padding: 10px;
    height: 100%;
}

.index-media-area .media-list .item a .date {
    font-size: 13px;
    margin-top: 10px;
}

.index-media-area .media-list .item a .tit {
    margin-top: 10px;
    font-size: 16px;
}

.index-media-area .media-list .item a .more {
    font-size: 14px;
    border-bottom: 1px solid var(--color02);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: var(--ff02);
    letter-spacing: 1px;
    margin-top: 20px;
}

.index-media-area .media-list .item a .more::after {
    content: "\f054";
    font-family: var(--ff99);
    font-weight: bold;
    margin-left: 8px;
    font-size: 10px;
    line-height: 1;
}

/* index-contact-area */
.contact-list {
    background: var(--color03);
    padding: 10px;
}

.contact-list-inner {
    padding: 50px 30px;
    border: 1px solid var(--color04);
}

.index-contact-area .contact-list .item a,.index-contact-area .contact-list .item .a {
    position: relative;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color02);
}

.index-contact-area .contact-list .item a::before,.index-contact-area .contact-list .item .a::before {
    content: "";
    border-right: 8px solid #ececec;
    border-bottom: 8px solid #ececec;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
}

.index-contact-area .contact-list .item a .bgi,.index-contact-area .contact-list .item .a .bgi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

.index-contact-area .contact-list .item a .tit,.index-contact-area .contact-list .item .a .tit {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

.index-contact-area.type02 .contact-list .item .title {
    font-size: 24px;
    color: var(--color01);
    font-family: var(--ff02);
    text-align: center;
}

.index-contact-area.type02 .contact-list .item-inner {
    background: #fff;
    padding: 30px;
}

@media(max-width:599px) {
    .contact-list-inner {
        padding: 30px 15px;
    }

    .index-contact-area .contact-list .item a .tit {
        font-weight: 400;
        letter-spacing: 0px;
    }
    
    .index-contact-area .contact-list .item a .tit,.index-contact-area .contact-list .item .a .tit {
    letter-spacing: 0;
}
}

/* home06 */
.home06 .slick-slide {
    overflow: hidden;
}

/* home07 */
.home07 .t-blog_li .item01 a:hover {
    opacity: 1;
}

.home07 .t-blog_li .item01 a .img {
    overflow: hidden;
}

.home07 .t-blog_li .item01 a .img img {
    -webkit-transition: .5s;
    transition: .5s;
}

.home07 .t-blog_li .item01 a:hover .img img {
    scale: 1.2;
}


@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-facility_li .img {
        margin: 30px;
    }

    .t-facility_li .img {
        margin: 20px;
    }

    .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 .box .ttl:after,
    .t-feature_li_2 .box .ttl:after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .t-feature_li_1 .box .ttl.is-parent:after,
    .t-feature_li_2 .box .ttl.is-parent:after {
        -webkit-transform: translateY(100%) rotate(180deg);
        transform: translateY(100%) rotate(180deg);
    }

    .t-feature_li_1 .box .ttl+.txt,
    .t-feature_li_2 .box .ttl+.txt {
        display: none;
    }

    .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 .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 {
    padding: 40px 0;
    font-size: 34px;
    color: #fff;
    line-height: 2;
    letter-spacing: 5px;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    text-shadow: 0 0 10px rgb(0 0 0 / 20%), 0 0 3px rgb(0 0 0 / 20%);
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.topvisual .pagettl-h2 h2{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-element-id] .topvisual .pagettl-h2 {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(-50%, 0%);
    transform: none;
    padding: 0;
}

.topvisual .pagettl-h2 .s {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
    font-family: var(--ff02);
}

.topvisual .pagettl-h2 .t {
    display: block;
    font-weight: 400;
    font-size: 38px;
    color: #fff;
    line-height: 1.5;
}

[data-element-id] .topvisual .show\@sp.pagettl-h2 .t{
  font-size: 28px;
}

[data-element-id] .topvisual .show\@sp.pagettl-h2 .s {
    font-size: 20px;
}

.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: 330px;
    }

    .topvisual .pagettl-h2 .s {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .topvisual .img {
        min-height: 260px;
        max-height: 270px;
    }

    .topvisual .pagettl-h2 {
        letter-spacing: 3px;
    }

    .topvisual .pagettl-h2 .s {
        font-size: 20px;
    }

    .topvisual .pagettl-h2 .t {
        font-size: 28px;
    }
}

/* パンくずリスト */
.breadcrumb {
    margin-top: 10px;
}

.breadcrumb .item {
    display: inline-block;
}

.breadcrumb .item:not(:last-of-type):after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.breadcrumb .home {
    color: #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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    margin-right: 20px;
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    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: 45px;
    text-align: center;
    font-family: var(--ff02);
}

.pagenation .number a {
    background: #bfbfbf;
}

.pagenation .number a:hover,
.pagenation .now {
    color: #fff;
    background: var(--color02);
    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;
    gap: 20px;
}

.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: var(--color02);
    border-radius: 5px;
    font-size: 16px;
}

@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: 35px;
        height: 35px;
        line-height: 30px;
    }
}

/**
各下層ページ
*/
/* 06general */
.menu-trouble-area .trouble-list {
    background: #fff;
    padding: 20px;
    max-width: 96%;
    margin: 0 auto;
}

.menu-trouble-area .trouble-list .item {
    padding: 10px 30px;
}

@media(max-width:599px) {
    .menu-trouble-area .trouble-list .item {
        padding: 10px 0;
    }
}

.content01-list .item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.content01-list .item+.item {
    margin-top: 80px;
}

.content01-list .txtbox .txt {
    margin-top: 20px;
}

.menu-price-area .price-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid;
}

.menu-price-area .price-list dl dt {
    width: 40%;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu-price-area .price-list dl dd {
    width: calc(60% - 20px);
    text-align: right;
    margin-top: 10px;
}

.menu-price-area .price-list dl dd.up-w-100\% {
    width: 100%;
    line-height: 1.1;
    color: var(--color04);
}

@media(max-width:599px) {
    .menu-price-area .price-list dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu-price-area .price-list dl dt {
        width: 100%;
    }

    .menu-price-area .price-list dl dd {
        width: 100%;
    }

    .menu-price-area .price-list dl dd.up-w-100\% {
        text-align: left;
    }
}

/* menu-price.type02 */
.menu-price-area.type02 .price-list {
    background: #fff;
    padding: 30px;
}

.menu-price-area.type02 .price-list+.price-list {
    margin-top: 50px;
}

.menu-price-area.type02 .price-list dl dt {
    width: 100%;
}

.menu-price-area.type02 .price-list dl dd {
    width: 100%;
}

.menu-price-area.type02 .price-list dl dd.up-w-100\% {
    text-align: left;
}

@media(max-width:599px) {
    .menu-price-area.type02 .price-list {
        padding: 30px 15px;
    }
}

/* menu-lead */
.menu-lead-area .lead-list {
    background: var(--color03);
    padding: 10px;
}

.menu-lead-area .lead-list .lead-list-inner {
    padding: 50px;
    border: 1px solid var(--color04);
}

@media(max-width:599px) {
    .menu-lead-area .lead-list .lead-list-inner {
        padding: 30px 10px;
    }
}

.menu-table-area .table-list {
    width: 100%;
    overflow-x: scroll;
}

.menu-table-area .table-list table {
    min-width: 1000px;
}

.menu-table-area .table-list tr {
    border-left: 1px solid #d4d4d4;
}

.menu-table-area .table-list tr:first-of-type th {
    background: var(--color01);
    color: #fff;
}

.menu-table-area .table-list tr:first-of-type th:last-of-type {
    border-right: 1px solid #d4d4d4;
}

.menu-table-area .table-list tr>*:nth-of-type(1) {
    width: 20%;
}

.menu-table-area .table-list tr>*.gray{
  background: var(--color03);
}

.menu-table-area .table-list tr>*.white{
  background: #fff;
}

.menu-table-area .table-list.type03 tr>*:nth-of-type(1){
  width: 50%;
  text-align: left;
  background: none;
}

.menu-table-area .table-list.type03 tr>td {
    background: #e9e9e9 !important;
}

.menu-table-area .table-list.type03 tr:first-of-type th:nth-of-type(1) {
    text-align: center;
    background: var(--color01);
}

.menu-table-area .table-list tr>*:nth-of-type(2) {
    width: 40%;
}

.menu-table-area .table-list.type03 tr>*:nth-of-type(2) {
    width: 50%;
}

.menu-table-area .table-list tr>*:nth-of-type(3) {
    width: 40%;
}

.menu-table-area .table-list th {
    background: var(--color03);
    /* border-bottom: 1px solid #fff; */
    padding: 20px 10px;
    border-right: 1px solid #d4d4d4;
}

.menu-table-area .table-list th:last-of-type {
    border-bottom: 1px solid #d4d4d4;
}

.menu-table-area .table-list td {
  /*   text-align: center; */
    padding: 20px 10px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d2d2d2;
}

.menu-table-area .table-list.type02 td{
  text-align: left;
  background: #e9e9e9;
}

.menu-flow-area .flow-list .item+.item {
    margin-top: 10px;
}

.menu-flow-area .flow-list .item .item-inner {
    padding: 20px;
    background: #fff;
}

.menu-flow-area .flow-list .item .item-inner .no {
    font-size: 30px;
    font-family: var(--ff02);
    color: var(--color01);
    min-width: 50px;
    text-align: center;
    line-height: 1;
    padding-top: 8px;
}

.menu-flow-area .flow-list .item .item-inner .tit {
    font-size: 22px;
}

@media(max-width:1024px){
.menu-table-area .table-list.type03 table {
    min-width: 700px;
}
}

@media(max-width:599px) {
    .menu-flow-area .flow-list .item .item-inner .no {
        font-size: 28px;
        padding-top: 5px;
    }

    .menu-flow-area .flow-list .item .item-inner .tit {
        font-size: 20px;
    }
}

/* kroom（下層） */
.kroom-content01-area .staff-list .item .tit {
    padding: 5px 10px;
    text-align: center;
    background: var(--color02);
    color: #fff;
}

/* 記事一覧ページ */
.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;
    }
}

/* clinic-history */
.common_tbl3col_wrap {
    width: 100%;
    overflow-x: scroll;
}

.common_tbl3col {
    width: 100%;
    min-width: 730px;
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #ccc;
}

.common_tbl3col td {
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding: 0.75em 0.75em;
    vertical-align: middle;
}

.common_tbl3col td.type02 {
    background: var(--color02);
    color: #fff;
    border-bottom: 1px solid #fff;
}

td.common_tbl3col_left {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

td.common_tbl3col_center {
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media(max-width:1024px) {
    .common_tbl3col {
        width: auto;
    }
}

/* clinic04 clinic-introduction */
.clinic04 .img02 {
    margin-top: -30%;
    width: 60%;
    margin-left: auto;
}

/********************************
/********************************
/********************************

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 #c7ae85;
    -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: var(--ff02);
    font-size: 80px;
    color: var(--color02);
    font-style: italic;
    text-shadow: 0 0 10px #cacaca;
    -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-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-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;
    }
}


/* staff03 */
.staff-table {
    background: var(--color03);
    padding: 30px;
}

.staff-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid var(--color04);
}

.staff-table dl dt {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.staff-table.en dl dt {
    font-family: var(--ff02);
}

.staff-info-list .item .item-inner {
    background: var(--color03);
    padding: 20px;
    height: 100%;
}

.staff-info-list .item .tit {
    font-size: 22px;
    color: var(--color01);
    text-align: center;
    margin: 10px 0 20px;
}

@media(max-width:599px) {
    .staff-table {
        padding: 20px;
    }

    .staff-table dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .staff-table dl dt {
        width: 100%;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

/********************************
/********************************
/********************************

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: normal;
}

.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: 30px;
    border: 1px solid var(--color02);
    /* background: #fff; */
    position: relative;
    height: 100%;
}

.bdl-box .tit {
    font-size: 22px;
    border-bottom: 1px solid var(--color02);
    display: block;
    line-height: 2;
    text-align: center;
}

.bdl-box .btn-cmn02 {
    margin-right: 0;
}

.bdl-box .tel {
    padding-left: 2.5em;
    font-size: 1.5em;
    position: relative;
    font-family: var(--ff02);
}

.bdl-box .tel .min {
    font-size: 80%;
}

@media(max-width:599px){
  .bdl-box{
    padding: 15px;
  }
}

.flow_li .item01 {
    width: 100%;
    padding: 3rem 2rem;
    background: #fff;
    position: relative;
}

.flow_li .item01 .ttl-bdl:before {
    background: var(--color01);
}

.flow_li .item01 .dl01 .ttl {
    margin-bottom: 10px;
    color: #555;
}

.flow_li .item01 .dl01+.dl01 {
    margin-top: 20px;
}

.flow_li .item01+.item01 {
    margin-top: 75px;
}

.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: var(--color02) transparent transparent transparent;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -50px;
    left: 50%;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.flow_li .item01+.item01.mv:after {
    opacity: 1;
}

.first02.type02 .flow_li .item01+.item01 {
    margin-top: 25px;
}

.first02.type02 .flow_li .item01+.item01:after {
    content: none;
}

.flow_li .img_side {
    position: relative;
}

.flow_li .ttl-bdl {
    margin-bottom: 30px;
    font-weight: normal;
}

.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 {
    border: 1px solid #333;
}

.flow_li.__rad .item01 {
    border-radius: 5px;
}

.flow_li.__.ttl-bdl {
    margin-bottom: 30px;
    font-weight: normal;
}

@media(max-width:599px) {
    .flow_li .ttl-bdl {
        margin-left: 60px;
        padding-left: 0;
    }

    .flow_li .item01 .ttl-bdl:before {
        background: none;
    }

    .first02.type02 .flow_li .item01 .ttl-bdl:before {
        background: var(--color01);
    }

    .first02.type02 .flow_li .ttl-bdl {
        margin-left: 0;
        padding-left: 20px;
    }

    .flow_li.num_li .no {
        right: auto;
        left: 0;
        top: 20px;
        font-style: inherit;
        font-size: 70px;
        width: 40px;
        text-align: right;
    }
}

.bd_box {
    padding: 4rem;
    position: relative;
}

.bd_box:before,
.bd_box:after {
    content: "";
    width: 100px;
    height: 100px;
    display: block;
    border-top: 5px solid #c7ae85;
    border-left: 5px solid #c7ae85;
    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 .btn-cmn02 {
        width: 100%;
    }

    .flow_li .item01 {
        padding: 2rem .8rem;
    }

    .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: 3rem 3rem 3rem 4rem;
    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: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: #53907e;
}

.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: #53907e;
    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: normal;
}

.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: #53907e;
}

.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: #53907e;
}

/********************************
/********************************

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: #53907e;
}

.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: normal;
    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 {
    font-size: 18px;
    position: relative;
    padding: 10px 50px 10px 5rem;
    letter-spacing: 1px;
}

.faq_box .faq_dl .q:before,
.faq_box .faq_dl .a:before {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 25px;
    font-family: var(--ff01);
    left: 30px;
}

.faq_box .faq_dl .q {
    min-height: 3.5rem;
    margin-bottom: 30px;
    background: var(--color01);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.faq_box .faq_dl .q:hover {
    opacity: 0.6;
    cursor: pointer;
}

.faq_box .faq_dl .q:before {
    content: "Q";
    background: var(--color01);
}

.faq_box .faq_dl .q:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    line-height: 3.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.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";
    color: var(--color04);
}

.faq_box .faq_dl+.faq_dl {
    margin-top: 50px;
}

/********************************

s_16faq

********************************/
@media (max-width: 599px) {}

/********************************
/********************************
/********************************

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 a {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--color02);
}

.blog_list .item01 .cate {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 3px;
    margin-top: -10px;
    align-items: flex-start;
}

.blog_list .item01 .cate span {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
    background: #d0b67d;
    text-align: center;
}

.article_detail_wrap {
    margin-bottom: 50px;
}

.article_detail_wrap .thumb_wrap .pic img {
    width: 100%;
}

.article_detail_wrap .thumb_wrap .cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.article_detail_wrap .thumb_wrap .cate span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    background: var(--color02);
    text-align: center;
}

.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 .cont h2 {
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    background: var(--color01);
}

.article_detail_wrap .cont h3 {
    margin: 1em 0;
    padding: 0.5em;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    border-left: solid 10px var(--color01);
}

.article_detail_wrap .cont h4 {
    margin: 1em 0;
    padding-bottom: 0.5em;
    font-weight: 800;
    font-size: 18px;
    border-bottom: dotted 2px var(--color01);
}

.article_detail_wrap .cont ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.article_detail_wrap .cont ul li::before {
    content: "■";
    color: var(--color01);
}

.article_detail_wrap .cont ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    list-style-type: none;
    counter-increment: cnt;
}

.article_detail_wrap .cont ol li::before {
    content: ""counter(cnt)".";
    margin-right: 10px;
    font-weight: bold;
    font-size: 120%;
    color: var(--color01);
    flex-shrink: 0;
}

.article_detail_wrap iframe[src*="youtube"] {
    margin-top: 1em;
    margin-bottom: 1em;

    aspect-ratio: 16 / 9;
}

.article_detail_wrap .date {
    margin-bottom: 10px;
    text-align: right;
    margin-top: 5px;
    font-family: var(--ff02);
}

.article_detail_wrap .ttl {
    font-weight: bold;
    font-size: 20px;
}

.recommend .blog_list {
    border-bottom: none;
}

.recommend .blog_list .item01:nth-of-type(4) {
    display: 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;
    }
    
    .blog_list .item01 .cate span{
      padding: 3px 5px;
    }

    .recommend .blog_list .item01:nth-of-type(4) {
        display: block;
    }
}

/* スクロールメニューアニメーション */
@-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 (max-width: 599px) {
    .cal_wrap {
        display: none;
    }
}

[data-element-id].visual .contents {
    background: #ccc;
    position: relative !important;
}

[data-element-id] .visual .lead {
    position: absolute;
    top: -70%;
}

[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;
    left: 0;
}

.modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
}

.modal__content {
    width: 60%;
    padding: 60px 40px;
    border-radius: 20px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal .btn_close {
    display: block;
    padding: 8px 15px 10px;
    text-align: center;
    border: 2px solid var(--color04);
    border-radius: 5px;
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    color: var(--color04);
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .modal {
    height: auto;
    display: block;
    margin-top: 50px;
    position: relative;
}

[data-element-id] .js-modal-close01:after,[data-element-id] .js-modal-close02:after {
    width: 100%;
    min-width: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background: #555;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: 100%;
    left: 50%;
    border: 2px solid #555;
}

[data-element-id] .js-modal-close01:after {
    content: "「電話でお問い合わせ」をクリックしたときに現れる画面です";
}

[data-element-id] .js-modal-close02:after {
    content: "「WEB予約」をクリックしたときに現れる画面です";
}

[data-element-id].modal__bg {
    display: none;
}

[data-element-id] .modal__content {
    width: 90%;
    border: 2px solid #555;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    margin: 0 auto;
}

[data-element-id] .num-ttl.type1 .no {
    position: absolute !important;
}

[data-element-id] .t-insta .bg {
    position: static;
}

/*********************************/

.filter.mainimg::before {
    content: "";
    background-image: url(/upload/tenant_1/kroom-mv-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    aspect-ratio: 20 / 15;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

[data-element-id] .filter.mainimg {
    display: block;
}

[data-element-id] .filter.mainimg::before{
  width: 50vh;
}

[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;
}

/* 06/28 追記 */

.r {
    display: inline-block;
}


@media (max-width: 1024px) {
    .modal__content {
        width: 90%;
        padding: 50px 30px;
    }

    .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 (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 (max-width: 599px) {
    .modal__content {
        width: 90%;
        padding: 50px 20px;
        border-radius: 5px;
        overflow: scroll;
        max-height: 90%;
    }
}

/* 2022.11.18 */
body.fixed {
    overflow: hidden;
}

.modal {
    z-index: 1000;
}

/* 0216 */
[data-element-id] header#header {
    background: #a7a7a7;
}

.header .logo {
    position: absolute;
    z-index: 10;
    left: 10px;
}

[data-element-id] .header .logo,[data-element-id] .pagettl{
  position: relative;
}

@media(max-width:1024px){
  .header .logo{
    top: 30px;
  }
}

/* @media(max-width:599px){
  .header .logo{
    top: 55px;
  }
} */

.kid-add-txt {
    font-size: 14px;
    background: var(--color01);
    color: #fff;
    padding: 5px 10px;
    width: fit-content;
    display: inline-block;
}

.kroom-wrap .soyama{
  display: none;
}

/* top-num */
.feature-num {
    width: 100px;
    position: absolute;
    top: 30px;
    right: -10px;
    z-index: 3;
    color: var(--color01);
    text-shadow: 3px 2px 0 #fff;
}

.feature-num.num02 {
    top: -60px;
    right: auto;
    left: 20px;
    width: 80px;
}

.feature-num.num03 {
    top: -60px;
    right: 20px;
}

@media(max-width:599px){
  .feature-num {
    font-size: 80px;
    top: -20px;
    right: auto;
    left: 20px;
}

.feature-num.num02 {
    top: -100px;
}

.feature-num.num03 {
    top: -50px;
    left: auto;
    right: 10px;
}
}

/* 2025/02/13 */
.ttl-cmn01.ver02 .s {
  flex-shrink: 0;
}

.color-blue{
  color: #2B40B2;
}

/* 2025/06/12 */
.strengths-list.ver02 li{
  padding-left: 1em;
  text-indent: -1em;
}

.strengths-list.ver02 li::before{
  content: "・";
}

.strengths-list.ver02 li+li{
  margin-top: 1em;
}

.common_tbl3col.ver02{
  min-width: auto;
}
