@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');


/*===================================
基本設定
===================================*/
/* # root1 START # */
:root {
  --color01: #b2dcec;
  --color02: rgba(178, 220, 236, 0.7);
}
/* # root1 END # */

/* # root2 START # */
/* :root {
--color01: #e7e383;
--color02: rgb(231 227 131 / 70%);
} */
/* # root2 END # */


/* # root3 START # */
/* :root {
--color01: #134E78;
--color02:rgb(19 78 120 / 70%);
} */
/* # root3 END # */





.wrapper {
  position: relative;
}

.js-toggle {
  cursor: pointer;
}


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: 16px;
  line-height: 2;
  letter-spacing: .1em;
}

.txt02 {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: .1em;
}

.txt03 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
}

.txt04 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #333;
  text-align: center;
}

.radius {
  border-radius: 10px;
  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;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

.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;
}

/*===================================
共通ブロック　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%;
}

.pb-ir {
  padding-bottom: 200px;
}

.pb-ir-child {
  margin-bottom: 30px;
}

.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>*: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;
}

.insert.mk2 {
  width: 100%;
}

.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.rvs .box {
  flex-direction: row-reverse;
}

.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: .1em;
  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: .1em;
  text-align: right;
}

.block-cmn05 .box .tbox .name {
  font-size: 20px;
  line-height: 2;
  letter-spacing: .1em;
  padding-left: 40px;
}

.block-cmn06>*+* {
  margin-top: 80px;
}

.block-cmn06 .list-cmn01 {
  padding-bottom: .5em;
  border-bottom: 2px solid var(--color01);
}

.map-box {
  width: 100%;
  height: 100%;
}

.map-box.bigger{
  height:300px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1250px) {
  .block-cmn02>*:nth-of-type(even) .pic {
    margin-top: -40px;
  }

  .pb-ir {
    padding-bottom: 40px;
  }

  .pb-ir-child {
    margin-bottom: 20px;
  }
}

@media (max-width:1024px) {
  .block-cmn02>*:nth-of-type(even) .pic {
    margin-top: 60px;
  }

  .block-cmn03>*+* {
    margin-top: 60px;
  }

  .block-cmn06>*+* {
    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:1024px) {
  .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: 90%;
    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: 15px;
  }
}

@media(max-width:599px) {
  .block-cmn02 .box+.box {
    margin-top: 0px;
  }

  .block-cmn06>*+* {
    margin-top: 30px;
  }
}

.bnr-cmn01 {
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(178, 220, 236, 0.3)));
  background-image: linear-gradient(to left, #fff, rgba(178, 220, 236, 0.3));
  border-radius: 15px;
  overflow: hidden;
}


.bnr-cmn01 .tbox {
  margin-left: auto;
  margin-right: 7%;
  width: 45%;
  z-index: 1;
  min-height: 300px;
  padding: 90px 0;
}

.bnr-cmn01 .tbox .logo img {
  width: 220px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  padding-top: 20px;
}


.bnr-cmn01 .box {
  min-height: 400px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.bnr-cmn01 .bgimg,
.bnr-cmn02 .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.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: .1em;
  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;
}


.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;

}

.bnr-cmn03 .top .ttl-inner {
  /* font-family: 'Quicksand',
sans-serif; */
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .1em;
  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: .1em;
  color: #333;
}

.bnr-cmn03 .bottom .desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #999;
  margin-top: 10px;
}

.bnr-cmn03 .top .ttl-inner {
  position: relative;
}


@media (max-width:1024px) {
  .bnr-cmn02 .tbox {
    width: 90%;
    margin: 0 auto;
  }

  .bnr-cmn01 .left {
    width: 100%;
  }

  .bnr-cmn01 .tbox {
    width: 100% !important;
    min-height: 0;
    padding: 50px 0 50px 10px;
  }

  .bnr-cmn03 .bottom .ttl {
    font-size: 18px;
  }
}

@media(max-width:599px) {
  .bnr-cmn01 .box {
    min-height: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bnr-cmn01.type02 .left .ttl {
    font-size: 16px;
    letter-spacing: .1em;
  }
  
  .bnr-cmn01 {
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(178, 220, 236, 0.75)));
  background-image: linear-gradient(to left, #fff, rgba(178, 220, 236, 0.75));
}

}

/*===================================
共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */

/* 英語のサブタイトル付きの見出し */

.ttl-cmn01 {
  font-size: 30px;
  letter-spacing: .1em;
  color: #fff;
  /* font-family: 'Quicksand',
sans-serif; */
  font-weight: 700;
}


.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: .1em;
  color: #333;
}

.ttl-cmn02 .en.type02 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}


.ttl-cmn02 .ja {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .1em;
  color: #333;
}


.ttl-cmn03 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  color: #333;
  margin-bottom: 50px;
}

.bnr-cmn01 .left-inner .ttl-cmn03 {
  margin-bottom: 0;
}


.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: .1em;
  text-align: center;
}

@media(max-width:599px) {
  .ttl-cmn03 .pic img {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

/* アンカーリンクの見出し */
.ttl-cmn05 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .1em;
  border-radius: 10px;
  background-color: var(--color01);
  padding: 20px 40px;
  color: #fff;
}


/* フローの見出し */
.ttl-cmn06 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #333;
}

.ttl-cmn07 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .1em;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}

.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: .1em;
  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: .1em;
  text-align: left;
  color: #333;
}

.ttl-cmn09.v2>*>* {
  /* font-family: 'Quicksand',
sans-serif; */
  font-size: 20px;
  font-weight:bold;
}

.ttl-cmn09>*>.sub-ttl {
  margin-left: 5px;
  font-size: 14px;
  letter-spacing: .1em;
  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;
  }

  .ttl-cmn03 .pic {
    position: static;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
  }

  .ttl-cmn04 {
    font-size: 24px;
    letter-spacing: .1em;
  }

  .ttl-cmn05 {
    font-size: 24px;
    letter-spacing: .1em;
    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: .1em;
  }

  .ttl-cmn02 {
    margin-bottom: 30px;
  }

  .ttl-cmn02 .ja {
    font-size: 14px;
  }

  .ttl-cmn02 .en {
    font-size: 24px;
  }

  .ttl-cmn03 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .ttl-cmn04 {
    font-size: 18px;
    letter-spacing: .1em;
  }

  .ttl-cmn05 {
    font-size: 20px;
    letter-spacing: .1em;
  }

  .ttl-cmn06 {
    font-size: 20px;
  }

  .ttl-cmn07 {
    font-size: 20px;
    letter-spacing: .1em;
  }

  .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;

  }
}

/*===================================
共通リスト　list-cmn
==================================*/
/* 共通リスト１ */


.list-cmn01>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #333;
}


.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: .1em;
  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: .1em;
  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-cmn03 {
    margin-top: 40px;
  }
}


/* お問い合わせフォームのボタン */
.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: .1em;
  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: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  background-color: var(--color01);
}

.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: .1em;
  padding: 15px 0;
  color: #fff;
}

.btn-cmn06>*:hover {
  color: #fff;
}

.btn-cmn06>* {
  gap: 10px;
}

.btn-cmn06>*::after {
  /* display: inline-block;
content: "\f030";
font-family: "Font Awesome 5 Free";
font-weight: bold;
font-size: 20px; */
  content: "";
  background: url('/import/tenant_1/162.43.31.26/images/camera.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;
  }

  .btn-cmn05 a {
    font-size: 18px;
  }
}

@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;
  }
}

/*===================================
他共通エレメント -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: .1em;
  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: .1em;
  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: .1em;
  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%;
  }

  .anchor-cmn01 .item a {
    font-size: 16px;
    padding: 8px 0;
    border-radius: 8px;
  }

  .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: .1em;
  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;
}


.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: .1em;
  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;
}

.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;
}

.js-thumb {
  cursor: pointer;
}

@media (max-width:1024px) {
  .box-type02 .item .item-inner {
    font-size: 24px;
    padding: 30px 10px;
    letter-spacing: .1em;
  }

  .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: 80px;
    top: -15px;
  }

  .box-type02 .item:nth-of-type(2) .pic {
    width: 80px;
    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;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}

.modal__content {
  width: 60%;
  padding: 60px 40px;
  border-radius: 20px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal .btn_close {
  display: block;
  padding: 8px 15px 10px;
  text-align: center;
  border: 2px solid #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;
}

@media(max-width:599px) {
  .modal__content {
    width: 90%;
    padding: 40px 20px;
  }
}

/* modalの中のボタン */
.modal .tel-box a {
  background: #ccc;
  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: .1em;
  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: "\f030";
  font-family: "font awesome 5 free";
  font-weight: bold;
}

/* 店舗情報のテーブル */
.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: .1em;
  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: .1em;
  font-weight: normal;
}

.table-cmn01 dl dd {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .1em;
  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: .1em;
  color: #333;
  width: calc(100% - 110px);
  font-weight: normal;
}

.table-cmn02 dl dt .ttl {
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: bold;
}

.table-cmn02 dl dt.long .ttl {
  font-size: 1.3rem;
}

.table-cmn02 dl dd {
  font-size: 18px;
  letter-spacing: .1em;
  text-align: right;
  color: #333;
  width: 100px;
}

.table-cmn02.type03 dl dt {
  width: calc(100% - 130px);
  font-size: 18px;
  letter-spacing: .1em;
}

.table-cmn02.type03 dl dd {
  width: 130px;
}

.table-cmn02.type03.erp dl dt {
  width: 130px;
  font-size: 16px;
  letter-spacing: 0;
}

.table-cmn02.type03.erp dl dt.max {
  width: 100%;
}

.table-cmn02.type03.erp dl dd {
  width: calc(100% - 130px);
  font-size: 16px;
  letter-spacing: 0;
}

@media (max-width: 599px) {
  .table-cmn02 dl dt .ttl {
    font-size: 16px;
  }
}

/* ギャラリー詳細 */
.table-cmn02.type02 dl dt {
  width: 120px;
  font-weight: bold;
  letter-spacing: .1em;
}

.table-cmn02.type02 dl dt.long {
  width: 100%;
}

.table-cmn02.type02 dl dd {
  width: calc(100% - 140px);
}

.table-cmn02.type02 .detail .txt {
  width: 100%;
  letter-spacing: .1em;
  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: .1em;
  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 {
    flex-wrap: wrap;
  }

  .table-cmn03 dl dt {
    width: 100%;
  }

  .table-cmn03 dl dd {
    width: 100%;
  }

  .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;
  }
}

.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: 100%;
  font-weight: 500;
  padding: 3px 20px;
  margin: 0 auto;
}

/**
ヘッダー
header
*/
.header {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  z-index: 200;
  margin: 20px 0;
  padding: 0 30px;
  transition: .6s;
}


.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 {
  width: 230px;
}

.header .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.header .logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.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 {
    padding: 15px 0;
  }

  .header .right {
    display: none;
  }

  .pagettl {
    padding: 3px 5px;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: none;
}


.fix-bottom>* {
  width: 100%;
}

.fix-bottom>*>* {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fix-bottom .item {
  width: 50%;
  text-align: center;
  height: 50px;
}

.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: 100%;
  padding: 10px 5px;
  color: #fff;
}

.fix-bottom .test-a .tel-box {
  background: #ccc;
  color: #fff;
  font-size: 14px;
}

.fix-bottom .tel-box {
  background: var(--color01);
}

.fix-bottom .tel-box a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.fix-bottom .test-a .contact a {
  background: #ccc;
}

.fix-bottom .contact a {
  background: var(--color01);
}

.fix-bottom .reserve .a,
.fix-bottom .reserve a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #ccc;
  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 .test-a .reserve .a,
.fix-bottom .test-a .reserve a {
  background: var(--color01);
}

.fix-bottom .a:before,
.fix-bottom a:before {
  margin-right: 5px;
  content: "\f030";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.fix-bottom .contact a:before {
  margin-right: 5px;
  content: "\f0e0";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  -webkit-transform: translate(0px, 1px);
  transform: translate(0px, 1px);
}

/* .hide-box {
display: none;
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100%;
} */

.box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .fix-bottom {
    z-index: 10;
    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;

}

.header {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  background: #ccc;
  -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: .1em;
  color: #fff;
  /* font-family: 'Raleway',
sans-serif; */
  font-weight: 500;
  margin: 0 clamp(0.313rem, -3.198rem + 5.47vw, 1.25rem);
}


.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);
}

.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;
}

.gnav .item03 a::after {
  /* display: inline-block;
content: "\f030";
font-family: "Font Awesome 5 Free";
font-weight: bold;
font-size: 20px; */
  content: "";
  background: url('/import/tenant_1/162.43.31.26/images/camera.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: 300px;
  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;
}


.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: #ccc;
    -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);
    z-index: 9;
  }

  .gnav .wrap {
    padding: 40px 20px 120px 20px;
    margin-right: 0;
    display: block;
  }

  .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;
    border-bottom: 1px solid #fff;
  }

  .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;
    max-width:100%;
    margin-bottom:10px;
  }

  .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: '';
  }

  .header {
    padding: 8px 8px;
  }
}

/* ハンバーガーメニュー*/
.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: 1px;
  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: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.totop:before {
  content: '\f077';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 60px;
  }

  .toggle {
    display: block;
    position: fixed;
  }
}

/**
フッター
footer
*/
.footer .copy {
  padding-top: 25px;
  /* font-family: 'Raleway',
sans-serif; */
  font-size: 14px;
  letter-spacing: .1em;
  color: #999;
  text-align: center;
}

.footer .logo {
  max-width: 200px;
  margin: 0 auto;
}

.footer .logo a {
  display: block;
}

@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: .1em;
  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: 800px;
  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: 96%;
  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;
  color: #fff;
}

.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 {
    height: 600px;
  }

  .homevisual .right {
    bottom: 130px;
  }

  .homevisual .bottom {
    bottom: 110px;
  }
}

@media (max-width: 599px) {
  .homevisual .head {
    font-size: 22px;
  }

  .homevisual {
    height: 500px;
  }

  .homevisual .right {
    bottom: 130px;
  }

  .homevisual .bottom {
    bottom: 110px;
  }
}


.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;
}


.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: -60px;
  }
}

@media (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
    top: -80px;
  }

  .slick01 .btn-slick.btn-back {
    right: 80%;
  }

  .slick01 .btn-slick.btn-next {
    left: 80%;
  }

  .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 {
  border: 2px solid var(--color01);
  color: #121212;
  opacity: 1;
}

@media (max-width: 599px) {

  .pagenation .number a,
  .pagenation .prev a,
  .pagenation .next a,
  .pagenation .now {
    width: 30px;
    height: 30px;
  }

  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 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;
}



/* トップページ */
/* お知らせ */
.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: .1em;
  color: #fff;
  font-weight: 500;
}

.home-news .table .ttl a {
  display: block;
}

.home-news .table .date {
  font-weight: 500;
}

.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;
}

.home-news .table .ttl {
  /* font-family: 'Noto Sans JP', sans-serif; */
  color: #fff;
}

.home-gallery {
  position: relative;
  overflow: hidden;
  background-image: url('/import/tenant_1/162.43.31.26/images/AdobeStock_688432851.webp');
  background-size: cover;
}

.home-gallery .tbox {
  position: relative;
  display: block;
  padding: 100px 5%;
}

.home-gallery .box {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}


.home-gallery .left {
  width: 40%;
}

.home-gallery .right {
  width: 60%;
}

.home-gallery .tbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}


.home-gallery .tbox>* {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-gallery .tbox .ttl {
  /* font-family: 'Quicksand',
sans-serif; */
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .1em;
  margin-bottom: 30px;
}


.home-gallery .tbox p {
  font-size: 18px;
  letter-spacing: .1em;
  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%;
}

.home-blog.rv .inner {
  padding: 50px 50px 50px 0px;
  margin-right: auto;
  margin-left: 0;
  width: 85%;
}


.blog-list {
  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%;
}


.home-blog .slick-list {
  padding-right: 90px;
}

.home-blog .slick-slide {
  padding-right: 30px;
}


.home-blog .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: .1em;
}

.blog-list .item .mini-cat {
  margin-top: 5px;
}


@media (max-width: 1024px) {
  .home-blog .slick-list {
    padding-right: 45px;
  }

  .home-news .box {
    padding: 30px 30px;

  }

  .home-blog .ttl {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .home-blog .slick-list {
    padding-right: 0;
  }

  .home-gallery .tbox>* {
    text-align: left;
  }
}

/* 入力値定義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;
  }

  .blog-list {
    padding-top: 60px;
  }
}

@media (max-width: 599px) {
  .gallery-list .item .ttl {
    font-size: 14px;
    margin-top: 10px;
  }

  .home-news .box {
    padding: 15px 20px;
  }

  .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 0 20px 20px;
  }

  .blog-list {
    padding-top: 50px;
  }

  .home-blog .slick-slide {
    padding-right: 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: bold;
  letter-spacing: .1em;
  color: #333;
  text-align: center;
}

.product-list .volume {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: .1em;
  text-align: center;
  color: #333;
}

.product-list .detail {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #333;
}



/* ニュース・ブログ共通 */
.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: .1em;
  color: #fff;
}

.article-list .ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #333;
}

.article-list .date {
  font-size: 16px;
  line-height: 2.5;
  color: #333;
  font-weight: 500;
}

/* ブログ詳細・お知らせ詳細 */
.article-list.type02 .ttl {
  font-size: 24px;
  letter-spacing: .1em;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--color01);
}

/* お知らせのリスト型 */
.article-list.type03 .ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  padding-bottom: 36px;
  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;
}

/* ブログ・お知らせの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: .1em;
  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: .1em;
  color: #333;
}

.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);
}

.list4>*:nth-child(4) {
  display: none;
}

.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-list-t.article-list.type03 .news-item-t .ttl {
  width: 100%;
  padding-bottom: 1em;
}

@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;
  }

}

@media (max-width: 1024px) {
  .article-list.type02 .ttl {
    font-size: 18px;
    letter-spacing: .1em;
  }

  .article-list.type03 .ttl {
    font-size: 18px;
    letter-spacing: .1em;
    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;
  }

  .cate-wrap+.cate-wrap {
    margin-top: 40px;
  }

  .cate-wrap .ttl {
    margin-bottom: 15px;
  }

  .list4>*:nth-child(4) {
    display: block;
  }
}

/* よくある質問 */

.faq-list .item+.item {
  margin-top: 50px;
}

.faq-list .item .datattl {
  border-bottom: solid 1px var(--color01);
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 20px;

}

.faq-list .item .datattl::after {
  content: "+";
  display: block;
  line-height: 20px;
  height: 20px;
  font-size: 24px;
  width: 20px;
  font-weight: bold;
  color: #ddd;
  position: absolute;
  right: 0;
  top: 10px;
  transition: .6s;
}

.faq-list .item .is-parent.datattl::after {
  transform: rotate(135deg);
}


.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: 500;
  letter-spacing: .1em;
  text-align: left;
  color: #333;
}

.faq-list .data .answer {
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: .1em;
  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: 26px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background: var(--color01);
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 5px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.faq-list .label.type02 {
  background: var(--color01);
}

.faq-list .data {
  display: none;
  margin-top: 20px;
}


@media (max-width: 599px) {
  .faq-list .item .datattl {
    padding-bottom: 15px;
  }

  .faq-list .label {
    width: 30px;
    height: 30px;
    font-size: 18px;
    margin-right: 10px;
  }

  .faq-list .datattl .question {
    font-size: 16px;
  }

  .faq-list .data .answer {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .1em;
    color: #333;
  }

  .faq-list .data {
    margin-top: 15px;
  }

  .faq-list .item+.item {
    margin-top: 40px;
  }

  .faq-list .item .datattl::after {
    top: 2px;
  }

}

.privacy-list dl+dl {
  margin-top: 60px;
}

@media (max-width: 599px) {
  .privacy-list dl+dl {
    margin-top: 40px;
  }
}






.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;
}

/* 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: .1em;
  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%);
}

@media(max-width:599px) {
  .recruit02area .recruitlist .item dl dd dl dt {
    width: 160px;
  }

  .recruit02area .recruitlist .item dl dd dl dt+dd {
    width: 100%;
  }
}















[data-element-id].js-toggle+* {
  display: block !important;
}

[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: .1em;
  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: .1em;
  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: .1em;
  font-size: 10px;
}

/* 共通要素読み込みコメント（取り込み後削除） */
[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;
}

[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%;
}

[data-element-id].bnr-cmn01 {
  position: relative;
  z-index: 1;
}

[data-element-id].bnr-cmn01 .tbox {
  position: relative;
  z-index: 1;
  margin-right: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
}

[data-element-id].bnr-cmn01 .box>* {
  position: relative;
  z-index: 1;
}

[data-element-id].bnr-cmn01 .bgimg,
[data-element-id].bnr-cmn02 .bgimg {
  z-index: 0;
}

[data-element-id].bnr-cmn02 .tbox {
  position: relative;
  z-index: 1;
  margin-right: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.8);
}

[data-element-id] .show\@sp .ttl-cmn01 {
  font-size: 18px;
  letter-spacing: .1em;
}

[data-element-id] .show\@sp .ttl-cmn02 .en {
  font-size: 24px;
}

[data-element-id] .show\@sp .ttl-cmn02 .ja {
  font-size: 14px;
}

[data-element-id] .show\@sp .ttl-cmn03 {
  font-size: 20px;
  margin-bottom: 35px;
}

[data-element-id] .show\@sp .ttl-cmn04 {
  font-size: 18px;
  letter-spacing: .1em;
}

[data-element-id] .show\@sp .ttl-cmn05 {
  font-size: 20px;
  letter-spacing: .1em;
}

[data-element-id] .show\@sp .ttl-cmn06 {
  font-size: 20px;
}

[data-element-id] .show\@sp .ttl-cmn07 {
  font-size: 20px;
  letter-spacing: .1em;
}

[data-element-id] .show\@sp .list-cmn01>* {
  font-size: 18px;
  line-height: 1.5;
}

[data-element-id].box-type01 .item .bgimg {
  z-index: 0;
}

[data-element-id] .modal {
  height: auto;
  display: block;
  margin-top: 50px;
  position: relative;
}

[data-element-id] .js-modal-close01:after {
  width: 100%;
  min-width: 200px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: #555;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  border: 2px solid #555;
}

[data-element-id] .js-modal-close01:after {
  content: "「電話でお問い合わせ」をクリックしたときに現れる画面です";
}

[data-element-id] .js-modal-close02:after {
  content: "「WEB予約」をクリックしたときに現れる画面です";
}

[data-element-id].modal__bg {
  display: none;
}

[data-element-id] .modal__content {
  width: 90%;
  border: 2px solid #555;
  -webkit-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 0;
  margin: 0 auto;
}

[data-element-id].header {
  padding-top: 40px;
  position: relative;
}

[data-element-id].gnav .wrap {
  align-items: flex-start;
}

[data-element-id].fix-bottom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 375px;
}

[data-element-id].fix-bottom::after {
  width: 100%;
  content: 'PCで非表示';
  display: block;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #008000;
}

.bnr-cmn03 .top .ttl-inner .encho {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  top: -5px;
  right: 0;
  padding: 0;
  border-radius: 50%;
}


[data-element-id].gnav .item01 {
  color: #121212;
}

[data-element-id].gnav .item03 {
  color: #121212;
}

[data-element-id].gnav .list02 {
  opacity: 1;
  visibility: visible;
  position: relative;
  pointer-events: auto;
}

[data-element-id] .gnav.fixed {
  position: relative;
}

[data-element-id].totop {
  position: static;
}


/*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%;
}

[data-element-id].home-gallery .box {
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}

[data-element-id].home-gallery .box::after {
  z-index: -1;
}


[data-element-id].home-gallery .tbox {
  z-index: 0;
}

[data-element-id] .home-gallery .tbox .show\@sp .ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

[data-element-id].home-blog .inner {
  position: relative;
  z-index: 1;
}

[data-element-id].home-blog .bgimg {
  z-index: 0;
}

[data-element-id].blog-list {
  width: 100vw;
  z-index: 1;
  overflow: hidden;
}

[data-element-id].blog-list>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-element-id].faq-list .data {
  display: block;
}


[data-element-id].blog-list li {
  display: block;
}

[data-element-id].header-inner{
  flex-wrap:wrap;
}

[data-element-id].header .logo{
  margin-bottom:40px;
}

[data-element-id].hd-add{
  width:300px;
}

[data-element-id].gnav .wrap{
  flex-wrap:wrap;
}

.instalink{
  width:20px;
  margin-right:5px;
}

@media(max-width:599px){
  .table-cmn02.type03.erp dl dt {
    width: 60px;
}

.table-cmn02.type03.erp dl dd {
    width: calc(100% - 60px);
}

.table-cmn02.type03.erp dl dt.max {
    white-space: wrap;
}

.table-cmn02.type03 dl dd{
  width:80px;
}

.table-cmn02.type03 dl dt{
  width: calc(100% - 80px);
}
}

.fix-bottom a{
  width:100%;
}

.fix-bottom .contact>div,
.fix-bottom .contact>div>div{
  height: 100%;
  width: 100%;
}

.fix-bottom .contact .b-btn a {
    background: #E1315B;
}

.formitem dd select{
      padding: 1em .5em;
}

.stv{
  width:100%;
  max-width:600px;
  margin:30px auto 0 auto;
}

.stv>*{
  width:100%;
}

[data-element-id].homevisual.hero-section-img>[data-hide-element] {
   position: absolute !important;
    right: 1%;
    bottom: 5%;
    width:2em!important;
}

[data-element-id].homevisual.hero-section-img>[data-hide-element]::before {
    display:none;
}

[data-element-id].homevisual.hero-section-img>[data-hide-element]>* {
    position:relative;
}

[data-element-id].homevisual.hero-section-img>[data-hide-element]>*::before {
    content: "※非表示コンテンツ";
    font-weight: bold !important;
    font-size: 12px !important;
    color: #fff !important;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    background-color: #F44336;
    padding: 2px 5px;
    z-index: 10000 !important;
    cursor: pointer;
    box-shadow: 0 0 0 1.5px #F44336 !important
}

.new-title{
  display:block;
}

.new-title>span{
  display:inline-block;
  position:relative;
  padding:0 1em;
  letter-spacing: .1em;
}

.new-title>span::before{
  content:"";
  display:block;
  height:2px;
  width:0.6em;
  background-color:var(--color01);
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
}

.new-title>span::after{
  content:"";
  display:block;
  height:2px;
  width:0.6em;
  background-color:var(--color01);
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
}

@media (max-width: 599px) {
    .btn-cmn02.v2 a::before {
        left: 120px;
    }
    
    .table-cmn02 dl dt .ttl{
      letter-spacing:0;
    }
}
