@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap");

/*===================================
  基本設定
===================================*/
.color01 {
    color: #53907e;
}

.color02 {
    color: #d0b67d;
}

.color03 {
    color: #5b5b5b;
}

.color04 {
    color: #333;
}

.bgcolor01 {
    background-color: #53907e;
}

.bgcolor02 {
    background-color: #333;
}

.bgcolor03 {
    background-color: #81b3e2;
}

.bgcolor04 {
    background-color: #333;
}

.bgw {
    background: #fff;
}

.bgk {
    background: #5b5b5b;
}

.bgk2 {
    position: relative;
}

.bgk2:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
}

.bglogo_wrap {
    overflow: hidden;
    padding-top: 140px;
    position: relative;
}

.bglogo_wrap.__area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bglogo_wrap .bglogo {
    position: absolute;
}

.bglogo_wrap .bglogo.__1 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    z-index: -1;
}

.bglogo_wrap .bglogo.__2 {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bglogo_wrap .bglogo.__5 {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 599px) {
    .bglogo_wrap .__area {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Glow */
.up-btn-glow a {
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    padding: 1em;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.up-btn-glow a:hover,
.up-btn-glow a:focus,
.up-btn-glow a:active {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    opacity: 1;
}

/* font */
.cin {
    font-family: "Cinzel", serif;
    letter-spacing: 3px;
}

/* 共通コンテンツ間隔 */
.area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.areat {
    padding-top: 80px;
}

.areab {
    padding-bottom: 80px;
}

@media (max-width: 599px) {
    .area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .areat {
        padding-top: 50px;
    }

    .areab {
        padding-bottom: 50px;
    }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*="load-"] {
    min-height: 50px;
    border: 3px solid #00bcd4;
    position: relative;
}

[class*="load-"]:before {
    content: "共通要素";
    display: block;
    font-weight: bold;
    color: #ff0;
    text-align: center;
    background: #00bcd4;
    position: absolute;
    z-index: 100;
}

.up-fxd-even .box+.box,
.up-fxd-odd .box+.box {
    margin-top: 75px;
}

.up-show\@tb,
.up-show\@sp {
    display: none;
}

[data-element-id].up-show\@tb,
[data-element-id].up-show\@sp {
    display: block;
}

.js-thumb:hover {
    opacity: 0.6;
    cursor: pointer;
}

[data-element-id] .filter:after {
    display: none;
}

.filter {
    position: relative;
}

.filter:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

@media (max-width: 1024px) {
    .up-show\@tb {
        display: block;
    }
}

@media (max-width: 599px) {
    .up-show\@sp {
        display: block;
    }

    .h-auto-sp {
        height: auto !important;
    }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
.has_shadow {
    position: relative;
}

.has_shadow:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #d0d0d0;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 0;
}

.has_shadow.__mc2:before {
    background: #d4e5f5;
}

.box-bdt_l {
    padding: 2rem 0 0 2rem;
    position: relative;
}

.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: "Cinzel", serif;
    font-size: 36px;
    letter-spacing: 3px;
}

.ttl-cmn01 .s {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-left: 1rem;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #53907e;
    line-height: 30px;
}

.ttl-cmn01.add_r .r {
    width: 50%;
    text-align: right;
}

.ttl-cmn01.add_r .s {
    width: 50%;
    text-align: left;
}

.ttl-bdl {
    margin-bottom: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 28px;
    position: relative;
}

.ttl-bdl.__fwn {
    font-weight: normal !important;
}

.ttl-bdl:before {
    content: "";
    width: 7px;
    height: 100%;
    display: block;
    background: #d0b67d;
    position: absolute;
    top: 0;
    left: 0;
}

.ttl-bdl.__mid {
    font-size: 22px;
}

.ttl-bdl.__mc1:before {
    background: #53907e !important;
}

.ttl-bdl.__mc2:before {
    background: #81b3e2 !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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
        font-size: 24px;
    }

    .ttl-cmn01 .s {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .ttl-cmn01.add_r .r,
    .ttl-cmn01.add_r .s {
        width: 100%;
        text-align: center;
    }

    .ttl-bdl {
        margin-bottom: 20px;
    }

    .ttl-bdl.__mid {
        font-size: 18px;
    }

    .ttl-float {
        width: 100%;
    }

    .ttl-float.__right {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
        text-align: left;
        text-shadow: none;
    }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通リンク */
.shev_link a {
    position: relative;
}

.shev_link a:after {
    content: "\f105";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -2rem;
}

/* 共通ボタン１ */
.btn-cmn01 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    background: #ada49f;
}

.btn-cmn01 a .txt {
    width: calc(100% - 6em);
}

.btn-cmn01 a .s {
    width: 5em;
    padding-right: 1em;
    position: relative;
}

.btn-cmn01 a .s:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.btn-cmn01.btn-back a:after {
    content: "\f053";
    left: 5px;
    right: inherit;
}

.btn-cmn02 {
    width: 50%;
    margin: auto;
}

.btn-cmn02.__w80 {
    width: 80%;
}

.btn-cmn02.__small-tac {
    width: 300px;
    display: block;
}

.btn-cmn02.__small-tac a {
    padding: 1rem;
}

.btn-cmn02.__small-tar {
    width: 300px;
    display: block;
    margin-right: 0;
}

.btn-cmn02.__small-tar a {
    padding: 1rem;
}

.btn-cmn02.__small-tar_btn {
    width: auto;
    display: block;
    margin-right: 0;
    text-align: right;
}

.btn-cmn02.__small-tar_btn .a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 2rem 10px 10px;
}

.btn-cmn02 a,
.btn-cmn02 .a {
    display: block;
    padding: 2rem;
    color: #fff;
    text-align: center;
    background: #81b3e2;
    position: relative;
}

.btn-cmn02 a:after,
.btn-cmn02 .a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 1rem;
}

.btn-cmn02.__mc1 a {
    background: #53907e;
}

.btn-cmn02.__mc2 a {
    background: #81b3e2;
}

.btn-cmn02.__mc3 a {
    background: #d0b67d;
}

.corona_bnr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3rem 7rem;
    text-align: center;
    border: 1px solid #ccc;
    background: #f5f5f5;
    position: relative;
}

.corona_bnr .i {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 2rem;
}

.corona_bnr .arrow {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
}

@media (max-width: 599px) {
    .btn-cmn01 a .txt {
        width: 100%;
    }

    .btn-cmn01 a .s {
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }
}


/********************************
/********************************

m_common

********************************/
@media (max-width: 1024px) {
    .shev_link.up-ta-r {
        margin-right: 3rem;
    }

    .corona_bnr a {
        padding: 1rem 2rem 3rem;
    }

    .corona_bnr .i {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }
}

/********************************

s_common

********************************/
@media (max-width: 599px) {
    .btn-cmn02 {
        width: 80%;
    }

    .btn-cmn02 a {
        padding: 1rem 2rem;
    }
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
    font-size: 12px;
    color: #fff;
}

/**
ヘッダー
header
*/
/* 下部固定コンテンツ */
.fix-bottom {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
}

.fix-bottom .item {
    text-align: center;
    border-top: 1px solid #fff;
}

.fix-bottom a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
}

.fix-bottom .tel {
    width: 70%;
    font-size: 24px;
    color: #fff;
    border-right: 1px solid #fff;
    background: #5b5b5b;
}

.fix-bottom .tel a {
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff);
     transform: translateZ(0);
}

.fix-bottom .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.fix-bottom .contact {
    width: 30%;
    color: #fff;
    background: #53907e;
}

.fix-bottom .contact a:before {
    content: "\f0e0";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

[data-element-id].fix-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
}

@media (max-width: 1024px) {
    .fix-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* ハンバーガーメニュー  */
.toggle {
    width: 42px;
    height: 42px;
    display: none;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
}

.toggle .bar {
    width: 28px;
    height: 2px;
    display: block;
    margin-top: -1px;
    padding: 0;
    text-indent: 9999px;
    background: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    position: absolute;
    top: 50%;
    left: 7px;
}

.toggle .bar:before,
.toggle .bar:after {
    content: "";
    width: 28px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
}

.toggle .bar:before {
    top: -10px;
}

.toggle .bar:after {
    top: 10px;
}

.toggle.active .bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #333;
        opacity: 0.3;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 249;
    }
}

/*トップへ戻る*/
.totop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 200;
}

.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

@media (max-width: 1024px) {
    .totop {
        bottom: 80px;
        right: 10px;
    }
}

/**
XXX:フッター
footer
*/
.footer {
    background: #5b5b5b;
}

.footer .f-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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .f-info .i {
    width: 3rem;
}

.footer .f-info .i img {
    vertical-align: middle;
}

.footer .f-info .txt {
    width: calc(100% - 3rem);
}

.footer .f-info * {
    color: #fff;
}

.footer .f-resbtn {
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff);
     transform: translateZ(0);
}

.footer .f-resbtn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    color: #fff;
    border: 1px solid #fff;
}

.footer .f-resbtn a .i {
    width: 3rem;
}

.footer .f-resbtn a .i img {
    vertical-align: middle;
}

.footer .f-resbtn a .txt {
    width: auto;
    padding-left: 1rem;
    font-size: 24px;
}

.footer .f-Ttable * {
    color: #fff;
}

.footer .f-Ttable table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.footer .f-Ttable table th,
.footer .f-Ttable table td {
    padding: 5px;
    text-align: center;
}

.footer .f-Ttable table thead {
    border-bottom: 1px solid #fff;
}

.footer .f-Ttable table * {
    font-weight: bold;
}

.footer .f-Ttable table tbody th {
    width: 30%;
    /* padding-right: 1rem; */
    text-align: right;
}

.footer .f-logo img {
    -webkit-filter: drop-shadow(0 0 5px #fff);
    filter: drop-shadow(0 0 5px #fff);
    transform: translateZ(0);
}

.footer .copy {
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.footer .f-sns_li a {
    display: block;
    padding: 5px 10px;
    color: #5b5b5b;
    text-align: center;
    background: #fff;
}

.footer .f-sns_li i {
    padding-right: 5px;
}

@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;
    }
    
    .footer .f-Ttable table tbody th {
        white-space: nowrap;
    }    
}

/**
フッターナビ
fnav
*/
.fnav {
    padding: 50px 0;
    background: #eee;
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fnav .list01 {
    width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .item {
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .item a {
    display: block;
    padding-left: 12px;
    position: relative;
}

.fnav .item a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 10px;
    left: 0;
}

.fnav .list02 {
    width: 50%;
}

.fnav .datawrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .datattl {
    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: 10px;
    }

    .fnav .list02 {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .fnav .list01 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .fnav .datawrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/**
2カラムページ
*/
.column2 .side {
    width: 300px;
}

.column2 .mainwrap {
    width: calc(100% - 325px);
}

@media (max-width: 1024px) {
    .column2 .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .column2 .mainwrap {
        width: 100%;
        margin-bottom: 50px;
    }
}

/* サイドメニュー */
.side .list {
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .side .list {
        width: 48%;
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }

    .side .type-archive {
        margin-top: 50px;
    }
}

.list-side .datattl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #81b3e2;
}

.list-side .datattl .i {
    width: 40px;
    margin-right: 10px;
}

.list-side.type-archive .datattl {
    background: #53907e;
}

.list-side .data {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.list-side a {
    display: block;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.list-side a:hover {
    background: #ccc;
    opacity: 1;
}

@media (max-width: 1024px) {
    .list-side.type-archive .datawrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-side.type-archive .datawrap .datattl {
        width: 100%;
    }

    .list-side.type-archive .datawrap .data {
        width: 48%;
    }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
XXX:トップ
*/
/*ホームビジュアル（トップ）*/
/*IE対策*/
.visual .contents {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 250;
}

/* A-BiSUスライダー用 */
.mainimg {
    height: 800px;
    overflow: hidden;
    position: relative;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 73%;
}

.mainimg .uk-slideshow {
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.uk-dotnav {
    margin-bottom: 10px;
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.homevisual {
    position: relative;
}

.homevisual .img {
    min-height: 650px;
    max-height: 900px;
    position: relative;
}

.homevisual .img:before {
    content: "";
    display: block;
    padding-top: 70%;
    position: relative;
    z-index: -1;
}

.homevisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .mainimg {
        height: auto;
    }

    .mainimg .uk-slidenav-position {
        height: 450px;
    }
}

/**
XXX:visual
*/
.visual .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.visual .head .left {
    text-align: center;
}

.visual .head .left .pagettl {
    margin-bottom: 10px;
}

.visual .head .right {
    width: 500px;
    padding: 10px 30px;
    border-radius: 115px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 10px;
}

.visual .head .right .tel {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.visual .head .right .tel .s {
    vertical-align: text-bottom;
    padding: 0 15px 0 0;
    font-size: 20px;
}

.visual .head .right .tel a {
    font-weight: bold;
    font-size: 32px;
}

.visual .head .right .tel a:before {
    content: "\f879";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 24px;
    font-size: 36px;
}

.visual .head .right .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.visual .head .right .info .txt1 {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #535e90;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.visual .head .right .txt2 {
    width: calc(100% - 150px);
    font-size: 14px;
    text-align: right;
}

.visual .head .right .txt2 .red {
    color: red;
}

.visual .mv_logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 3rem 0;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
}

.visual .lead {
    padding-top: 80px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 24px;
    color: #fff;
    line-height: 2.5;
    letter-spacing: 2px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    position: absolute;
    top: 27%;
    left: 60%;
    z-index: 6;
}

.visual .lead .s {
    font-size: 32px;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: absolute;
    top: 0;
    right: -7px;
}

.visual .lead .s:after {
    content: "";
    width: 68px;
    height: 20px;
    display: block;
    background: url(/import/tenant_1/160.16.121.158/html/images/top/lead_smile.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 .head .logo img {
        width: 80%;
        max-width: 250px;
    }

    .visual .mv_logo {
        width: 80%;
        margin: 0 auto;
        padding: 2rem 0 0;
    }

    .visual .lead {
        right: 5%;
    }

    .visual .p {
        font-size: 22px;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 75%;
        left: 50%;
    }

    .visual .head .right {
        display: none;
    }
}

@media (max-width: 599px) {
    .mainimg {
        height: 450px;
    }

    .visual .head .left {
        display: none;
    }

    .visual .mv_logo {
        width: 30%;
    }

    .visual .lead {
        padding-top: 5px;
        font-size: 20px;
        top: 20%;
        -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.8));
        text-shadow: 0 0 3px #ccc;
    }

    .visual .lead .s {
        font-size: 26px;
        top: -60px;
        right: -6px;
    }

    .visual .lead .s:after {
        width: 55px;
        top: 40px;
    }
}

/**
グローバルナビ
gnav
*/
.gnav {
    margin-top: auto;
    padding: 0 0 20px;
    position: relative;
    z-index: 100;
}

.navlogo {
    display: none;
}

.gnav.fixed {
    width: 100%;
    height: auto;
    padding: 0;
    background: #afafaf;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    /* cursor: pointer; */
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: sclAnimation 1.0s;
    animation: sclAnimation 1.0s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
}

.gnav.fixed .list01 {
    width: calc(100% - 350px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gnav.fixed .item01>a .i,
.gnav.fixed .item01>span .i {
    display: none;
}

.gnav.fixed .item01>a .s,
.gnav.fixed .item01>span .s {
    font-size: 12px;
}

.gnav.fixed .item01>a .t,
.gnav.fixed .item01>span .t {
    font-size: 18px;
}

.gnav.fixed .wrap {
    width: 100%;
    max-width: none;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.gnav.fixed .item01 {
    padding: 0 10px !important;
}

.gnav.fixed .item01:not(:first-of-type):before {
    left: -20%;
}

.gnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
}

.gnav .list01 {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gnav .item01>a,
.gnav .item01>span {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #fff;
}

.gnav .item01>a .s,
.gnav .item01>span .s {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
}

.gnav .item01>a .i,
.gnav .item01>span .i {
    width: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

.gnav .item01>a .t,
.gnav .item01>span .t {
    font-family: "Cinzel", serif;
    font-size: 22px;
    letter-spacing: 3px;
    text-align: left;
}

.gnav .item01:not(:first-of-type) {
    padding-left: 40px;
    position: relative;
}

.gnav .item01:not(:first-of-type):before {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    background: #fff;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    top: 0;
    left: 20px;
}

.gnav .item01>a,
.gnav .item01>.itemin {
    display: block;
    cursor: pointer;
}

.gnav .item01>a:hover,
.gnav .item01>.itemin:hover {
    opacity: 0.6;
}

.gnav .item01.-parent {
    position: relative;
}

.gnav .-parent .childList {
    width: 100%;
    visibility: hidden;
    margin-bottom: 15px;
    padding-top: 10px;
    background: rgba(245, 245, 245, 0.8) content-box;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: -1;
}

.gnav .item02 a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
}

.gnav .childListWrap>div {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

[data-element-id] .gnav .childListWrap>div {
    display: block;
    position: relative;
}

.gnav .childListWrap>div .childList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnav .childListWrap>div .childList .item02 {
    width: 33%;
    background: #5b5b5b;
}

.gnav .childListWrap>div .childList .item02 a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 10px 10px 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: relative;
}

.gnav .childListWrap>div .childList .item02 a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
}

.res24h_box {
    margin-bottom: 20px;
    margin-left: 20px;
}

.res24h_box .for_mv a {
    width: 7rem;
    height: 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: rgba(91, 91, 91, 0.6);
}

.res24h_box .for_fixed {
    display: none;
    padding: 10px;
    background: rgba(91, 91, 91, 0.6);
}

.res24h_box .for_fixed .i {
    padding-right: 10px;
}

.res24h_box .for_fixed .tel {
    width: 58%;
    color: #fff;
}

.res24h_box .for_fixed .tel .s {
    font-size: 0.6em;
}

.res24h_box .for_fixed .tel a {
    font-size: 20px;
}

.res24h_box .for_fixed .res {
    width: 40%;
    color: #fff;
}

.res24h_box .for_fixed .res a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.res24h_box .for_fixed .res .txt {
    font-size: 14px;
}

.res24h_box .txt1,
.res24h_box .txt2 {
    font-size: 14px;
    color: #fff;
}

.gnav.fixed .res24h_box {
    width: 340px;
    margin-bottom: 0;
}

.gnav.fixed .res24h_box .for_mv {
    display: none;
}

.gnav.fixed .res24h_box .for_fixed {
    display: block;
}

@media (max-width: 1024px) {
    .gnav {
        width: 100%;
        max-width: 300px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: rgba(91, 91, 91, 0.9);
        -webkit-transition: -webkit-transform ease 0.5s;
        transition: -webkit-transform ease 0.5s;
        transition: transform ease 0.5s;
        transition: transform ease 0.5s, -webkit-transform ease 0.5s;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        position: fixed;
        top: 0;
        right: 0;
    }

    .gnav.action {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        z-index: 250;
    }

    .gnav .wrap {
        padding-bottom: 100px;
    }

    .gnav .navlogo {
        width: 30%;
        display: block;
        margin: 20px auto;
        font-weight: bold;
        font-size: 20px;
    }

    .gnav .list01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gnav .item01 {
        width: 100%;
        text-align: left;
        border-bottom: calc(2 / 750 * 100vw) dotted #f5f5f5;
    }

    .gnav .item01>a,
    .gnav .item01>.itemin {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }

    .gnav .item01>a .s,
    .gnav .item01>.itemin .s {
        width: 50%;
        font-size: 14px;
        text-align: left;
    }

    .gnav .item01>a .t,
    .gnav .item01>.itemin .t {
        width: 48%;
        padding-right: 1.5rem;
        font-size: 12px;
        text-align: right;
        position: relative;
    }

    .gnav .item01>a .t:after,
    .gnav .item01>.itemin .t:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        right: 5px;
    }

    .gnav .item01 a .t:after {
        content: "\f054";
    }

    .gnav .item01 .itemin .t:after {
        content: "\f067";
    }

    .gnav .item01.-parent.open .itemin .t:after {
        content: "\f068";
    }

    .gnav .item01>a .i,
    .gnav .item01>span .i {
        display: none;
    }

    .gnav .-parent.open .childList {
        display: block;
        visibility: visible;
        opacity: 1;
        position: relative;
        z-index: 2;
    }

    .gnav .childListWrap>div {
        display: none !important;
    }

    .gnav .item01:not(:first-of-type) {
        padding-left: 0;
    }

    .gnav .item01:not(:first-of-type):before {
        display: none;
    }

    .gnav .list02 {
        visibility: visible;
        padding-top: 0;
        padding-left: 20px;
        background: none;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .gnav .list02 a {
        padding: 2px 0 2px 20px;
        position: relative;
    }

    .gnav .list02 a:before {
        content: "";
        width: 10px;
        height: 1px;
        display: block;
        background: #333;
        position: absolute;
        top: 13px;
        left: 0;
    }

    .res24h_box {
        display: none;
    }
}

#gnav .pagettl {
    display: none;
}

@media (max-width: 599px) {
    #gnav .pagettl {
        display: block;
        margin-top: 15px;
        color: #fff;
    }
}


[data-element-id] .gnav.fixed {
    position: relative;
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick01 .btn-slick.btn-back {
    left: 0;
}

.slick01 .btn-slick.btn-next {
    right: 0;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }
}

.t-news_li .item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.t-news_li .item01:not(:last-of-type) {
    border-bottom: 1px solid #ada49f;
}

.t-news_li .date {
    width: 5em;
}

.t-news_li .ttl {
    width: calc(100% - 6em);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.num-ttl {
    position: relative;
}

.num-ttl .no {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #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: 7rem 5rem 1rem;
    border: 5px solid #c7ae85;
    position: relative;
}

.t-message_box .box:before,
.t-message_box .box:after {
    content: "";
    width: 50%;
    height: 50%;
    display: block;
    background: #f5f5f5;
    position: absolute;
    z-index: 1;
}

.t-message_box .box:before {
    top: -5px;
    left: -5px;
}

.t-message_box .box:after {
    bottom: -5px;
    right: -5px;
}

.t-message_box .box_inner {
    position: relative;
    z-index: 2;
}

.t-message_box .ttl {
    margin-bottom: 2rem;
    position: relative;
    bottom: 2rem;
}

.t-message_box .ttl:after {
    content: "";
    width: 90%;
    height: 1px;
    display: block;
    background: #333;
    position: absolute;
    bottom: -2rem;
    right: 0;
}

.t-message_box .sign {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.t-message_box .sign .s {
    display: block;
    padding-right: 1rem;
    text-align: right;
}

.t-message_box .sign .t {
    display: block;
    font-size: 40px;
    text-align: right;
}

.t-medical_li .item01 a {
    display: block;
    border: 2px solid #ccc;
}

.t-medical_li .i_wrap {
    width: 80%;
    margin: 0 auto 10px;
}

.t-medical_li .i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.t-facility_li .img {
    margin: 15% 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 .img {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    z-index: 10;
}

.t-facility_li .slick-center .img:before {
    /* background: rgba(0, 0, 0, 0); */
    content: none;
}

.t-facility_li .btn-slick {
    padding: 10px;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    z-index: 2;
}

.t-facility_li .btn-slick:hover {
    opacity: 0.6;
    cursor: pointer;
}

.t-facility_li .btn-next {
    right: 38%;
}

.t-facility_li .btn-back {
    left: 38%;
}

.t-recruit {
    overflow: hidden;
    position: relative;
}

.t-recruit .bglogo {
    -webkit-transform: translate(50%, 0) scale(0.6);
    transform: translate(50%, 0) scale(0.6);
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
}

.img_banner {
    position: relative;
}

.img_banner a {
    display: block;
}

.img_banner a:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border: 1px solid #333;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.img_banner .pic {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.img_banner .txt_side {
    padding: 80px 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    background: #5b5b5b;
}

.t-banner_li .i {
    width: 4rem;
}

.t-banner_li .i img {
    width: 100%;
    vertical-align: middle;
}

.t-banner_li .txt {
    width: auto;
    padding-left: 1rem;
}

.t-banner_li * {
    color: #fff;
}

.t-insta {
    position: relative;
}

.t-insta a {
    padding: 0;
}

.t-insta .bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.t-insta .insta_bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 1rem;
    border: 8px solid #666868;
    background: url(/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_トップコンテンツ

********************************/
@media (max-width: 1024px) {
    .num-ttl.type1 .no {
        font-size: 220px;
        right: 20px;
    }

    .t-feature_li_1 .box .no {
        font-size: 160px;
    }

    .t-feature_li_1 .box .ttl {
        padding-top: 7rem;
    }

    .t-feature .bglogo.__1 {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
    }

    .t-feature .bglogo.__2 {
        -webkit-transform: translate(50%, 50%) scale(0.75);
        transform: translate(50%, 50%) scale(0.75);
    }

    .t-feature_li_1 .bglogo.__3 {
        -webkit-transform: translate(50%, -50%) scale(0.75);
        transform: translate(50%, -50%) scale(0.75);
    }

    .t-feature_li_1 .bglogo.__4 {
        -webkit-transform: translate(-50%, -50%) scale(0.75);
        transform: translate(-50%, -50%) scale(0.75);
    }

    .t-feature_li_1 li:nth-of-type(odd) .box .no {
        right: 20px;
    }

    .t-message_box .box {
        padding: 4rem 2rem 1rem;
    }

    .t-facility_li .img {
        margin: 30px;
    }

    .t-banner_li .i {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }

    .t-banner_li .i img {
        width: 15%;
    }

    .t-facility_li .img {
        margin: 17%;
    }

    .img_banner .txt_side {
        padding: 60px 0;
    }

    .img_banner .txt_side span {
        width: 60%;
    }

    .t-facility_li .btn-back {
        left: 36%;
    }

    .t-facility_li .btn-next {
        right: 36%;
    }
}

/********************************

XXX:s_トップコンテンツ

********************************/
@media (max-width: 599px) {
    /* .t-news_li .item01:not(:first-child) {
        display: none;
    } */

    .t-news_li .date,
    .t-news_li .ttl {
        width: 100%;
    }

    .bglogo_wrap {
        padding-top: 50px;
    }

    .num-ttl.type1 .no {
        font-size: 120px;
        top: 15%;
    }

    .t-feature_li_1 li .box .no {
        margin-bottom: 30px;
        padding-right: 25px;
        right: 0 !important;
    }

    .t-feature_li_1 .box .ttl {
        width: 100%;
        margin-bottom: 30px;
        text-align: left !important;
        position: relative !important;
    }

    .t-feature_li_1 .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 .box {
        padding: 4rem 1rem 1rem;
    }

    .t-message_box .pic_side {
        width: 80%;
        margin: 0 auto 30px;
    }

    .img_banner .txt_side {
        padding: 40px 0;
    }

    .t-insta .fukidashi {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .t-facility_li .btn-back {
        left: 15%;
    }

    .t-facility_li .btn-next {
        right: 15%;
    }

    .t-medical_li .i_wrap {
        width: 50%;
        margin: 0 auto 5px;
    }

    .t-medical_li .i {
        padding: 0;
    }

    .t-medical_li .item01 a {
        padding: 5px;
    }
}

/**
XXX:下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
    position: relative;
}

.topvisual .pagettl-h2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 40px 0;
}

.topvisual .pagettl-h2 .s {
    font-size: 42px;
    color: #fff;
}

.topvisual .pagettl-h2 .t {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #53907e;
    text-shadow: 0 0 5px #fff;
}

.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: 180px;
        max-height: 270px;
    }

    .topvisual .pagettl-h2 .s {
        font-size: 20px;
    }
}

/* パンくずリスト */
.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;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    margin-right: 20px;
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #5b5b5b;
}

.pagenation .next {
    margin-left: 20px;
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #5b5b5b;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
    width: 50px;
    height: 50px;
    display: block;
    padding: 2px 8px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.pagenation .number a {
    background: #bfbfbf;
}

.pagenation .number a:hover,
.pagenation .now {
    color: #fff;
    background: #d0b67d;
    opacity: 1;
}

.article_detail_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.article_detail_nav .item01+.item01 {
    padding-left: 1rem;
}

.article_detail_nav a {
    height: 50px;
    display: block;
    padding: 0 1rem;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #bfbfbf;
}

.article_detail_nav .prev a,
.article_detail_nav .next a {
    background: #d0b67d;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }

    .pagenation .number a,
    .pagenation .now {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #333;
}

.list-article .cate .cate1 {
    background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background: #333;
}

.articledtl01 .cate .cate1 {
    background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
    display: block;
    position: relative;
}

.list-gallery01 .img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-gallery01 .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gallery01 .cate {
    margin-bottom: 5px;
    font-size: 14px;
}

.list-gallery01 .head {
    font-size: 18px;
}

.list-gallery01 a:hover {
    opacity: 1;
}

.list-gallery01 a:hover .img {
    opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 599px) {
    .list-gallery01 .block-txt {
        display: none;
    }

    .list-gallery01 .head {
        font-size: 14px;
    }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
    cursor: pointer;
}

/********************************
/********************************
/********************************

XXX:02l_clinic

********************************/
.clinic_box .box {
    position: relative;
}

.clinic_box .box .ttl-float {
    margin-left: -100%;
    text-align: right;
}

.notice_block {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 30px;
    color: #fff;
    text-align: center;
    background: #d0b67d;
}

/********************************

s_clinic

********************************/
@media (max-width: 599px) {
    .clinic_box .txt_side {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .clinic_box .box .ttl-float {
        margin-left: 0;
    }
}

/********************************
/********************************
/********************************

l_03_access

********************************/
.access_dl+.access_dl {
    margin-top: 75px;
}

.access_box .btn-cmn02 {
    width: 90%;
    margin: 50px auto 0;
}

.num_li .item01 {
    position: relative;
}

.num_li .img {
    position: relative;
}

.num_li .img:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-width: 24.5px 0 24.5px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #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: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 100px;
    color: #c7ae85;
    font-style: italic;
    text-shadow: 0 10px 10px #ccc;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 0;
    right: 20px;
}

.num_li.__exp .img:before {
    display: none !important;
}

/********************************
/********************************

m_03_access

********************************/
@media (max-width: 1024px) {
    .num_li .no {
        font-size: 80px;
        right: 0;
    }
}

/********************************

s_03_access

********************************/
@media (max-width: 599px) {
    .num_li .img:before {
        border-width: 14.5px 0 14.5px 10px;
        right: -6.5%;
    }

    .access_box .btn-cmn02 {
        width: 100%;
    }

    .num_li .item01:nth-of-type(3n) .img:before {
        display: block;
    }

    .num_li .item01:nth-of-type(2n) .img:before {
        display: none;
    }
}

/********************************
/********************************
/********************************

XXX:l_04.director_staff

********************************/
.staff_box {
    margin-bottom: 200px;
    position: relative;
}

.staff_box .pic2 {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.staff_box .txt {
    padding: 1rem;
    position: absolute;
    top: 0;
    right: 0;
}

.staff_box .txt .ttl-bdl {
    margin-bottom: 30px;
}

.staff_cont figure {
    position: relative;
}

.staff_cont figure figcaption {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 34px;
    position: absolute !important;
    bottom: 2rem;
    right: 2rem;
}

.signature {
    margin-bottom: 30px;
    font-size: 20px;
}

.signature .posi {
    padding-right: 1.5rem;
    font-weight: bold;
}

.signature .name {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 1.5em;
}

/********************************
/********************************

m_04.director_staff

********************************/
@media (max-width: 1024px) {
    .staff_box {
        margin-bottom: 50px;
    }

    .staff_box .txt {
        width: 100%;
        position: relative;
    }

    .staff_box .pic1 {
        width: 80%;
        margin-left: 0;
    }

    .staff_box .pic2 {
        margin-left: -20%;
        position: relative;
    }

    .staff_cont figure figcaption {
        font-size: 28px;
    }
}

/********************************

s_04.director_staff

********************************/
@media (max-width: 599px) {
    .signature {
        font-size: 18px;
    }

    .signature .name {
        font-size: 1.7em;
    }

    .staff_cont figure figcaption {
        font-size: 20px;
    }

    .staff_box .pic2 {
        width: 50%;
        margin-top: -10%;
        margin-left: auto;
        -webkit-transform: none;
        transform: none;
        position: relative;
    }
}

/********************************
/********************************
/********************************

l_05labo

********************************/
.labo_box01 .txt_wrap {
    margin-bottom: 2rem;
    margin-right: -35%;
    position: relative;
    z-index: 2;
}

.labo_box01 .txt_wrap .txt {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.labo_li .item01 {
    padding: 2rem 3rem;
    background: #fff;
}

.labo_li .item01+.item01 {
    margin-top: 50px;
}

.labo_li .ttl-bdl {
    font-weight: 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: 2rem 1rem 2rem 2rem;
    border: 1px solid #333;
    background: #fff;
    position: relative;
}

.bdl-box:before {
    content: "";
    width: 10px;
    height: 50px;
    display: block;
    background: #53907e;
    position: absolute;
    top: 0;
    left: 0;
}

.bdl-box.__mc2:before {
    background: #81b3e2;
}

.bdl-box .btn-cmn02 {
    margin-right: 0;
}

.bdl-box .tel {
    padding-left: 2.5em;
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
}

.bdl-box .tel:before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1em;
}

.bdl-box.bdl-box {
    margin-top: 30px;
}

.flow_li .item01 {
    width: 100%;
    padding: 3rem 2rem;
    background: #fff;
    position: relative;
}

.flow_li .item01 .ttl-bdl:before {
    background: #53907e;
}

.flow_li .item01:nth-of-type(even) .ttl-bdl:before {
    background: #81b3e2;
}

.flow_li .item01 .dl01 .ttl {
    margin-bottom: 10px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    color: #555;
}

.flow_li .item01 .dl01+.dl01 {
    margin-top: 20px;
}

.flow_li .item01+.item01 {
    margin-top: 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: #d0b67d transparent transparent transparent;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    top: -50px;
    left: 50%;
}

.flow_li .img_side {
    position: relative;
}

.flow_li .ttl-bdl {
    margin-bottom: 30px;
    font-weight: 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;
}

.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 .tel:before {
        left: 0;
    }

    .bdl-box .btn-cmn02 {
        width: 100%;
    }

    .flow_li .item01 {
        padding: 2rem 1rem;
    }

    .bd_box {
        padding: 2rem;
    }
}

/********************************
/********************************
/********************************

XXX:l_explain

********************************/
.page_nav .item01 {
    margin: 0 1rem 1rem;
}

.page_nav a {
    display: block;
    padding: 1rem 5rem 1rem 4rem;
    color: #fff;
    background: #d0b67d;
}

.page_nav .s {
    position: relative;
}

.page_nav .s:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -1rem;
}

.tri-num_li .item02 {
    width: 28%;
    margin: 100px 2% 50px;
    position: relative;
}

.tri-num_li .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 3rem 2rem;
    text-align: center;
    border: 1px solid #ccc;
}

.tri-num_li .num_wrap {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    right: 0;
}

.tri-num_li.__inc-dl .item02 {
    margin: 80px 2% 0;
    padding: 3rem 2rem;
    border: 1px solid #ccc;
}

.tri-num_li.__inc-dl .tri_num:after {
    border-color: #81b3e2 transparent transparent transparent;
}

.tri-num_li.__inc-dl .tri-num_dl .ttl {
    width: 80%;
    margin-bottom: 10px;
    padding-left: 1em;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 20px;
    text-indent: -1em;
}

.tri-num_li.__inc-dl .tri-num_dl .ttl .s {
    color: #81b3e2;
}

.wide-num_li .item01 {
    margin: 50px 0;
    padding: 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 {
    padding-left: 5rem;
    padding-right: 2rem;
    font-size: 18px;
    position: relative;
}

.faq_box .faq_dl .q:before,
.faq_box .faq_dl .a:before {
    width: 3.5rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    line-height: 3.5rem;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.faq_box .faq_dl .q {
    min-height: 3.5rem;
    margin-bottom: 30px;
    padding-top: 10px;
}

.faq_box .faq_dl .q:hover {
    opacity: 0.6;
    cursor: pointer;
}

.faq_box .faq_dl .q:before {
    content: "Q";
    background: #d0b67d;
}

.faq_box .faq_dl .q:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5rem;
    color: #bbb;
    line-height: 3.5rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.faq_box .faq_dl .q.is-parent::after {
    content: "\f068";
}

.faq_box .faq_dl .a {
    display: none;
}

.faq_box .faq_dl .a:before {
    content: "A";
    background: #bfbfbf;
}

.faq_box .faq_dl+.faq_dl {
    margin-top: 50px;
}

/********************************

s_16faq

********************************/
@media (max-width: 599px) {

    .faq_box .faq_dl .q,
    .faq_box .faq_dl .a {
        padding-left: 3rem;
    }

    .faq_box .faq_dl .q:before,
    .faq_box .faq_dl .a:before {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 24px;
        line-height: 2.5rem;
    }

    .faq_box .faq_dl .q:after {
        font-size: 1.25rem;
    }
}

/********************************
/********************************
/********************************

XXX:l_17news
l_18blog

********************************/
.news_list {
    padding-bottom: 50px;
}

.news_list .item01 {
    border-bottom: 1px solid #bfbfbf;
}

.news_list .item01 a {
    width: 100%;
    padding: 20px 0;
}

.news_list .blocktxt {
    width: 100%;
}

.news_list .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.news_list .head {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.news_list .time {
    width: 13em;
}

.news_list .cate {
    width: calc(100% - 14em);
}

.news_list .cate .s {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background: #81b3e2;
}

.blog_list {
    padding-bottom: 50px;
    border-bottom: 1px solid #bfbfbf;
}

.blog_list .item01 .cate {
    position: relative;
}

.blog_list .item01 .cate .s {
    min-width: 100px;
    display: inline-block;
    padding: 3px 5px;
    font-size: 12px;
    color: #fff;
    background: #d0b67d;
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
    position: absolute;
    bottom: 0;
    right: 1rem;
}

.article_detail_wrap {
    margin-bottom: 50px;
}

.article_detail_wrap .thumb_wrap {
    width: 65%;
    margin: 0 auto 15px;
    position: relative;
}

.article_detail_wrap .thumb_wrap .pic img {
    width: 100%;
}

.article_detail_wrap .thumb_wrap .cate {
    min-width: 100px;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #d0b67d;
    position: absolute;
    top: 0;
    right: 0;
}

.article_detail_wrap .head {
    margin-bottom: 30px;
}

.article_detail_wrap .cont {
    padding: 30px 0;
    border-top: 1px solid #5b5b5b;
    border-bottom: 1px solid #5b5b5b;
}

.article_detail_wrap .date {
    margin-bottom: 10px;
}

.article_detail_wrap .ttl {
    font-weight: bold;
    font-size: 20px;
}

.recommend .blog_list {
    border-bottom: none;
}

/********************************

s_17news
s_18blog

********************************/
@media (max-width: 599px) {
    .news_list .time {
        width: 100%;
        margin-bottom: 5px;
    }

    .news_list .cate {
        width: 100%;
    }

    .blog_list .item01 .cate .s {
        font-size: 14px;
    }
}

/* スクロールメニューアニメーション */
@-webkit-keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes sclAnimation {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

[data-element-id] .gnav .-parent .childList {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

[data-element-id] .gnav .item01:not(:first-of-type):before {
    display: none;
}

[data-element-id] .res24h_box {
    position: relative;
    bottom: 0;
    right: 0;
}

[data-element-id].res24h_box .for_fixed {
    display: block;
}

[data-element-id] .faq_box .faq_dl .a {
    display: block;
}

[data-element-id] .slick01,
[data-element-id] .slick02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

[data-element-id] .slick01 li,
[data-element-id] .slick02 li {
    width: 25%;
}

.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
    color: #444;
    border: none;
    background-color: #fff;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid #444;
}

th.fc-day-sun {
    color: red;
}

th.fc-day-sat {
    color: blue;
}

td.fc-day {
    border: 5px solid #fff;
    background: #ada49f;
}

td.fc-day-today {
    background: cadetblue !important;
}

.fc-daygrid-day {
    color: #fff;
}

.fc .fc-bg-event {
    height: 28px;
    overflow: hidden;
    margin-top: auto;
    background: #4c4c4c;
    opacity: 1;
}

.fc .fc-daygrid-day-events {
    min-height: 3em;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.fc .fc-daygrid-day-frame {
    height: 55px;
}


.fc .fc-daygrid-day-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fc .fc-toolbar-title {
    font-weight: bold;
    font-size: 16px;
}

.fc .fc-bg-event .fc-event-title {
    font-style: normal;
}

.cal_wrap {
    padding: 1rem;
    border: 1px solid #ccc;
}

.cal_wrap .s {
    color: #4c4c4c;
}

.fc-event-title {
    font-size: 13px;
}

.fc-event[href] {
    text-align: center;
}

.fc-event[href].calendar_1 {
    background-color: #b91d3d;
}

.fc-event[href].calendar_2 {
    background-color: #1c62a5;
}

.cal_notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cal_notice_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.cal_notice_list+.cal_notice_list {
    margin-left: 30px;
}

.cal_notice_list dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cal_notice_list dt::after {
    content: "…";
    display: inline-block;
    color: #333;
}

.cal_notice_list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cal_notice_list.ver_calendar_1 dt {
    color: #b91d3d;
}

.cal_notice_list.ver_calendar_2 dt {
    color: #1c62a5;
}

@media only screen and (max-width: 599px) {
    .cal_wrap {
        display: none;
    }
}

[data-element-id].visual .contents {
    background: #ccc;
    position: relative !important;
}

[data-element-id] .visual .lead {
    background-color: #ccc;
    position: static !important;
}

[data-element-id] .visual .p {
    background-color: #ccc;
    position: static !important;
}

[data-element-id] .visual .lead .s {
    position: absolute !important;
}

/********************************
/********************************
/********************************

l_modal

********************************/
.modal {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
}

.modal__bg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
}

.modal__content {
    width: 60%;
    padding: 40px;
    border-radius: 2rem;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal .btn_close {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 15px;
    background: #fff;
}

[data-element-id] .modal {
    height: auto;
    display: block;
    margin-top: 50px;
    position: relative;
}

[data-element-id] .modal:after {
    content: "「24時間WEB予約」をクリックしたときに現れる画面です";
    width: 100%;
    min-width: 200px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    color: #0f0;
    background: #555;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: 100%;
    left: 50%;
}

[data-element-id].modal__bg {
    display: none;
}

[data-element-id] .modal__content {
    width: auto;
    border: 1px solid #000;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
}

[data-element-id] .num-ttl.type1 .no {
    position: absolute !important;
}

[data-element-id] .t-insta .bg {
    position: static;
}

/*********************************/

[data-element-id] .filter.mainimg {
    display: block;
}

[data-element-id] .mainimg {
    border: 1px solid #ccc;
    position: relative;
}

[data-element-id] .mainimg:before {
    content: "";
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

[data-element-id] .mainimg.pc:before {
    content: "↓PC用のメインビジュアルです↓";
}

[data-element-id] .mainimg.sp {
    width: 400px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .mainimg.sp:before {
    content: "↓SP用のメインビジュアルです↓";
}

/* 06/28 追記 */

.r{
  display: inline-block;
}


@media only screen and (max-width: 1024px){
  .js-modal02 .modal__content {
    width: 75%;
    padding: 25px;
    text-align: center;
}

.r{
  display: block;
}
}


/* 07/04 追記 */


.t-banner02{
 margin-bottom: 80px;  
}

.t-banner02 .flex{
  display: flex;
  justify-content: space-between;
}

.t-banner02 .flex .pic{
  width: 44%;
}

@media only screen and (max-width: 599px){
  .t-banner02 .flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.t-banner02 .flex .pic {
    width: 100%;
    margin: auto;
}

.t-banner02 .flex .mb-40-sp{
  margin-bottom: 40px;
}
}


/* 2022.09.26 */

.webyyk01{
  width: 100px;
  margin: auto;
   border: 1px solid;
  border-radius: 15px;
  text-align: center;
  padding: 4px 5px;
}

.tojiru01{
  margin-top: 25px !important;
}

@media only screen and (max-width: 599px){
.modal__content {
    width: 84%;
}
}

/* 2022.11.18 */
body.fixed {
  overflow: hidden;
}

.modal {
  z-index: 1000;
}


@media only screen and (max-width: 599px){
.movie01 {
    width: 350px;
    margin: 0px auto 0;
}

.newsarea01{
  padding-bottom: 20px;
}
}


/* 2023.01.07 */

.video {
    display: flex;
    margin: auto;
    max-width: 847px;
    justify-content: space-around;
    border: solid 1px;
    padding: 30px;
    border-radius: 10px;
}

.movie01{
  width: 300px;
}

.ninteip{
  font-size: 18px;
  margin-top: 5px;
}

.jaosvideoflex {
    display: flex;
    margin-top: 10px;
}

.yubiimg{
  width: 40px;
  margin-left: 12px;
  margin-top: -4px;
}

.videoeasy{
  margin-top: 35px;
  margin-left: 10px;
}
  
  .kochiraclick{
    margin-left: 10px;
  }
  
  .videopbr{
    display: none;
  }
  
  @media only screen and (max-width: 1024px){
    
  .video {
    display: flex;
    margin: auto;
    max-width: 700px;
    justify-content: space-around;
    border: solid 1px;
    padding: 20px;
    border-radius: 10px;
}

.ninteip {
    font-size: 22px;
    margin-top: 5px;
}

.movie01 {
    width: 420px;
    margin-left: 12px;
}
}


@media only screen and (max-width: 599px){
  .video {
    display: block;
    max-width: 360px;
    padding: 20px;
  }
  
  .ninteip {
    font-size: 20px;
    text-align: center;
}
  
  .videoeasy {
    margin-top: 25px;
    margin-left: 5px;
    text-align: center;
}

.kochiraclick {
    margin-left: 5px;
}

.yubiimg {
    width: 30px;
    margin-left: 12px;
    margin-top: -4px;
    transform: rotateZ( 90deg );
}

.movie01 {
    width: 334px;
    margin-left: 0px;
    margin-top: 8px;
}

.jaosvideoflex {
    margin: 10px auto 0;
    width: 250px;
}

.videopbr{
  display: block;
}
}

.topblogimg{
  width: 256px;
}

.topblogimg img{
  width: 100%;
}

.pc-none{
  display: none;
}

.incho-keireki{
  width: 42%;
}

@media only screen and (max-width: 599px){
.topblogimg {
    width: 150px;
}

.pc-none{
  display: block;
}

.sp-none{
  display: none;
}
}

/* 2024.06.27 */

.yubi-img02{
  transform: rotate(-90deg);
}

.video {
    margin: 30px auto;
}

.video03{
  text-align: center;
  background: #64a7a9;
    color: #fff;
    border: 1px solid #000;
}

.kakaritsuke{
  font-weight: bold;
}

.video04{
  background: linear-gradient(45deg, #dbaf53 0%, #DAAF08 45%, #efe0ac 70%, #d5b435 85%, #c9ab6d 90% 100%);
  text-align: center;
}

.ml30{
  font-weight: bold;
  font-size: 20px;
    color: #897676;
}

.ml40{
  margin-left: 40px;
}

.ml110{
  margin-left: 110px;
}

.ml90{
  margin-left: 90px;
}

.video02{
  text-align: center;
}


@media (max-width: 1024px) {
.video02 .ninteip{
  text-align: center;
}

.video03 .ninteip{
  font-size: 20px;
}

.ml110 {
    margin-left: 140px;
}

.ml40 {
    margin-left: 80px;
}
}

@media (max-width: 599px) {
  .video02 .ninteip{
    font-size: 16px;
    text-align: center;
  }

.video02{
  padding: 10px !important;
}

.ml90 {
    margin-left: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.video02 .videoeasy span{
  font-size: 20px !important;
}

.video03 .ninteip{
    font-size: 16px;
    text-align: left;
  }

.video04 .ninteip{
    font-size: 16px;
  }
  
.ml110 {
  margin-left: 5px;
  width: 100%;
    }
    
.video03 .videoeasy span{
  font-size: 20px !important;
}

.video03 .videoeasy{
  text-align: left;
}

.video02 .videoeasy{
  text-align: left;
}

.video04 .videoeasy{
  text-align: left;
}

.ml40 {
  margin-left: 10px;
  width: 100%;
  }
}

/* 2024/10/17 追記 */

.df-benner{
  width: 50%;
  margin: 100px auto 0;
}

.df-benner a,.df-benner img{
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1024px) {
 .df-benner{
  width: 70%;
  margin: 75px auto 0;
}
}

@media screen and (max-width:599px) {
 .df-benner{
  width: 100%;
  margin: 50px auto 0;
}
}

.news .column2 .mainwrap .cont a , .blog .column2 .mainwrap .cont a {
  color: #81b3e2;
  font-weight: bold;
}

.news .column2 .mainwrap .cont a:hover , .blog .column2 .mainwrap .cont a:hover {
  opacity: 0.6;
}

/* 2025/03/28 */
[data-element-id].visual .head .right {
  position: relative;
}

/* 2025/04/24 */
.strong-section{
  max-width: 1200px;
  margin: 0 auto;
}

.strongup-section{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}

.strong-section .video{
  margin: 0;
}

.res24h_box.ver02{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.for_mv.ver02 img{
  height: 27px;
  width: auto;
}

.res24h_box .for_mv.ver02 a {
  background: rgb(199, 174, 133, 0.6);
}

.fix-bottom .recruit {
    width: 30%;
    color: #fff;
    background: #c7ae85;
}

.fix-bottom .recruit a:before {
    content: "\f007";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.movie01.ver02{
  width: 50%;
}

@media(max-width: 1024px) {
.movie01.ver02 {
    margin-left: auto;
}

.strong-section .video+.video{
    margin-top: 20px;
}
}

@media(max-width:599px) {
.movie01.ver02 {
    width: 100%;
    max-width: 360px;
    margin-top: 0;
    margin-bottom: 10px;
}

.fix-bottom.ver02 a {
    padding: 15px 5px;
}

.fix-bottom.ver02 .tel {
    width: 50%;
}

.fix-bottom.ver02 .tel a{
    font-size: 16px;
}

.fix-bottom.ver02 .contact,
.fix-bottom.ver02 .recruit{
    width: 25%;
}

.fix-bottom.ver02 .contact a,
.fix-bottom.ver02 .recruit a{
    font-size: 14px;
}
}

.mt20{
  margin-top: 15px;
}

.parking-flex{
  display: flex;
  justify-content: space-between;
}

.parking-flex div{
  width: 49%;
}

@media(max-width:599px) {
.parking-flex {
    display: block;
    width: 96%;
        margin: auto;
}

.parking-flex div{
  width: 100%;
  margin-bottom: 10px;
}

.spmb30{
  margin-bottom: 30px !important;
}
}


.column2 .side {
    width: 240px;
}

.column2 .mainwrap {
    width: calc(100% - 270px);
}

/* 2025/06/10 */
@media(max-width:599px) {
.column2 .mainwrap {
    width: 100%;
} 



.res24h_box .for_mv a {
    background: rgb(0 0 0 / 60%);
}


}
