@charset "utf-8";
/* @import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css"); */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&Quicksand:wght@300;500;700&family=Raleway:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');


/*===================================
  基本設定
===================================*/

/* # root3 START # */
/* :root {
  --color01: #134E78;
  --color02:rgb(19 78 120 / 70%);
} */
/* # root3 END # */

/* # root2 START # */
/* :root {
  --color01: #e7e383;
  --color02: rgb(231 227 131 / 70%);
} */
/* # root2 END # */

/* # root1 START # */
:root {
  /* --color01: #c6dbbd; */
  --color01: #95c382;
  /* --color02: rgb(198 219 189 / 70%); */
  --color02: rgb(149 195 130 / 70%);
}
/* # root1 END # */

.wrapper {
  position: relative;
}

.js-toggle {
  cursor: pointer;
}

[data-element-id].js-toggle+* {
  display: block !important;
}

html {
  color: #333;
  font-weight: normal;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New",
    serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

.color01 {
  color: #333;
}

.color02 {
  color: #fff;
}

.color03 {
  color: #333;
}

.color04 {
  color: #333;
}

.bg01 {
  background-color: #f7f7f7;
}

.effect {
  position: relative;
}

.effect::after {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  z-index: 1;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(116, 184, 141, 0.15)));
  background: linear-gradient(to left, #fff, rgba(116, 184, 141, 0.15));
}

.txt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.txt02 {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.txt03 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.txt04 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
}

.radius {
  border-radius: 10px;
  overflow: hidden;
}

.radius2 {
  border-radius: 15px;
  overflow: hidden;
}

.border {
  border: solid 1px #333;
  padding: 20px 10px;
}

.w100 {
  width: 100% !important;
}

.map {
  padding-top: 90%;
}

@media (max-width:599px) {
  .txt {
    font-size: 14px;
  }

  .txt02 {
    font-size: 14px;
    line-height: 2;
  }

  .txt03 {
    font-size: 18px;
  }

  .map {
    padding-top: 70%;
  }
}

/* 共通コンテンツ間隔 */
.w-full {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.section-my-medium {
  margin: 70px 0;
}

.section-my-large {
  margin: 90px 0;
}

.section-my-xlarge {
  margin: 100px 0;
}

.section-mb-medium {
  margin-bottom: 70px;
}

.section-mt-xlarge {
  margin-top: 100px;
}

.section-pt-medium {
  padding-top: 70px;
}

.section-pt-large {
  padding-top: 90px;
}

.section-pt-xlarge {
  padding-top: 100px;
}

.section-pb-xxxlarge {
  padding-bottom: 150px;
}

.section-pb-large {
  padding-bottom: 90px;
}

.section-py-medium {
  padding: 70px 0;
}

.section-py-large {
  padding: 90px 0;
}

.section-py-xlarge {
  padding: 100px 0;
}

.section-py-xxlarge {
  padding: 120px 0;
}

@media (max-width:1024px) {
  .section-my-medium {
    margin: 60px 0;
  }

  .section-my-large {
    margin: 80px 0;
  }

  .section-my-xlarge {
    margin: 80px 0;
  }

  .section-mb-medium {
    margin-bottom: 50px;
  }

  .section-mt-xlarge {
    margin-top: 75px;
  }

  .section-pt-medium {
    padding-top: 50px;
  }

  .section-pt-large {
    padding-top: 80px;
  }

  .section-pt-xlarge {
    padding-top: 75px;
  }

  .section-pb-large {
    padding-bottom: 70px;
  }

  .section-py-medium {
    padding: 60px 0;
  }

  .section-py-large {
    padding: 80px 0;
  }

  .section-py-xlarge {
    padding: 75px 0;
  }

  .section-py-xxlarge {
    padding: 80px 0;
  }
}

@media (max-width:599px) {
  .section-my-medium {
    margin: 50px 0;
  }

  .section-my-large {
    margin: 70px 0;
  }

  .section-my-xlarge {
    margin: 80px 0;
  }

  .section-mb-medium {
    margin-bottom: 35px;
  }

  .section-mt-xlarge {
    margin-top: 50px;
  }

  .section-pt-medium {
    padding-top: 40px;
  }

  .section-pt-large {
    padding-top: 70px;
  }

  .section-pt-xlarge {
    padding-top: 50px;
  }

  .section-pb-large {
    padding-bottom: 60px;
  }

  .section-py-medium {
    padding: 50px 0;
  }

  .section-py-large {
    padding: 70px 0;
  }

  .section-py-xlarge {
    padding: 50px 0;
  }

  .section-py-xxlarge {
    padding: 60px 0;
  }
}

/*********************************************
    show hide
*********************************************/
.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
}

[data-element-id] .show\@tb.indention {
  width: 30px;
  display: inline-block;
}

[data-element-id] .show\@tb.indention:after {
  content: "SP時改行";
  padding: 0;
  letter-spacing: -1px;
  font-size: 10px;
}

[data-element-id] .show\@pc.indention {
  width: 30px;
  display: inline-block;
}

[data-element-id] .show\@pc.indention:after {
  content: "PC時改行";
  display: block;
  color: #fff;
  font-weight: 700;
  background: blue;
  text-align: center;
  text-shadow: none;
  padding: 0;
  letter-spacing: -1px;
  font-size: 10px;
  border: 2px solid blue;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
}

[data-element-id] .show\@sp.indention {
  width: 30px;
  display: inline-block;
}

[data-element-id] .show\@sp.indention:after {
  content: "SP時改行";
  padding: 0;
  letter-spacing: -1px;
  font-size: 10px;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*='load-'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}

[class*='load-']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}

.flexsb {
  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;
}

[data-element-id].slick02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-element-id].slick03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-element-id].slick02>* {
  width: 30%;
}

[data-element-id].slick03>* {
  width: 30%;
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/* 左右交互に画像がべた付けのレイアウト */
.block-cmn02 .box {
  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;
  width: 90%;
}

.block-cmn02 .box .pic {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  width: 45%;
}

.block-cmn02 .box .pic figure {
  max-height: 690px;
}

.block-cmn02 .box .tbox {
  width: 50%;
}

.block-cmn02>*:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-cmn02>*:nth-of-type(even) .tbox {
  margin-bottom: -20px;
  width: 45%;
}

.block-cmn02>*:nth-of-type(even) .pic {
  /* margin-top: -200px; */
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  width: 50%;
}

.block-cmn02.type02 .box {
  width: 95%;
}

.block-cmn02.type02 .box + .box{
  margin-top: 50px;
}

.block-cmn02.type02>*:nth-of-type(even) .pic {
  width: 55%;
}

.block-cmn02.type02>*:nth-of-type(even) .pic figure {
  max-height: 530px;
}

/* 左右交互のレイアウト */
.block-cmn03>* {
  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;
}

.block-cmn03>*+* {
  margin-top: 80px;
}

.block-cmn03>*>* {
  width: 48%;
}

.insert {
  margin-top: 60px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.block-cmn03 .pic img {
  border-radius: 10px;
  overflow: hidden;
}

.block-cmn03>.box:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-cmn03.type02 .box .pic {
  width: 48%;
}

.block-cmn03.type02 .box .tbox {
  width: 50%;
}

.block-cmn03.odd .box:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.block-cmn03.odd .box:nth-of-type(even) {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
}

.block-cmn04>* {
  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;
}

.block-cmn04 .pic {
  width: 60%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  max-height: 542px;
}

.block-cmn04 .tbox {
  width: 64%;
  background: var(--color01);
  padding: 4% 14% 4% 7%;
  margin-top: -470px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.block-cmn05 {
  background: var(--color01);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.block-cmn05 .box {
  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;
  padding: 60px 0;

}

.block-cmn05 .box .pic {
  margin-top: -100px;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.block-cmn05 .box .tbox {
  width: 48%;
}

.block-cmn05 .box .tbox>* {
  color: #fff;
}

.block-cmn05 .box .tbox .list-cmn02 {
  /* font-family: 'Quicksand', sans-serif; */
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 7.2px;
  padding-left: 1em;
  margin-bottom: 30px;
}

.block-cmn05 .box .tbox .txt {
  margin-bottom: 35px;
}

.block-cmn05 .box .tbox .sign {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 1.6px;
  text-align: right;
}

.block-cmn05 .box .tbox .name {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 2px;
  padding-left: 40px;
}

@media (max-width: 1250px) {
  .block-cmn02>*:nth-of-type(even) .pic {
    margin-top: -40px;
  }
}

@media (max-width:1024px) {
  .block-cmn02>*:nth-of-type(even) .pic {
    margin-top: 60px;
  }

  .block-cmn03>*+* {
    margin-top: 60px;
  }

  .block-cmn04 .pic {
    width: 100%;
  }

  .block-cmn04 .tbox {
    width: 95%;
    margin-top: -40px;
    padding: 5%;
  }

  .block-cmn05 .box .tbox .list-cmn02 li {
    font-size: 24px;
  }

  .insert {
    margin-top: 40px;
  }
}

@media (max-width:599px) {
  .block-cmn02 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .block-cmn02 .box,
  .block-cmn02.type02 .box {
    width: 100%;
  }

  .block-cmn02 .box+.box {
    margin-top: 60px;
  }

  .block-cmn02 .box>* {
    width: 100% !important;
  }

  .block-cmn02 .box .tbox {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .block-cmn02 .box .pic {
    border-radius: 20px;
    margin-top: 0;
  }

  .block-cmn03>*>* {
    width: 100%;
  }

  .block-cmn03>*+* {
    margin-top: 40px;
  }

  .block-cmn03 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-cmn03>* .tbox {
    margin-top: 20px;
  }

  .block-cmn03 .box>* {
    width: 100% !important;
  }

  .block-cmn05 .box .pic {
    width: 100%;
  }

  .block-cmn05 .box .tbox {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .block-cmn05 .box .tbox .list-cmn02 {
    margin-bottom: 15px;
  }

  .block-cmn05 .box .tbox .list-cmn02 li {
    font-size: 20px;
  }

  .block-cmn05 .box .tbox .txt {
    margin-bottom: 20px;
  }

  .block-cmn05 .box .tbox .sign {
    font-size: 14px;
  }

  .block-cmn05 .box .tbox .name {
    font-size: 16px;
    padding-left: 20px;
  }

  .insert {
    margin-top: 20px;
  }

  .about01 .block-cmn05 .box {
    margin-left: 0px;
  }
}

.bnr-cmn01 {
  position: relative;
  background-image: linear-gradient(to left, #ffffffcc 60%, rgb(255 255 255 / 0%));
  border-radius: 15px;
  overflow: hidden;
}

[data-element-id].bnr-cmn01 {
  position: relative;
  z-index: 1;
}

.bnr-cmn01 .tbox {
  margin-left: auto;
  margin-right: 7%;
  width: 45%;
  z-index: 1;
  position: relative;
  min-height: 300px;
}

.bnr-cmn01 .tbox .logo img {
  width: 220px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  padding-top: 20px;
}

[data-element-id].bnr-cmn01 .tbox {
  position: relative;
  z-index: 1;
  margin-right: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.bnr-cmn01 .box {
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 40px;
}

[data-element-id].bnr-cmn01 .box>* {
  position: relative;
  z-index: 1;
}

.bnr-cmn01 .bgimg,
.bnr-cmn02 .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[data-element-id].bnr-cmn01 .bgimg,
[data-element-id].bnr-cmn02 .bgimg {
  z-index: 0;
}

.bnr-cmn01.type02 {
  border-radius: unset;
}

.bnr-cmn01.type02 .box .tbox {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

.bnr-cmn01.type02 .left .ttl {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 5px;
}

.bnr-cmn01.yakujyo .txt02 {
  line-height: 1.2;
}

.bnr-cmn02 {
  position: relative;
  padding: 25px 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-color: var(--color02);
}

.bnr-cmn02 .tbox {
  width: 80%;
  padding: 5%;
  background: #fff;
  margin-left: auto;
}

[data-element-id].bnr-cmn02 .tbox {
  position: relative;
  z-index: 1;
  margin-right: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.bnr-cmn02 .bgimg img {
  opacity: 0.7;
}

.bnr-cmn03 .top {
  position: relative;
}

.bnr-cmn03 .top .pic {
  border-radius: 15px;
  overflow: hidden;
  background-color: #333;
}

.bnr-cmn03 .top .pic img {
  opacity: 0.8;
}

.bnr-cmn03 .top .ttl {
  position: absolute;
  bottom: 10%;
  right: 5%;
  z-index: 1;
  width: 90%;

}

.bnr-cmn03 .top .ttl-inner {
  /* font-family: 'Quicksand',
    sans-serif; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 4.8px;
  color: #fff;
  position: relative;
}

.bnr-cmn03 .top .ttl-inner>* {
  padding-right: 35px;
}

.bnr-cmn03 .top .ttl-inner::before,
.bnr-cmn03 .top .ttl-inner::after {
  content: "";
  position: absolute;
  background-color: #fff;
}

.bnr-cmn03 .top .ttl-inner::before {
  width: 15px;
  height: 1px;
  -webkit-transform: rotate(30deg);
  bottom: 15px;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(30deg);
  transform: translateY(-50%) rotate(30deg);
}

.bnr-cmn03 .top .ttl-inner::after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.bnr-cmn03 .bottom {
  margin-top: 15px;
}

.bnr-cmn03 .bottom .ttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  color: #333;
}

.bnr-cmn03 .bottom .desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.6px;
  color: #999;
  margin-top: 10px;
}

.bnr-cmn03 .top .ttl-inner {
  position: relative;
}

@media(max-width:1024px){
  .bnr-cmn03 .top .ttl-inner.add-type02::before{
    bottom: 27px
  }
}


@media (max-width:599px) {
  .bnr-cmn02 .tbox {
    width: 90%;
    margin: 0 auto;
  }
  
  .bnr-cmn01{
    background-image: linear-gradient(to left, #ffffffcc 60%, #ffffffcc);
  }

  .bnr-cmn01 .left {
    width: 100%;
  }

  .bnr-cmn01 .tbox {
    margin-top: 40px !important;
    width: 100% !important;
    min-height: unset;
  }

  .bnr-cmn03 .bottom .ttl {
    font-size: 18px;
  }
}

/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */

/* 英語のサブタイトル付きの見出し */

.ttl-cmn01 {
  font-size: 30px;
  letter-spacing: 4.8px;
  color: #fff;
  /* font-family: 'Quicksand',
    sans-serif; */
  font-weight: 700;
}

[data-element-id] .show\@sp .ttl-cmn01 {
  font-size: 18px;
  letter-spacing: 2.4px;
}

.ttl-cmn02 {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
  text-align: center;
}

.ttl-cmn02 .en {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 7.2px;
  color: #333;
}

.ttl-cmn02 .en.type02 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

[data-element-id] .show\@sp .ttl-cmn02 .en {
  font-size: 24px;
}

.ttl-cmn02 .ja {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1.8px;
  color: #333;
}

[data-element-id] .show\@sp .ttl-cmn02 .ja {
  font-size: 14px;
}

.ttl-cmn03 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 6px;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}

[data-element-id] .show\@sp .ttl-cmn03 {
  font-size: 20px;
  margin-bottom: 35px;
}

.ttl-cmn03 .pic {
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ttl-cmn03 .pic img {
  max-width: 150px;
  opacity: .8;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.ttl-cmn04 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 3.4px;
  text-align: center;
}

[data-element-id] .show\@sp .ttl-cmn04 {
  font-size: 18px;
  letter-spacing: 2px;
}

/* アンカーリンクの見出し */
.ttl-cmn05 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5.6px;
  border-radius: 10px;
  background-color: var(--color01);
  padding: 20px 40px;
  color: #fff;
}

[data-element-id] .show\@sp .ttl-cmn05 {
  font-size: 20px;
  letter-spacing: 3.6px;
}

/* フローの見出し */
.ttl-cmn06 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5.6px;
  color: #333;
}

[data-element-id] .show\@sp .ttl-cmn06 {
  font-size: 20px;
}

.ttl-cmn07 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2.4px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}

[data-element-id] .show\@sp .ttl-cmn07 {
  font-size: 20px;
  letter-spacing: 1.2px;
}

.ttl-cmn07::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 85px;
  height: 1px;
  background-color: #fff;
}


.ttl-cmn08>* {
  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;
  font-size: 24px;
  letter-spacing: 6px;
  color: #333;
}

.ttl-cmn08>*::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--color01);
  border-radius: 50%;
  margin-right: 15px;
}

.ttl-cmn09>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ttl-cmn09>*>* {
  /* font-family: 'Quicksand',
    sans-serif; */
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4.8px;
  text-align: left;
  color: #333;
}

.ttl-cmn09>*>.sub-ttl {
  margin-left: 5px;
  font-size: 14px;
  letter-spacing: 2.8px;
  color: #333;
}

.ttl-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.ttl-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ttl-mb-small {
  margin-bottom: 30px;
}

.ttl-mb-large {
  margin-bottom: 60px;
}

.ttl-mb-xlarge {
  margin-bottom: 100px;
}

.ttl-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ttl-vertical>*::before {
  margin-right: 0;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {

  .ttl-cmn02 {
    margin-bottom: 40px;
  }

  .ttl-cmn02 .en {
    font-size: 30px;
  }

  .ttl-cmn02 .ja {
    font-size: 16px;
  }

  .ttl-cmn03 {
    font-size: 24px;
    margin-bottom: 50px;
    letter-spacing:4px;
  }

  .ttl-cmn03 .pic {
    position: static;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
  }

  .ttl-cmn04 {
    font-size: 24px;
    letter-spacing: 2.4px;
  }

  .ttl-cmn05 {
    font-size: 24px;
    letter-spacing: 4.8px;
    padding: 10px 20px;
  }

  .ttl-cmn06 {
    font-size: 24px;
  }

  .ttl-cmn07 {
    font-size: 22px;
  }

  .ttl-mb-small {
    margin-bottom: 25px;
  }

  .ttl-mb-large {
    margin-bottom: 40px;
  }
}

@media (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 18px;
    letter-spacing: 2.4px;
  }

  .ttl-cmn02 {
    margin-bottom: 30px;
  }

  .ttl-cmn02 .ja {
            font-size: 14px;
        font-weight: 500;
  }

  .ttl-cmn02 .en {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 3px;
  }

  .ttl-cmn03 {
    font-size: 20px;
    margin-bottom: 35px;
    letter-spacing:2px;
  }

  .ttl-cmn04 {
    font-size: 18px;
    letter-spacing: 2px;
  }

  .ttl-cmn05 {
    font-size: 20px;
    letter-spacing: 3.6px;
  }

  .ttl-cmn06 {
    font-size: 20px;
  }

  .ttl-cmn07 {
    font-size: 20px;
    letter-spacing: 1.2px;
  }

  .ttl-mb-small {
    margin-bottom: 20px;
  }

  .ttl-mb-large {
    margin-bottom: 30px;
  }

  .ttl-horizontal\@sp {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .ttl-horizontal\@sp>*:before {
    margin-right: 15px;
    margin-bottom: 0;

  }

  .ttl-center\@sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

  }
  
  /* .ttl-vertical {
    writing-mode: inherit;
  } */
  
  .ttl-vertical>*::before {
        margin-right: 5px;
  }

}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */


.list-cmn01>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 4.8px;
  color: #333;
}

[data-element-id] .show\@sp .list-cmn01>* {
  font-size: 18px;
  line-height: 1.5;
}

.list-cmn01>*::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--color01);
  border-radius: 50%;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-cmn01 p .sub-ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #333;
  margin-left: 12px;
}

.list-cmn02 {
  list-style-type: disc;
  font-weight: bold;
  padding-left: 1.5em;
}

@media (max-width: 599px) {
  .list-cmn01>* {
    font-size: 18px;
    line-height: 1.5;
  }
}

/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #333;
  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;
}

.btn-cmn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 14px;
}

.btn-cmn02 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 50px;
  /* left: -85px; */
  white-space: nowrap;
  margin-right: 50px;
}

.btn-cmn02 a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 50%;
}

.arrow {
  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;
  position: relative;
  left: 85px;
}

.arrow::before,
.arrow::after {
  content: '';
  right: 20px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.arrow::before {
  width: 15px;
  height: 1px;
  bottom: 3px;
  background-color: #333;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #333;
}

a:hover .arrow {
  left: 100px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.arrow.back::before {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  left: 20px;
  bottom: 29px;
}

.arrow.back::after {
  left: 20px;
  right: auto;
}

.arrow.next::before {
  bottom: 29px;
}

.btn-slick .arrow {
  left: auto;
}

.circle {
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 50%;
}

.btn-cmn02.type02 a {
  color: #fff;
}

.btn-cmn02.type02 a::before {
  border-color: #fff;
}

.btn-cmn02.type02 a .arrow::before,
.btn-cmn02.type02 a .arrow::after {
  background-color: #fff;

}

.btn-cmn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
}

.btn-cmn03.mt0 {
  margin-top: 0;
}

.btn-cmn03>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 0 18px 15px;
}

.btn-cmn03>*>* {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3.6px;
  color: #666;
}

.btn-cmn03>*::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color01);
}

@media(max-width:599px) {
  .btn-cmn03>*::after {
    width: 37px;
    height: 37px;
  }
}

/* お問い合わせフォームのボタン */
.btn-cmn04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.btn-cmn04>* {
  width: 100%;
  max-width: 200px;
  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;
  padding: 20px 10px;
  border: solid 1px #333;
  color: #333;
  font-size: 18px;
  letter-spacing: 1.8px;
  background: #fff;
}

.btn-cmn04.type02>* {
  background-color: rgba(0 0 0 / 0);
  border: 1px solid #fff;
  color: #fff;
}

.btn-cmn05 a {
  display: block;
  position: relative;
  padding: 20px;
  max-width: 350px;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5.6px;
  background-color: var(--color02);
}

.btn-cmn05 a::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(0 0 0 / 0);
  border: solid 1px #fff;
}

.btn-cmn06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.btn-cmn06>* {
  max-width: 250px;
  width: 100%;
  position: relative;
  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;
  border-radius: 15px;
  -webkit-box-shadow: 2.8px 2.8px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2.8px 2.8px 3px 0 rgba(0, 0, 0, 0.16);
  background: var(--color01);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 0;
  color: #fff;
}

.btn-cmn06>*:hover {
  color: #fff;
}

.btn-cmn06>* {
  gap: 10px;
}

.btn-cmn06>*::after {
  /* display: inline-block;
  content: "\f0c4";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px; */
  content: "";
  background: url('/import/tenant_1/220.158.21.87/B04/images/cmn/scissors.webp') no-repeat;
  background-size: contain;
  aspect-ratio: 50 / 42;
  display: block;
  width: 20px;
}


.btn-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 599px) {
  .btn-cmn04>* {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media (max-width: 599px) {
  .btn-cmn02 a {
    margin-right: 0;
  }

  .btn-cmn02 a::before {
    width: 25px;
    height: 25px;
    left: 100px;
  }

  .btn-cmn02.type-big a::before {
    width: 35px;
    height: 35px;
    left: 80px;
  }

  .arrow {
    left: 60px;
  }

  a:hover .arrow {
    left: 70px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .arrow::before,
  .arrow::after {
    right: 35px;
  }

  .arrow::after {
    width: 20px;
  }

  .circle {
    width: 25px;
    height: 25px;
  }

  .arrow.back::before {
    bottom: 16px;
    right: 20px;
  }

  .arrow.next::before {
    right: 20px;
    bottom: 16px;
  }

  .arrow.next::after {
    right: 20px;
  }
  
  .btn-cmn06.hide\@sp{
    display:none;
  }
}

/*===================================
  他共通エレメント -cmn
===================================*/
.anchor-cmn01 .item {
  text-align: center;
}

.anchor-cmn01 .item a {
  width: 100%;
  height: 100%;
  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;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  padding: 15px 0;
  border-radius: 15px;
  -webkit-box-shadow: 2.8px 2.8px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2.8px 2.8px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--color01);
}

.anchor-cmn02 .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--color01);
  color: #fff;
  padding: 80px 0;
}

.anchor-cmn02 .item a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: bold;
}

.anchor-cmn03 {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anchor-cmn03 .item-inner {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  border: solid 1px #333;
  color: #333;
}

.anchor-cmn03 .item-inner a {
  display: block;
  padding: 20px 10px;
}

.anchor-cmn03 .item-inner a:hover {
  color: #fff;
  background-color: var(--color01);
}

.anchor-cmn03.type02 .item-inner a {
  color: #fff;
  background-color: var(--color01);
}

@media (max-width: 599px) {
  .anchor-cmn01 .item {
    width: 100%;
    text-align: center;
  }

  .anchor-cmn01 .item>* {
    width: 100%;
  }

  .anchor-cmn02 .item a {
    padding: 40px 0;
    font-size: 16px;
  }
}

.box-type01 .item {
  position: relative;
}

.box-type01 .item .item-inner {
  position: relative;

}

.box-type01 .item .ttl {
  width: 95%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.box-type01 .item .bgimg {
  width: 100%;
  height: 100%;
  background: #121212;
  z-index: -1;
  border-radius: 15px;
  overflow: hidden;
}

[data-element-id].box-type01 .item .bgimg {
  z-index: 0;
}

.box-type01 .item .bgimg img {
  opacity: 0.3;
}

/* yakujyoで使うボックス */
.box-type02 .item {
  position: relative;
}

.box-type02 .item .item-inner {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  padding: 60px 10px;
  border-radius: 15px;
  background-color: var(--color01);
}

.box-type02 .item .pic {
  position: absolute;
  top: -45px;
  left: -50px;
  display: block;
  width: 160px;
  max-height: 300px;
  z-index: 1;
}

.box-type02 .item:nth-of-type(2) .pic {
  left: auto;
  right: -35px;
}

.box-type02 .item:nth-child(3) .pic {
  left: auto;
  right: -30px;
}

@media (max-width:1024px) {
  .box-type02 .item .item-inner {
    font-size: 24px;
    padding: 30px 10px;
    letter-spacing: 3px;
  }

  .box-type02 .item:nth-of-type(odd) .pic {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .box-type02 .item:nth-of-type(2) .pic {
    right: 10px;
    width: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .box-type02 .item .pic {
    width: 80px;
  }

  .box-type01 .item .ttl {
    font-size: 20px;
  }
}

@media (max-width:599px) {
  .box-type02 .item .item-inner {
    font-size: 18px;
  }

  .box-type02 .item .pic {
    width: 50px;
    top: -15px;
  }

  .box-type02 .item:nth-of-type(2) .pic {
    width: 40px;
    right: 5px;
  }

  .box-type02 .item:nth-of-type(odd) .pic {
    left: 0;

  }

  .box-type01 .item .ttl {
    font-size: 16px;
  }
}

/* modal */
.modal {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
}

[data-element-id] .modal {
  width: auto;
  height: auto;
  display: none;
  position: relative;
  top: auto;
  left: auto;
  display: block !important;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}

[data-element-id] .modal__bg {
  width: auto;
  height: auto;
  position: relative;
}

.modal__content {
  width: 60%;
  padding: 60px 40px;
  border-radius: 20px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

[data-element-id] .modal__content {
  width: 100%;
  max-width: 599px;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto 40px;
  border: 4px solid orange;
  overflow: hidden;
  padding-top: 70px !important;
}

[data-element-id] .modal__content::before {
  content: "SP追従ボタン「電話で予約」をクリックすると表示されます";
  background: orange;
  color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  letter-spacing: 0;
  padding: 0 10px 5px;
  text-align: center;
}

[data-element-id] .js-modal01 .modal__content::before{
  content: "SP追従ボタン「電話で予約」をクリックすると表示されます";
}

[data-element-id] .js-modal02 .modal__content::before{
  content: "SP追従ボタン「アクセス」をクリックすると表示されます";
}

[data-element-id] .js-modal03 .modal__content::before{
  content: "SP追従ボタン「Instagramのアイコン」をクリックすると表示されます";
}

.modal .btn_close {
  display: block;
  padding: 8px 15px 10px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  color: #ccc;
  margin-left: auto;
  margin-right: auto;
}

[data-element-id] .modal {
  height: auto;
  display: block;
  margin-top: 50px;
  position: relative;
}

[data-element-id].modal__bg {
  display: none;
}

@media(max-width:599px) {
  .modal__content {
    width: 95%;
    padding: 40px 15px;
  }
}

/* modalの中のボタン */
.modal .tel-box a {
  background: var(--color01);
  color: #fff;
  letter-spacing: 0;
  border-radius: 5px;
  padding: 10px 10px;
  height: 100%;
  width: 100%;
  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;
  gap: 5px;
}

.modal .tel-box a::before {
  content: "\f095";
  font-family: "font awesome 5 free";
  font-weight: bold;
}

.modal .web-box a {
  background: var(--color01);
  color: #fff;
  padding: 10px 10px;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 100%;
  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;
  gap: 5px;
}

.modal .web-box a::before {
  content: "\f0c4";
  font-family: "font awesome 5 free";
  font-weight: bold;
}

.modal .modal-access-box + .modal-access-box{
  margin-top: 30px;
  border-top: 2px dashed #ccc;
  padding-top: 30px;
}

.modal .modal-access-box .btn-line{
  margin-top: 10px;
}

.modal .modal-access-box .btn-line a {
    padding: 10px;
    display: block;
    background-color: #35dd5a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.modal .modal-access-box .access a{
  color: #e72727;
    font-size: 20px;
    margin-left: 8px;
}

@media(max-width:599px){
  .modal .modal-tel-box + .modal-tel-box{
  margin-top: 20px;
  border-top: 2px dashed #ccc;
  padding-top: 20px;
}
}

/* 店舗情報のテーブル */
.table-cmn01 .box dl {
  border-bottom: 2px solid var(--color01);
}

.table-cmn01 dl dt {
  /* font-family: 'Quicksand',
    sans-serif; */
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 4.8px;
  color: #333;
  margin-bottom: 40px;
}

.table-cmn01 dl dt .sub-ttl {
  font-family: 'Zen Kaku Gothic New',
    sans-serif;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 1.6px;
  font-weight: normal;
}

.table-cmn01 dl dd {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1.8px;
  text-align: left;
  color: #333;
  padding-bottom: 30px;
}

/* MENUのテーブル */
.table-cmn02 .box+.box {
  margin-top: 40px;
}

.table-cmn02 dl {
  padding-bottom: 7px;
  border-bottom: solid 1px var(--color01);
}

.table-cmn02 dl dt {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #333;
  width: calc(100% - 110px);
  font-weight: normal;
}

.table-cmn02 dl dt .ttl {
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: bold;
}

.table-cmn02 dl dd {
  font-size: 18px;
  letter-spacing: 1.8px;
  text-align: right;
  color: #333;
  width: 100px;
}

.table-cmn02.type03 dl dt {
  width: 300px;
  font-size: 18px;
  letter-spacing: 1.8px;
}

.table-cmn02.type03 dl dd {
  width: calc(100% - 240px);
}

@media (max-width: 599px) {
  .table-cmn02 dl dt .ttl {
    font-size: 16px;
  }
}

/* ギャラリー詳細 */
.table-cmn02.type02 dl dt {
  width: 120px;
  font-weight: bold;
  letter-spacing: 3.6px;
}

.table-cmn02.type02 dl dd {
  width: calc(100% - 140px);
}

.table-cmn02.type02 .detail .txt {
  width: 100%;
  letter-spacing: 1.8px;
  color: #333;

}

.table-cmn03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-cmn03 dl+dl {
  margin-top: 30px;
}

.table-cmn03 dl dt,
.table-cmn03 dl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.6px;
  color: #333;
}

.table-cmn03 dl dt {
  font-weight: bold;
  width: 145px;
}

.table-cmn03 dl dd {
  font-weight: normal;
  width: calc(100% - 145px);
}

@media (max-width: 1024px) {
  .table-cmn01 dl dt {
    margin-bottom: 30px;
  }

  .table-cmn01 dl dd {
    line-height: 1.5;
    padding-bottom: 24px;
  }
}

@media (max-width: 599px) {
  .table-cmn03 dl+dl {
    margin-top: 20px;
  }

  .table-cmn01 dl dt {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .table-cmn01 dl dt .sub-ttl {
    font-size: 14px;
  }

  .table-cmn01 dl dd {
    line-height: 1.5;
    padding-bottom: 20px;
    font-size: 16px;
  }
  
  .table-cmn03 dl dt {
    width:100px;
}

.table-cmn03 dl dd {
  width: calc(100% - 100px);
}
}

.access .map {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/*===================================
  共通要素
===================================*/

.logo {
  text-align: center;
}

/*h1ページタイトル */
.pagettl {
  font-size: 12px;
  width: 1300px;
  font-weight: 500;
  max-width: 96%;
  margin: 3px auto 3px;
}

/**
ヘッダー
header
*/
.header {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  z-index: 200;
  margin: 20px 0;
  padding: 0 30px;
}

[data-element-id] .header {
    padding-top: 40px;
    position: relative;
    top: auto;
    left: auto;
    background: #a3a3a3;
}

.header-inner {
  position: relative;
  z-index: 200;
}

.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: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo img {
  max-height: 80px;
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
  max-width: 150px;
}

.header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .right .txt {
  margin-right: 10px;
  line-height: 120%;
}

.header .right .txtin {
  display: block;
}

.header .right .tel-box a {
  font-weight: bold;
  font-size: 30px;
}

.header .right .tel-box a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .header .logo img {
    max-width: 100px;
  }


  .header .right {
    display: none;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
  gap:5px; 
  align-items: center;
  background: rgb(0 0 0 / 50%);
    padding: 5px;
}

[data-element-id] .fix-bottom {
  display: flex;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.fix-bottom .item>* {
  width: 100%;
  height: 100%;
}

.fix-bottom .item>*>* {
  width: 100%;
  height: 100%;
}

.fix-bottom .item {
  width: 50%;
  text-align: center;
  height: 50px;
}

.fix-bottom .item:not(.instagram) a,.fix-bottom:not(.instagram) .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: 100%;
  padding: 10px 5px;
  color: #fff;
  background-color: var(--color01);
  border-radius: 5px;
}

.fix-bottom .item.instagram {
    width: fit-content;
    font-size: 30px;
    flex-shrink: 0;
    height: fit-content;
    color: #fff;
    padding: 0 5px;
}

.fix-bottom .access .a {
  background:#a3a3a3;
}

.fix-bottom .reserve .a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: var(--color01);
  color: #fff;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fix-bottom .reserve .a.abtest-b {
  background: #ed5752;
}

.box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .fix-bottom {
    z-index: 199;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }

  .active+.hide-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(0 0 0 / 40%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 201;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 100;

}

.fixed .header {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #a3a3a3;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
  padding: 10px 20px;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;

}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #fff;
  /* font-family: 'Raleway',
    sans-serif; */
  font-weight: 500;
  margin: 0 clamp(0.313rem, -3.198rem + 5.47vw, 1.25rem);
}

[data-element-id].gnav .item01 {
  color: #121212;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px 0;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.gnav .item03 {
  border: solid 1px #fff;
  color: #fff;
  background-color: rgba(0 0 0 / 0);
  margin-left: clamp(0.313rem, -3.198rem + 5.47vw, 1.25rem);
}

[data-element-id].gnav .item03 {
  color: #121212;
}

.gnav .item03 .a {
  position: relative;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  cursor: pointer
}

.gnav .item03 .a::after {
  /* display: inline-block;
  content: "\f0c4";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px; */
  content: "";
  background: url('/import/tenant_1/220.158.21.87/B04/images/cmn/scissors.webp') no-repeat;
  background-size: contain;
  aspect-ratio: 50/42;
  display: block;
  width: 20px;
  padding-left: 20px;

}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 200px;
  background: rgba(255, 255, 255, 0.98) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 250;
  pointer-events: none;
}

[data-element-id].gnav .list02 {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}

.gnav .item02+.item02 {
  border-top: 1px solid #d5d5d5;
}

.gnav .item02 a {
  display: block;
  padding: 8px;
  color: #121212;
}

.gnav .item02 a:hover {
  background: var(--color01);
  opacity: 1;
  color: #fff;
}

@media (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: var(--color01);
    -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;
  }

  .gnav .item02+.item02 {
    border-top: none;
  }

  .drawer-active .header .gnav {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }

  .gnav .wrap {
    padding: 40px;
    margin-right: 0;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }

  .gnav .item03 {
    margin-left: 0;
  }

  .gnav .list01 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: auto;
  }

  .gnav .item02 a {
    position: relative;
    padding: 2px 0 2px 20px;
    color: #fff;
  }

  .gnav .item02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    content: '';
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: relative;
  z-index: 251;
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: none;
}

.drawer-active .toggle .bar {
  -webkit-box-shadow: unset;
  box-shadow: unset
}

.drawer-active .toggle .bar::before,
.drawer-active .toggle .bar::after {
  -webkit-box-shadow: unset;
  box-shadow: unset
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 40px;
  height: 1px;
  background-color: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
  -webkit-box-shadow: 2px 2px 2px #333;
  box-shadow: 2px 2px 2px #333;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-box-shadow: 2px 2px 2px #333;
  box-shadow: 2px 2px 2px #333;
}

.toggle .bar:before {
  top: -15px;
}

.toggle .bar:after {
  top: 15px;
}

.drawer-active .toggle .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.drawer-active .toggle .bar:after,
.drawer-active .toggle .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.drawer-active {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.drawer-active .overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100vh;
  background: #333;
  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: 199;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  cursor: pointer;
}

[data-element-id].totop {
  position: static;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .totop {
            right: 5px;
        bottom: 70px;
  }

  .toggle {
    display: block;
    position: fixed;
  }
}

/**
フッター
footer
*/
.footer .copy {
  padding-top: 25px;
  /* font-family: 'Raleway',
    sans-serif; */
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #999;
  text-align: center;
}

@media (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 50px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding-top: 70px;
}


.fnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fnav .item {
  margin: 5px 18px;

}

.fnav .item a {
  /* font-family: 'Raleway',
    sans-serif; */
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #333;
  font-weight: 500;
}


@media (max-width: 1024px) {}

@media (max-width: 599px) {}


/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 96%;
  margin: 0 auto;
  height: 82vh;
  background: #121212;
}

.homevisual .img {
  position: relative;
  min-height: 400px;
  height: 100%;
}

.homevisual .uk-slidenav-position {
  height: 100% !important;
}

.homevisual .uk-slideshow {
  height: 100% !important;
}

.homevisual .uk-slideshow>li {
  height: 100% !important;
}

.homevisual .uk-slideshow>li>div {
  height: 100% !important;
}

.homevisual .uk-slideshow>li>div>img {
  width: 100%;
  height: 100%;
  /*IE対策*/
  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%;
  opacity: 0.7;
}


.homevisual .head {
  width: 100%;
  position: absolute !important;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

.homevisual .right,
.homevisual .bottom {
  font-size: 12px;
  color: #fff;
  /* font-family: 'Raleway',
    sans-serif; */
  font-weight: 500;
}

.homevisual .right {
  position: absolute;
  right: 1%;
  bottom: 5%;
}

.homevisual .bottom {
  position: absolute;
  bottom: 2%;
  right: 1.5%;
}

@media (max-width: 1024px) {
  .homevisual .right {
    bottom: 19%;
  }

  .homevisual .bottom {
    bottom: 15%;
  }
}

@media (max-width: 599px) {
  .homevisual .head {
    font-size: 28px;
  }
}


[data-element-id].subimg {
  margin-top: 400px;
}

.subimg {
  height: 41vh;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  background: #121212;
  width: 96%;
  margin: 0 auto;
}

.subimg>* {
  width: 100%;
  height: 100%;
}

.subimg>* img {
  opacity: 0.7;
}

@media(max-width:599px){
  .subimg{
    height: 200px;
    min-height: 200px;
  }
}

/*IE対策*/
/* スリックスライダー（トップ） */
[data-element-id].slick01 {
  width: 800px;
  overflow-x: auto;
}

[data-element-id].slick01>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-element-id].slick01>*>* {
  width: 30%;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: -75px;
  font-size: 30px;
  cursor: pointer;
}

.slick01 .btn-slick.btn-back {
  right: 150px;
}

.slick01 .btn-slick.btn-next {
  right: 40px;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media (max-width: 1024px) {
  .slick01 .btn-slick {
    top: -70px;
  }
}

@media (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
    top: -35px;
  }

  .slick01 .btn-slick.btn-back {
      right: auto;
      left: calc(50% - 70px);
  }
  
  .slick01 .btn-slick.btn-next {
    right: auto;
    left: calc(50% + 50px);
  }

  .slick01 .btn-slick .arrow.back::before,
  .slick01 .btn-slick .arrow.back::after {
    left: 10px;
  }

  .slick01 .btn-slick .arrow.next::before,
  .slick01 .btn-slick .arrow.next::after {
    right: 10px;
  }


}

/**
下層共通
*/

/* パンくずリスト */
.breadcrumb {
  margin-top: 30px;
}

.breadcrumb .item {
  display: inline;
  font-size: 14px;
}

.breadcrumb .item:not(:last-of-type):after {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.breadcrumb .home {
  color: #333;
}

.breadcrumb .home a {
  font-weight: bold;
}

.breadcrumb .now {
  color: #333;
}

/* ページネーション */
.pagenation {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.pagenation ul {
  width: 100%;
  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 .item>*,
.pagenation .now {
  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;
}

.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: bold;
}

.pagenation .number a,
.pagenation .now {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #333;
  text-align: center;
  font-size: 20px;
  line-height: 28px;

}

.pagenation .number a,
.pagenation .prev a,
.pagenation .next a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color01);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.pagenation .number a:hover,
.pagenation .now {

  color: #121212;
  opacity: 1;
}

@media (max-width: 599px) {

  .pagenation .number a,
  .pagenation .prev a,
  .pagenation .next a {
    width: 30px;
    height: 30px;
  }

  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
.form {
  padding-top: 90px;
  border-top: solid 1px var(--color01);
}

.form-inner {
  max-width: 940px;
  margin: auto;
}

/* フォーム */
.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 45px;
}

.form .item:not(.textarea){
  align-items: baseline;
}

.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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3.2px;
  color: #333;
}

.require {
  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;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: var(--color01);
  letter-spacing: 0;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  width: 100%;
  background: #eee;
  border: none;
  height: 55px;
  padding: 0 .5em;
}

.form .data textarea {
  width: 100%;
  background: #eee;
  border: none;
  height: 200px;
  padding: .5em .5em;
}

.form_shape {
  padding-left: 50px;
  width: 100%;
}

input[type=checkbox] {
  display: none;
}

.checkbox03 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox03::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox03::after {
  border-right: 6px solid var(--color01);
  border-bottom: 3px solid var(--color01);
  content: '';
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 9px;
}

input[type=checkbox]:checked+.checkbox03::before {
  border-color: #666;
}

input[type=checkbox]:checked+.checkbox03::after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
  transform: rotate(45deg) scale3d(1, 1, 1);
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  width: 100%;
  height: 250px;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  padding: .5em .5em;
}

.form_shape ul li {
  margin-right: 20px;
}

dd.data.imgbox input {
    padding: 10px;
    height: auto;
    margin-bottom: 10px;
}

.form .list .item .form_shape label {
  display: inline-block;
  margin: 0.5em 0;
  margin-right: 15px;
  padding: 0 10px 0 24px;
  position: relative;
}

.form .list .item .form_shape label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #ddd;
  border-radius: 3px;
  background-color: #eee;
  position: absolute;
  top: 3px;
  left: 0;
}

.form .list .item .form_shape label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.form .list .item .form_shape input {
  display: none;
}

.form .list .item .form_shape input:checked+label {
  text-decoration: underline;
}

.form .list .item .form_shape input:checked+label::after {
  content: "\f00c";
  width: 0;
  height: 0;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: red;
  line-height: 1;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 2px;
}

@media (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .data>* {
    height: 45px;
  }

  .form .datattl {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    margin-bottom: 10px;
  }

  .form .datattl>* {
    margin-right: 10px;
  }

  .form .data {
    padding-left: 0;
  }

  .form .data textarea {
    height: 200px;
  }
}

/* トップページ */
/* お知らせ */
.home-news {
  margin-top: -100px;
  position: relative;

}

.home-news .inner900 {
  background: var(--color01);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  margin-left: 0;
}

.home-news .box {
  padding: 30px 60px;

}

.home-news .table+.table {
  margin-top: 20px;
}

.home-news .table .date,
.home-news .table .ttl {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #fff;
  font-weight: 500;
}

.home-news .table .date {
  font-weight: 500;
  margin-right: 45px;
}

.home-news .table .ttl {
  /* font-family: 'Noto Sans JP', sans-serif; */
  color: #fff;
}

.home-gallery {
  position: relative;
}

.home-gallery .box {
  position: relative;

}

[data-element-id].home-gallery .box {
  position: relative;
  z-index: 0;
}

.home-gallery .left {
  width: 35.5%;
}

.home-gallery .right {
  width: 64%;
}

.home-gallery .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

[data-element-id].home-gallery .box::after {
  z-index: -1;
}

.home-gallery .tbox {
  position: absolute;
  display: block;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-element-id].home-gallery .tbox {
  z-index: 0;
}

.home-gallery .tbox>* {
  color: #fff;
  text-align: center;
}

.home-gallery .tbox .ttl {
  /* font-family: 'Quicksand',
    sans-serif; */
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 8px;
  margin-bottom: 30px;
}

[data-element-id] .home-gallery .tbox .show\@sp .ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.home-gallery .tbox p {
  font-size: 18px;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}

.home-blog {
  position: relative;
}

.home-blog .inner {
  margin-right: 0;
  background: #fff;
  padding: 50px 0 50px 50px;
  max-width: unset;
  width: 85%;

}

[data-element-id].home-blog .inner {
  position: relative;
  z-index: 1;
}

.blog-list {
  overflow: hidden;
  padding-top: 80px;

}

.blog-list .pic {
  border-radius: 15px;
  overflow: hidden;
}

.home-blog .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

[data-element-id].home-blog .bgimg {
  z-index: 0;
}

[data-element-id].blog-list {
  width: 100vw;
  z-index: 1;
}

.home-blog .slick-list {
  padding-right: 90px;
}

.home-blog .slick-slide {
  padding-right: 50px;
}

[data-element-id].home-blog .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-blog .ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3.6px;
  color: #333;
  margin-top: .1em;
}

@media (max-width: 1024px) {
  .home-blog .slick-list {
    padding-right: 45px;
  }
  
  .home-blog .slick-slide{
    padding-right: 30px;
  }
}

@media (max-width: 599px) {
  .home-blog .slick-list {
    padding-right: 0;
  }
  
  .home-blog .ttl {
    font-size: 16px;
    letter-spacing: 1px;
}
}

/* 入力値定義HTMLのcss */
.blog_detailarea h2 {
  margin: 1em 0;
  padding: 0.5em 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.blog_detailarea h2::first-letter {
  color: var(--color01);
}

.blog_detailarea h3 {
  margin: 1em 0;
  padding: 0.5em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  border-left: solid 10px var(--color01);
  font-weight: 700;
}

.blog_detailarea h4 {
  margin: 1em 0;
  padding-bottom: 0.5em;
  font-weight: 600;
  font-size: 18px;
  border-bottom: dotted 2px var(--color01);
  font-weight: 700;
}

.blog_detailarea 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;
}

.blog_detailarea ul li::before {
  content: "■";
  color: var(--color01);
}

.blog_detailarea 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;
}

.blog_detailarea ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-weight: bold;
  font-size: 120%;
  color: var(--color01);
  font-family: math;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog_detailarea iframe[src*="youtube"] {
  margin-top: 1em;
  margin-bottom: 1em;
  aspect-ratio: 16 / 9;
  height: auto;
}

.gallery-detail .uk-slideshow {
  height: 55vh !important;
}

.gallery-detail .uk-slideshow li {
  width: 100%;
  height: 100% !important;
}

.gallery-detail .uk-slideshow li div {
  width: 100%;
  height: 100% !important;
}

.gallery-detail .uk-slideshow li div img {
  width: 100%;
  height: 100% !important;
  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%;
}

.gallery-detail .uk-slideshow+* ul {
  min-width: 100% !important;
  margin-left: -15px;
}

.gallery-detail .uk-slideshow+* li {
  width: 33.333% !important;
  padding-left: 15px;
}

.gallery-detail .uk-slideshow+* li div {
  width: 100%;
  height: 100% !important;
}

.gallery-detail .uk-slideshow+* li div img {
  width: 100%;
  height: 100% !important;
  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%;
}

@media (max-width: 1250px) {
  .home-news .inner900 {
    max-width: 680px;
  }
}

.gallery-list .item .ttl {
  /* font-family: 'Quicksand', sans-serif; */
  letter-spacing: .2em;
  line-height: 1.5;
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .gallery-list .item .ttl {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media (max-width: 599px) {
  .gallery-list .item .ttl {
    font-size: 14px;
    margin-top: 10px;
  }

  .home-news .box {
    padding: 15px 30px;
  }

  .home-news .table .date {
    font-size: 14px;
  }

  .home-gallery .tbox .ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .home-gallery .tbox p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .home-blog .inner {
    width: 95%;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
  }

  .blog-list {
    padding-top: 50px;
  }

  .home-blog .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-gallery .right {
    width: 100%;
  }

  .home-gallery .left {
    width: 100%;
  }
}

.about01 {
  position: relative;
}


.about01 .sub-ttl {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  left: 1%;
  color: #fff;
  font-size: 16px;
}

.product-list .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333;
}

.product-list .volume {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: .5px;
    text-align: center;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.product-list .volume span {
    background-color: var(--color01);
    color: #fff;
    padding: 5px 10px 6px 15px;
    line-height: 1;
}

.product-list .detail {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1.5px;
  color: #333;
}

@media(max-width:599px){
  .about01 .sub-ttl {
    position: absolute;
    z-index: 0;
    bottom: 1%;
    left: 1%;
    color: #fff;
    font-size: 56px;
    opacity: 0.2;
}
}


/* ニュース・ブログ共通 */
.article-list .cate {
  display: inline-block;
  background: var(--color01);
  padding: 0 15px;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.4px;
  color: #fff;
}

.article-list .ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.2px;
  color: #333;
}

.article-list .date {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 1.5px;
  color: #333;
  font-weight: 500;
}

/* ブログ詳細・お知らせ詳細 */
.article-list.type02 .ttl {
  font-size: 24px;
  letter-spacing: 4.8px;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--color01);
}

/* お知らせのリスト型 */
.article-list.type03 .ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.8px;
  border-bottom: solid 1px var(--color01);
}

.article-list.type02 .date,
.article-list.type03 .date {
  display: inline-block;
}

.article-list.type03 .item+.item {
  margin-top: 30px;
}

.big-cat {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.big-cat>span {
  display: inline-block;
  background: var(--color01);
  padding: .05em .5em;
  margin: 0 .3em .1em 0;
  border-radius: .5em;
  font-weight: 500;
  color: #fff;
}

.big-cat.v02>span {
  color: var(--color01);
  background: #fff;
  border: 2px solid var(--color01);
}

/* ブログ・お知らせのside */
.cate-wrap+.cate-wrap {
  margin-top: 100px;
}

.cate-wrap .ttl {
  border: solid 1px #333;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  color: #333;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.cate-wrap .list {
  list-style: disc;
  padding-left: 1.5em;
}

.cate-wrap .list .item {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.6px;
  color: #333;
}

@media (max-width: 599px) {
  .article-list.type02 .ttl {
    font-size: 18px;
    letter-spacing: 2.4px;
  }

  .article-list.type03 .ttl {
    font-size: 18px;
    letter-spacing: 2.4px;
    padding-bottom: 18px;
  }

  .order .side {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order .recommend {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .order .pagenation {

    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order .main {

    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

/* よくある質問 */

.faq-list .item+.item {
  margin-top: 50px;
}

.faq-list .item .datattl {
  border-bottom: solid 1px var(--color01);
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.faq-list .datattl,
.faq-list .data-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.faq-list .datattl .question {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4.8px;
  text-align: left;
  color: #333;
}

.faq-list .data .answer {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 3.6px;
  color: #333;
}

.faq-list .label {
  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;
  font-weight: 400;
  font-size: 36px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  background: var(--color01);
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 6px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.faq-list .label.type02 {
  background: var(--color01);
}

.faq-list .data {
  display: none;
  margin-top: 20px;
}

[data-element-id].faq-list .data {
  display: block;
}

@media (max-width: 599px) {
  .faq-list .item .datattl {
    padding-bottom: 15px;
  }

  .faq-list .label {
    width: 30px;
        height: 30px;
        font-size: 18px;
        margin-right: 10px;
        transform: translateY(-2px);
        padding-bottom: 2px;
  }

  .faq-list .datattl .question {
    font-size: 18px;
    letter-spacing: 2.4px;
  }

  .faq-list .data .answer {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.8px;
    color: #333;
  }

  .faq-list .data {
    margin-top: 15px;
  }

  .faq-list .item+.item {
    margin-top: 50px;
  }
}

.privacy-list dl+dl {
  margin-top: 60px;
}

@media (max-width: 599px) {
  .privacy-list dl+dl {
    margin-top: 40px;
  }
}

/* recruit */
.recruit02area .recruitlist .item {
  border-bottom: 2px solid var(--color01);
  padding-bottom: 10px;
}

.recruit02area .recruitlist .item+.item {
  margin-top: 30px;
}

.recruit02area .recruitlist .item dl dt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--color01);
  margin-bottom: 10px;
}

.recruit02area .recruitlist .item dl dd dl dt {
  font-size: 16px;
  width: 180px;
  position: relative;
  color: #333;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.recruit02area .recruitlist .item dl dd dl dt::before {
  content: "\f0da";
  font-family: "font awesome 5 free";
  position: absolute;
  top: 55%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gal-item01 a {
  display: block;
  position: relative;
}

.gal-item01 .desc {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: .6s;
}

.gal-item01 a:hover {
  opacity: 1;
}

.gal-item01 a:hover .desc {
  opacity: 1;
}

.gal-item01 .st-name {
  border-bottom: 1px solid #fff;
  margin: .5em 0;
}

.gal-item01 .mini-cat>span {
  border: 1px solid #fff;
}

.gal-item01 .mini-cat.v2>span {
  color: #000;
  background-color: #fff;
}

.f-catch {
    font-size: 22px;
    font-weight: 500;
    border-left: 5px solid var(--color01);
    padding-left: 15px;
}
.f-map {
    border-radius: 15px;
    padding-top: 55%;
}

.f-txt-focus{
    border: 2px solid rgb(235 163 86);
    /* background-color: var(--color02); */
    border-radius: 10px;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
}

/* .voice */
.voicelist .item + .item{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px dashed var(--color02);
}

.voicelist .item .item-inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voicelist .item .box-image{
  width: 30%;
}

.voicelist .item .box-image .img{
  border-radius: 15px;
  overflow: hidden;
}

.voicelist .item .box-text{
  width: 65%;
}

.voicelist .item .box-text .name{
  font-weight: 500;
}

.voicelist .item .box-text .shop {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: fit-content;
}

.voicelist .item .box-text .name .focus-name{
  font-size: 22px;
  margin-right: 5px;
}

.uk-lb{
  cursor: pointer;
}

@media(max-width:599px){
  .voicelist .item .item-inner{
    justify-content: center;
  }
  
  .voicelist .item .box-text{
    display: contents;
  }
  
  .voicelist .item .item-inner .order1{
    order: 1;
    width: 100%;
  }
  .voicelist .item .item-inner .order2{
    order: 2;
    width: 80%;
    margin-bottom: 10px;
  }
  .voicelist .item .item-inner .order3{
    order: 3;
    width: 100%;
  }
  
  .voicelist .item .box-text .name .focus-name{
    font-size: 20px;
  }
}

/* .staff */
.stafflist .item .box-image .img{
  border-radius: 10px;
  overflow: hidden;
}

.stafflist .item .shop {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
}

.stafflist .item .shop span {
    background-color: var(--color01);
    border-radius: 100px;
    padding: 2px 10px 3px;
    color: #fff;
}

.stafflist .item .job{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;    
}

.stafflist .item .job span{
  text-decoration: underline;
}

.stafflist .item .job span + span::before{
  content: ",";
}

.stafflist .item .name {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

/* staffdtllist */
.staffdtllist .box-image .img{
  border-radius: 15px;
  overflow: hidden;
}

.staffdtllist .sub-box {
    display: flex;
    border-bottom: 2px solid var(--color01);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.staffdtllist .sub-box dt {
    width: 160px;
}

.staffdtllist .sub-box dd{
  width:calc(100% - 160px);
}

.message .m-title {
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: 600;
    color: var(--color01);
    margin-top: 10px;
}

.staffdtllist .btn-cmn02 a::before{
    left: auto;
    right: -40px;
}

@media(max-width:599px){
  .staffdtllist .btn-cmn02 a::before {
    right: 5px;
}

.staffdtllist .sub-box dt {
    width:100%;
}

.staffdtllist .sub-box dd{
     width:100%;
}

.staffdtllist .sub-box{
  flex-wrap:wrap;
}
}

.btn-cmn03.mt0{
  margin-top: 0;
}

.mini-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.mini-cat>span {
  display: inline-block;
  font-size: .7em;
  padding: .05em .3em;
  border: 1.5px solid #000;
  margin: 0 .3em .1em 0;
  border-radius: .5em;
  font-weight: 500;
  letter-spacing: -.05em;
}

.mini-cat.rec-ver>span+span {
  border: none;
  color: #fff;
  background-color: var(--color01);
}

.home-news .mini-cat>span {
  color: #fff;
  border: 1.5px solid #fff;
}

.blog-list .item .mini-cat {
    margin-top: 5px;
}

.pro-item-inner {
  display: block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--color01);
}

.rec-item-inner {
  display: block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--color01);
}

.pro-item .mini-cat {
  width: 100%;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.pro-item .mini-cat>* {
  border: none;
  color: #fff;
  background-color: var(--color01)
}

.pro-title {
  font-size: 18px;
}

.pro-net {
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #000;
}

.uk-lb {
  cursor: pointer;
}


.news-item-t a {
  display: block;
}

.news-item-t .item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-item-t .date {
  color: #999;
  font-weight: bold;
  width: 110px;
  line-height: 1.5em;
}

.news-item-t .mini-cat {
  width: calc(100% - 110px);
  flex-wrap: wrap;
}

.news-item-t .mini-cat span {
  display: inline-block;
  background: var(--color01);
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  border: none;
  color: #fff;
}

.news-item-t .ttl {
  width: 100%;
  padding-bottom: 1em;
}

  .list4>*:nth-child(4) {
    display: none;
  }

@media(max-width:1024px) {
  .news-item-t .mini-cat span {
    display: inline-block;
    font-size: 11.2px;
    letter-spacing: 0;
    padding: .05em .3em;
    margin: 0 .3em .1em 0;
    border-radius: .5em;
    font-weight: 500;
  }

  .news-item-t .date {
    width: 100%;
  }

  .news-item-t .mini-cat {
    width: 100%;
  }

  .news-list-t.article-list.type03 .news-item-t .ttl {
    font-size: 16px;
  }
  
    .list4>*:nth-child(4) {
    display: block;
  }

}

.table-cmn02.type02 dl dt.long {
    width: 100%;
}

/* form */
.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 1px solid #ddd;
  background-color: #eee;
}


.formitem {
  padding: 1em 0;
  border-bottom: 2px dashed var(--color01);
}

.formitem dt {
  width: 30%;
  font-weight: 500;
}

.formitem .reqw {
  margin-left: 1em;
  padding: 0.1em .5em;
  color: #fff;
  text-align: center;
  background-color: var(--color01);
}

.formitem dd {
  width: 66%;
}

.formitem dd .inputlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}

.formitem dd input {
  width: 100%;
  padding: 1em .5em;
}

.formitem dd textarea {
  width: 100%;
  height: 250px;
  padding: 0.25em 0.5em;
}

.formbtn li {
  text-align: center;
}

.formbtn li button,
.formbtn li input {
  width: 260px;
  max-width: 100%;
  display: inline-block;
  padding: 1.25em 0.5em;
  text-align: center;
  border: none;
  border-radius: 50px;
  background-color: var(--color01);
  -webkit-box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
  box-shadow: 0.4em 0.4em 0.8em rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.formbtn li input {
  background-color: var(--color09);
}

.formbtn li button:hover,
.formbtn li input:hover {
  opacity: 0.6;
  cursor: pointer;
}

.formbtn li {
  width: 100%;
  max-width: 320px;
  margin: auto;
}

.formbtn2 li {
  max-width: 250px;
}

@media (max-width:1024px) {
  .formitem dt {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .formitem dt label {
    display: block;
  }

  .formitem dd {
    width: 100%;
  }

  .formbtn2 li {
    max-width: 200px;
  }
}

@media (max-width:599px) {

  .formbtn li button,
  .formbtn li input {
    width: 230px;
  }

  .formbtn2 li {
    max-width: 120px;
  }
}

.form01 .formlist .formitem .checkboxer label {
  display: inline-block;
  margin: 0.5em 0;
  margin-right: 15px;
  padding: 0 10px 0 24px;
  position: relative;
}

.form01 .formlist .formitem .checkboxer label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #ddd;
  border-radius: 3px;
  background-color: #eee;
  position: absolute;
  top: 3px;
  left: 0;
}

.form01 .formlist .formitem .checkboxer label:hover {
  text-decoration: underline;
  cursor: pointer;
}

.form01 .formlist .formitem .checkboxer input {
  display: none;
}

.form01 .formlist .formitem .checkboxer input:checked+label {
  text-decoration: underline;
}

.form01 .formlist .formitem .checkboxer input:checked+label::after {
  content: "\f00c";
  width: 0;
  height: 0;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: red;
  line-height: 1;
  background-color: transparent;
  position: absolute;
  top: 4px;
  left: 2px;
}

.crn01{
  color:var(--color01);
}

/* 2025/10/27 */
.ttl-new01{
  font-size: 24px;
  letter-spacing: 6px;
  color: #fff;
}

.ttl-new01{
  font-size: 24px;
  letter-spacing: 6px;
  color: #fff;
}

.ttl-new01::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 15px;
}

.ttl-new02{
  font-size: 20px;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 1em;
}

@media(max-width:1024px){
.ttl-new01{
  font-size: 20px;
}  
}

@media(max-width:599px){
.ttl-new01{
  font-size: 18px;
  margin-bottom: 0.5em;
}  
}

@media (max-width: 599px) {
.table-cmn03 dl dt.parking {
  width: 100%;
}
}

.faq-list .item .datattl .btnicon {
  margin-left: auto;
}

.faq-list .item .datattl .btnicon::before {
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1;
  font-size: 1.5em;
  color: var(--color01);
}

.faq-list .item .datattl.is-parent .btnicon::before {
  content: "\f056";
}

.table-cmn02 .title {
  width: 100%;
  padding-bottom: 0;
}

@media(max-width:599px) {
.table-cmn02 .item.-sppb0 {
  padding-bottom: 40px;
}    
}
