@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Quicksand:wght@300..700&display=swap');

:root {
  --color01: #313640;
  --color02: #f39700;
  --color03: #686868;
  --color04: #c1c1c1;
  --bg-color01: #f2eee9;
  --bg-color02: #e5e2e1;
  --bg-color03: #eadfce;
  --color-line: #06c755;
  --color-ig: linear-gradient(90deg, #f97515, #f92543, #f91e4e, #f20675, #8300f6);
  /* 本文 */
  --ff01: "Noto Sans JP", sans-serif;
  /* バナー */
  --ff02: "Noto Serif JP", serif;
  /* アルファベット（見出しなど） */
  --ff03: "Josefin Sans", sans-serif;
  /* 数字（電話番号や日付） */
  --ff04: "Quicksand", sans-serif;
  --ff99: "font awesome 5 free";
}

html {
  font-family: var(--ff01);
  line-height: 1.8;
  letter-spacing: .8px;
  color: var(--color01);
  background-color: var(--bg-color01);
}

.date {
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--ff04);
}

[data-element-id] .date {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.more {
  font-size: 10px;
  position: relative;
  padding-right: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.more::after {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover .more::after {
  right: -5px;
}

@media(max-width:1024px) {}

.up-ls-0 {
  letter-spacing: 0;
}

@media(max-width:599px){
  .up-pl-1em\@SP{
    padding-left: 1em;
  }
}

/*===================================
  基本設定
===================================*/
.color-cmn-01 {
  color: var(--color01);
}

.color-cmn-02 {
  color: var(--color02);
}

.color-cmn-03 {
  color: var(--color03);
}

.color-cmn-04 {
  color: var(--color04);
}

.color-cmn-05 {
  color: var(--color05);
}

.color-cmn-06 {
  color: #e7654a;
}

/* bgc */
.bgc-cmn-01 {
  background-color: var(--bg-color01);
}

.bgc-cmn-02 {
  background-color: var(--bg-color02);
}

.bgc-cmn-03 {
  background-color: var(--bg-color03);
}

/* bgi */
.bgi-cmn-00 {
  position: relative;
}

.bgi00 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .2;
}

.bgi00.filter01 img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.bgi00+* {
  z-index: 2;
  position: relative;
}

.bgi-cmn-01 {
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/bgi1.webp');
  background-size: cover;
}

.bgi-cmn-02 {
  position: relative;
  overflow: hidden;
}

.bgi-cmn-02::before {
  content: "";
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/bgi2.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1321 / 1261;
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
}

.bgi-cmn-02.-bottom::before {
  top: auto;
  bottom: 0;
}

.bgi-cmn-03 {
  position: relative;
  overflow: hidden;
}

.bgi-cmn-03::before {
  content: "";
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/bgi3.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 2457 / 1639;
  position: absolute;
  right: 0;
  top: 0;
  width: 80vw;
}

.bgi-cmn-03 .bgi03-contents {
  margin-top: -150px;
}

@media(max-width:1024px) {
  .bgi-cmn-02 .bgi02 {
    height: 50vh;
    min-height: 280px;
    max-height: 320px;
  }
}

.bgi-cmn-03 .bgi03 {
  height: 50vh;
  min-height: 300px;
  max-height: 500px;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

@media(max-width:1024px) {
  .bgi-cmn-03 .bgi03 {
    height: 50vh;
    min-height: 280px;
    max-height: 320px;
  }
}


/* font */
.font-cmn-01 {
  font-family: var(--ff01);
}

.font-cmn-02 {
  font-family: var(--ff02);
}

.font-cmn-03 {
  font-family: var(--ff03);
}

.font-cmn-04 {
  font-family: var(--ff04);
}

.bg-en-text {
  font-size: 10rem;
  font-family: var(--ff03);
  line-height: 1;
  color: var(--bg-color01);
  font-weight: bold;
}

@media(max-width:1024px) {
  .bg-en-text {
    font-size: 7rem;
  }
}

@media(max-width:599px) {
  .bg-en-text {
    font-size: 6rem;
  }
}

/* ttl-cmn */
.ttl-cmn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 60px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ttl-cmn-01.-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: auto;
}

.ttl-cmn-01.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.ttl-cmn-01.white {
  color: #fff;
}

.ttl-cmn-01 .en {
  font-family: var(--ff03);
  font-weight: bold;
}

.ttl-cmn-01 .ja {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0px;
}

.ttl-cmn-01.-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ttl-cmn-01.-center .ja {
  padding-left: 0;
}

.ttl-cmn-01.-center .ja::before {
  content: none;
}

[data-element-id] .show\@sp .ttl-cmn-01 {
  font-size: 14px;
}

[data-element-id] .show\@sp .ttl-cmn-01 .en {
  font-size: 300%;
}

[data-element-id] .show\@sp .ttl-cmn-01 .en.-min{
  font-size:260%;
}

[data-element-id] .show\@sp .ttl-cmn-01 .ja {
  font-size: 18px;
}

@media(max-width:1024px) {
  .ttl-cmn-01 {
    font-size: 55px;
  }

  /* .ttl-cmn-01.type02 .en {
    font-size: 320%;
  }

  */
  .ttl-cmn-01 .ja {
    font-size: 18px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-01 {
    font-size: 14px;
  }

  .ttl-cmn-01 .en {
    font-size: 280%;
  }

  .ttl-cmn-01 .en.-min {
    font-size: 260%;
  }

  .ttl-cmn-01 .ja {
    font-size: 16px;
  }
}

.ttl-cmn-02 {
  font-size: 30px;
  color: var(--color01);
  line-height: 1.5;
  font-weight: 600;
}

.ttl-cmn-02.white {
  color: #fff;
}

[data-element-id] .show\@sp .ttl-cmn-02 {
  font-size: 22px;
}

@media(max-width:1024px) {
  .ttl-cmn-02 {
    font-size: 26px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-02 {
    font-size: 21px;
    letter-spacing: 0;
  }
}

.ttl-cmn-03 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color03);
  border-left: 6px solid var(--color03);
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
}

@media(max-width:1024px) {
  .ttl-cmn-03 {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-03 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
}

/* sub-cmn */
.sub-cmn-01 {
  font-size: 26px;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

[data-element-id] .show\@sp .sub-cmn-01{
  font-size: 20px;
}

@media(max-width:1024px) {
  .sub-cmn-01 {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .sub-cmn-01 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.sub-cmn-02 {
  font-size: 20px;
}

/* btn-type */
.btn-type-01 a,
.btn-type-01 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: var(--color01);
  color: #fff;
  padding: 15px 30px;
  min-width: 240px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.btn-type-01.-orange a,
.btn-type-01.-orange button {
  background: var(--color02);
  color: #fff;
}

.btn-type-01 a:hover,
.btn-type-01 button:hover {
  opacity: 1;
  /* background: var(--color02); */
}

.btn-type-01.left a,
.btn-type-01.left button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-type-01.light a,
.btn-type-01.light button {
  background: var(--color02);
}

.btn-type-01.light a:hover,
.btn-type-01.light button:hover {
  background: var(--color01);
}

.btn-type-01.border a,
.btn-type-01.border button {
  border: 2px solid var(--color01);
  background: #fff;
  color: var(--color01);
  font-weight: 700;
}

.btn-type-01.border a:hover,
.btn-type-01.border button:hover {
  background: var(--color01);
  color: #fff;
}

.btn-type-01.min a,
.btn-type-01.min button {
  padding: 15px;
  font-size: 12px;
  min-width: 180px;
}

.btn-type-01.long a,
.btn-type-01.long button {
  min-width: 300px;
}

.btn-type-01.back a,
.btn-type-01.back button {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.btn-type-01 a::after,
.btn-type-01 button::after {
  content: "\f054";
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 51%;
  right: 15px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  color: var(--color02);
}

.btn-type-01.-back a::after,
.btn-type-01.-back button::after {
  content: "\f053";
  right: auto;
  left: 15px;
}

.btn-type-01.-orange a::after,
.btn-type-01.-orange button::after {
  color: var(--color01);
}

.btn-type-01 a:hover::after,
.btn-type-01 button:hover::after {
  right: 5px;
}

.btn-type-01.-back a:hover::after,
.btn-type-01.-back button:hover::after {
  left: 5px;
}

.btn-type-01.back a::after,
.btn-type-01.back button::after {
  content: "\f053";
  right: auto !important;
  left: 10px;
}

.btn-type-01.back a:hover::after,
.btn-type-01.back button:hover::after {
  left: 5px;
}

@media(max-width:1024px) {

  .btn-type-01 a,
  .btn-type-01 button {
    padding: 15px 20px 15px 20px;
    min-width: 230px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .btn-type-01 a::after,
  .btn-type-01 button::after {
    right: 8px;
  }

  .btn-type-01.long a,
  .btn-type-01.long button {
    min-width: 250px;
  }
}

@media(max-width:599px) {

  .btn-type-01 a,
  .btn-type-01 button {
    min-width: 170px;
    padding: 15px 10px 15px 10px;
  }

  .btn-type-01.min a,
  .btn-type-01.min button {
    min-width: 160px;
    padding: 15px 10px;
    gap: 5px;
  }

  .btn-type-01.min a::after,
  .btn-type-01.min button::after {
    right: 5px;
  }
}

.btn-type-02 a {
  padding-right: 20px;
  position: relative;
  font-size: 12px;
  color: var(--color01);
  font-weight: 500;
}

.btn-type-02 a::after {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-type-02 a:hover {
  opacity: 1;
}

.btn-type-02 a:hover::after {
  right: -5px;
}

/* snsbox */
.snsbox .sns-item a {
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 5px 8px 5px;
  font-size: 14px;
  font-family: var(--ff03);
  line-height: 1;
  gap: 5px;
  min-height: 32px;
}

.snsbox .sns-item.line a {
  background-color: var(--color-line);
}

.snsbox .sns-item.line a::before {
  content: "";
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/icon_line.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 44 / 41;
  width: 16px;
  display: block;
  -webkit-transform: translateY(-2px);
  transform: translate(-3px, -2px) scale(1.3);
}

.snsbox .sns-item.line a .text {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.snsbox .sns-item.instagram a {
  background: var(--color-ig);
}

.snsbox .sns-item.instagram a i {
  font-size: 18px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  line-height: 0;
}

.snsbox .sns-item.x a {
  background-color: #000;
}

.snsbox .sns-item.x a::before {
  content: "";
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/icon_x.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 44 / 41;
  width: 16px;
  display: block;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media(max-width:1024px) {
  .snsbox .sns-item a {
    min-width: 100px;
    letter-spacing: 0px;
    padding: 8px 3px 5px 3px;
  }

  .snsbox .sns-item.x a::before {
    width: 13px;
  }

  .snsbox .sns-item.line a::before {
    width: 12px;
    -webkit-transform: translate(-2px, 0px) scale(1.3);
    transform: translate(-2px, 0px) scale(1.3);
  }

  .snsbox .sns-item.instagram a i {
    font-size: 11px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5) translateY(-1px);
  }
}

@media(max-width:599px) {
  .snsbox .sns-item a {
    min-width: 95px;
  }
}

/* line-cmn */
.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 1;
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

/* indent-cmn */
.indent-half {
  text-indent: -10px;
}

.indent-cmn-01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent-cmn-02 {
  padding-left: 1em;
  position: relative;
}

.indent-cmn-02 {
  content: "\f058";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* other */
.box-cmn-01 {
  background: #fff;
  padding: 60px;
}

.box-cmn-01.white {
  background: #fff;
}

.box-cmn-02 {
  background: #fff;
  padding: 50px;
}

@media(max-width:1024px) {
  .box-cmn-01 {
    padding: 50px 20px;
  }

  .box-cmn-02 {
    padding: 50px 20px;
  }
}

@media(max-width:599px) {
  .box-cmn-01 {
    padding: 10px 10px;
  }

  .box-cmn-02 {
    padding: 30px 15px;
  }
}

/* 共通コンテンツ間隔 */

[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);
  }
}

/* tab */

.tabItem {
  display: none;
}

[data-element-id].tabItem {
  display: block;
}

.tabItem.active {
  display: block;
}

.tabBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 10px;
}

.tabBtn ul .tab_class {
  width: calc((100% - 10px)/2);
  text-align: center;
  font-weight: 600;
  cursor: pointer;
}

.tabBtn ul .tab_class.active {
  cursor: auto;
}

.tab_class .btn-text {
  border: 2px solid #858585;
  background: #858585;
  padding: 10px 10px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  flex-direction: column;
}

.tab_class.active .btn-text {
  background-color: var(--color02);
  border-color: var(--color02);
  color: #fff;
}

.tab_class.active .btn-text::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}

@media(max-width:599px) {
  .tabBtn ul .tab_class {
    width: 100%;
  }
}

/* slick */
.slick-next,
.slick-prev {
  z-index: 2;
  width: 40px;
  height: 40px;
}

button:hover.slick-prev,
button:hover.slick-next {
  opacity: 1;
}

.slick-prev::before,
.slick-next::before {
  font-family: var(--ff99);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
  background: var(--color01);
  width: 100%;
  height: 100%;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid var(--color01);
  border-radius: 50%;
}

.slick-next::before {
  content: "\f054";
}

.slick-prev::before {
  content: "\f053";
}

button:hover.slick-prev::before,
button:hover.slick-next::before {
  background: var(--color02);
  border-color: var(--color02);
}

.slick-dots li button:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--color03);
  content: '';
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: var(--color03);
}

/* fead */

.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-tit {
  position: relative;
}

.fead-tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: var(--color01);
  -webkit-transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
}

.fead-tit.mv:after {
  width: 0;
}

[data-element-id] .fead-tit:after{
  width: 0;
}

/* show hide */

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@tb:after {
 display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 500;
    background: green;
    padding: 8px 5px 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
}

[data-element-id] .show\@tb.indention {
    display: inline-block;
    border: none;
    width: 30px;
}

[data-element-id] .show\@tb.indention:after {
 content: "SP時改行";
    font-size: 10px;
    padding: 4px 2px 5px;
}

[data-element-id] .show\@pc.indention {
    font-size: 10px;
    border: none;
    display: inline;
    width: 20px;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: inline-block;
  width: 30px;
  letter-spacing: -1px;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size: 10px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:375px;
  margin-left:auto;
  margin-right:auto;
}

[data-element-id] .show\@sp:after {
  display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 500;
    background: green;
    padding: 8px 5px 5px;
    text-align: center;
    text-shadow: none;
    font-size: 12px;
    line-height: 1;
}

[data-element-id] .show\@sp.indention {
    display: inline-block;
    border: none;
    width: 30px;
}

[data-element-id] .show\@sp.indention:after {
    content: "SP時改行";
    font-size: 10px;
    padding: 4px 2px 5px;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* ##### フロート float ##### */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box-img {
  float: right;
}

.float-box-title {
  float: left;
}

.float-box-content {
  float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
  margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: 0;
  margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
  margin-left: auto;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }

  .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
    width: 100%;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 28px;
}

@media (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.pagettl {
  font-size: 10px;
  max-width: 1300px;
  margin: 0 auto;
  color: var(--color01);
  font-weight: 500;
  padding-right: 130px;
  display: none;
}

[data-element-id] .pagettl{
  display: block;
}

@media(max-width:1024px) {
  .pagettl {
    padding: 0px calc(40px + 2%) 0px 0px;
    margin: 0 2%;
  }
}

@media(max-width:599px) {
  .pagettl {
    font-size: 10px;
  }
}

/**
ヘッダー
header
*/
.header {
  padding: 0;
  z-index: 100;
}

.header .header-common {
  z-index: 260;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--bg-color01);
  transition: .5s;
}

.header .header-common.fixed {
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header .header-common .left {
  -webkit-transition: .5s;
  transition: .5s;
}

/* .header .header-common.fixed .left {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
} */

.header .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto 0;
  max-width: 1300px;
  width: 98%;
}

.header .logo a {
  width: 100px;
  display: block;
  transform: scale(1.5) translate(10px, 5px);
  -webkit-transition: .5s;
  transition: .5s;
}

.-top .header .header-common .logo a{
  -webkit-transform: scale(2) translate(25px, 15px);
  transform: scale(2) translate(25px, 15px);
}

/* .header .header-common.fixed .logo a {
  -webkit-transform: scale(1.5) translate(10px, 5px);
  transform: scale(1.5) translate(10px, 5px);
} */

.header .header-common.fixed .logo a {
    -webkit-transform: scale(1.5) translate(20px, 5px);
    transform: scale(1.5) translate(20px, 5px);
}

.header .right .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: .5s;
  transition: .5s;
}

.header .right .info-block {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header .right .info-block .contact a {
  background: var(--color01);
  color: #fff;
  padding: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .right .info-block .contact a {
  padding: 20px 20px 10px;
}

[data-element-id] .header .logo a{
  transform: none;
}

[data-element-id] .header .right .info-block .show\@tb{
  max-width: 100px;
}

@media (max-width: 1024px) {
  /* .header {
    padding: 5px 0 5px;
  } */

  .header .contents {
    margin: 0 0 0 2%;
    padding-bottom: 0;
  }

  .header .header-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 5px;
  }

  .header .header-common {
    padding: 5px 0 5px;
  }

  .header .logo a {
    -webkit-transform: scale(1) translate(0px, -4px);
    transform: scale(1) translate(0px, -4px);
  }
  
  .header .header-common .logo a {
      -webkit-transform: translate(-5px, 0px) scale(.8);
      transform: translate(-5px, 0px) scale(.8);
  }
  
  .-top .header .header-common .logo a {
    -webkit-transform: scale(2) translate(15px, 15px);
    transform: scale(1.3) translate(15px, 15px);
  }
  
  .header .header-common.fixed .logo a {
    -webkit-transform: translate(-5px, 0px) scale(.8);
      transform: translate(-5px, 0px) scale(.8);
  }

  .header .header-common .right {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }

  .drawer-active .header .header-common .right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 252;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #999;
    box-shadow: 0 0 5px 0 #999;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 30px;
    overflow-y: scroll;
  }

  .header .right .info-block {
    -webkit-transform: none;
    transform: none;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 0;
  }

  .toggle {
    margin: 0 2% 0 0;
  }
}

[data-element-id] .header .header-common{
  position: relative;
}

[data-element-id] .-top .header .header-common .logo a{
  transform: none;
}

/* 下部固定コンテンツ */
.fix-bottom {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  -webkit-transition: 1s;
  transition: 1s;
}

.fix-bottom .item{
  display: block;
}

.fix-bottom .item.tel,
.fix-bottom .item.line {
  display: none;
}

.fix-bottom.mv {
  right: 0;
}

[data-element-id] .fix-bottom {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
}

[data-element-id] .fix-bottom .item.tel,
[data-element-id] .fix-bottom .item.line {
  display: block;
}

.fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 15px 20px 13px;
  background-color: var(--color01);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  min-height: 150px;
  border: 2px solid var(--color01);
  border-right: none;
  line-height: 1;
}

.fix-bottom .item.tel a {
  background-color: var(--color02);
}

.fix-bottom .item.line a {
  background-color: var(--color-line);
}

.fix-bottom a:before {
  margin-right: 5px;
  content: '';
  background-size: cover;
  aspect-ratio: 100 / 99;
  width: 35px;
  margin-right: 0;
}

.fix-bottom .reserve a:before {
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/icon_schedule.webp');
  aspect-ratio: 66 / 70;
  width: 22px;
}

.fix-bottom .contact a:before {
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/foot_icon_tel.webp');
  aspect-ratio: 84 / 85;
  width: 23px;
}

.fix-bottom .tel a:before {
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/foot_icon_tel.webp');
  aspect-ratio: 84 / 85;
  -webkit-filter: brightness(100) grayscale(1);
  filter: brightness(100) grayscale(1);
  width: 23px;
}

.fix-bottom .line a:before {
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/icon_line.webp');
  aspect-ratio: 44 / 41;
  width: 24px;
}

.fix-bottom a .item-inner {
  padding: 10px 5px;
  margin-top: 15px;
  border-top: 1px dotted #fff;
}

.fix-bottom a .item-inner .ja {
padding-right: 5px;
font-size: 18px;
}

.fix-bottom a .item-inner .en {
  font-weight: 300;
  font-family: var(--ff03);
  letter-spacing: 0;
  text-align: center;
}
  
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@media (max-width: 1024px) {
  .fix-bottom {
    position: fixed;
    bottom: 0;
    top: auto;
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    -webkit-transition: unset;
    transition: unset;
  }
  
  .fix-bottom .poyopoyo a::before, .fix-bottom .poyopoyo a .item-inner {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
  }
  
  .fix-bottom>*:not(.item),.fix-bottom>*>*:not(.item){
    width: 100%;
  }
  
  .fix-bottom .item-wrapper{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .fix-bottom .item {
    width: calc(100% /3);
    padding: 0;
    border-radius: 0;
  }

  .fix-bottom .item.tel,
  .fix-bottom .item.line {
    display: block;
  }
  
  .fix-bottom .item.contact{
    display: none;
  }

  .fix-bottom .item a {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    min-height: unset;
    border: none;
    padding: 15px 10px 15px 10px;
    min-height: 55px;
  }

  .fix-bottom a .item-inner {
    margin-top: 0;
    border-top: none;
    border-left: 1px dotted #fff;
    padding: 0 10px;
    margin-left: 10px;
  }

  .fix-bottom a:before {
    width: 31px;
    margin-right: 5px;
  }

  .fix-bottom a .item-inner .en {
    font-size: 14px;
    display: none;
  }

  .fix-bottom a .item-inner .ja {
    padding-right: 0;
    padding-top: 3px;
    font-size: 16px;
  }
}

@media(max-width:599px) {
  .fix-bottom .item{
    width: 50%;
  }
  
  .fix-bottom .item.reserve {
    width: 100%;
  }
  
  .fix-bottom .item a {
    padding: 10px 10px 12px 10px;
    min-height: 50px;
  }

  .fix-bottom a:before {
    width: 20px;
    height: auto;
    margin-right: 0;
  }

  .fix-bottom a .item-inner {
    padding: 0 0 0 7px;
    margin-left: 8px;
  }

  .fix-bottom a .item-inner .ja {
    font-size: 15px;
  }

  .fix-bottom .tel a:before {
    width: 22px;
  }

  .fix-bottom .line a:before {
    width: 24px;
  }

  .fix-bottom .reserve a:before {
    width: 21px;
  }

  .fix-bottom .contact a:before {
    width: 22px;
  }

  /* .fix-bottom a .item-inner {
    padding: 10px 5px;
    margin-top: 15px;
    border-top: 1px dotted #fff;
  } */

 /*  .fix-bottom a .item-inner .ja {
   padding-right: 5px;
   font-size: 18px;
 } */
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  -webkit-box-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
}

.gnav .item01>a,
.gnav .item01>.a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--color01);
}

.gnav .item01 .en {
  line-height: 1;
  font-family: var(--ff03);
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 500;
}

.gnav .item01 .ja {
  font-size: 75%;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .list02 {
  position: absolute;
  top: calc(100% - 40px);
  left: 50%;
  visibility: hidden;
  padding-top: 60px;
  width: 250px;
  font-size: 15px;
  letter-spacing: 1px;
  background: rgb(255 255 255) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.gnav .item02 {
  border-top: 1px solid var(--color02);
}

.gnav .item02:first-of-type {
  border-top: none;
}

.gnav .item02 a {
  display: block;
  padding: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 14px;
  font-weight: 500;
}

.gnav .item02 a:hover {
  background-color: var(--color02);
  color: #fff;
  opacity: 1;
}

[data-element-id] .gnav .list01{
  align-items: flex-start;
}

[data-element-id] .gnav .list02 {
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    padding-top: 0;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
    border: 5px solid var(--color03);
}

[data-element-id] .gnav .list02::before {
    content: "「施術メニュー」にカーソルをあてると表示されます";
    background-color: var(--color03);
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1.2;
    font-size: 11px;
    letter-spacing: -1px;
    padding-bottom: 5px;
}

/* gnav-hover-effect */
.item01 a,
.item01 .a {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
}

.item01 a .gnav-border,
.item01 .a .gnav-border {
  content: "";
  position: absolute;
  opacity: 0;
}

.item01 a .gnav-border.-top,
.item01 a .gnav-border.-bottom,
.item01 .a .gnav-border.-top,
.item01 .a .gnav-border.-bottom {
  width: calc(100% - 20px);
}

.item01 a .gnav-border.-top,
.item01 .a .gnav-border.-top {
  border-top: 3px solid var(--color02);
  right: 0;
  top: 0;
}

.item01 a .gnav-border.-bottom,
.item01 .a .gnav-border.-bottom {
  border-bottom: 3px solid var(--color02);
  left: 0;
  bottom: 0;
}

.item01 a .gnav-border.-right,
.item01 a .gnav-border.-left,
.item01 .a .gnav-border.-right,
.item01 .a .gnav-border.-left {
  height: calc(100% - 20px);
}

.item01 a .gnav-border.-right,
.item01 .a .gnav-border.-right {
  border-right: 3px solid var(--color02);
  right: 0;
  top: 0;
}

.item01 a .gnav-border.-left,
.item01 .a .gnav-border.-left {
  border-left: 3px solid var(--color02);
  left: 0;
  bottom: 0;
}

.item01 a:hover,
.item01 a:hover .gnav-border,
.item01:hover .a .gnav-border {
  opacity: 1;
}

.item01 a:hover .gnav-border.-top,
.item01 a:hover .gnav-border.-bottom,
.item01:hover .a .gnav-border.-top,
.item01:hover .a .gnav-border.-bottom {
  -webkit-animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  animation: stroke-width 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.item01 a:hover .gnav-border.-right,
.item01 a:hover .gnav-border.-left,
.item01:hover .a .gnav-border.-right,
.item01:hover .a .gnav-border.-left {
  -webkit-animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
  animation: stroke-height 1.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@-webkit-keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-width {
  0% {
    width: 0;
    opacity: 1;
  }

  100% {
    width: calc(100% - 20px);
    opacity: 1;
  }
}

@-webkit-keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }

  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}

@keyframes stroke-height {
  0% {
    height: 0;
    opacity: 1;
  }

  100% {
    height: calc(100% - 20px);
    opacity: 1;
  }
}

@media (max-width: 1024px) {

  body.drawer-active {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
  }

  .header .left,
  .header .pagettl,
  footer {
    -webkit-transition: .5s;
    transition: .5s;
  }

  .drawer-active .header .left,
  .drawer-active .header .pagettl,
  .drawer-active main,
  .drawer-active footer {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }

  .info-block .navlogo {
    max-width: 200px;
    margin: 0 auto;
  }

  .gnav {
    margin-top: 40px;
  }

  .gnav .list01 {
    gap: 20px;
  }

  .gnav .item01 {
    /* margin: 0 0 10px 0; */
    width: 100%;
    text-align: left;
  }

  .gnav .item01>a,
  .gnav .item01>.a {
    padding: 0;
  }

  .gnav .item01>a:hover,
  .gnav .item01>.a:hover {
    opacity: .5;
  }

  .item01 a .gnav-border,
  .item01 .a .gnav-border {
    content: none;
    border: none;
    width: 0 !important;
    height: 0 !important;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: 5px;
  }

  .gnav .list02 a {
    position: relative;
    padding: 5px 0 5px 1em;
    display: block;
    font-size: 15px;
  }

  .gnav .list02 a::before {
    content: "\f054";
    font-family: var(--ff99);
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    top: 10px;
    left: 1px;
  }

  .gnav .item02 {
    border-top: none;
    margin-bottom: 5px;
  }

  .gnav .list02 a {
    padding: 5px 0 5px 1.5em;
    font-size: 15px;
    background-color: var(--bg-color01);
  }

  .gnav .list02 a::before {
    left: 8px;
  }
}

@media(max-width:599px) {
  .gnav {
    max-width: 300px;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: relative !important;
  z-index: 253;
  height: 50px;
  width: 50px;
  background: var(--color02);
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.toggle .bar:nth-of-type(1) {
  top: calc(50% - 6px);
}

.toggle .bar:nth-of-type(3) {
  top: calc(50% + 6px);
}

.drawer-active .toggle .bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
  top: 50%;
}

.drawer-active .toggle .bar:nth-of-type(2) {
  opacity: 0;
}

.drawer-active .toggle .bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
  top: 50%;
}

@media (max-width: 1024px) {
  .toggle {
    display: block !important;
  }

  .drawer-active .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 251;
    width: 100%;
    height: 100vh;
    background: #000;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 45px;
  height: 45px;
  color: #fff;
  background: var(--color02);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 35px;
  cursor: pointer;
  padding-top: 3px;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 70px;
  }
}

@media(max-width:599px) {
  .totop {
    bottom: 110px;
  }
}

/**
フッター
footer
*/
.footer .copy {
  font-family: var(--ff03);
}

.footer .maps iframe {
  height: 350px;
  width: 100%;
}

@media (max-width: 1024px) {

  .footer .map {
    padding-top: 70%;
  }

  .footer .maps iframe {
    height: 300px;
  }
}

@media(max-width:599px) {
  .footer .maps iframe {
    height: 200px;
  }
}

[data-element-id] .foot-slider-slick {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .foot-slider-slick .item {
    width: calc((100% - 50px) / 5);
    padding: 0 5px;
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 80px 0 30px;
  background-color: var(--color01);
  color: #fff;
}

.fnav .logo-box .logo {
  max-width: 280px;
  margin: 0 auto;
}

.fnav .logo-box .fnav-link .fnav-link-item a {
  background-color: var(--color02);
  display: block;
  padding: 15px 10px;
  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;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fnav .logo-box .fnav-link .fnav-link-item a .fnav-link-icon {
  -webkit-filter: grayscale(1) brightness(50);
  filter: grayscale(1) brightness(50);
  width: 30px;
}

.fnav .logo-box .fnav-link .fnav-link-item.contact a .fnav-link-icon {
  width: 35px;
}

.fnav .logo-box .fnav-link .fnav-link-item a .en {
  font-family: var(--ff03);
  font-size: 125%;
  line-height: 1;
  margin-top: 10px;
}

.fnav .logo-box .fnav-link .fnav-link-item a .ja {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 5px;
}

.fnav .fnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data+.data {
  margin-top: 25px;
}

.fnav .data a,
.fnav .data .a {
  position: relative;
  display: block;
  line-height: 1.2;
  letter-spacing: 0;
}

.f-info-container {
  background-color: #000;
  font-weight: 400;
  padding: 50px 0;
}

.f-info-container .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-info-container .info-item .tel {
  font-weight: 300;
  font-size: 110%;
  line-height: 1;
}

.f-info-container .info-item .item-icon {
  width: 40px;
  margin-right: 15px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.f-map {
  -webkit-filter: grayscale(1) brightness(0.9);
  filter: grayscale(1) brightness(0.9);
  -webkit-transition: .5s;
  transition: .5s;
}

.f-map:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.f-map iframe {
  height: 300px;
  width: 100%;
}

.tablebox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tablebox dl:first-of-type {
  background-color: #eef2f1;
}

.tablebox dl:not(:first-of-type) {
  border-bottom: 1px solid var(--color04);
}

.tablebox dl dt {
  width: 120px;
  padding: 10px 2px;
  font-size: 14px;
}

.tablebox dl dd {
  width: 60px;
  text-align: center;
  padding: 10px 2px;
}

.tablebox dl:not(:first-of-type) dd {
  color: var(--color01);
}

@media (max-width: 1024px) {
  .fnav {
    padding: 80px 0 130px;
  }

  .fnav .logo-box .logo {
    max-width: 220px;
  }

  .fnav .logo-box .fnav-link .fnav-link-item a .en {
    font-size: 110%;
  }

  .fnav .logo-box .fnav-link .fnav-link-item a .fnav-link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .f-info-container .info-item .item-icon {
    width: 25px;
    margin-right: 10px;
  }

  .f-info-container .info-item.-time .item-icon {
    width: 30px;
  }

  .f-info-container .info-item .text {
    font-size: 14px;
  }

  .f-map iframe {
    height: 200px;
  }

  .tablebox dl {
    padding: 0 10px;
  }

  .tablebox dl dd {
    width: 40px;
    font-size: 14px;
    letter-spacing: -2px;
  }
}

@media (max-width: 599px) {
  .fnav {
    padding: 80px 0 160px;
  }

  .f-info-container .info-item+.info-item {
    margin-top: 30px;
  }

  .f-info-container .info-item .item-icon {
    width: 30px;
  }

  .f-info-container .info-item.-time .item-icon {
    width: 35px;
  }

  .f-info-container .info-item .text {
    font-size: 16px;
  }

  .tablebox dl dd {
    letter-spacing: -4px;
  }

  .fnav .fnav-list-inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: block;
    max-width: 96%;
    margin: 0 auto;
  }

  .fnav .data+.data {
    margin-top: 0;
  }

  .fnav .data {
    margin-bottom: 20px;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  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;
}

.column2 .side {
  width: 220px;
}

.column2 .mainwrap {
  width: calc(100% - 270px);
}

@media (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list+.list {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side .list {
    width: calc((100% - 10px)/2);
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 5px;
  padding: 15px;
  background: var(--color01);
  color: #fff;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  font-size: 20px;
  font-family: var(--ff03);
}

.list-side .data {
  margin-bottom: 5px;
}

.list-side a,
.list-side .a {
  position: relative;
  display: block;
  padding: 8px 10px 8px 30px;
  line-height: 1.5;
  width: 100%;
  background-color: #fff;
}

.list-side a:hover {
  background-color: var(--color02);
  opacity: 1;
  color: #fff;
}

.list-side a:before,
.list-side .a:before {
  position: absolute;
  top: 12px;
  left: 10px;
  color: var(--color01);
  content: '●';
  font-size: 10px;
}

.list-side .main-data a {
  padding: 0;
}

.list-side .main-data a:before {
  content: none;
}

.list-side .sub-data a {
  font-size: 15px;
  padding: 5px 0 0 22px;
}

.list-side .sub-data a:before {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  top: 10px;
}

.list-side a:hover:before {
  color: #fff;
}

.list-side .main-data a:hover,
.list-side .sub-data a:hover,
.list-side .sub-data a:hover::before {
  background-color: unset;
  color: var(--color01);
  opacity: .5;
}

@media (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: calc((100% - 5px) / 2);
  }
}

/*===================================
  各個別コンテンツ
===================================*/

/* ローディング */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.loading-inner {
  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: 1em;
  position: relative;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.loading-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--bg-color01);
  -webkit-transition: height 0.5s linear;
  transition: height 0.5s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.loading-inner .loading-item {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  position: relative;
  z-index: 2;
}

.loading-inner .loading-item.logo {
  width: 283px;
}

.loading-inner .loading-item+.loading-item {
  margin-top: 1em;
}

.loading-text {
  font-size: 14px;
  color: var(--color01);
  text-align: center;
}

@media(max-width:599px) {
  .loading-inner .loading-item.logo {
    width: 50vw;
  }
}

/* ロードされたら */
.loading.loaded .loading-inner .loading-item {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.loading.loaded2 .loading-inner .loading-item {
  opacity: 0;
}

.loading.loaded3 .loading-inner::before {
  height: 0;
}

.loading.loaded4 {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -999;
}

/* .mv_text.loaded5 {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mv_text.loaded6 {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mv_text.loaded7 {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
} */

/* ２回目の訪問の場合 */
.loading.visited {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: -999;
}

.loading.visited .loading-inner .loading-item {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.loading.visited .loading-inner .loading-item {
  opacity: 0;
}

.loading.visited .loading-inner::before {
  height: 0;
}

.loading.visited.loaded4 {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -999;
}

[data-element-id].loading {
    width: 500px;
    height: 300px;
    margin: 50px auto;
    position: static;
    top: 100px;
    left: 100px;
    z-index: 10;
}

[data-element-id] .loading-inner {
    border: 2px solid green;
}

[data-element-id] .loading-inner::after {
    content: "ローディング画面です";
    width: 100%;
    height: 20px;
    display: block;
    padding: 0.25em;
    font-size: 10px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .loading-inner .loading-item{
  filter: none;
}

/**
index
*/
/*homevisual*/
.homevisual {
  position: relative;
}

.homevisual .img {
  position: relative;
  min-height: 300px;
  height: 75vh;
  width: 80%;
  margin-left: auto;
}

/* .homevisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: '';
} */

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.homevisual .head {
  position: absolute;
  top: 20%;
  left: calc(50% - 600px);
  mix-blend-mode: plus-lighter;
  /* text-shadow: 0 0 10px rgb(0 0 0 / 50%); */
}

.homevisual .head .en {
  font-family: var(--ff03);
  font-size: 70px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 20px;
  mix-blend-mode: plus-lighter;
  -webkit-filter: invert(.3);
  filter: invert(.3);
  letter-spacing: 5px;
}

[data-element-id].homevisual .head .show\@sp .ja {
  font-size: 36px;
}

.homevisual .head .ja {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.2;
  color: #000000;
  mix-blend-mode: plus-lighter;
  -webkit-filter: invert(.3);
  filter: invert(.3);
}

[data-element-id] .homevisual .head{
  top: 0;
}

[data-element-id] .homevisual .head .show\@sp .en {
  font-size: 40px;
}

[data-element-id] .homevisual .head .show\@sp .ja{
  font-size: 18px;
    letter-spacing: 1px;
}

@media(max-width:1250px) {
  .homevisual .head {
    left: 2%;
  }
}

@media(max-width:1024px) {}

@media (max-width: 599px) {
  .homevisual .head {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
  }

  .homevisual .head .en.-min {
    font-size: 40px;
  }

  .homevisual .head .ja {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .homevisual .img {
    height: 60vh;
    width: 90%;
  }
}

/* A-BiSUスライダー用 */
.homevisual .uk-slidenav-position,
.homevisual .uk-slideshow,
.homevisual .uk-slideshow>li,
.homevisual .uk-flex,
.homevisual .uk-flex img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/* index-cencept-area */
.index-cencept-area .index-banner-inner .item {
  padding: 0 50px;
}

.index-cencept-area .slick-prev {
  left: calc(10vw - 20px);
}

.index-cencept-area .slick-next {
  right: calc(10vw - 20px);
}

.index-cencept-area .index-banner-inner {
  padding-bottom: 30px;
}

.index-cencept-area .slick-dotted {
  margin-bottom: 0;
}

.index-cencept-area .slick-dots {
  /* position: relative !important;
  margin-top: 10px; */
  bottom: auto;
}

.index-cencept-area .index-concept-inner .img-box .img {
  max-height: 350px;
}

.index-cencept-area .index-concept-inner .text-box {
  padding-right: calc(50% - 600px);
}

[data-element-id] .index-banner-slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

[data-element-id] .index-banner-slick .item {
    width: 80vw;
}

@media(max-width:1110px) {
  .index-cencept-area .index-concept-inner .text-box {
    padding-right: 4%;
  }
}

@media(max-width:1024px) {
  .index-cencept-area .index-banner-inner .item {
    padding: 0 30px;
  }
}

@media(max-width:599px) {
  .index-cencept-area .index-banner-inner .item {
    padding: 0 5px;
  }

  .index-cencept-area .slick-prev {
    left: 5px;
  }

  .index-cencept-area .slick-next {
    right: 5px;
  }

  .index-cencept-area .index-concept-inner .img-box {
    padding: 0 2%;
  }

  .index-cencept-area .index-concept-inner .text-box {
    padding: 0 2%;
  }
}

/* index-banner 追加 */
.index-banner-inner .item .item-inner{
  display: flex;
  justify-content: space-between;
  background-image: url('/upload/tenant_1/bgc01hpi_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 40px 0 0px;border: 1px solid #6f6c79;
}

.index-banner-inner .slick-slide:nth-of-type(even) .item .item-inner,[data-element-id] .index-banner-inner .item:nth-of-type(even) .item-inner{
  background-image: url('/upload/tenant_1/bgc02hpi_1.webp');
}

.index-banner-inner .item .img-box{
  width: 40%;
  position: relative;
}

.index-banner-inner .item .img-box::before {
    content: "";
    width: 110%;
    height: 100%;
    display: block;
    background: linear-gradient(270deg, #e4d1e3 10%, transparent 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.index-banner-inner .slick-slide:nth-of-type(even) .item .img-box::before,[data-element-id] .index-banner-inner .item:nth-of-type(even) .img-box::before{
    background: linear-gradient(270deg, #d9e4ed 10%, transparent 40%);
}

.index-banner-inner .item .img-box .img{
  height: 100%;
}

.index-banner-inner .item .text-box {
    width: 55%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}

.index-banner-inner .item .text-box .title-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff02);
  font-style: italic;
  font-weight: 600;
  filter: drop-shadow(-.1em -.15em 0px #fff);
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}

.index-banner-inner .item .text-box .title-wrapper::before {
    content: "";
    background: linear-gradient(45deg, #363742, rgb(136 95 116 / 50%));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}

.index-banner-inner .slick-slide:nth-of-type(even) .item .text-box .title-wrapper::before,[data-element-id] .index-banner-inner .item:nth-of-type(even) .text-box .title-wrapper::before {
    background: linear-gradient(45deg, #353e4f, rgb(66 91 137 / 50%));
}

.index-banner-inner .item .text-box .title-wrapper .sub-title{
  font-size: 2.5em;
}

.index-banner-inner .item .text-box .title-wrapper .sub-title>*{
  background: linear-gradient(180deg, #323641, #a56c86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-banner-inner .slick-slide:nth-of-type(even) .item .text-box .title-wrapper .sub-title>*,[data-element-id] .index-banner-inner .item:nth-of-type(even) .text-box .title-wrapper .sub-title>*{
  background: linear-gradient(180deg, #313640, #446092);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-banner-inner .item .text-box .title-wrapper .sub-title .sub-title-2 {
    padding-left: 1rem;
    margin-top: 5px;
}

.index-banner-inner .item .text-box .title-wrapper .main-title {
    font-size: 5em;
  background: linear-gradient(180deg, #323641, #a56c86);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 30px;
}

.index-banner-inner .slick-slide:nth-of-type(even) .item .text-box .title-wrapper .main-title,[data-element-id] .index-banner-inner .item:nth-of-type(even) .text-box .title-wrapper .main-title{
  background: linear-gradient(180deg, #313640, #446092);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.index-banner-inner .item .text-box .btn{
  content: "";
  background-image: url('/upload/tenant_1/btn01hpi.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 411/89;
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 30px auto 0;
}

.index-banner-inner .slick-slide:nth-of-type(even) .item .text-box .btn,[data-element-id] .index-banner-inner .item:nth-of-type(even) .text-box .btn{
  background-image: url('/upload/tenant_1/btn02hpi.webp');
  aspect-ratio: 413/95;
}

@media(max-width:1024px){
  .index-banner-inner .item .item-inner {
    padding: 0 20px 0 0px;
  }

  .index-banner-inner .item .text-box .title-wrapper .main-title{
    font-size: 3em;
  }
  .index-banner-inner .item .text-box .title-wrapper .sub-title {
    font-size: 1.2em;
  }
  
  .index-banner-inner .item .item-inner {
    background-size: cover;
  }
}

@media(max-width:599px){
  .index-banner-inner .item .item-inner{
        min-height: 110px;
  }
  
  .index-banner-inner .item .text-box .title-wrapper {
    padding-bottom: 10px;
  }

  .index-banner-inner .item .text-box .title-wrapper .main-title{
    font-size: 1.5em;
    padding-right: 10px;
  }
  
  .index-banner-inner .item .text-box .title-wrapper .sub-title {
    font-size: 1em;
    letter-spacing: 0;
  }
  
  .index-banner-inner .item .text-box .title-wrapper .sub-title .sub-title-2 {
    padding-left: .2rem;
    margin-top: 0px;
  }
  
  .index-banner-inner .item .text-box .btn {
    margin: 10px auto 0;
  }
}

/* index-greeteing-area */
.index-greeteing-area {
  position: relative;
}

.index-greeteing-area::before {
  content: "";
  background-color: var(--bg-color02);
  position: absolute;
  top: 0;
  right: 0;
  width: 85vw;
  height: 80%;
  display: block;
}

.index-greeteing-area .bg-en-text {
  font-size: 10rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  font-weight: bold;
  font-family: var(--ff03);
  color: var(--bg-color01);
  position: absolute;
  top: -2px;
  right: 0;
  width: 86vw;
}

.index-greeteing-area .index-greeteing-inner {
  padding-top: 7.5rem;
}

.index-greeteing-area .index-greeteing-inner .imglist .name-wrapper {
  background-color: var(--bg-color01);
  position: absolute;
  left: -1px;
  bottom: -1px;
  padding: 10px 20px 1px 1px;
  font-size: 24px;
  line-height: 1;
}

@media(max-width:1024px) {
  .index-greeteing-area .bg-en-text {
    font-size: 6rem;
  }
}

@media(max-width:599px) {
  .index-greeteing-area .bg-en-text {
    font-size: 3.2rem;
    letter-spacing: 0;
  }

  .index-greeteing-area .index-greeteing-inner {
    padding-top: 3.5rem;
  }

  .index-greeteing-area .index-greeteing-inner .imglist .name-wrapper {
    left: 10px;
    bottom: -10px;
    padding: 10px 20px 10px 10px;
    font-size: 18px;
  }

  .index-greeteing-area .btn01 a {
    min-width: 230px;
  }

  .index-greeteing-area .btn02 a {
    min-width: 120px;
  }
}

/* index-gallery-area */
.index-gallery-area .bg-en-text {
  position: absolute;
  top: -3rem;
  left: 0;
  color: var(--bg-color01);
  font-size: 12.5rem;
  font-family: var(--ff03);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.8rem;
}

.index-gallery-area .item {
  padding: 20px;
}

.index-gallery-area .item-inner {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  position: relative;
}

.index-gallery-area .item-inner::before {
  content: "";
  background-color: var(--color02);
  width: 30px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
}

.index-gallery-area .item-inner .item-contents {
  position: relative;
}

.index-gallery-area .item .img-inner {
  position: relative;
}

.index-gallery-area .item .img-inner.-before::before {
  content: "";
  background-image: url('/import/tenant_1/162.43.6.177/html/images/common/arrow.webp');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 38 / 31;
  width: 18px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  display: block;
}

.index-gallery-area .item .img-inner+.img-inner {
  margin-top: 40px;
}

.index-gallery-area .item .img-inner .img-text {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  padding: 0 3px 2px 5px;
  font-family: var(--ff03);
}

.index-gallery-area .item .btn {
  background-color: var(--color02);
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 280px;
  width: fit-content;
  margin: 30px auto 0;
  border-radius: 100px;
  position: relative;
}

.index-gallery-area .item .btn::before {
  content: "\f054";
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  color: var(--color01);
}

.index-gallery-area .slick-prev {
  left: 10%;
}

.index-gallery-area .slick-next {
  right: 10%;
}

[data-element-id] .index-gallery-slick>* {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .index-gallery-slick .item{
  width: calc(100% / 3);
}

@media(max-width:1024px) {
  .index-gallery-area .bg-en-text {
    font-size: 8.5rem;
  }

  .index-gallery-area .item {
    padding: 20px 10px;
  }

  .index-gallery-area .item .btn {
    min-width: 250px;
  }
}

@media(max-width:599px) {

  .index-gallery-area .item-inner {
    padding: 30px 20px;
  }

  .index-gallery-area .item-inner .item-contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .index-gallery-area .bg-en-text {
    font-size: 4.5rem;
    letter-spacing: 2px;
  }

  .index-gallery-area .item .text-box {
    /* autoprefixer: ignore next */
    display: contents;
  }

  .index-gallery-area .item .sub-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: center;
  }

  .index-gallery-area .item .title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }

  .index-gallery-area .item .img-box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
  }

  .index-gallery-area .item .img-inner+.img-inner {
    margin-top: 20px;
  }

  .index-gallery-area .item .text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .index-gallery-area .item .img-inner.-before::before {
    width: 14px;
    bottom: -17px;
  }

  .index-gallery-area .item .btn {
    min-width: 220px;
  }

  .index-gallery-area .slick-next {
    right: 5px;
  }

  .index-gallery-area .slick-prev {
    left: 5px;
  }
}

/* index-news-area */
.index-news-area .index-news-inner {
  background-color: #fff;
  padding: 80px 100px;
  overflow: hidden;
}

.index-news-area .index-news-inner .bg-en-text {
  position: absolute;
  top: -7px;
  left: -5px;
}

.index-news-area .index-news-inner .index-news-list .item {
  border-bottom: 1px solid var(--bg-color02);
}

.index-news-area .index-news-inner .index-news-list .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding: 20px 50px 20px 30px;
  position: relative;
}

.index-news-area .index-news-inner .index-news-list .item-inner::before {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: var(--bg-color02);
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  line-height: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-news-area .index-news-inner .index-news-list a:hover .item-inner::before {
  right: 10px;
}

.index-news-area .index-news-inner .index-news-list .item-inner .cate {
    min-width: 210px;
}

.index-news-area .index-news-inner .index-news-list .item-inner .cate span:not(:first-of-type){
  display: none;
}

@media(max-width:1024px) {
  .index-news-area .index-news-inner {
    padding: 60px 30px;
  }
}

@media(max-width:599px) {
  .index-news-area .index-news-inner {
    padding: 40px 20px;
  }

  .index-news-area .index-news-inner .index-news-list .item-inner {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding: 20px 30px 20px 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-news-area .index-news-inner .index-news-list .item-inner::before {
    width: 25px;
    right: 0;
  }

  .index-news-area .index-news-inner .index-news-list a:hover .item-inner::before {
    right: -5px;
  }
}

/* index-menu-area */
.index-menu-area .item a:hover {
  opacity: 1;
}

.index-menu-area .item a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #fff;
}

.index-menu-area .item a::before {
  content: "";
  background-color: var(--bg-color03);
  border-radius: 31% 47% 35% 47% / 42% 55% 51% 34%;
  display: block;
  width: 0px;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
}

.index-menu-area a:hover::before {
  width: 200%;
}

.index-menu-area .item .item-inner {
  position: relative;
  padding: 20px 10px;
  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;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

.index-menu-area .item .item-inner::before {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: var(--bg-color02);
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  line-height: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}

.index-menu-area .item a:hover .item-inner::before {
  color: var(--color01);
  background-color: #ffffff;
}

.index-menu-area .item-inner .en-text {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  font-family: var(--ff03);
  color: var(--color03);
}

.index-menu-area .item-inner .img {
  max-width: 130px;
}

.index-menu-area .item-inner .title {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

/*  */
.-detail-page .index-menu-list .item {
  display: none;
}

.-detail-page .index-menu-list.目の施術 .-目の施術 {
  display: block;
}

.-detail-page .index-menu-list.口・唇の施術 .-口・唇の施術 {
  display: block;
}

.-detail-page .index-menu-list.鼻の施術 .-鼻の施術 {
  display: block;
}

.-detail-page .index-menu-list.輪郭の施術 .-輪郭の施術 {
  display: block;
}

.-detail-page .index-menu-list.美容皮膚科 .-美容皮膚科 {
  display: block;
}

.-detail-page .index-menu-list.美容内科 .-美容内科 {
  display: block;
}

.-detail-page .index-menu-list.医療アートメイク .-医療アートメイク {
  display: block;
}

.-detail-page .index-menu-list.その他の施術・サービス .-その他の施術・サービス {
  display: block;
}

[data-element-id] .-detail-page .index-menu-list .item {
  display: block;
}

@media(max-width:1024px) {
  .index-menu-area .item .item-inner {
    padding: 30px 10px 30px 10px;
  }

  .index-menu-area .item .item-inner::before {
    bottom: 10px;
  }

  .index-menu-area .item a {
    height: 100%;
  }
}

@media(max-width:599px) {
  .index-menu-area .item .item-inner {
    padding: 10px;
  }

  .index-menu-area .item-inner .en-text {
    top: 10px;
    right: 10px;
    font-size: 12px;
  }

  .index-menu-area .item .item-inner::before {
    font-size: 10px;
    width: 20px;
    bottom: 10px;
    right: 10px;
  }

  .index-menu-area .item-inner .title {
    letter-spacing: 0;
    font-size: 16px;
  }

  .index-menu-area .item-inner .img {
    max-width: 100px;
  }
}

/* index-blog-area */
.index-blog-area .index-blog-inner .title-box {
  padding-left: calc(50% - 550px);
}

@media(max-width:1150px) {
  .index-blog-area .index-blog-inner .title-box {
    padding-left: 2%;
  }
}

.index-blog-area .slick-track{
  margin-left: 0;
}

.index-blog-area .index-blog-list .slick-list {
  margin-right: -20px;
  width: 62vw;
}

.index-blog-area .index-blog-list .item {
  padding: 0 10px;
}

.index-blog-area .index-blog-list .item-inner {
  padding: 20px 20px 15px;
  background-color: #fff;
}

.index-blog-area .index-blog-list .item-inner::after {
  content: "\f054";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: var(--bg-color02);
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  line-height: 0;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0 auto;
}

.index-blog-area .index-blog-list .item-inner .title{
  min-height: 3rem;
}

.index-blog-area .index-blog-list .alick-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 62%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: calc(50% - 550px);
}

@media(max-width:1150px) {
  .index-blog-area .index-blog-list .alick-btn-box {
    padding-right: 4%;
  }
}

.index-blog-area .index-blog-list .alick-btn-box .slick-prev,
.index-blog-area .index-blog-list .alick-btn-box .slick-next,
.index-blog-area .index-blog-list .alick-btn-box .slick-dots {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
}

.index-blog-area .index-blog-list .alick-btn-box .slick-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.index-blog-area .index-blog-list .alick-btn-box .slick-dots {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.index-blog-area .index-blog-list .alick-btn-box .slick-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media(max-width:1024px) {
  .index-blog-area .index-blog-list .slick-list {
    margin-right: 0;
  }
}

@media(max-width:599px) {
  .index-blog-area .index-blog-list .slick-list {
    width: 100%;
  }

  .index-blog-area .index-blog-inner .title-box {
    padding: 0;
    /* autoprefixer: ignore next */
    display: contents;
  }

  .index-blog-area .index-blog-inner .title-box .ttl-cmn-01 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .index-blog-area .index-blog-inner .contents-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .index-blog-area .index-blog-inner .title-box .btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .index-blog-area .index-blog-list .alick-btn-box {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}

[data-element-id] .index-blog-slick>* {
    display: flex;
    overflow-x: scroll;
}

[data-element-id] .index-blog-slick .item {
    width: 300px;
}


/* index-link-area */
.index-link-area a:hover {
  opacity: 1;
}

.index-link-area .item-inner {
  background-color: #fff;
  padding: 30px;
  position: relative;
}

.index-link-area .item-inner::before {
  content: "";
  background-color: var(--color02);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  aspect-ratio: 1;
  width: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.index-link-area .item-inner::after {
  content: "\f054";
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  color: var(--color02);
}

.index-link-area a:hover .item-inner::after {
  right: 15px;
}

@media(max-width:599px) {
  .index-link-area .item-inner {
    padding: 40px 20px 30px 20px;
  }

  .index-link-area .item-inner .ttl-cmn-01 .en {
    font-size: 200%;
  }

  .index-link-area .item-inner .ttl-cmn-01 .ja {
    font-size: 16px;
    margin-top: 5px;
  }

  .index-link-area .item-inner::after {
    right: 10px;
    font-size: 20px;
  }

  .index-link-area a:hover .item-inner::after {
    right: 5px;
  }
}

/* index-info-area */
.index-info-area .index-info-inner {
  background-color: #fff;
  padding: 80px 100px;
}

.index-info-area .index-info-inner .logo {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}

.index-info-area .index-info-inner .table-box .table-item {
  padding: 0 0 20px 30px;
  border-bottom: 1px solid var(--bg-color02);
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.index-info-area .index-info-inner .table-box .table-item:last-of-type {
  margin-bottom: 0;
}

.index-info-area .index-info-inner .table-box .table-item .icon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
}

.index-info-area .index-info-inner .table-box .table-item .icon img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.index-info-area .index-info-inner .table-box .table-item .title {
  font-family: var(--ff03);
  color: var(--color02);
  padding-right: 20px;
}

@media(max-width:1024px) {
  .index-info-area .index-info-inner {
    padding: 50px 20px;
  }

  .index-info-area .index-info-inner .table-box .table-item {
    font-size: 16px;
  }
}

@media(max-width:599px) {
  .index-info-area .index-info-inner {
    padding: 30px 10px;
  }

  .index-info-area .index-info-inner .logo {
    width: 200px;
  }

  .index-info-area .index-info-inner .map-box .map {
    padding-top: 70%;
  }
}

/* index-slider-area */
.index-slider-area .item {
  padding: 0 20px;
}

@media(max-width:1024px) {
  .index-slider-area .item {
    padding: 0 10px;
  }
}

@media(max-width:599px) {
  .index-slider-area .item {
    padding: 0 5px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  position: relative;
  min-height: 250px;
  max-height: 300px;
  width: 100%;
  margin-left: auto;
  background: var(--bg-color01);
  opacity: .4;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: 500;
  font-size: 22px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
  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;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topvisual .head .en {
  font-size: 300%;
  line-height: 1;
  font-family: var(--ff03);
  font-weight: 700;
}

@media (max-width: 599px) {
  .topvisual .img {
    min-height: 200px;
    max-height: 250px;
  }

  .topvisual .head {
    font-size: 16px;
  }

  .topvisual .head .en {
    font-size: 250%;
    line-height: 1;
    margin-bottom: 10px;
  }

  .topvisual .head .en {
    font-size: 230%;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  font-weight: bold;
  color: var(--color01);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  margin: 0 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  transform: rotate(45deg) translate(-3px, -1px);
}

@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;
    -ms-flex-align: start;
    align-items: flex-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;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;

}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: 500;
}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a,
.pagenation .now {
  display: block;
  padding: 2px 2px 10px 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 33px;
  height: 33px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: var(--ff04);
}

.pagenation .prev a,
.pagenation .next a {
  font-size: 14px;
}

.pagenation .number a:hover,
.pagenation .prev a:hover,
.pagenation .next a:hover,
.pagenation .now {
  background-color: var(--color01);
  color: #fff;
  opacity: 1;
}

.pagenation .now {
  background-color: var(--color02);
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 02clinic CLINIC INFO */
.clinic-content01-area .clinic-content01-list {
  margin-top: -150px;
}

.clinic-content01-area .clinic-content01-box .item+.item {
  margin-top: 50px;
}

.clinic-content01-area .flow-box::before {
  content: "";
  background-color: var(--color03);
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 24px;
}

.clinic-content01-area .flow-box .flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  z-index: 2;
  position: relative;
}

.clinic-content01-area .flow-box .flow-item+.flow-item {
  margin-top: 10px;
}

.clinic-content01-area .flow-box .flow-item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color02);
  color: #fff;
  font-family: var(--ff04);
  aspect-ratio: 1;
  width: 50px;
  margin-right: 15px;
}

.clinic-content02-list {
  background-color: #fff;
  padding: 80px 100px;
  overflow: hidden;
  position: relative;
}

.clinic-content02-list .bg-en-text {
  position: absolute;
  top: -2px;
  left: -5px;
}

.clinic-content02-list .bg-en-text+*,
.clinic-content02-list .bg-en-text+*+*,
.clinic-content02-list .bg-en-text+*+*+* {
  position: relative;
  z-index: 2;
}

.clinic-facility-area .facility-list .item {
  padding: 0 5px;
}

.clinic-facility-area .facility-list .item-inner {
  background-color: #fff;
  padding: 20px;
  margin: 0 20px;
}

.clinic-facility-area .facility-list .slick-next {
  right: calc(10vw - 20px);
}

.clinic-facility-area .facility-list .slick-prev {
  left: calc(10vw - 20px);
}

.clinic-facility-area .facility-list .slick-dots {
  bottom: auto;
  margin-top: 10px;
}

@media(max-width:1024px) {
  .clinic-content02-list {
    padding: 60px 50px;
  }

  .clinic-facility-area .facility-list .item-inner {
    margin: 0 5px;
  }
}

@media(max-width:599px) {
  .clinic-content02-list {
    padding: 30px 20px;
  }

  .clinic-content02-list .bg-en-text {
    font-size: 4rem;
    letter-spacing: -6px;
  }

  .clinic-facility-area::before {
    width: 90%;
    height: 250px;
  }

  .clinic-facility-area .facility-list .slick-next {
    right: 5px;
  }

  .clinic-facility-area .facility-list .slick-prev {
    left: 5px;
  }
}

.about-access-area .access-list .txtbox .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-access-area .access-list .txtbox .info dl dt,
.about-access-area .access-list .txtbox .info dl dd {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-access-area .access-list .txtbox .info dl dt {
  width: 30%;
  text-align: center;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-access-area .access-list .txtbox .info dl dt {
  border-bottom: 2px solid var(--color02);
  color: var(--color02);
  padding: 15px 10px;
  font-weight: 600;
}

.about-access-area .access-list .txtbox .info dl dd {
  width: 70%;
  letter-spacing: 0;
}

.about-access-area .access-list .txtbox .info dl dd {
  border-bottom: 2px solid var(--color03);
}

.about-access-area .access-list .imgbox .maps iframe {
  max-height: 300px;
  margin-top: 20px;
}

@media(max-width:1024px) {
  .about-access-area .access-list .txtbox .info dl dt {
    width: 25%;
  }

  .about-access-area .access-list .txtbox .info dl dd {
    font-size: 15px;
  }
}

/* 03menu ABOUT US */
.about-point-area .point-list .item .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color01);
}

.about-point-area .point-list.-rowr .item:nth-of-type(even) .item-inner .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-point-area .point-list .item+.item {
  margin-top: 30px;
}

.bg-slide-en-text {
  font-family: var(--ff03);
  font-size: 500%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
}

.bg-slide-en-text .item {
  white-space: nowrap;
  font-size: 8vw;
  padding: 10px 0 0;
}

.bg-slide-en-text .type01 {
  font-weight: bold;
  color: rgba(0, 0, 0, .0);
  -webkit-text-stroke: 1px var(--color02);
}

.bg-slide-en-text .type02 {
  font-weight: 500;
  color: var(--color03);
}

.type-recruit .bg-en-text {
  position: absolute;
  font-size: 9rem;
  text-align: center;
  width: 100%;
  top: 2.5rem;
}

[data-element-id] .about-point-area .point-list .item .show\@sp .title{
  font-size: 20px;
}

[data-element-id] .bg-slide-en-text {
    margin-top: 20px;
    flex-wrap: wrap;
}

@media(max-width:1024px) {
  .about-point-area .point-list .item .title {
    font-size: 22px;
  }

  .bg-slide-en-text {
    margin-top: 20px;
  }
}

@media(max-width:599px) {
  .about-point-area .point-list .item .title {
    font-size: 20px;
  }

  .about-point-area .point-list .item .content {
    margin-top: 10px;
  }

  .type-recruit .bg-en-text {
    font-size: 3.6rem;
    top: 2.5rem;
  }

  .bg-slide-en-text .item {
    font-size: 11vw;
  }
}

.about-staff-area .name-box .position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color02);
  padding: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 140%;
  letter-spacing: 4px;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
}

.about-staff-area .name-box .position::before,
.about-staff-area .name-box .position::after {
  content: "";
  width: 70%;
  height: 60%;
  display: block;
  position: absolute;
}

.about-staff-area .name-box .position::before {
  border-left: 3px solid var(--color03);
  border-top: 3px solid var(--color03);
  top: 0;
  left: 0;
}

.about-staff-area .name-box .position::after {
  border-right: 3px solid var(--color03);
  border-bottom: 3px solid var(--color03);
  bottom: 0;
  right: 0;
}

.about-staff-area .doctor-box .name {
  font-size: 40px;
  line-height: 1;
}

.about-staff-area .doctor-box .name .en {
  font-family: var(--ff03);
  margin-top: 10px;
  color: var(--color02);
  font-size: 80%;
}

.about-staff-area .doctor-box .right .career .career-title {
  background-color: #878787;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.about-staff-area .doctor-box .right .career {
  border: 2px solid #878787;
  background-color: #fff;
}

.about-staff-area .doctor-box .right .career-list {
  padding: 20px;
}

.about-staff-area .career .career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-staff-area .career .career-item .year {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about-staff-area .doctor-box .qual-title {
  background-color: #878787;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.about-staff-area .doctor-box .qual {
  background-color: #fff;
  border: 2px solid #878787;
}

.about-staff-area .doctor-box .qual-list {
  padding: 20px;
}

.about-staff-area .doctor-box .qual-item {
  padding-left: 1.2rem;
  position: relative;
}

.about-staff-area .doctor-box .qual-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.about-staff-area .staff-box {
  padding-top: 80px;
  margin-top: 80px;
  position: relative;
}

.about-staff-area .staff-box::before {
  content: "";
  border: dashed 1px #fff;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-staff-area .staff-box .ttl-cmn-03 {
  font-size: 26px;
}

.about-staff-area .staff-box .staff-sub-item .sub-item-inner {
  padding: 20px;
  background-color: #fff;
}

.about-staff-area .staff-box .name-box .position {
  padding: 15px 20px;
  font-size: 120%;
  letter-spacing: 1px;
  margin-right: 30px;
}

.about-staff-area .staff-box .position::before {
  border-left: 2px solid var(--color03);
  border-top: 2px solid var(--color03);
}

.about-staff-area .staff-box .position::after {
  border-right: 2px solid var(--color03);
  border-bottom: 2px solid var(--color03);
}

.about-staff-area .staff-box .name {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}

.about-staff-area .staff-box .name .en {
  font-family: var(--ff03);
  margin-top: 10px;
  color: var(--color02);
  font-size: 80%;
}

.about-staff-area .staff-box .staff-sub-item .career-title {
  border-left: 5px solid var(--color02);
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-staff-area .staff-box .staff-sub-item .img-box {
      position: absolute;
    bottom: 20%;
    right: 40px;
    width: 40%;
    z-index: 2;
}

.about-staff-area.-makeup-page .staff-list .doctor-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.about-staff-area.-makeup-page .staff-list .doctor-box .left {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  width: 100%;
  height: 100%;
  max-width: 360px;
  text-align: center;
}

.about-staff-area.-makeup-page .staff-list .doctor-box .right {
  width: calc(100% - 35%);
}

@media(max-width:1024px) {
  .about-staff-area .staff-box {
    padding-top: 60px;
    margin-top: 60px;
  }
}

@media(max-width:599px) {
  .about-staff-area .doctor-box .name {
    font-size: 30px;
  }

  .about-staff-area .name-box .position {
    padding: 15px 20px;
    font-size: 120%;
    margin-right: 20px;
  }

  .about-staff-area .staff-box .name-box .position {
    padding: 10px 10px;
    font-size: 100%;
    margin-right: 20px;
  }

  .about-staff-area .doctor-box .right .career-list {
    padding: 20px 10px;
  }

  .about-staff-area .staff-box .career-list {
    width: 55%;
  }

  .about-staff-area .career .career-item .year {
    width: 70px;
  }

  .about-staff-area .staff-box .staff-sub-item .img-box {
    bottom: 45px;
    right: 30px;
    width: 35vw;
  }

  .about-staff-area.-makeup-page .staff-list .doctor-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-staff-area.-makeup-page .staff-list .doctor-box .left {
    position: -webkit-sticky;
    position: relative;
    top: auto;
    text-align: center;
    width: 80%;
  }

  .about-staff-area.-makeup-page .staff-list .doctor-box .right {
    width: 100%;
  }
}

/* 04price PRICE */
.price-btn-area .btn-wrap .btn-item+.btn-item {
  margin-top: 30px;
}

.price-btn-area .btn-wrap .btn-item .main-btn {
  background-color: var(--color02);
  color: #fff;
  padding: 15px 10px 13px;
  font-size: 120%;
}

.price-btn-area .btn-wrap .btn-item .main-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
}

.price-btn-area .btn-wrap .btn-item .main-btn .en {
  font-family: var(--ff03);
}

.price-btn-area .btn-wrap .btn-item .main-btn .ja {
  font-size: 14px;
}

.price-btn-area .btn-wrap .btn-item .sub-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price-btn-area .btn-wrap .btn-item .sub-btn-list .sub-btn:not(:first-of-type)::before {
  content: "｜";
}

.price-btn-area .btn-wrap .btn-item .sub-btn-list .sub-btn a {
  padding: 0 1rem;
  transition: .3s;
    display: inline-block;
}

.price-btn-area .btn-wrap .btn-item .sub-btn-list .sub-btn a:hover {
    opacity: 1;
    transform: scale(1.02);
    font-weight: 600;
}

.price-area .price-list .item+.item {
  margin-top: 40px;
}

.price-area .price-list .item .title-wrapper {
    background-color: var(--color02);
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 10px 10px 12px;
    font-weight: 500;
    position: relative;
    line-height: 1.3;
}

.price-area .price-list .item .title-wrapper:before,
.price-area .price-list .item .title-wrapper:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.price-area .price-list .item .title-wrapper:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

/* .price-area .price-list .item#price01 .title-wrapper:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
} */

.price-area .price-list .item .title-wrapper.is-parent:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

/* .price-area .price-list .item#price01 .title-wrapper.is-parent:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
 */
/* .price-area .price-list .item:not(#price01) .item-inner{
  display: none;
} */

.price-area .price-list .item .item-inner{
  display: none;
}

.price-area .price-list .item table {
  width: 100%;
  background-color: #fff;
}

.price-area .price-list .item table tbody {
  border: 1px solid var(--color03);
}

.price-area .price-list .item table tr:nth-child(n+2) {
  border-top: 1px solid var(--color03);
}

.price-area .price-list .item table tr th {
  background-color: var(--color03);
  color: #fff;
  padding: 5px 10px;
  font-weight: 600;
}

.price-area .price-list .item table tr td {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 30px;
}

.price-area .price-list .item table tr td:nth-child(1) {
  width: 320px;
  padding: 15px 20px;
  text-align: left;
  border-right: 1px solid var(--color03);
  font-weight: 600;
}

.price-area .price-list .item table tr td:nth-of-type(3) {
    color: var(--color02);
    font-weight: 700;
}

.price-area .setmenuTitle {
  background-color: var(--bg-color03);
  padding: 10px 1rem 10px 2rem !important;
  text-align: left !important;
  line-height: 1.2;
  text-indent: -19px;
}

.price-area .setmenuTitle::before {
  content: "\f0d7";
  font-family: var(--ff99);
  font-weight: bold;
  margin-right: 10px;
}

.price-totop {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 200;
}

.price-totop a{
  background-color: #fff;
    border: 2px solid var(--color02);
    height: 45px;
    padding: 5px 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    color: var(--color02);
    font-weight: 500;
    letter-spacing: 0;
}

.price-totop a::after{
    content: '\f077';
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
}

[data-element-id] .price-area .price-list .item .item-inner{
  display: block;
}

@media(max-width:1024px) {
  .price-totop{
    bottom: 70px;
    right: 65px;
  }
}

@media(max-width:599px) {
  .price-btn-area .btn-wrap .btn-item .sub-btn-list .sub-btn a {
    padding: 0px .5rem;
    letter-spacing: 0;
    font-size: 14px;
  }

  .price-area .price-list .item+.item {
    margin-top: 20px;
  }
  
  .price-area .price-list .item .title-wrapper{
    font-size: 18px;
  }

  .price-area .price-list .item table {
    font-size: 0.8rem;
    margin: 0 0 10px;
  }

  .price-area .price-list .item table tr td:nth-child(1) {
    width: 50%;
    padding: 15px 10px;
    text-align: left;
  }

  .price-area .price-list .item table tr td {
    padding: 0.5rem;
  }
  
  .price-totop {
    bottom: 110px;
  }  
  
  .price-totop a{
    font-size: 14px;
  }
}

/* 05blepharoplasty BLEPHAROPLASTY*/
.menu-tab-btn.type-scroll {
  overflow-x: scroll;
}

.menu-tab-btn.type-scroll ul {
  min-width: 2000px;
}

.menu-tab-area .tabBtn ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu-tab-area .tabBtn ul .tab_class {
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  opacity: .4;
}

.menu-tab-area .tabBtn ul .tab_class.active {
  opacity: 1;
}

.menu-tab-area .tabBtn ul .tab_class .btn-sub {
  background-color: var(--color03);
  color: #fff;
  font-size: 12px;
  padding: 10px;
}

.menu-tab-area .tabBtn ul .tab_class .btn-text {
  border: none;
  background: var(--color02);
  line-height: 1.3;
}

.menu-tab-area .tabBtn ul .tab_class.active .btn-text::before {
  content: none;
}

.menu-tab-area .menu-tab-body {
  padding: 30px;
  border: 2px solid var(--color02);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.menu-tab-body .menu-tab-list .menu-item-wrapper>.item+.item {
  margin-top: 30px;
}

.menu-tab-body .menu-tab-list .item {
  background-color: #fff;
  border: 2px solid var(--bg-color02);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.menu-tab-body .menu-tab-list.no-toggle .item {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
}

.menu-tab-body .menu-tab-list .item .item-title {
  font-size: 22px;
  background-color: var(--color02);
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
}

.menu-tab-body .menu-tab-list.no-toggle .item .item-title {
  display: none;
}

.menu-tab-body .menu-tab-list .item .item-title::before {
  content: "\f078";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
}

.menu-tab-body .menu-tab-list .item .item-title.is-parent::before {
  -webkit-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
}

.menu-tab-body .menu-tab-list .item .content-wrapper {
  padding: 30px;
  display: none;
}

.menu-tab-body .menu-tab-list.no-toggle .item .content-wrapper {
  display: block;
  padding: 0;
}

.menu-tab-body .menu-tab-list .item .content-recommend {
  background-color: var(--bg-color02);
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.menu-tab-body .menu-tab-list .item .content-recommend .content-inner {
  background-color: #fff;
  padding: 10px;
  width: 100%;
}

.menu-tab-body .menu-tab-list .item .content-recommend .content-inner .title {
  border-bottom: 1px dashed var(--color02);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.menu-tab-body .menu-tab-list .item .content-recommend .content-inner .text::before {
  content: "\f00c";
  font-weight: bold;
  font-family: var(--ff99);
  color: var(--color02);
  padding-right: 5px;
}

.menu-tab-body .menu-tab-list .item .btn-type-01 a {
  padding: 10px 30px;
  font-size: 14px;
}

.menu-tab-body .menu-tab-list .item .dtl-table {
  margin-top: 20px;
}

.menu-tab-body .menu-tab-list .item .dtl-table table {
  border-top: 1px solid var(--color04);
  border-left: 1px solid var(--color04);
  width: 100%;
}

.menu-tab-body .menu-tab-list .item .dtl-table tr {
  border-bottom: 1px solid var(--color04);
}

.menu-tab-body .menu-tab-list .item .dtl-table th,
.menu-tab-body .menu-tab-list .item .dtl-table td {
  border-right: 1px solid var(--color04);
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.2;
}

.menu-tab-body .menu-tab-list .item .price-table {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid var(--color04);
}

.menu-tab-body .menu-tab-list .item .price-table table {
  width: 100%;
  border-left: 1px solid var(--color04);
  border-right: 1px solid var(--color04);
}

.menu-tab-body .menu-tab-list .item .price-table .setmenuTitle {
  background: #f8f1ea;
}

.menu-tab-body .menu-tab-list .item .price-table tr {
  border-bottom: 1px solid var(--color04);
}

.menu-tab-body .menu-tab-list .item .price-table table tr:nth-child(1) th:nth-child(1) {
  width: 50%;
  text-align: left;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid 1px solid var(--color04);
  border-top: 1px solid 1px solid var(--color04);
  background: #f8f1ea;
}

.menu-tab-body .menu-tab-list .item .price-table table tr:nth-child(1) th:nth-child(2) {
  width: 25%;
  text-align: right;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid 1px solid var(--color04);
  border-top: 1px solid 1px solid var(--color04);
  background: #f8f1ea;
}

.menu-tab-body .menu-tab-list .item .price-table table tr:nth-child(1) th:nth-child(3) {
  width: 25%;
  text-align: right;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid 1px solid var(--color04);
  border-top: 1px solid 1px solid var(--color04);
  background: #f8f1ea;
}

.menu-tab-body .menu-tab-list .item .price-table th,
.menu-tab-body .menu-tab-list .item .price-table td {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.2;
}

.menu-tab-body .menu-tab-list .item .price-table table tr td:nth-child(2),
.menu-tab-body .menu-tab-list .item .price-table table tr td:nth-child(3) {
  text-align: right;
}

.menu-tab-body .menu-tab-list .item .content-risk {
  border: 2px solid var(--bg-color02);
  margin-top: 20px;
}

.menu-tab-body .menu-tab-list .item .content-risk .title {
  background-color: var(--bg-color02);
  text-align: center;
  font-size: 14px;
  padding: 5px;
  font-weight: 600;
}

.menu-tab-body .menu-tab-list .item .content-risk .text {
  padding: 10px;
}

.menu-tab-body .menu-tab-list .item .content-info {
  margin-top: 20px;
}

.menu-tab-body .menu-tab-list .item .content-info .title,
.menu-tab-body .menu-tab-list .item .content-gallery .title {
  border-left: 5px solid var(--color02);
  padding: 0px 10px;
  color: var(--color02);
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 110%;
}

.menu-tab-body .menu-tab-list .item .content-gallery {
  margin-top: 20px;
}

.menu-tab-body .menu-tab-list .item .content-gallery .item:nth-of-type(4) {
  display: none;
}

.menu-tab-area.-other-page .menu-tab-btn .link-btn a .btn-text {
  background-color: var(--color02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
}

.menu-tab-area.-other-page .menu-tab-btn .link-btn a:hover {
  opacity: 1;
}

.menu-tab-area.-other-page .menu-tab-btn .link-btn a .btn-text::before {
  content: "\f078";
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 51%;
  right: 15px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.menu-tab-area.-other-page .menu-tab-btn .link-btn a:hover .btn-text::before {
  top: 60%;
}

.menu-tab-area.-other-page .menu-tab-body {
  padding: 0;
  border: none;
}

.menu-tab-area.-other-page .menu-tab-body .menu-tab-list.no-toggle {
  padding: 30px;
  border: 2px solid var(--color02);
  background-color: #fff;
  border-radius: 10px 10px;
}

.menu-tab-area.-other-page .menu-tab-body .menu-tab-list+.menu-tab-list {
  margin-top: 50px;
}

[data-element-id] .menu-tab-body .menu-tab-list .item .content-wrapper {
  display: block;
}

@media(max-width:1024px) {
  .menu-tab-area .menu-tab-body {
    padding: 30px 20px;
  }

  .menu-tab-body .menu-tab-list .item .content-wrapper {
    padding: 30px 20px;
  }
}

@media(max-width:599px) {
  .menu-tab-btn.tabBtn {
    overflow-x: scroll;
  }

  .menu-tab-area .tabBtn ul {
    min-width: 700px;
    gap: 5px;
  }
  
  .menu-tab-area .tabBtn.type-col-2 ul{
    min-width: 400px;
  }

  .menu-tab-btn.type-scroll ul {
    min-width: 1700px;
  }

  .menu-tab-area .menu-tab-list .item .content-gallery .item:nth-of-type(4) {
    display: block;
  }

  .menu-tab-area .tab_class .btn-text {
    font-size: 14px;
  }

  .menu-tab-body .menu-tab-list .item .item-title {
    font-size: 16px;
  }

  .menu-tab-body .menu-tab-list .item .content-recommend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-tab-area.-other-page .menu-tab-body .menu-tab-list.no-toggle {
    padding: 20px 10px;
    border-radius: 5px 5px;
  }

  .menu-tab-area .menu-tab-body {
    padding: 30px 10px;
  }

  .menu-tab-body .menu-tab-list .item .dtl-table th,
  .menu-tab-body .menu-tab-list .item .dtl-table td,
  .menu-tab-body .menu-tab-list .item .price-table th,
  .menu-tab-body .menu-tab-list .item .price-table td {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 10px 10px;
    text-align: left;
  }

  .menu-tab-body .menu-tab-list .item .price-table table tr:nth-child(1) th:nth-child(2),
  .menu-tab-body .menu-tab-list .item .price-table table tr:nth-child(1) th:nth-child(3) {
    padding: 10px 10px;
  }

  .menu-tab-body .menu-tab-list .item td {
    padding: 0.5rem;
  }

  .menu-tab-body .menu-tab-list .item .content-wrapper {
    padding: 15px 15px;
  }

  .menu-tab-area.-other-page .menu-tab-btn .link-btn a .btn-text {
    font-size: 13px;
  }

  .menu-tab-area.-other-page .menu-tab-btn .link-btn a .btn-text::before {
    right: 10px;
  }
}

/* 記事一覧ページ */
.cate,
.genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cate span,
.genre span {
  display: inline-block;
  background: var(--bg-color02);
  padding: 1px 25px 2px 25px;
  margin: 0 3px 3px 0px;
  font-size: 13px;
  font-weight: 500;
}

.genre span {
  margin: 0;
}

.genre span {
  background: var(--color03);
}

.list-article .genre {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.list-article .text {
  line-height: 1.7;
  font-size: 16px;
}

/* 14gallery GALLERY */
.gallery01 .item .item-inner {
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 1px solid var(--color03);
  height: 100%;
}

.gallery01 .item .item-inner .ttl-box {
  background-color: var(--color03);
  color: #fff;
  padding: 15px 10px;
  margin: -10px -10px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
}

.gallery01 .item .img-box .img {
  background-color: #bbbbbb;
}

.gallery01 .item .img-box.-type01 .img {
  aspect-ratio: 2/1;
}

.gallery01 .item .img-box.-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery01 .item .img-box+.img-box {
  display: none;
}

.gallery01 .item .img-box.-type02 .img {
  aspect-ratio: 1/2;
}

.gallery01 .item .price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery01 .item .price-item .p-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color02);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 10px;
}

.gallery01 .item .price-item .p-price {
  font-size: 24px;
  font-family: var(--ff04);
  font-weight: 600;
  line-height: 1;
}

.gallery01 .item .accordion-item {
  border: 2px solid var(--bg-color02);
  margin-top: 10px;
}

.gallery01 .item .accordion-item .datattl {
  background-color: var(--bg-color02);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 4px 10px 5px;
  cursor: pointer;
  position: relative;
}

.gallery01 .item .accordion-item .datattl::before {
  content: "\f078";
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.gallery01 .item .accordion-item .datattl.is-parent::before {
  -webkit-transform: scale(1, -1) translateY(-50%);
  transform: scale(1, -1) translateY(-50%);
}

.gallery01 .item .accordion-item .data {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.gallery01 .item .btn-item {
  margin-top: 10px;
}

.gallery01 .item .btn-item a {
  padding: 10px;
}

.gallery01.-recommendation .item {
  padding: 5px 5px;
}

.gallery01.-recommendation .alick-btn-box,
.gallery01.-recommendation .alick-btn-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery01.-recommendation .alick-btn-box .slick-prev,
.gallery01.-recommendation .alick-btn-box .slick-next,
.gallery01.-recommendation .alick-btn-box .slick-dots,
.gallery01.-recommendation .alick-btn-box2 .slick-prev,
.gallery01.-recommendation .alick-btn-box2 .slick-next,
.gallery01.-recommendation .alick-btn-box2 .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-transform: none;
  transform: none;
}

.gallery01.-recommendation .alick-btn-box .slick-prev,
.gallery01.-recommendation .alick-btn-box2 .slick-prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.gallery01.-recommendation .alick-btn-box .slick-dots,
.gallery01.-recommendation .alick-btn-box2 .slick-dots {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gallery01.-recommendation .alick-btn-box .slick-next,
.gallery01.-recommendation .alick-btn-box2 .slick-next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.menu-tab-area .gallery01 .item .img-box {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.menu-tab-area .gallery01 .item .img-box.-type01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-tab-area .gallery01 .item .img-box:before {
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: var(--color02);
  display: block;
  z-index: 2;
}

.menu-tab-area .gallery01 .item .img-box.-type01:first-of-type::before {
  content: "\f078";
}

.menu-tab-area .gallery01 .item .img-box.-type02:first-of-type::before {
  content: "\f054";
}

.menu-tab-area .gallery01 .item .img-box.-type01 .img {
  height: calc((100% - 20px)/2);
}

.menu-tab-area .gallery01 .item .img-box.-type02 .img {
  width: calc((100% - 20px)/2);
}

[data-element-id] .gallery01 .item .img-box+.img-box {
  display: flex;
}

[data-element-id] .gallery01 .index-related-slick>*{
  display: flex;
  flex-wrap: wrap;
}

[data-element-id] .gallery01.-recommendation .item {
    width: calc(100% / 3);
}

[data-element-id] .menu-tab-area .gallery01.-recommendation .item{
  width: calc(100% / 2);
}

[data-element-id] .gallery01.-recommendation .item:nth-of-type(4){
  display: none;
}

[data-element-id] .gallery01 .item .accordion-item .data{
  display: block;
}

@media(max-width:1024px) {
  .menu-tab-area .gallery01 .item .accordion-item .datattl {
    font-size: 12px;
  }

  .menu-tab-area .gallery01 .item .accordion-item .datattl::before {
    right: 4px;
    font-size: 10px;
  }

  .menu-tab-area .gallery01 .item .price-item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 5px;
  }

  .menu-tab-area .gallery01 .item .price-item .p-text {
    font-size: 13px;
    padding: 5px 10px 6px;
    line-height: 1;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

@media(max-width:599px) {
  .gallery01 .item .item-inner {
    padding: 5px;
  }

  .gallery01 .item .item-inner .ttl-box {
    margin: -5px -5px 5px;
    padding: 8px 10px 10px;
    font-size: 14px;
  }

  .gallery01 .item .price-item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 5px;
  }

  .gallery01 .item .price-item .p-text {
    font-size: 13px;
    padding: 5px 10px 6px;
    line-height: 1;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .gallery01 .item .accordion-item {
    margin-top: 5px;
  }

  .gallery01 .item .accordion-item .datattl {
    font-size: 12px;
    letter-spacing: 0;
    padding: 4px 18px 5px 10px;
  }

  .gallery01 .item .accordion-item .datattl::before {
    right: 4px;
    font-size: 10px;
  }

  .gallery01 .item .accordion-item .data {
    padding: 10px 5px;
    font-size: 13px;
    line-height: 1.6;
  }

  .gallery01 .item .btn-item {
    margin-top: 5px;
  }

  .gallery01 .item .btn-item a {
    padding: 8px 10px 10px;
    min-width: 150px;
  }

  .menu-tab-area .gallery01 .item .btn-item a {
    min-width: 120px;
  }

  /* 
  .gallery01.-recommendation .list-article .item:nth-of-type(4) {
    display: block;
  } */
}

/* 99gallery_detail GALLERY詳細 */
.gallerydtl01 .main-img-box {
  /* max-width: 600px; */
  margin: 0 auto;
}

.gallerydtl01 .main-img-box .img {
  background-color: #bbbbbb;
}

.gallerydtl01 .main-img-box.-type01 .img {
  aspect-ratio: 2/1;
}

.gallerydtl01 .main-img-box.-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallerydtl01 .main-img-box+.main-img-box {
  display: none;
}

.gallerydtl01 .main-img-box.-type02 .img {
  aspect-ratio: 1/2;
}

.gallerydtl01 .sub-img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.gallerydtl01 .sub-img-box+.sub-img-box {
  margin-top: 50px;
}

.gallerydtl01 .sub-img-box .img-wrapper {
  width: 45%;
}

.gallerydtl01 .sub-img-box .img-wrapper:not(:last-of-type)::before {
  content: "\f054";
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: var(--color02);
}

.gallerydtl01 .sub-img-box .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallerydtl01 .doctor-massage {
  background-color: #ffffff;
  margin-top: 50px;
  padding: 30px 20px;
  border-radius: 3px;
}

.gallerydtl01 .p-text {
  background-color: var(--color02);
  color: #fff;
  font-size: 25px;
  padding: 20px 30px;
  letter-spacing: 3px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.gallerydtl01 .p-price {
  font-size: 40px;
  line-height: 1;
  font-family: var(--ff04);
  font-weight: 500;
}

.gallerydtl01 .accordion-item {
  border: 2px solid var(--bg-color02);
  background-color: #fff;
}

.gallerydtl01 .accordion-item .datattl {
  background-color: var(--bg-color02);
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 10px 12px;
  cursor: pointer;
  position: relative;
}

.gallerydtl01 .accordion-item .data {
  padding: 20px;
  font-weight: 500;
}

.gallerydtl01 .accordion-item .data .box+.box {
  margin-top: 10px;
  line-height: 1.5;
}

.gallerydtl01 .accordion-item .data .title {
  width: 125px;
  text-align: right;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media(max-width:599px) {
  .gallerydtl01 .p-text {
    font-size: 18px;
    padding: 10px 20px 12px;
    letter-spacing: 2px;
  }

  .gallerydtl01 .p-price {
    font-size: 32px;
  }

  .gallerydtl01 .accordion-item .datattl {
    font-size: 20px;
    padding: 5px 10px 7px;
  }

  .gallerydtl01 .accordion-item .data {
    padding: 10px;
    font-weight: 400;
  }
}

/* 15news NEWS */
.news-wrapper-area .news-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.news-wrapper-area .category-top {
  background-color: var(--bg-color02);
  padding: 10px;
  border-radius: 5px;
}

.news-wrapper-area .category-top .list-side .datawrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.news-wrapper-area .category-top .list-side .datawrap .data {
  margin-bottom: 5px;
  width: calc((100% - 5px) / 2);
  margin-bottom: 0;
}

.news-wrapper-area .category-top .list-side .datawrap .data a {
  padding: 12px 7px 12px 23px;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: -0.5px;
  height: 100%;
  font-weight: 600;
  /* background-color: #fff; */
}

.news-wrapper-area .category-top .list-side .datawrap .data a:before {
  top: 15px;
  left: 8px;
}

.news-wrapper-area .category-top .contact-box {
  background-color: #fff;
  padding: 10px;
  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;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.side.-gallery .contact-box {
  background-color: #fff;
  padding: 10px;
  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;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news01 .list-article .item a {
  background-color: #fff;
  display: block;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  height: 100%;
}

.news01 .list-article .item a:hover {
  background-color: var(--color01);
  opacity: 1;
  color: #fff;
}

.news01 .list-article .item .img-box {
  overflow: hidden;
}

.news01 .list-article .item .img-box .img {
  -webkit-transition: .5s;
  transition: .5s;
}

.news01 .list-article .item a:hover .img-box .img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news01 .list-article .item a .text-box {
  padding: 20px 10px;
}

.news01 .list-article .item .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
  margin-top: 10px;
}

.news01 .list-article .item .cate span {
  display: block;
  padding: 6px 10px 5px 10px;
  margin: 0;
  width: fit-content;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.2;
}

.news01 .list-article .item .cate span.BLOG,
.articledtl01 .cate span.BLOG {
  background-color: var(--color02);
  color: #fff;
  font-family: var(--ff04);
}

.news01 .list-article .item .cate span.NEWS,
.articledtl01 .cate span.NEWS {
  background-color: var(--color01);
  color: #fff;
  font-family: var(--ff04);
}

.news01 .list-article .item a:hover .cate span {
  color: var(--color01);
}

.news01 .list-article .item a:hover .cate span.NEWS {
  background-color: #fff;
  color: var(--color01);
}

.news01 .list-article .item a:hover .cate span.BLOG {
  background-color: var(--color02);
  color: #fff;
}

.news01.-recommendation .list-article .item:nth-of-type(4) {
  display: none;
}

[data-element-id] .news-wrapper-area .category-top .list-side .datawrap [data-collection-filtered-content] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

@media(max-width:1024px) {
  .news-wrapper-area .category-top .list-side .datawrap .data {
    width: 100%;
  }

  .side.-gallery .contact-box {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 10px;
  }
}

@media(max-width:599px) {
  .news-wrapper-area .news-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-wrapper-area .category-top .list-side+.list-side {
    margin-top: 10px;
  }

  .news-wrapper-area .category-top .list-side .datattl {
    padding: 15px 15px 10px;
  }

  .news-wrapper-area .category-top .list-side .datawrap .data {
    width: calc((100% - 5px) / 2);
  }

  .news-wrapper-area .category-top .list-side .datawrap .data a {
    font-size: 13px;
  }

  .news01 .list-article .item a .text-box {
    padding: 10px 10px;
  }

  .news01 .list-article .item .cate span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
  }

  .news01 .list-article .item .text {
    -webkit-line-clamp: 2;
  }

  .news-wrapper-area .category-top .contact-box {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    padding: 20px 10px;
  }

  .side.-gallery .contact-box {
    width: 100%;
    padding: 20px 10px;
  }

  .news-wrapper-area .category-top .contact-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .news01.-recommendation .list-article .item:nth-of-type(4) {
    display: block;
  }
}

/* 99news_detail NEWS詳細 */
.articledtl01 .head {
  border-bottom: 2px solid var(--color02);
  padding-bottom: 5px;
  font-size: 22px;
  color: var(--color02);
}

.articledtl01 .text h2 {
  margin: 1em 0;
  padding: 0.5em 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.articledtl01 .text h2::first-letter {
  color: var(--color02);
}

.articledtl01 .text h3 {
  margin: 1em 0;
  padding: 0.5em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-left: solid 10px var(--color02);
  font-weight: 700;
}

.articledtl01 .text h4 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 18px;
  border-bottom: dotted 2px var(--color02);
  font-weight: 700;
}

.articledtl01 .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.articledtl01 .text ul li::before {
  content: "■";
  color: var(--color02);
}

.articledtl01 .text ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.articledtl01 .text ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-size: 120%;
  font-weight: 500;
  color: var(--color02);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--ff04);
}

.articledtl01 iframe[src*="youtube"] {
  margin-top: 1em;
  margin-bottom: 1em;
  aspect-ratio: 16 / 9;
  height: auto;
}

/* 16faq */
.faq-list .datattl {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: baseline;
  background: var(--color01);
  color: #fff;
  padding: 10px 30px 10px 10px;
}

.faq-list .datattl span.text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 10px 50px 10px 0;
  line-height: 1.5;
}

.faq-list.type02 .datattl {
  background: var(--color04);
}

.faq-list .datattl:before {
  content: "Q";
  color: #ffffff;
  font-size: 30px;
  font-family: var(--ff03);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  width: 60px;
  line-height: 1;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-list .datattl span:before,
.faq-list .datattl span:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  content: "";
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: .5s;
  transition: .5s;
}

.faq-list .datattl span:before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.faq-list .datattl.is-parent span:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.faq-list .item {
  margin-bottom: 20px;
  overflow: hidden;
}

[data-element-id] .faq-list .item:nth-child(n + 4) {
  display: none;
}

.faq-list .data {
  position: relative;
  display: none;
  padding: 15px 20px 15px 90px;
  border-top: 2px solid var(--color01);
  background-color: #fff;
  font-size: 15px;
}

[data-element-id] .faq-list .data {
  display: block;
}

.faq-list.type02 .data {
  background-color: var(--color04);
  border-color: #fff;
}

.faq-list .data:before {
  content: "A";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 30px;
  font-family: var(--ff03);
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  width: 60px;
  color: var(--color02);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  display: block;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq-btn-box .button-wrap .btn-type-01 {
    width: calc(100% / 4);
    line-height: 1.3;
  }

  .faq-btn-box .button-wrap .btn-type-01 a {
    width: 100%;
    font-size: 15px;
  }
}

@media (max-width: 599px) {
  .faq-btn-box .button-wrap .btn-type-01 {
    width: calc(100% / 2);
  }

  .faq-list .item {
    font-size: 15px;
  }

  .faq-list .datattl span.text {
    padding: 10px 30px 10px 0;
  }

  .faq-list .datattl span:before,
  .faq-list .datattl span:after {
    right: 8px;
    width: 12px;
  }

  .faq-list .datattl:before {
    font-size: 24px;
    width: 40px;
    margin-right: 10px;
  }

  .faq-list .data {
    padding-left: 60px;
    padding-bottom: 20px;
  }

  .faq-list .data:before {
    font-size: 24px;
    width: 40px;
    top: 15px;
  }
}

/* 17recruit */

.recruit-person-area .bgi00 {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.recruit-person-area .person-list .txtbox .li {
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 2em;
  position: relative;
  height: 100%;
}

.recruit-person-area .person-list .txtbox .li::before {
  content: "●";
  color: var(--color01);
  position: absolute;
  top: 9px;
  left: 10px;
}

.recruit-person-area .person-list .txtbox .li+.li {
  margin-top: 10px;
}

.recruit-person-area.type02 .person-list .txtbox .li+.li {
  margin-top: 0;
}

.recruit-person-area.-problem .person-list .li {
  font-size: 17px;
  font-weight: 500;
  background: #fff;
  border-radius: 5px;
  padding: 10px 10px 10px 2em;
  position: relative;
  height: 100%;
}

.recruit-person-area.-problem .person-list .li::before {
  content: "●";
  color: var(--color02);
  position: absolute;
  top: 9px;
  left: 10px;
}

@media(max-width:1024px) {
  .recruit-person-area .person-list .txtbox .li {
    font-size: 16px;
  }
}

@media(max-width:599px) {
  .recruit-person-area.-problem .person-list .li {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.recruit-flow-area .recruit-flow-list .item {
  width: 25%;
  position: relative;
}

.recruit-flow-area .recruit-flow-list .item-inner {
  background-color: var(--color02);
  color: #fff;
  -webkit-clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
  padding: 20px;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit-flow-area .recruit-flow-list .item:first-of-type .item-inner {
  -webkit-clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 50%, 0% 0%);
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 50%, 0% 0%);
}

.recruit-flow-area .recruit-flow-list .item .num-box {
  background-color: var(--color01);
  border-radius: 50%;
  padding: 12px 10px 8px;
  aspect-ratio: 1;
  position: absolute;
  top: -20px;
  left: -15px;
  font-family: var(--ff04);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  z-index: 2;
  color: #fff;
  width: 50px;
  text-align: center;
}

.recruit-flow-area .recruit-flow-list .item .num-box .step {
  font-size: 10px;
}

@media(max-width:599px) {
  .recruit-flow-area .recruit-flow-list .item {
    width: 50%;
    margin-bottom: 30px;
  }

  .recruit-flow-area .recruit-flow-list .item .num-box {
    left: -5px;
    /* background-color: #f9be5c; */
    padding: 8px 6px 8px;
    /* top: 0;
    left: 5px; */
    font-size: 18px;
    width: 45px;
  }
}

.requirements-list .item a {
  display: block;
  background-color: #fff;
  padding: 20px;
}

.requirements-list .item a .cate{
  align-items: flex-start;
}

@media(max-width:599px) {
  .requirements-list .item a {
    padding: 10px;
  }
}

/* 99recrui_detail */
.recruit-table-area .recruit-table-list {
  margin-top: -150px;
}

.recruit-table-area .ttl-cmn-01.type02 .en {
  position: absolute;
  top: -110px;
  right: 0;
  color: #fff;
  text-shadow: none;
}

.recruit-table-area .recruit-table-list .table-box {
  border: 1px solid var(--color03);
}

.recruit-table-area .recruit-table-list .table-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-table-area .recruit-table-list .table-box .box>* {
  padding: 10px;
}

.recruit-table-area .recruit-table-list .table-box .box>*.t-tit {
  width: 30%;
  background: var(--color03);
  color: #fff;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
}

.recruit-table-area .recruit-table-list .table-box .box:last-child>*.t-tit {
  border-bottom: none;
}

.recruit-table-area .recruit-table-list .table-box .box>*.t-txt {
  width: 70%;
  border-bottom: 1px solid var(--bg-color02);
}

[data-element-id] .recruit-table-area .recruit-table-list .box-menu .imgbox {
  overflow-x: scroll;
  border: 5px solid orange;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
  padding-left: 0;
}

[data-element-id] .index-menu-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3000px;
  margin-top: 50px;
  margin-left: 50px;
  gap: 10px;
}

[data-element-id] .index-menu-slick .item {
  width: 350px;
}

@media(max-width:1024px) {
  .recruit-table-area .ttl-cmn-01.type02 .en {
    top: -80px;
  }
}

@media(max-width:599px) {
  .recruit-table-area .ttl-cmn-01.type02 .en {
    top: -60px;
  }

  .recruit-table-area .menu-list .table-box .box>*.t-txt {
    font-size: 14px;
    font-weight: 500;
  }

  .recruit-table-area .menu-list .table-box .box>*.t-tit {
    padding: 10px 5px;
    font-size: 14px;
  }

  .recruit-table-area .recruit-table-list .table-box {
    font-size: 14px;
  }

  .recruit-table-area .btn-type-01 a {
    min-width: 170px;
  }
}

/* 18reserve */
.reserve-lead-area .reserve-lead-list .item+.item {
  margin-top: 80px;
}

.reserve-lead-area .reserve-lead-list .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reserve-link-area .section-title {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.reserve-link-area .item-title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.reserve-link-area .reserve-list .item {
  position: relative;
  padding: 0 30px;
}

.reserve-link-area .reserve-list .item.-tel::before {
  content: "";
  background-color: var(--color03);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.reserve-link-area .reserve-list .item .item-icon {
  width: 50px;
  margin-right: 10px;
}

.reserve-link-area .reserve-list .item .info-item.-time .item-icon {
  width: 60px;
  margin-right: 20px;
}

.reserve-link-area .reserve-list .qr-code,
.reserve-link-area .reserve-list .img {
  width: 120px;
  margin-top: 10px;
  background-color: #fff;
  padding: 5px;
}

.reserve-link-area .accordion-box {
  border: 1px solid #b1b1b1;
  background-color: #fff;
}

.reserve-link-area .accordion-box .datattl {
  background-color: var(--color-line);
  color: #fff;
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
  position: relative;
}

.reserve-link-area .accordion-box .data {
  display: none;
}

.reserve-link-area .accordion-box .datattl::before {
  content: "\f078";
  font-weight: bold;
  font-family: var(--ff99);
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.reserve-link-area .accordion-box .datattl.is-parent::before {
  -webkit-transform: scale(1, -1) translateY(-50%);
  transform: scale(1, -1) translateY(-50%);
}

.reserve-link-area .accordion-box .data {
  padding: 20px 10px;
}

.reserve-link-area .accordion-box .data .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.3;
}

.reserve-link-area .accordion-box .data .sub-item+.sub-item {
  margin-top: 30px;
}

.reserve-link-area .accordion-box .data .sub-title .num {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: var(--ff04);
  font-weight: 600;
  font-size: 120%;
}

[data-element-id] .reserve-link-area .accordion-box .data {
  display: block;
}

@media(max-width:599px) {
  .reserve-link-area .reserve-list .item {
    padding: 0px 0 30px;
    margin-bottom: 25px;
  }

  .reserve-link-area .reserve-list .item.-line {
    padding: 0;
    margin-bottom: 0;
  }

  .reserve-link-area .reserve-list .item.-tel::before {
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
}

/* form */
.form {
  background-color: var(--bg-color02);
  padding: 50px;
  position: relative;
  z-index: 2;
}

.form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1;
}

.form .box.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 200px;
  font-weight: 500;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px 4px 10px;
  background: var(--color01);
  color: #fff;
  font-size: 12px;
  line-height: 1.6em;
}

.form .data {
  padding-left: 50px;
  width: 100%;
  row-gap: 5px;
}

.form .data #actual_object_85_wrapper {
    row-gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.form .box.-agree .data {
  padding-left: 0;
}

.form .box.-agree .data label {
  white-space: nowrap;
  margin-right: 0;
}

.form .box.-agree .data input[type='radio']+label::before {
  top: 5px;
}

.form .box.-agree .data input[type='radio']:checked+label::after {
  top: 5px;
}

.form .box.-agree .data .text {
  padding-left: 20px;
  margin-top: 8px;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border: none;
  background: #fff;
}

.form .data input[type='radio'],.form .data input[type='checkbox'] {
  display: none;
}

.form .data input[type='radio']+label,.form .data input[type='checkbox']+label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 1;
}

.form .data input[type='radio']+label::before,.form .data input[type='checkbox']+label::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  content: '';
}

.form .data input[type='checkbox']+label::before{
  top: 5px;
}

.form .data input[type='radio']:checked+label::after,.form .data input[type='checkbox']:checked+label::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  content: '\f00c';
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 18px;
  color: var(--color02);
}

.form .data input[type='checkbox']:checked+label::after{
  top: 4px;
}

.form .data input[type='radio']:checked+label,.form .data input[type='checkbox']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: none;
  color: inherit;
  margin-left: 3px;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  background: #fff;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  border: none;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form .btn button {
  border: none;
  width: 100%;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .form {
    padding: 50px 20px;
  }

  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media(max-width:599px) {
  .form {
    padding: 20px 10px;
  }

  .form .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form .data input[type='radio']+label::before {
    top: 1px;
  }

  .form .box.-datapicke .data input {
    width: 75%;
  }
}

.form .privacy-policy {
  border: 1px solid var(--color03);
  background-color: #fff;
  padding: 20px;
  overflow-y: scroll;
  max-height: 200px;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
  display: none;
}
