@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* font-family: 'Noto Serif JP', serif; */
/*===================================
  基本設定
===================================*/
/* # root1 START # */
:root {
    --color01: #08a058;
    --color02: #f1f4e9;
    --color03: #5f8867;
    --color04: #91dbb9;
}
/* # root1 END # */

/* # root2 START # */
/* :root {
  --color01: #ff92b2;
  --color02: #f4e9e9;
  --color03: #885f6e;
  --color04: #d591db;
} */
/* # root2 END # */

/* # root3 START # */
/* :root {
  --color01: #92b3ff;
  --color02: #e9f0f4;
  --color03: #5f7488;
  --color04: #91d6db;
} */
/* # root3 END # */

:root {
    --font01: "Noto Sans JP", sans-serif;
    --font02: "Noto Serif JP", serif;
    --font03: "Jost", sans-serif;
}

html {
    font-family: var(--font01);
    color: #736150;
}

.po-100 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    ;
}

.po-100 img {
    opacity: 0.2;
}

.rgap-40 {
    row-gap: 40px;
}

.rgap-50 {
    row-gap: 50px;
}

dt {
    font-weight: 600;
}

.font01 {
    font-family: var(--font01);
}

.font02 {
    font-family: var(--font02);
}

.font03 {
    font-family: var(--font03);
}

.indent-num1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 5px;
}

.indent-num1 .headin {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media(max-width:599px) {
    .rgap-40\@sp {
        row-gap: 40px;
    }

    .rgap-30\@sp {
        row-gap: 30px;
    }

    .rgap-20\@sp {
        row-gap: 20px;
    }

    .rgap-10\@sp {
        row-gap: 10px;
    }
}

/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
    --section-xlarge: 150px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

/*===================================
他共通エレメント -cmn
===================================*/
/*===================================
共通要素
===================================*/
/*h1ページタイトル */
.pagetitle {
    padding: 0 5px;
    font-size: 12px;
}

[class*="icon-fa"] {
    display: inline-block;
    font-size: 1em;
    line-height: 1;
}

[class*="icon-fa"]::before {
    line-height: 1;
}

[class*="icon-fa-brands"]::before {
    font-family: "Font Awesome 5 Brands";
}

.icon-fa-brands-instagram::before {
    content: "\f16d";
}

.icon-fa-brands-instagram.-colored::before {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}

.icon-fa-brands-line {
    position: relative;
}

.icon-fa-brands-line::before {
    content: "\f3c0";
    color: #00b300;
    position: relative;
    z-index: 2;
}

.icon-fa-brands-line::after {
    content: "";
    width: 80%;
    height: 80%;
    display: block;
    margin: auto;
    background-color: white;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

/* sns */
.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1em;
}

.list-sns li a {
    display: block;
    margin: 0.2em;
    font-size: 2em;
    line-height: 1;
}

@media (max-width: 599px) {
    .list-sns {
        margin: 0 0.5em;
    }
}

/**
ヘッダー
header
*/
.header {
    padding: 0;
}

.header .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-inner .list-sns,
.header-inner>div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .contents {
    padding: 0 0 20px;
}

.header .contents .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .contents.fixed .box {
    width: 98%;
    max-width: 1200px;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo img {
    max-width: 220px;
}

.header .right {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .fcoupon .txt {
    width: 200px;
    margin-left: 30px;
    line-height: 120%;
}

.header .fcoupon.fixed .txt {
    margin-left: 0;
}

.header .fcoupon .txt a {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: var(--color01);
}

.header .fcoupon.fixed.ab .txt a {
    height: auto;
    background: none;
}

.header .fcoupon.fixed .txt a,
.header .fcoupon.fixed .tel a {
    width: 250px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    background-color: var(--color01);
}

.header .fcoupon.fixed .tel a {
    margin-bottom: 10px;
}

.header .fcoupon.fixed.ab .tel a {
    margin-bottom: 0;
}

.header .fcoupon .txtin {
    display: block;
}

.header .fcoupon .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 32px;
    font-family: var(--font03);
}

.header .left {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.header .logo a {
    display: inline-block;
}

.header .fcoupon.fixed.ab .txt a,
.header .fcoupon.fixed.ab .tel a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--color01);
    position: relative;
}

.header .fcoupon.fixed.ab .txt a .mn-t,
.header .fcoupon.fixed.ab .tel a .mn-t {
    display: none;
}

.header .fcoupon.fixed.ab .tel a .mn-t{
  position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    white-space: nowrap;
    color: #736150;
    font-size: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.header .fcoupon.fixed.ab:hover .tel a .mn-t{
  opacity: 1;
  visibility: visible;
}

.ab.fixed .txt {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .header .left {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header .header-inner {
        height: auto;
    }

    .ab .txt {
        margin-top: 10px;
    }

    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header .fcoupon.ab .txt a .mn-t,
    .header .fcoupon.ab .tel a .mn-t {
        display: none;
    }

    .header .fcoupon.ab .tel,
    .header .fcoupon.ab .txt {
        width: 50px;
        max-width: 50px;
        overflow: hidden;
        border-radius: 50%;
    }

    .header .contents {
        padding: 20px 0;
    }

    .header {
        padding: 5px 0;
    }

    .header .logo img {
        max-width: 150px;
        width:150px;
        object-fit:contain;
    }
    
    .gcbtn{
      position: fixed;
        bottom: 2px;
        right: 2px;
        z-index: 999;
    }
    
    .gcbtn span{
      display:none;
    }
}

@media (max-width: 599px) {
    .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .header .contents {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 5px 0 0 0;
    }

    .header .left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/**
グローバルナビ
gnav
*/
.contents.fixed {
    width: 100%;
    height: auto;
    padding: 15px 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.gnav {
    padding: 10px 0 0;
    position: relative;
}

.contents.fixed .gnav {
    padding-top: 0;
}

.gnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnav .navlogo {
    display: none;
}

.gnav .navlogo img {
    max-height: 40px;
}

.gnav .list01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gnav .item01 {
    font-size: 16px;
    margin: 0;
}

.gnav .item01>a,
.gnav .item01 .itemin {
    display: block;
    padding: 10px 0;
    cursor: pointer;
    font-weight: 500;
}

.gnav .item01.-parent {
    position: relative;
}

.item.parent {
    cursor: pointer;
}

.gnav .item01.-parent:hover .list02 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.gnav .item01.-parent:hover .list02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.gnav .item01.-parent:hover .list02 ul .item02 {
    padding-right: 30px;
}

.gnav .item01.-parent:hover .list02 ul .item02 .nav_third {
    text-align: left;
}

.gnav .item01.-parent:hover .list02 ul .item02 .head {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fd87a0;
}

.gnav .item01.-parent:hover .list02 ul .item02 a {
    display: block;
    padding: 5px 0 5px 20px;
    position: relative;
}

.gnav .item01.-parent:hover .list02 ul .item02 a:before {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    position: absolute;
    top: 5px;
    left: 5px;
}

.gnav .list02 {
    width: 550px;
    max-width: 100vw;
    visibility: hidden;
    padding-top: 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    position: absolute;
    left: 50%;
}

[data-element-id] .gnav.fixed {
    position: relative;
}

/*トップへ戻る*/
.totop {
        width: 44px;
    height: 44px;
    font-size: 12px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    background-color: #736150;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: 2px;
    z-index: 999;
}

.totop:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

@media (max-width: 1024px) {}

/**
フッター
footer
*/
footer .wrap-box {
    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;
}

footer .wrap-box .list-sns,
footer .wrap-box .tel {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer .copy {
    padding: 0 0 50px 0;
    text-align: center;
}

@media (max-width: 1024px) {
    footer .wrap-box {
        display: block;
    }

    footer .wrap-box .tel {
        margin-bottom: 20px;
    }

    footer .list-sns {
        margin: 0 0 20px;
    }

    footer .list-sns li a {
        margin: 0 1rem 0 0;
    }

    .footer .copy {
        padding-bottom: 130px;
    }
}

@media (max-width: 1024px) {
    footer .list-sns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    footer .list-sns li a {
        margin: 0 1rem;
    }
}

/**
フッターナビ
fnav
*/
.fnav {
    padding: 80px 0;
}

.fnav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fnav .list01 {
    width: 50%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.fnav .item {
    margin-bottom: 10px;
    padding-right: 10px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.fnav .item a {
    display: block;
    padding-left: 12px;
    position: relative;
}

.fnav .item a:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
}

.fnav .list02 {
    width: 50%;
}

.fnav .datatitle {
    width: 90%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(218, 218, 218, 1);
    position: relative;
    font-weight: 500;
}

.fnav .data {
    margin-bottom: 1.5em;
    padding-right: 10px;
    font-weight: 600;
    font-size:14px;
}

.list03.mk2{
  display:flex;
  flex-wrap:wrap;
}

.fnav .list03.mk2 .datatitle{
  width:100%;
}

[data-element-id].fnav .list03.mk2 .datatitle+div{
  display:flex;
  flex-wrap:wrap;
}


.fnav .list03.mk2 .data{
  width:50%;
}

[data-element-id] .fnav .list03.mk2 .datatitle+div>dd:nth-child(n+6){
  display:none;
}

@media (max-width: 599px) {
    .fnav .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fnav .list01 {
        width: 100%;
        margin-bottom: 10px;
    }

    .fnav .list02 {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .fnav .list01 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    
    .fnav .list03.sp-col2{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .fnav .list03 .data {
        margin-bottom: .5rem;
        font-weight: 500;
        padding-left: .9rem;
        font-size: 95%;
    }

    .fnav .datawrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/**
2カラムページ
*/

.column2 .side {
    width: 200px;
}

.column2 .mainwrap {
    width: calc(100% - 250px);
}

.column2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .column2 .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .column2 .side {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 50px;
    }

    .column2 .mainwrap {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 50px;
    }
}

/* サイドメニュー */
.side .list {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .side .list {
        width: 48%;
    }
}

@media (max-width: 599px) {
    .side .list {
        width: 100%;
    }
}

.list-side .data {
    margin-bottom: 10px;
    padding-left: 10px;
}

.list-side.type-archive .data {
    font-family: var(--font03);
}

.list-side.type-archive .data a:before {
    top: 3px;
}

.list-side a {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.list-side a:before {
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    position: absolute;
    top: 5px;
    left: 0;
}

@media (max-width: 1024px) {
    .list-side.type-archive .datawrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .list-side.type-archive .datawrap .datatitle {
        width: 100%;
    }

    .list-side.type-archive .datawrap .data {
        width: 48%;
    }
}

/*===================================
各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
    position: relative;
}

.homevisual .img {
    min-height: 300px;
    position: relative;
    width: 50%;
    height: 80vh;
}

.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;
}

.homevisual .left-img,
.homevisual .right-img {
    height: 100%;
    max-height: 300px;
}

.homevisual .left-img {
    background-color: var(--color01);
}

.homevisual .left-img img {
    opacity: .4;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/*IE対策*/
.homevisual .head {
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
}

.homevisual .head .catc {
    font-weight: 400;
    font-size: 60px;

}

@media (max-width: 1024px) {
    .homevisual .head .catc {
        font-size: 60px;
    }
}

@media (max-width: 599px) {
    .homevisual .head {
        font-size: 18px;
    }

    .homevisual .head .catc {
        font-size: 40px;
    }

    .homevisual .img {
        height: 50vh;
    }
}

/* A-BiSUスライダー用 */
.mainimg {
    overflow: hidden;
    position: relative;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.mainimg .uk-slidenav-position:after {
    content: "";
    display: block;
    padding-top: 50%;
}

.mainimg .uk-slideshow {
    height: 100% !important;
    position: absolute;
    top: 0;
}

.mainimg .uk-slideshow li {
    height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
    height: 100%;
}

.mainimg .uk-slideshow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    /*IE対策*/
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
    padding: 0 20px;
}

.slick01.slick-dotted {
    margin-bottom: 50px;
}

.slick01 .btn-slick {
    font-size: 30px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick01 .btn-slick.btn-back {
    left: 0;
}

.slick01 .btn-slick.btn-next {
    right: 0;
}

.slick01 .slick-dots {
    bottom: -40px;
    left: 0;
}

@media (max-width: 599px) {
    .slick01 {
        padding: 0 10px;
    }

    .slick01 .btn-slick {
        font-size: 20px;
    }
}

/**
下層共通
*/

/* パンくずリスト */
.breadcrumb {
    margin-top: 10px;
}

.breadcrumb .item {
    display: inline-block;
}

.breadcrumb .item:not(:last-of-type):after {
    content: "\f054";
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.breadcrumb .home {
    color: #000;
}

.breadcrumb .now {
    color: #000;
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagenation .item {
    margin: 0 10px;
}

.pagenation .prev {
    margin-right: 20px;
    position: relative;
}

.pagenation .prev a:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation .next {
    margin-left: 20px;
    position: relative;
}

.pagenation .next a:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.pagenation a,
.pagenation .now {
    font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
    width: 30px;
    height: 30px;
    display: block;
    padding: 2px 8px;
    font-size: 20px;
    color: #000;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.pagenation .number a:hover,
.pagenation .now {
    color: #fff;
    background-color: #808080;
    opacity: 1;
}

@media (max-width: 599px) {
    .pagenation .item {
        margin: 0 5px;
    }

    .pagenation .prev {
        margin-right: 10px;
    }

    .pagenation .next {
        margin-left: 10px;
    }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background-color: #000;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
    display: inline-block;
    margin: 0 5px 2px 0px;
    padding: 0 5px;
    color: #fff;
    background-color: #000;
}

/* ギャラリー */
.list-gallery01 a {
    display: block;
    position: relative;
}

.list-gallery01 .img {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.list-gallery01 .block-txt {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: 0;
    left: 0;
}

.list-gallery01 .cate {
    margin-bottom: 5px;
    font-size: 14px;
}

.list-gallery01 .head {
    font-size: 18px;
}

.list-gallery01 a:hover {
    opacity: 1;
}

.list-gallery01 a:hover .img {
    opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 599px) {
    .list-gallery01 .block-txt {
        display: none;
    }

    .list-gallery01 .head {
        font-size: 14px;
    }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
    cursor: pointer;
}

/* フォーム */
.form .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
    border-bottom: 2px solid #999;
}

.form .datatitle {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    color: #000;
}

.form .require {
    display: inline-block;
    margin-left: 10px;
    padding: 0 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6em;
    background-color: #000;
}

.form .data {
    width: 100%;
    padding-left: 50px;
}

.form .data input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
}

.form .data input[type="radio"] {
    display: none;
}

.form .data input[type="radio"]+label {
    margin-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 200%;
    position: relative;
}

.form .data input[type="radio"]+label::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #303841;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: inset 1px 1px 0 1px #999;
    box-shadow: inset 1px 1px 0 1px #999;
    position: absolute;
    top: 4px;
    left: 0;
}

.form .data input[type="radio"]:checked+label::after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background-color: #303841;
    position: absolute;
    top: 7px;
    left: 3px;
}

.form .data input[type="radio"]:checked+label {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form .data input[type="number"] {
    width: 70px;
    margin-right: 10px;
}

.form .data select {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    border: 1px solid #999;
}

.form .data textarea {
    width: 100%;
    height: 170px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 1px solid #999;
}

.form .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* .form .btn button {
border: none;
} */
/* .form .btn button:hover {
opacity: 0.6;
cursor: pointer;
} */

.contact form .btn button {
    min-width: 350px;
}

form .btn button {
    margin-left: 0;
    margin-right: 0;
    min-width: 250px;
}

@media (max-width: 1024px) {
    .form .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form .datatitle {
        display: block;
        margin-bottom: 10px;
    }

    .form .data {
        padding-left: 0;
    }
}

.tel-logo,
.maillogo {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color01);
}

.tel-logo img,
.maillogo img {
    width: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}

.maillogo.line img{
  width:34px;
}

.ab .tel-logo {
    margin-right: 10px;
}

.ab.fixed .tel-logo {
    margin-right: 0px;
}

@media (max-width: 1024px) {
    .ab .tel-logo {
        margin-right: 0px;
    }

    .accordion-body {
        overflow: auto;
        padding: 200px 28% 200px;
    }
}

.nav_logo {
    display: none;
    margin-right: 20px;
}

.nav_logo img {
    max-height: 30px;
}

@media (max-width: 1024px) {
    .nav_logo {
        width: 100%;
        display: block;
        margin-right: 0;
        padding: 20px 40px;
        text-align: center;
    }

    .nav_logo img {
        max-height: 50px;
    }
}

[data-element-id] .nav_logo {
    display: inline-block;
    border: solid 4px black;
    position: relative;
}

[data-element-id] .nav_logo:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: black;
}

.nav_global01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 10;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 10;
    flex-grow: 10;
}

.nav_global01>.item {
    position: relative;
}

.nav_global01>.item>* {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.nav_global01 .parent {
    position: relative;
    z-index: 1;
}

.nav_global01 .nav_wrap {
    width: 250px;
    max-width: 100vw;
    visibility: hidden;
    padding: 0;
    padding-top: 30px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    position: absolute;
    left: 50%;
    pointer-events: none;
}

.nav_global01 .nav_wrap.ver02 {
    width: 600px;
}

[data-element-id] .nav_global01 .nav_wrap,
[data-element-id] .nav_global01 .parent:hover .nav_wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-80%, 50px);
    transform: translate(-80%, 50px);
}

[data-element-id] .nav_global01 .nav_wrap.new,
[data-element-id] .nav_global01 .parent:hover .nav_wrap.new {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    position: relative;
    left: auto;
    top: auto;
}

.nav_global01 .nav_second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.nav_global01 .nav_second>.item {
    padding-right: 30px;
}

.nav_global01 .nav_second.mk2>.item{
  width:100%;
  padding-right:0;

}

.nav_global01 .nav_second.mk2>.item .nav_third{
  width:100%;
  display:flex;
  flex-wrap:wrap;
}

.nav_global01 .nav_second.mk2>.item .nav_third .head{
  width:100%;
}

.nav_global01 .nav_second.mk2>.item .nav_third .data{
  width:50%;
}

.nav_global01 .parent:hover .nav_wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    pointer-events: inherit;
}

.nav_global01 .nav_third .head {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: var(--color01);
}

.nav_global01 .nav_third .head.new {
    color: var(--color03);
}

.nav_global01 .nav_third a {
    display: block;
    padding: 5px 0 5px 20px;
    text-align: left;
    position: relative;
}

.nav_global01 .nav_third a:before {
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 55%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

@media (max-width: 1024px) {
    .nav_global01>.item>* {
        padding: 0;
        text-align: left;
    }

    .nav_global01 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav_global01 .nav_wrap.ver02 {
        width: 100%;
    }

    .nav_global01>.item {
        width: 100%;
    }

    .nav_global01>.item:not(:last-child):after {
        content: none;
    }

    .nav_global01>.item>a {
        padding: 10px 0;
        text-align: left;
    }

    .nav_global01 .nav_wrap {
        width: auto;
        visibility: visible;
        padding-top: 0;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        position: relative;
        left: 0;
    }

    .nav_global01 .parent:hover .nav_wrap {
        -webkit-transform: none;
        transform: none;
    }

    .nav_global01 .nav_second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav_global01 .nav_second>.item {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
}

.nav_global02 {
    display: none;
}

.nav_global02 a {
    display: block;
    padding: 10px 0px;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .nav_global02 {
        display: block;
    }
}

[data-element-id] .nav_global02 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: solid 4px black;
    position: relative;
}

[data-element-id] .nav_global02:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: black;
}

[data-element-id] .nav_global02 a {
    padding: 10px;
}

.gnav.fixed .nav_logo {
    display: block;
}

.gnav.fixed .nav_global01>.item>a {
    padding: 15px 20px;
}

[data-element-id] .gnav.fixed {
    padding: 0;
    position: relative;
}

[data-element-id]#wrapper {
    padding-top: 0 !important;
}

[data-element-id] .gnav .no-pc {
    display: block;
}

[data-element-id] .gnav.fixed {
    position: relative;
}

.fcoupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.fcoupon.fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index:2;
}

.header .right .fixed .txt {
    margin-left: 0px;
}

.header .right [type="checkbox"]:checked,
.header .right [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

@media (max-width: 1024px) {
    .header .fcoupon .txt {
        margin-left: 0;
    }

    .fcoupon {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

    .fcoupon.ab {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        margin-left: 10px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
        position: fixed;
        bottom: 10px;
        left: 0;
    }

    .header .fcoupon .txt,
    .header .fcoupon .tel {
        width: 50%;
    }

    .header .fcoupon .txt a {
        height: 48px;
        font-size: 12px;
    }

    .header .fcoupon .tel a {
        height: 48px;
        font-size: 14px;
    }

    .header .fcoupon .tel,
    .header .fcoupon .txt {
        max-width: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 10px;
        color: #fff;
        border-radius: 15px;
        background-color: var(--color01);
    }

    .header .right {
        width: auto;
    }

    .menu-icon:checked+label,
    .menu-icon:not(:checked)+label {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0;
        padding: 0;
        cursor: pointer;
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 10;
    }

    .menu-icon:checked+label:before,
    .menu-icon:not(:checked)+label:before {
        content: "";
        width: 30px;
        height: 20px;
        display: block;
        border-top: 2px solid #ececee;
        border-bottom: 2px solid #ececee;
        -webkit-transition: border-width 100ms 1500ms ease,
            top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms ease,
            -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 1500ms ease,
            top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms ease,
            -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 1500ms ease,
            top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms ease,
            transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 1500ms ease,
            top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms ease,
            transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
            -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
    }

    .menu-icon:checked+label:after,
    .menu-icon:not(:checked)+label:after {
        content: "";
        width: 22px;
        height: 2px;
        display: block;
        margin-top: -1px;
        background-color: #ececee;
        -webkit-transition: width 100ms 1750ms ease,
            right 100ms 1750ms ease,
            margin-top 100ms ease,
            -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms 1750ms ease,
            right 100ms 1750ms ease,
            margin-top 100ms ease,
            -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms 1750ms ease,
            right 100ms 1750ms ease,
            margin-top 100ms ease,
            transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms 1750ms ease,
            right 100ms 1750ms ease,
            margin-top 100ms ease,
            transform 200ms cubic-bezier(0.23, 1, 0.32, 1),
            -webkit-transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
        position: absolute;
        top: 10px;
        right: 4px;
        z-index: 20;
    }

    .menu-icon:checked+label:before {
        height: 2px;
        border-width: 0;
        background-color: #ececee;
        -webkit-transition: border-width 100ms 340ms ease,
            top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms 500ms ease,
            -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 340ms ease,
            top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms 500ms ease,
            -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 340ms ease,
            top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms 500ms ease,
            transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: border-width 100ms 340ms ease,
            top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
            background-color 200ms 500ms ease,
            transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1),
            -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
    }

    .menu-icon:checked+label:after {
        width: 30px;
        margin-top: 0;
        -webkit-transition: width 100ms ease,
            right 100ms ease,
            margin-top 100ms 500ms ease,
            -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms ease,
            right 100ms ease,
            margin-top 100ms 500ms ease,
            -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms ease,
            right 100ms ease,
            margin-top 100ms 500ms ease,
            transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: width 100ms ease,
            right 100ms ease,
            margin-top 100ms 500ms ease,
            transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1),
            -webkit-transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 0;
    }

    .gnav {
        width: 70px;
        height: 70px;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        background-color: var(--color01);
        -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
        transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
        transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 1100ms ease;
        -webkit-animation: border-transform 7s linear infinite;
        animation: border-transform 7s linear infinite;
        position: fixed;
        top: 5px;
        right: 10px;
        z-index: 9;
    }

    @-webkit-keyframes border-transform {

        0%,
        100% {
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        }

        14% {
            border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
        }

        28% {
            border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
        }

        42% {
            border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
        }

        56% {
            border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
        }

        70% {
            border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
        }

        84% {
            border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
        }
    }

    @keyframes border-transform {

        0%,
        100% {
            border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
        }

        14% {
            border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
        }

        28% {
            border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
        }

        42% {
            border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
        }

        56% {
            border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
        }

        70% {
            border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
        }

        84% {
            border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
        }
    }

    .menu-icon:checked~.gnav {
        width: 200%;
        height: 130%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
        transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
        transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 250ms 700ms ease;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        top: 50%;
        right: 50%;
        /* animation: border-transform2 7s linear infinite; */
    }

    .gnav ul li {
        width: 100%;
        display: block;
        list-style: none;
        visibility: hidden;
        margin: 10px 0;
        padding: 0;
        opacity: 0;
        -webkit-transition: all 250ms linear;
        transition: all 250ms linear;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        pointer-events: none;
        position: relative;
    }

    .gnav ul li:nth-child(1) {
        -webkit-transition-delay: 200ms;
        transition-delay: 200ms;
    }

    .gnav ul li:nth-child(2) {
        -webkit-transition-delay: 150ms;
        transition-delay: 150ms;
    }

    .gnav ul li:nth-child(3) {
        -webkit-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .gnav ul li:nth-child(4) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }

    .gnav ul li:nth-child(n+4) {
        margin: 0;
    }

    .menu-icon:checked~.gnav ul li {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 350ms ease,
            -webkit-transform 250ms ease;
        transition: opacity 350ms ease,
            -webkit-transform 250ms ease;
        transition: opacity 350ms ease,
            transform 250ms ease;
        transition: opacity 350ms ease,
            transform 250ms ease,
            -webkit-transform 250ms ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }

    .menu-icon:checked~.gnav ul li:nth-child(1) {
        -webkit-transition-delay: 1400ms;
        transition-delay: 1400ms;
    }

    .menu-icon:checked~.gnav ul li:nth-child(2) {
        -webkit-transition-delay: 1480ms;
        transition-delay: 1480ms;
    }

    .menu-icon:checked~.gnav ul li:nth-child(3) {
        -webkit-transition-delay: 1560ms;
        transition-delay: 1560ms;
    }

    .menu-icon:checked~.gnav ul li:nth-child(4) {
        -webkit-transition-delay: 1640ms;
        transition-delay: 1640ms;
    }

    .logo img {
        width: auto;
        display: block;
    }
}

@media (max-width: 599px) {
    .header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.fead-text .str.textin {
    -webkit-animation: blur 5s forwards;
    animation: blur 5s forwards;
}

@keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    100% {
        opacity: 1;
        text-shadow: rgb(124, 124, 124) 0px 0px 10px;
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }

    5% {
        text-shadow: 0 0 90px #fff;
    }

    15% {
        opacity: 1;
    }

    20% {
        text-shadow: 0 0 0px #fff;
    }

    80% {
        text-shadow: 0 0 0px #fff;
    }

    100% {
        opacity: 1;
        text-shadow: rgb(124, 124, 124) 0px 0px 10px;
    }
}

.up-btn-smoosh-ori a {
    display: block;
    padding: 30px;
    background-color: #fff;
}

.up-btn-smoosh2 a,
.up-btn-smoosh-ori .a,
.up-btn-smoosh2 button {
    overflow: hidden;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: solid 1px var(--color01);
    background-color: var(--color01);
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.up-btn-smoosh2.line a {
    border: solid 1px #00B900;
    background-color: #00B900;
}

.up-btn-smoosh2 a:before,
.up-btn-smoosh2 .a:before,
.up-btn-smoosh2 button:before {
    content: "";
    width: 100%;
    height: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}

.up-btn-smoosh2 a:hover,
.up-btn-smoosh-ori a:hover .a,
.up-btn-smoosh2 button:hover {
    color: var(--color01);
    opacity: 1;
}

.up-btn-smoosh2.line a:hover {
    color: #00B900;
}

.up-btn-smoosh2 a:hover:before,
.up-btn-smoosh-ori a:hover .a:before,
.up-btn-smoosh2 button:hover:before {
    height: 100%;
}

.l-txt {
    color: #fff;
    text-shadow: 2px 2px 0 #00B900,
        -2px -2px 0 #00B900,
        -2px 2px 0 #00B900,
        2px -2px 0 #00B900,
        0px 2px 0 #00B900,
        0 -2px 0 #00B900,
        -2px 0 0 #00B900,
        2px 0 0 #00B900;
}

.ud-txt {
    background: linear-gradient(transparent 60%, rgb(255, 238, 0) 50%);
}

.bg-dd {
    background-color: rgba(248, 240, 232, 1);
}

.cor-box {
    padding: 50px;
    background-color: rgba(248, 240, 232, 1);
}

.cor-box .cor-item {
    background-color: #fff;
}

.cor-box .cor-item li {
    width: 124px;
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.cor-box .cor-item li img {
    width: 60px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.cor-box .cor-item li.det-btn a {
    width: 124px;
    height: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 2px rgba(115, 97, 80, 1);
    border-radius: 50%;
    position: relative;
    padding: 10px;
    font-size: 15px;

    font-weight: 500;
}

.cor-box .cor-item li.det-btn a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 20px;
}

.re-ttr.-left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
}

.re-ttr .ja {
    font-size: 20px;

    position: relative;
    font-weight: 500;
}

.re-ttr .ja.-wide {
    min-width: 200px;
    display: inline-block;
}

.re-ttr.new .ja {
    font-size: 32px;

}

.re-ttr .en {
    display: block;
    font-size: 50px;

    font-family: var(--font03);
    font-weight: 500;
}

.sb-title {
    margin-bottom: 20px;
    font-size: 22px;

    font-weight: 500;
}

.news-box {
    /* border-bottom: solid 1px rgba(218, 218, 218, 1); */
    padding: 30px 10px;
}

.news-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.btn a,
.btn .a {
    min-width: 250px;
    max-width: 254px;
    min-height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}


.btn.line a {
    background-color: #00B900;
    border-radius: 10px;
}

.btn button {
    width: 100%;
    min-width: 150px;
    max-width: 254px;
    min-height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    padding: 10px 30px;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}

.btn.new a {
    min-width: 174px;
    max-width: 552px;
    min-height: 103px;
    font-size: 20px;
}

.btn a::after,
.btn .a::after,
.btn button::after,
.btn .ja::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.btn-ver2 a {
    border: 1px solid #f79636;
    border-radius: 0.5em;
    background-color: #f79636;
}

.btn-ver2 a:hover {
    color: #f79636;
}

.btn.back a::after,
.btn.back button::after {
    content: "\f060";
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    top: 50%;
    left: 0;
    right: auto;
}

.news-text {
    padding-right: 30px;
    position: relative;
}

.news-text::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.up-left-1000 {
    margin-left: calc(50% - 500px);
}

.up-right-1000 {
    margin-right: calc(50% - 500px);
}

[class*=up-fxd-even]>.up-left-1000:nth-child(even),
[class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
    margin-left: 0;
    margin-right: calc(50% - 500px);
}

[class*=up-fxd-even]>.up-right-1000:nth-child(even),
[class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
    margin-left: calc(50% - 500px);
    margin-right: 0;
}

.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media (max-width: 1024px) {
    .re-ttr.new .ja {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        flex-wrap:wrap;
    }

    .re-ttr.new .ja::before,
    .re-ttr.new .ja::after,
    .re-ttr.new.ori .ja::before,
    .re-ttr.new.ori .ja::after {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0.25em;
        position: static;
    }

    .up-left-1000 {
        margin-left: 2%;
    }

    .up-right-1000 {
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 0;
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }

    .up-d-contents\@tb {
        /* autoprefixer: ignore next */
        display: contents;
    }

    .order1\@tb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order2\@tb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order3\@tb {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 599px) {
    .re-ttr .ja.-wide {
        min-width: auto;
    }

    .re-ttr .ja::before {
        left: -50px;
    }

    .re-ttr .ja::after {
        right: -50px;
    }

    .re-ttr .en {
        font-size: 36px;
    }

    .re-ttr.new .ja {
        font-size: 24px;
    }

    .sb-title {
        font-size: 18px;
    }

    .re-ttr .ja {
        font-size: 16px;
    }

    .re-ttr .ja.sz13 {
        font-size: 13px;
    }

    .cor-box .cor-item li.det-btn a {
        width: 100%;
        height: auto;
        font-size: 14px;
        aspect-ratio: 1;
    }

    .cor-box {
        padding: 20px;
    }

    .cor-box .cor-item li {
        width: calc((100% - 20px) / 2);
        height: auto;
        margin: 5px;
        aspect-ratio: 1;
    }

    .up-d-contents\@sp {
        /* autoprefixer: ignore next */
        display: contents;
    }

    .up-left-1000 {
        margin-right: 2%;
    }

    .up-right-1000 {
        margin-left: 2%;
    }

    [class*=up-fxd-even]>.up-left-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-left-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }

    [class*=up-fxd-even]>.up-right-1000:nth-child(even),
    [class*=up-fxd-odd]>.up-right-1000:nth-child(odd) {
        margin-left: 2%;
        margin-right: 2%;
    }

    .order1\@sp {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order2\@sp {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order3\@sp {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.bg-gry {
    width: 90%;
    height: 35vh;
    min-height: 300px;
    display: block;
    background-size: cover;
    background-color: var(--color02);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.bg-gry2 {
    width: 100%;
    height: 35vh;
    min-height: 300px;
    display: block;
    background-size: cover;
    background-color: var(--color02);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.bg-gry3 {
    width: 100%;
    height: 35vh;
    min-height: 300px;
    display: block;
    background-size: cover;
    background-color: rgba(248, 240, 232, 1);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.line-g-t {
    margin-top: 30px;
    position: relative;
}

.line-g-t::before {
    content: "";
    width: 53px;
    height: 3px;
    background-color: var(--color01);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    position: absolute;
    top: -15px;
    left: 50%;
}

.mar-c a,
.mar-c .a {
    margin: auto;
}

.symptom-list li .img {
    background-color: #736150;
    position: relative;
}

.symptom-list li .img img {
    opacity: 0.5;
}

.symptom-list li .text {
    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;
    font-size: 20px;
    color: #fff;

    text-align: center;
    outline: 3px solid #fff;
    outline-offset: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.beauty-list li .img {
    background-color: var(--color03);
    position: relative;
}

.beauty-list li .img img {
    opacity: 0.5;
}

.beauty-list li .text {
    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;
    font-size: 22px;
    color: #fff;

    text-align: center;
    outline: 3px solid #fff;
    outline-offset: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    line-height: 1.4em;
}

.bg-img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-img img {
    opacity: 0.3;
}

.slk1 .slick-slide {
    margin: 10px;
}

.slk1 .slick-prev,
.slk1 .slick-next {
    width: 45px;
    height: 45px;
    display: block;
    border: solid 1px var(--color01);
    border-radius: 50%;
    background-color: var(--color01);
    position: absolute;
    z-index: 1;
}

.slk1 .slick-prev:before,
.slk1 .slick-next:before {
    color: #fff;
}

.slk1 .slick-prev {
    border: solid 1px var(--color01);
    background-color: var(--color01);
    top: -50px;
    left: auto;
    right: 100px;
}

.slk1 .slick-next {
    border: solid 1px var(--color01);
    background-color: var(--color01);
    top: -50px;
    right: 30px;
}

.slick-prev:before,
.slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    line-height: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.slick-prev:before {
    content: "\f060";
}

.bg-c-dd {
    background-color: #f8f0e8;
}

.index-recruit-area .box {
    outline: 50px solid var(--color02);
    outline-offset: -10px;
    position: relative;
}

.index-recruit-area .text {
    position: relative;
    bottom: 10px;
    z-index: 1;
}

.index-recruit-area .img1,
.index-recruit-area .img2 {
    position: absolute;
    bottom: 10%;
    z-index: 1;
}

.index-recruit-area .img1 {
    left: 10%;
    max-width: 130px;
}

.index-recruit-area .img2 {
    right: 10%;
    max-width: 120px;
}

.qa-container {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.qa-list:not(:first-child) {
    margin-top: 20px;
}

.question-title {
    padding: 30px 65px;
    font-size: 16px;
    background-color: #f8f0e8;
    cursor: pointer;
    position: relative;
    margin-top: 2rem;
}

.question-title:before {
    content: "Q";
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(115, 97, 80, 1);
    position: absolute;
    top: 20px;
    left: 12px;
    font-family: var(--font03);
}


.answer-text {
    display: none;
    padding: 30px 65px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative;
}

.answer-text:before {
    content: "A";
    width: 43px;
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(115, 97, 80, 1);
    position: absolute;
    top: 20px;
    left: 12px;
    font-family: var(--font03);
}

.plmi span::before,
.plmi span::after {
    content: "";
    width: 15px;
    height: 3px;
    display: block;
    border-radius: 5px;
    background-color: #736150;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 30px;
}

.plmi span::after {
    background-color: #736150;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.open .plmi span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.bgc-gr {
    background: var(--color02);
}

footer .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 30px;
    font-family: var(--font03);
}

.footinfo .map {
    padding-top: 30%;
    max-height: 300px;
}

.footinfo .logo a {
    display: inline-block;
}

.footinfo .logo a img {
    max-width: 250px;
}

.footinfo tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 15px 0;
    border-bottom: solid 1px rgba(218, 218, 218, 1);
}

.footinfo tr:first-child {
    padding-top: 0;
}

.footinfo tr:last-child {
    border-bottom: none;
}

.footinfo td.ori {
    width: 50%;
    padding-right: 8px;
    text-align: right;
}

.footinfo td {
    display: inline-block;
    margin: 0 20px;
    font-weight: 600;
}

.footinfo td.bos {
    margin-left: 0;
    font-family: var(--font03);
    font-weight: 500;
}

.footinfo td+td{
  flex:1;
  text-align: center;
}

.c-g {
    color: var(--color01);
}

.f-t1 {
    text-align: center;
}

.clc {
    -webkit-column-width: 170px;
    -moz-column-width: 170px;
    column-width: 170px;
}

.bra-c {
    break-after: column;
    -webkit-column-break-after: column;
    -moz-column-break-after: column;
}

.footinfo table,
.footinfo tbody{
  width:100%;
}

@media (max-width: 1024px) {
    .symptom-list li .text {
        font-size: 18px;
    }

    footer .tel a {
        font-size: 30px;
    }

    .up-ml-80\@tb {
        margin-left: 80px;
    }

    .footinfo .map {
        padding-top: 50%;
    }
    
    .footinfo td{
      margin: 0 12px;
    }
}

@media (max-width: 599px) {
    .footinfo .map {
        padding-top: 70%;
    }

    .up-ml-80\@tb {
        margin-left: 50px;
    }

    .recruit .text {
        bottom: 0;
    }

    .pagetitle {
        /* padding: 0 60px 0 0; */
        display: none;
    }

    .symptom-list li .text,
    .beauty-list li .text {
        outline: 2px solid #fff;
        padding: 20px 15px;

    }
    
    .symptom-list li .text{
      padding: 5px 15px;
    }

    .slk1 .slick-prev,
    .slk1 .slick-next {
        width: 35px;
        height: 35px;
        top: -15px;
    }

    .slk1 .slick-next {
        right: 10px;
    }

    .slk1 .slick-prev {
        right: 60px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-size: 14px;
    }

    .gnav {
        width: 45px;
        height: 45px;
    }

    .menu-icon:not(:checked)+label:after {
        width: 16px;
        top: -2px;
        right: -5px;
    }

    .menu-icon:not(:checked)+label:before {
        width: 25px;
        top: -12px;
        left: 15px;
    }

    .menu-icon:checked+label:before {
        width: 25px;
        top: -3px;
        left: 15px;
    }

    .menu-icon:checked+label:after {
        width: 25px;
        top: -3px;
        right: -10px;
    }

    .btn.new a {
        font-size: 18px;
        min-height: 80px;
    }

    .footinfo td.ori {
        width: 45%;
        padding-right: 0;
    }

    .footinfo td {
        margin: 0 0px;
        font-size: 15px;
    }

    .footinfo td.text-l {
        text-align: left;
    }

    .map {
        padding-top: 70%;
    }

    .fnav {
        padding: 40px 0;
    }

    .logo img {
        margin: auto;
    }

    footer .tel a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footinfo .logo {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .bg-gry {
        height: 50vh;
        min-height: 400px;
    }
    
    .foot-info-block .left{
      display: contents;
    }
    
    .foot-info-block .info-item1 {
        order: 1;
    }
    
    .foot-info-block .info-item2 {
        order: 2;
    }
    
    .foot-info-block .info-item3 {
        order: 4;
    }
    
    .foot-info-block .right {
        order: 3;
    }
    
    .footinfo td.bos{
      font-size:12px;
      letter-spacing:-.08em;
      white-space:nowrap;
              min-width: 70px;

    }
}

.contact .section-contact .btn {
    display: none;
}

.contact .section-contact .btn.-line{
  display: block;
}

.contact-confirm .section-contact,
.contact-complete .section-contact {
    display: none;
}

.subimg .title {
    /* left: calc(50% - 500px); */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute !important;
    top: 50%;
    left: 10%;
    z-index: 1;
    width: 80%;
}

.subimg .title .ja {
    display: block;
    font-size: 42px;
    color: #fff;

    text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

.subimg .title .en {
    display: block;
    margin-top: 10px;
    font-size: 1.5vw;
    color: #fff;

    text-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
    font-family: var(--font03);
}

.director .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.director .text {
    padding-right: calc(10% + 50px);
}

.director .img {
    margin-left: -10%;
    position: relative;
    z-index: 1;
}

.title-main {
    width: 100%;
    display: block;
    padding: 0 5px 10px;
    font-size: 20px;
    color: var(--color01);

    position: relative;
    z-index: 0;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1.3;
}

.title-main:after {
    content: "";
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--color01)), color-stop(20%, var(--color01)), color-stop(0%, var(--color04)));
    background: linear-gradient(90deg, var(--color01) 10%, var(--color01) 20%, var(--color04) 0%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media (max-width: 1024px) {
    .subimg .title {
        width: 90%;
        left: 5%;
    }

    .subimg .title .ja {
        font-size: 32px;
    }

    .subimg .title .en {
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .title-main {
        font-size: 18px;
    }

    .subimg .title .ja {
        font-size: 24px;
        line-height: 1.2;

    }

    .director .text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .director .img {
        margin-left: 0;
    }
}

.list-cmp03 .item {
    padding: 20px 30px 20px 20px;
}

.list-cmp03 .item:not(:last-child) {
    border-bottom: 1px solid #808080;
}

.list-cmp03 .datatitle {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    font-family: var(--font03);
    font-weight: 500;
}

.list-cmp03 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 599px) {
    .list-cmp03 .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 10px 20px 10px;
    }

    .list-cmp03 .datatitle {
        width: 100%;
        margin-bottom: 5px;
    }

    .list-cmp03 .data {
        width: 100%;
    }
}

.info .img1,
.info .img2 {
    position: absolute;
}

.up-gapy-60>*:last-child {
    padding-bottom: 0;
}

.sbtext {
    padding-left: 10px;
    font-size: 18px;
    border-left: solid 3px var(--color01);
}

.img-logo01 {
    position: relative;
}

.img01 {
    position: absolute;
    top: 50px;
    right: 50px;
}

.img01 img {
    width: 160px;
}

.img02 {
    position: absolute;
    top: 90%;
    right: 20px;
    max-width: 100px;
}

.img03 {
    position: absolute;
    top: -6%;
    right: 0;
    max-width: 280px;
}

.img03 img {
    width: 300px;
}

.img04 {
    position: absolute;
    top: 0;
    right: 5%;
}

.img04 img {
    width: 80px;
}

.img05 {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.img05 img {
    width: 250px;
}

@media (max-width: 1024px) {
    .img01 img {
        width: 100px;
    }

    .img03 {
        max-width: 200px;
    }

    .img05 img {
        width: 160px;
    }
}

@media (max-width: 599px) {
    .img05 {
        bottom: 2%;
        right: 2%;
    }

    .img01,
    .img03 {
        display: none;
    }

    .info .cor-box {
        padding: 40px 10px;
    }
}

.breadcrumbs {
    margin: 30px 0;
    background-color: white;
}

.breadcrumbs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.breadcrumbs-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1em;
}

.breadcrumbs-list li {
    display: inline;
    font-size: 14px;

}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
    font-weight: bold;
    color: var(--color01);
}

.breadcrumbs-list li+li::before {
    display: inline-block;
    margin: 0 10px;
    content: "\f105";
    font-family: "font awesome 5 free";
    font-weight: bold;
    font-size: 12px;
    color: inherit;
}

@media (max-width: 1024px) {
    .breadcrumbs {
        margin: 20px 0;
        font-size: 14px;
    }

    .breadcrumbs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .breadcrumbs-list {
        width: 90%;
        margin-top: 1em;
    }

    .breadcrumbs li {
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 8px;
        height: 8px;
        margin: 0 5px 1px;
    }
}

@media (max-width: 599px) {
    .breadcrumbs {
        margin: 15px 0;
        font-size: 12px;
    }

    .breadcrumbs li+li::before {
        width: 6px;
        height: 6px;
    }
}

.up-gallery-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-gallery-hover .img {
    width: 70%;
}

.up-gallery-hover .list {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.up-gallery-hover .item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 5px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.up-gallery-hover .item:hover {
    opacity: 0.6;
}

.num {
    width: 40px;
    height: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    text-align: center;
    background-color: rgba(115, 97, 80, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute !important;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    font-family: var(--font03);
}

@media (max-width: 599px) {
    .up-gallery-hover {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .up-gallery-hover .img {
        width: 100%;
        margin-bottom: 10px;
    }

    .up-gallery-hover .list {
        width: 100%;
    }

    .up-gallery-hover .item {
        width: 25%;
    }
}

.border01 {
    border-bottom: solid 2px var(--color01);
    width: 100%;
    display: block;
}

.pb-0 {
    padding-bottom: 0;
}

.table-01 {
    width: 100%;
    table-layout: fixed;
    border: 1px solid gray;
}

.scrollanable .table-01 {
    min-width: 0;
}

.table-01 tr th,
.table-01 tr td {
    width: calc(100% / 3);
    padding: 15px 10px;
    font-size: 18px;
    text-align: center;
}

.table-01 tr th {
    color: white;
    background-color: rgba(115, 97, 80, 1);
}

.table-01 tr .table-title {
    background-color: rgba(248, 240, 232, 1);
    font-weight: bold;
}

.table-01 tr .table-title.longer {
    color: red;
}

.table-01 tr:nth-of-type(n+2) {
    border-top: 1px solid gray;
}

.table-01 tr th+th {
    border-left: 1px solid white;
}

.table-01 tr td+td {
    border-left: 1px solid gray;
    background-color: #fff;
}

.title-sub {
    margin-bottom: 10px;
    padding-left: 1.2em;
    font-weight: 600;
    font-size: 22px;

    position: relative;
}

.title-sub::before {
    content: "";
    width: 1em;
    height: 1em;
    display: block;
    background-color: var(--color01);
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 16px;
}

.voi .title-sub {
    font-size: 18px;

}

.voi .title-sub::before {
    width: 0.8em;
    height: 0.8em;
    top: 8px;
}

.bnr .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.bnr .item {
    width: 48%;
    overflow: hidden;
    margin: 1%;
    position: relative;
}

.bnr .item:nth-child(1),
.bnr .item:nth-child(2) {
    margin-bottom: 30px;
}

.bnr .item .text-box {
    max-width: 100%;
    padding: 0.5em;
    background-color: rgba(115, 97, 80, 0.6);
    z-index: 1;
    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;
    font-size: 24px;
    color: #fff;

    text-align: center;
    outline: 3px solid #fff;
    outline-offset: -10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.bnr .item .text-box dt,
.bnr .item .text-box dd {
    margin: 0.5em 0;
    color: #fff;

    text-align: center;
    font-weight: 500;
}

.bnr .item .text-box .more .btn {
    display: inline-block;
    padding: 0.25em 1em;
    color: #fff;
    border: 1px solid;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.lef-line {
    padding: 5px 0 8px 20px;
    line-height: 1.3;
    position: relative;
}

.lef-line::before {
    content: "";
    width: 8px;
    height: 100%;
    display: inline-block;
    background-color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.check-text {
    padding-left: 1.9em;
    position: relative;
}

.check-text+.check-text {
    margin-top: 0.5em;
}

.check-text:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    position: absolute;
    top: 0;
    left: 0;
}

.worries ul li {
    margin-left: 1.9em;
    text-indent: -0.9em;
    position: relative;
}

.worries ul li:before {
    content: "\f058";
    display: inline-block;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
}

.worries .box {
    padding: 50px;
    background-color: var(--color02);
}

.worries .items {
    padding: 50px 30px 100px;
    background-color: #fff;
}

.worries.-recruit .items {
    padding: 50px 30px;
}

.worries.new .box {
    background-color: #f8f0e8;
}

.worries ul li+li {
    margin-top: 15px;
}

@media (max-width: 1024px) {

    .table-01 tr th,
    .table-01 tr td {
        padding: 10px 5px;
        font-size: 16px;
    }

    .table-02 tr td:first-child {
        width: 20%;
    }

    .bnr .item {
        width: 70%;
    }

    .worries .items {
        padding: 30px 30px 120px;
    }

    .worries.-recruit .items {
        padding: 50px 30px;
    }
}

@media (max-width: 599px) {

    .table-01 tr th,
    .table-01 tr td {
        font-size: 14px;
    }

    .voi .title-sub {
        font-size: 16px;

    }

    .bnr .item .text-box {
        font-size: 15px;
        outline: 2px solid #fff;
        outline-offset: -10px;
        padding: 20px 15px;

    }

    .bnr .item {
        width: 100%;
    }

    .worries .box {
        padding: 15px;
    }

    .worries .items {
        padding: 30px 30px 140px;
    }

    .worries.-recruit .items {
        padding: 30px 15px;
    }
}

.che-acc ul li {
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.che-acc ul li:before {
    content: "\f058";
    display: inline-block;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 18px;
    color: var(--color01);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.che-acc .box {
    padding: 50px;
    background-color: var(--color02);
}

.che-acc .items {
    padding: 30px 30px 60px;
    background-color: #fff;
}

@media(max-width:1024px) {
    .che-acc .items {
        padding: 30px 30px 30px;
    }
}

@media (max-width: 599px) {

    .che-acc .box,
    .che-acc .items {
        padding: 30px 15px 70px;
    }
}

.text-bg {
    padding: 5px 10px;
    color: #fff;
    line-height: 2.5;
    border-radius: 5px;
    background-color: var(--color01);
}

.ribbon {
    width: 100%;
    padding: .1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    padding: 0 1rem;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: var(--color01);
    position: relative;
}


/*---------------------
price_menu
----------------------*/

.price_menu_inner {
    padding: 60px 90px;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 1.268px 2.719px 9.2px 0.8px rgba(0, 0, 0, 0.19);
    box-shadow: 1.268px 2.719px 9.2px 0.8px rgba(0, 0, 0, 0.19);
}

.price_menu_title {
    margin-bottom: 20px;
}

.price_menu_list li {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 25px 0;
    border-bottom: 1px dotted;
}

.price_menu_list_title {
    font-size: 18px;
    line-height: 1.875;
}

.price_menu_list_price {
    text-align: right;
}

@media (max-width:599px) {
    .ribbon {
        width: 90%;
        font-size: 18px;
    }

    .price_menu_inner {
        padding: 30px 15px;
    }

    .price_menu_list li {
        display: block;
        padding: 15px 0;
    }

    .price_menu_list_title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .price_menu_list_price {
        line-height: 2.3;
    }

    .title-sub {
        font-size: 18px;
    }

    .title-sub::before {
        top: 7px;
    }
}

.col1 {
    margin-bottom: 30px;
}

.col1 dt {
    width: 100%;
    text-align: left;
    border-bottom: 2px dotted var(--color01);
}

.col1 dd {
    width: 100%;
    margin-top: 10px;
    padding-left: 1.2em;
    text-align: left;
    border-bottom: none;
}

.table-cmn01.type02 dl>* {
    padding-bottom: 10px;
}

.uk-lb {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.uk-lb:hover {
    opacity: 0.6;
    cursor: pointer;
}

.prev-arrow::before {
    content: "\f104";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.next-arrow::before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 100%;
}

.pager ul li {
    width: 50px;
    height: 50px;
}

.pager ul li a,
.pager ul li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 5px 5px;
    font-size: 26px;
    line-height: 100%;
    border-radius: 0;
    position: relative;
}

.pager ul li .now {
    color: white;
    border: 1px solid var(--color01);
    background-color: var(--color01);
    opacity: 1;
    font-family: var(--font03);
}

.pager ul li a:hover {
    color: white;
    border: 1px solid var(--color01);
    background-color: var(--color01);
    opacity: 1;
}

.list-side .datatitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 24px;
    color: var(--color01);
    border-bottom: 2px solid var(--color01);
    font-family: var(--font03);
    font-weight: 500;

    align-items: center;
}

.side .list-side .logo {
    width: 25px;
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.side .list-side .logo.new {
    width: 25px;
}

.side .list-side .logo.new2 {
    width: 30px;
}

.detail-content {
    padding: 50px;
    border: 3px solid var(--color02);
}

.detail-content .data {
    margin: 30px 0;
}

.detail-content__title {
    font-weight: 600;
    font-size: 22px;

}

.dynamic-block {
    margin-top: 80px;
}

.dynamic-block__title {
    padding: 10px;
    font-weight: 600;
    color: white;
    text-align: center;
    background-color: var(--color01);
}

.dynamic-block__list li {
    border-bottom: 1px solid #dadada;
}

.dynamic-block__list li a {
    display: block;
    padding: 10px;
}

@media (max-width: 1024px) {
    .detail-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dynamic-block li a {
        padding: 10px 5px;
    }
}

@media (max-width: 599px) {
    .d-none-b {
        display: block;
    }

    .detail-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col1 {
        margin-bottom: 20px;
    }
}

.date {
    font-weight: 500;
    color: var(--color01);
    font-family: var(--font03);
}

.category span {
    display: inline-block;
    padding: 4px 10px;
    font-weight: 500;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    background-color: var(--color01);
}

.category span {
    margin-right: 5px;
    margin-bottom: 3px;
}

.detail-content-text h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em;
    font-weight: 500;
    font-size: 22px;

    border-bottom: 3px solid var(--color01);
}

.detail-content-text h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0.5em 1em;
    font-weight: 500;
    font-size: 20px;
    color: #fff;

    background-color: var(--color01);
}

.detail-content-text h4 {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: var(--color01);

}

.detail-content-text ol {
    counter-reset: count 0;
}

.detail-content-text ol li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content-text ol li::before {
    content: counter(count) ". ";
    display: inline-block;
    counter-increment: count 1;
    color: var(--color01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    font-family: var(--font03);
}

.detail-content-text ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.detail-content-text ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--color01);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}

.detail-content-text ol li marker {
    display: none;
}

.detail-content-text iframe[src*="youtube"] {
    height: auto;
    margin-top: 30px;

    aspect-ratio: 16 / 9;
}

.qa-c li a {
    display: block;
    padding: 5px 5px;
    color: #fff;

    border: var(--color01) solid 2px;
    border-radius: 3em;
    background-color: var(--color01);
}

.m3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 0 65px;
    text-align: center;
    position: relative;
}

.m3 span {
    width: 100%;
    min-width: 200px;
    max-width: 250px;
    display: block;
    padding: 5px 5px;
    color: #fff;

    border: var(--color01) solid 2px;
    border-radius: 3em;
    background-color: var(--color01);
    position: relative;
}

.m3:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--color01);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.must {
    margin-left: 10px;
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
    background-color: var(--color01);
}

.contact-item {
    padding: 20px 0;
}

.contact-item dd input,
.contact-item dd textarea {
    width: 100%;
    padding: 10px;
    border:1px solid #333;
}

.contact-item dd textarea {
    height: 300px;
}

.sb-tex {
    display: block;
    padding: 8px 10px;
    color: #fff;
    line-height: 1.3;
    border-radius: 5px;
    background-color: var(--color01);
}

.voice-cate span {
    background-color: var(--color01);
    color: #fff;
    margin: 0 3px 3px 0;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
}

.contact-tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-tel a * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.list-inner {
    height: 100%;
}

.box-border-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.5em;
    border: 1px solid var(--color01);
    border-radius: 1em;
}

.hpb-link {
    max-width: 200px;
    margin: 10px auto;
}

.liin-link {
    max-width: 80px;
    margin: 10px auto;
}

.bgi-content {
    position: relative;
    z-index: 2;
}

.bgi-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.bgi-img .img {
    width: 100%;
    height: 100%;
}

.bgi-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.bgi-parent {
    position: relative;
}

.filter-green {
    background-color: var(--color02);
}

.filter-green img {
    opacity: 0.2;
}

.catch-text {
    margin: 3em 0;
    font-weight: bold;
    font-size: clamp(1.5rem, 1.216rem + 1.21vw, 2.125rem);

    text-align: center;
}

.catch-text .strong {
    font-size: 150%;
    color: #ed161e;
}

.newmo {
    overflow: hidden;
    padding: 2em;
    border-radius: 2em;
    background-color: white;
    -webkit-box-shadow: 20px 20px 60px #dcdcdc, -20px -20px 60px white;
    box-shadow: 20px 20px 60px #dcdcdc, -20px -20px 60px white;
}

.pr-20 {
    padding-right: 20%;
}

.reccomend-list .reccomend-item:nth-of-type(4) {
    display: none;
}

.indent-cmn-01{
  text-indent: -1rem;
  padding-left: 1rem;
}

@media (max-width: 599px) {
    .pr-20 {
        padding-right: 0%;
    }

    .newmo {
        padding: 1em;
    }

    .catch-text {
        font-size: 16px;
    }

    .catch-text .strong {
        font-size: 120%;
    }

    .recruit-area .btn a {
        min-width: 170px;
        font-size: 14px;
    }

    .reccomend-list .reccomend-item:nth-of-type(4) {
        display: block;
    }

    .category span {
        margin-right: 3px;
        margin-bottom: 0px;
        padding: 4px 5px;
    }
}

.list-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-table+.list-table {
    border-top: 1px solid #736150;
}

.list-table dt,
.list-table dd {
    padding: 1.5em 1em;
}

.recruit-area .list-table dt,
.recruit-area .list-table dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-table dt {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    background-color: var(--color02);
}

.up-btn-smoosh-ori .list-table dt {
    width: 30%;
}

.list-table dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: white;
}

.list-table-wrap {
    overflow: hidden;
    border: 1px solid #736150;
}

.inner-rec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.5em 0;
}

.inner-rec-list .m-text {
    width: 100%;
    max-width: 145px;
    padding-right: 1em;
    font-weight: bold;
    position: relative;
}

.inner-rec-list .m-text::after {
    content: "：";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.inner-rec-list .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.triangle-down li:not(:last-child) {
    padding-bottom: 50px;
    position: relative;
}

.triangle-down li:not(:last-child)::after {
    content: "";
    width: 50px;
    height: 50px;
    border-top: 18px solid var(--color01);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

@media (max-width: 1024px) {
    .inner-rec-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 599px) {

    .list-table dt,
    .list-table dd {
        width: 100%;
    }

    .up-btn-smoosh-ori .list-table dt {
        width: 100%;
    }

    .list-table dt {
        padding: 1em;
    }

    .list-table dd {
        padding: 1em 1em 1.5em 2em;
    }

    .inner-rec-list {
        margin-bottom: 10px;
    }

    .inner-rec-list .m-text,
    .inner-rec-list .text {
        width: 100%;
        max-width: 100%;
    }

    .inner-rec-list .m-text::after {
        content: none;
    }
}

.news-blog-area li a {
    position: relative;
}

.news-blog-area .category {
    position: absolute;
    top: 2px;
    left: 5px;
    max-width: calc(100% - 10px);
}

[data-element-id] .beauty-list li .text,
[data-element-id] .symptom-list li .text {
    height: auto;
    outline: 0px solid #fff;
    width:100%;
}

[data-element-id] .beauty-list li [class*="up-ofi-"]::after,
[data-element-id] .symptom-list li [class*="up-ofi-"]::after {
    padding-top:100%;
}

[data-element-id] .beauty-list li .img,
[data-element-id] .symptom-list li .img {
    outline: 3px solid #fff;
    outline-offset: -10px;
}

[data-element-id].fead-order>* {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    ;
}

[data-element-id] .slk1>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .slk1>div li {
    width: 15%;
}

[data-element-id] header {
    height: auto;
}

[data-element-id] .header .contents .box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-element-id] .nav_global01 {
    gap: 1rem;
}

[data-element-id] .header .right {
    width: 100%;
}

[data-element-id] .headerSp {
    display: block;
    margin-bottom: 50px;
    border: solid 4px black;
    position: relative;
}

[data-element-id] .headerSp:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: black;
}

[data-element-id] .headerm1 {
    display: block;
    margin-bottom: 50px;
    border: solid 4px #07d;
    position: relative;
}

[data-element-id] .headerm1:after {
    content: "当院について内のテキスト";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #07d;
    margin: 10px -15px -18px;
}

[data-element-id] .headerm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    border: solid 4px #07d;
    position: relative;
}

[data-element-id] .headerm2:after {
    content: "施術メニュー・料金表内のテキスト";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #07d;
    margin: 10px -15px -18px;
    width: 110%;
}

[data-element-id] .bgi-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] [data-ab-test-contents] {
    padding: 1.5em 0.2em 0.2em;
    border: 2px solid #8b008b;
    position: relative;
}

[data-element-id] [data-ab-test-contents]::before {
    content: "Aパターン";
    width: 100%;
    display: block;
    padding: 0.5em 0.2em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #8b008b;
    position: absolute;
    top: 0;
    left: 0;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents] {
    border: 2px solid #556b2f;
}

[data-element-id] [data-ab-test-contents]+[data-ab-test-contents]::before {
    content: "Bパターン";
    background-color: #556b2f;
}

[data-element-id] .abtest-parent>div>div {
    opacity: 1;
}

[data-element-id] .abtest-parent>div>div:nth-of-type(n+2) {
    display: block;
}

[data-element-id] .header .fcoupon.ab .tel a .mn-t {
    display: block;
}

/* [data-element-id] .header .fcoupon .tel a .mn-t {
    font-size: 16px;
} */

/*[data-element-id] .header .fcoupon a .mn-t {
    display: none;
}

[data-element-id] .header .fcoupon.ab .tel {
    margin-bottom: 0;
}

[data-element-id] .header .fcoupon.ab .txt a,
[data-element-id] .header .fcoupon.ab .tel a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

[data-element-id] .header .fcoupon.ab .txt a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-element-id] .header .fcoupon.ab .tel a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[data-element-id] .header .fcoupon.ab .tel-logo {
    width: 50px;
    height: 50px;
    margin: 0;
}*/

[data-element-id] .judge a[href=""],
[data-element-id] .judge a[href="#"] {
    display: block;
}

[data-element-id] .judge {
    padding: 2em 1em 1em;
    border: 2px solid green;
    position: relative;
}

[data-element-id] .judge::before {
    content: "リンク未設定で非表示";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .up-d-none {
    display: block;
    border: solid 4px black;
    position: relative;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

[data-element-id] .up-d-none:after {
    content: "モバイル用";
    display: block;
    padding: 5px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: black;
}

[data-element-id] .up-sp-text {
    width: 100%;
    max-width: 375px;
    margin: auto;
}

[data-element-id] .homevisual .head .up-sp-text {
    font-size: 18px;
}

[data-element-id] .homevisual .head .up-sp-text .catc {
    font-size: 40px;
}

[data-element-id] .up-sp-text .re-ttr .ja {
    font-size: 16px;
}

[data-element-id] .up-sp-text .re-ttr .en {
    font-size: 28px;
}

[data-element-id] .up-sp-text .sb-title {
    font-size: 18px;
}

[data-element-id] .up-sp-text .up-fz-18\@sp {
    font-size: 18px;
}

[data-element-id] .subimg .title .up-sp-text .ja {
    font-size: 22px;
}

[data-element-id] .subimg .title .up-sp-text .en {
    font-size: 16px;
}

[data-element-id] .symptom-list li .text .up-sp-text,
[data-element-id] .beauty-list li .text .up-sp-text {
    font-size: 16px;
}

[data-element-id] .answer-text {
    display: block;
}

[data-element-id] .list-inner .num-box {
    margin-bottom: 30px;
}














/*追加コンテンツ*/
.price-banner-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.p-left {
    width: 25%;
    text-align: center;
}

.p-left .r01 {
    font-weight: bold;
}

.r-arrow {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    line-height: 0em;
    font-size: 40px;
    color: red;
}

.p-left .r02 {
    font-weight: bold;
    font-size: 26px;
    text-decoration: line-through;
}

.p-right {
    width: 35%;
    text-align: center;
}

.p-right .r03 {
    font-weight: bold;
    font-size: 70px;
    color: red;
}

.p-center {
    width: 100%;
    font-size: 14px;
    text-align: center;
}


.links-list {
    position: relative;
    width: 100%;
}

.links-list li {
    margin-bottom: 1em;
}

.links-list li a {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #08a058;
    font-weight: bold;
    padding-bottom: .5em;
    border-bottom: 1px solid #999;

    padding:0 1.5em;
    position: relative;
}

.links-list li a::before {
    width: 1.2em;
    height: 1.2em;
    display: block;
    content: "";
    background-image: url('/import/tenant_1/162.43.25.196/images/links.webp');
    background-size: contain;
    background-position: center;
    position: absolute;
    top: .2em;
    left: 0;
}

.links-list li a::after {
    width: 1.2em;
    height: 1.2em;
    display: block;
    content: "➡";
    position: absolute;
    top: .2em;
    line-height: 1.2em;
    right: 0;
}

.voice-item-new {
    margin-bottom: 50px;
}

.voice-item-new>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
    background-color: #fff;
    border: 10px solid var(--color02);
}

@media(max-width:1024px) {
    .p-right .r03 {
        font-size: 50px;
    }

    .p-center {
        margin-top: 20px;
        text-align: left;
    }
}

@media(max-width:599px) {
    .p-left {
        width: 100%;
        margin-top: 20px;
    }

    .p-left .r01 {
        font-size: 14px;
        margin-bottom: -.5em;
    }

    .p-right {
        width: 100%;
    }

    .r-arrow {
        transform: rotate(90deg);
        margin-bottom: -15px;
    }
}

[data-element-id].nav_global01 .nav_second.mk2>.item .nav_third div{
  display:flex;
  flex-wrap:wrap;
}

[data-element-id].nav_global01 .nav_second.mk2>.item .nav_third div .data:nth-child(n+6){
  display:none;
}

@media(max-width:599px){
  .nav_global01 .nav_second.mk2>.item .nav_third .data {
    width: 100%;
}
}

[data-element-id].symptom-list li:nth-child(n+6){
  display:none;
}

[data-element-id].list-cc-voice .up-bgc-white .up-d-flex{
  display:block;
}

.none-04>*:nth-child(4){
  display:none;
}

@media(max-width:599px){
  .none-04>*:nth-child(4){
  display:block;
}
}




.checkboxer label {
    display: inline-block;
    margin: 0.5em 0;
    margin-right: 15px;
    padding: 0 10px 0 24px;
    position: relative;
}

.checkboxer label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid var(--color01);
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 3px;
    left: 0;
}

.checkboxer label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.checkboxer input {
    display: none;
}

.checkboxer input:checked+label {
    text-decoration: underline;
}

.checkboxer input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: red;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: 3px;
    left: 2px;
}

.gcbtn{
  display:block;
  margin-left:30px;
}

.gcbtn>a{
  display:flex;
  align-items: center;
}

.gcbtn img{
  width:40px;
  height:40px;
  background-color:#08a058;
  border-radius:3px;
  object-fit:contain;
  object-position:center;
  padding:7px;
  margin-right:5px;
}

.gcbtn span{
  font-size:14px;
  line-height:1.3em;
  font-weight:bold;
}


@media(max-width:1024px){
    .fcoupon.ab.typeb{
      flex-direction:row;
      max-width:550px;
      width:100%;
      bottom:0;
    }
    
    .gcbtn img{
      margin-right:0;
    }
    
    .fcoupon.ab.typeb .tel,
    .fcoupon.ab.typeb .txt{
      width:calc(100% / 3);
      max-width:100%;
      border-radius:5px;
      margin:0;
      border:2px solid #fff;
    }

    .header .fcoupon.ab.typeb .txt a .mn-t, .header .fcoupon.ab.typeb .tel a .mn-t {
        display: block;
    }
    
    .header .fcoupon.typeb .tel a{
      font-size:18px;
      line-height:1.3em;
    }
    
    .gcbtn img{
      width: 44px;
    height: 44px;
    }
}


@media(max-width:599px){
    .fcoupon.ab.typeb{
      margin-left:0;
    }
    
    
    .fcoupon.ab.typeb .txt{
      width:48px;
    }
    
    .typeb .maillogo{
      width:36px;
      height:36px;
    }

    .header .fcoupon.ab.typeb .txt a .mn-t{
        display: none;
    }
    
    .fcoupon.ab.typeb .tel{
      flex-grow:1;
    }
    
    .header .fcoupon.ab.typeb .tel a .mn-t::before{
       content:"完全予約制";
       display:block;
       font-size:10px;
       line-height:1em;
    }
    
    .gcbtn{
      bottom:102px;
    }
}

h3[data-custom-attribute]{
  background-color:transparent!important;
  color: #736150!important;
}

/* abtest */
[data-element-id] .fcoupon.ab{
    display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  margin-left: 10px;
}

[data-element-id] .header .fcoupon.ab .tel,[data-element-id] .header .fcoupon.ab .txt{
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  padding: 10px 10px;
  color: #fff;
  background-color: var(--color01);
  align-items: center;
}

[data-element-id] .header .fcoupon .txt{
  margin-left: 0;
  margin-top: 10px;
}

[data-element-id] .header .fcoupon .txt a{
  width: 100%;
  justify-content: flex-start;
}

[data-element-id] .header .fcoupon.ab .txt a .mn-t, [data-element-id] .header .fcoupon.ab .tel a .mn-t{
    border: 2px solid #fff;
    padding: 5px 0;
    font-size: 22px;
}

[data-element-id] .header .fcoupon.ab .txt a .mn-t{
    margin-left: 10px;
}

/* type-b */
[data-element-id] .fcoupon.ab.typeb{
  flex-direction:row;
  width:100%;
  bottom:0;
}

[data-element-id] .gcbtn img{
  margin-right:0;
}

[data-element-id] .fcoupon.ab.typeb .tel,
[data-element-id] .fcoupon.ab.typeb .txt{
  width:calc(100% / 3);
  max-width:100%;
  border-radius:5px;
  margin:0;
  border:2px solid #fff;
  flex-wrap: wrap;
}

[data-element-id] .header .fcoupon.ab.typeb .txt a .mn-t, [data-element-id] .header .fcoupon.ab.typeb .tel a .mn-t {
    display: block;
}

[data-element-id] .header .fcoupon.typeb .tel a{
  font-size:18px;
  line-height:1.3em;
}

[data-element-id] .gcbtn img{
  width: 44px;
  height: 44px;
}

[data-element-id] .header .fcoupon.ab.typeb .txt a .mn-t, [data-element-id] .header .fcoupon.ab.typeb .tel a .mn-t {
    display: block;
    border: none;
    font-size: 18px;
    padding: 0;
}

@media(max-width:599px){
  .triangle-down li:not(:last-child)::after {
    bottom:-15px;
}
}
