@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  letter-spacing: 1px;
}

:root {
  --color01: #f7bb03;
  --color02: #999;
  --color03: #fff4d7;
  /* --color04: #faf5ef; */
  --ff01: "Zen Maru Gothic", sans-serif;
  --ff99: "font awesome 5 free";
  /* --radius01: ; */
}

time{
  flex-shrink: 0;
}

/*===================================
  基本設定
===================================*/
.color01 {
  color: var(--color01);
}

.color02 {
  color: var(--color02);
}

.color03 {
  color: #000;
}

.color04 {
  color: #000;
}

.color05 {
  color: #ccc;
}

.bgcolor01 {
  background-color: var(--color01);
}

.bgcolor02 {
  background-color: var(--color03);
}

.bgcolor03 {
  background-color: #ffc;
}

.bgcolor04 {
  background-color: #000;
}

.br10 {
  overflow: hidden;
  border-radius: 10px;
}

.br20 {
  overflow: hidden;
  border-radius: 20px;
}

.cmn-indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.cmn-indent02 {
  padding-left: 1.2em;
  position: relative;
}

.cmn-indent02::before {
  content: "\f5c9";
  font-family: var(--ff99);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.fxd-cmn-even .box-inner:nth-of-type(even) {
    flex-direction: row;
}

@media(max-width:599px) {
  .br20 {
    border-radius: 10px;
  }
}

.up-w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.line-cmn-01 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 1;
}

.line-cmn-02 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;

  -webkit-line-clamp: 2;
}

/* 共通コンテンツ間隔 */
.area {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 599px) {
  .area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* 共通要素読み込みコメント（取り込み後削除） */
[class*="load-"] {
  min-height: 50px;
  border: 3px solid #00bcd4;
  position: relative;
}

[class*="load-"]:before {
  content: "共通要素";
  display: block;
  font-weight: bold;
  color: #ff0;
  text-align: center;
  background: #00bcd4;
  position: absolute;
  z-index: 100;
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
.block-cmn01 {
  padding: 30px;
  background: var(--color01);
}

.block-cmn01 .p {
  width: 90%;
  margin: auto;
  color: white;
  text-align: center;
}

.block-cmn01 .p .s {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 2px;
}

.block-cmn01.border {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  background: none;
}

.block-cmn01.border .p {
  color: var(--color01);
}

.block-cmn01.border .s {
  color: var(--color01);
}

@media(max-width:599px) {
  .block-cmn01 {
    padding: 20px;
  }

  .block-cmn01 .p .s {
    font-size: 26px;
  }
}

/* 共通ブロック2 */
.block-cmn02 li {
  width: 50%;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

.block-cmn02 li:first-child {
  border-right: 1px solid #ddd;
}

.block-cmn02 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-cmn02 dt {
  width: 100%;
  margin-bottom: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  color: var(--color01);
  text-align: center;
}

.block-cmn02 dd {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .block-cmn02 li {
    width: 100%;
    padding: 15px;
  }

  .block-cmn02 li:first-child {
    border-right: none;
  }

  .block-cmn02 dt {
    height: auto !important;
  }
}

/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  padding-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: var(--color01);
  text-align: center;
}

.ttl-cmn01:after {
  content: "";
  width: 192px;
  height: 1px;
  display: block;
  margin: 5px auto 0 auto;
  background: var(--color01);
}

.ttl-cmn01 .s {
  padding-left: 1em;
  font-weight: normal;
  font-size: 12px;
}

.ttl-cmn01_wide {
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  text-align: center;
  border-bottom: 2px solid var(--color01);
}

.ttl-cmn02 {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  border-bottom: 1px solid var(--color01);
}

.ttl-cmn02.no-bdb {
  border-bottom: none;
}

.ttl-cmn02.has_icon {
  padding-left: 35px;
  position: relative;
}

.ttl-cmn02.has_icon .i {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl-cmn02.has_bdl {
  padding-left: 45px;
  border-left: 3px solid var(--color01);
}

.ttl-cmn02.has_bdl .i {
  left: 5px;
}

.ttl-cmn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  border-bottom: 1px solid var(--color01);
}

.ttl-cmn03 .t {
  max-width: 60%;
  padding-left: 1rem;
  font-size: 0.5em;
}

.ttl-cmn04 {
  margin-bottom: 3rem;
  padding: 1rem;
  font-size: 22px;
  color: #fff;
  text-align: center;
  background: var(--color01);
}

.ttl-cmn04.no_mb {
  margin-bottom: 0;
}

.ttl-cmn04.has_bdb {
  position: relative;
}

.ttl-cmn04.has_bdb:after {
  content: "";
  width: 192px;
  height: 1px;
  display: block;
  margin: 5px auto 0 auto;
  background: #ddd;
}

.ttl-cmn04.align-left {
  text-align: left;
}

.ttl-cmn05 {
  margin: 0 0 50px;
  padding: 15px 15px 15px 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  border-left: 3px solid var(--color01);
  background-color: var(--color03);
}

.ttl-cmn05.min {
  margin: 0 0 30px;
  padding: 10px 10px 10px 30px;
  font-size: 20px;
}

@media(max-width:599px) {
  .ttl-cmn05{
    padding: 15px 15px 15px 20px;
  }
  .ttl-cmn05.min {
    padding: 10px 10px 10px 15px;
    font-size: 18px;
  }
}

.ttl-cmn06 {
  margin-bottom: 30px;
  padding-left: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color01);
  line-height: 1.2;
  border-left: 3px solid var(--color01);
}

.ttl-cmn07 {
  padding-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  color: var(--color01);
  text-align: center;
}

.ttl-cmn07 .s {
  display: block;
  margin-top: 10px;
  padding: 5px;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  color: #000;
  text-align: center;
  background: #cacbe2;
}

@media only screen and (max-width: 1024px) {

  .ttl-cmn01,
  .ttl-cmn02,
  .ttl-cmn07 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {

  .ttl-cmn01,
  .ttl-cmn02,
  .ttl-cmn07 {
    padding-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0;
  }

  .ttl-cmn05 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .ttl-cmn06 {
    font-size: 20px;
  }
}

.ttl-cmn-01 {
  font-weight: 500;
  font-size: 30px;
  color: var(--color01);
}

@media(max-width:1024px) {
  .ttl-cmn-01 {
    font-size: 22px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
.list-cmp01 .item {
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.list-cmp01.type02 .item {
  border-bottom: 1px solid #7c7c7c;
}

.list-cmp01 .item .data.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-cmp01 .item .data.type02>dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.list-cmp01 .item .data.type02>dl:last-child {
  margin-bottom: 0px;
}

.list-cmp01 .datattl {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.list-cmp01.type02 .datattl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.list-cmp01 .data.type02 .datattl {
  width: 100px;
  color: var(--color02);
  position: relative;
}

.list-cmp01 .data.type02 .datattl::before {
  content: "\f054";
  font-family: var(--ff99);
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 55%;
  right: 0;
}

.info_list-cmp01_wrap {
  overflow: hidden;
  position: relative;
}

.info_list-cmp01_wrap .bkimg {
  width: 30%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.info_list-cmp01_wrap .bkimg img {
  height: auto;
  opacity: 0.1;
}

@media only screen and (max-width: 599px) {
  .list-cmp01 .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 10px;
  }

  .list-cmp01 .datattl {
    width: 100%;
    margin-bottom: 5px;
    color: var(--color01);
  }

  .list-cmp01 .data {
    width: 100%;
  }

  .list-cmp01.type02 .data {
    margin-top: 20px;
    text-align: right;
  }

  .list-cmp01 .data.type02 .datattl {
    width: 80px;
    margin-right: 10px;
  }

  .info_list-cmp01_wrap .bkimg {
    width: 75%;
  }
}

/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-cmn01 a,.btn-cmn01 button {
  width: 280px;
  min-width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
  padding: 15px 40px 15px 40px;
  line-height: 1;
  text-align: center;
  border: 1px solid #666;
  border-radius: 50px;
  position: relative;
  background: transparent;
  white-space: nowrap;
}

.btn-cmn01.type02 a,.btn-cmn01.type02 button {
  border: 1px solid #fff;
  background: #fff;
}

.btn-cmn01.long a,.btn-cmn01.long button {
  width: auto;
}

.btn-cmn01 a:before,.btn-cmn01 button:before {
  content: "\f061";
  margin-top: -6px;
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 14px;
}

.btn-cmn01.back a:before,.btn-cmn01.back button:before {
  content: "\f060";
  left: 14px;
  right: auto;
}

/* 
.back a {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 10px 15px 10px 30px;
  color: #fff;
  text-align: center;
  background: var(--color01);
  position: relative;
}

.back a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 1rem;
} */

@media only screen and (max-width: 1024px) {
  .btn-cmn01 a,.btn-cmn01 button {
    width: auto;
    padding: 0.5rem 3rem;
    line-height: 1.6;
  }

  .btn-cmn01 a:before,.btn-cmn01 button:before {
    margin-top: -4px;
    right: 8px;
  }
}

@media only screen and (max-width: 599px) {
  .btn-cmn01 a,.btn-cmn01 button {
    min-width: 140px;
  }
}

.img {
  width: 100%;
}

.img img {
  width: 100%;
  text-align: center;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* fead */
.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* show hide */

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@tb.indention {
    display: inline-block;
    border: 1px solid green;
}

[data-element-id] .show\@tb:after {
    content: "モバイル用" !important;
    display: block !important;
    padding: 5px !important;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: none;
    position: relative !important;
    background: green !important;
    width: 100% !important;
    height: auto !important;
    font-size: 12px !important;
    transform: none !important;
    top: auto !important;
}

[data-element-id] .show\@pc.indention:after {
    content: "PC改行";
    display: block;
    padding: 0px;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: blue;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@sp.indention {
    display: inline-block;
    border: 1px solid green;
}

[data-element-id] .show\@sp:after {
  content: "モバイル用";
  display: block;
  padding: 5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: none;
  background: green;
}

[data-element-id] .show\@tb.indention:after {
    content: "SP改行" !important;
    font-size: 10px !important;
    padding: 3px !important;
    width: 28px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

[data-element-id] .show\@sp.indention:after {
    content: "SP改行";
    font-size: 10px;
    padding: 3px;
    width: 28px;
    line-height: 1.1;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: bold;
  color: var(--color01);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    margin: 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/*===================================
  共通要素
===================================*/
/**
ヘッダー
header
*/
.header {
  width: 100%;
  z-index: 100;
}

.header .contents {
  margin: 0 auto;
  padding: 10px 0 0;
  background: rgba(255, 255, 255, 0.95);
}

.header .right .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  font-weight: bold;
}

.header .right .tel a img {
  margin-right: 5px;
}

.header .table dt {
  width: 27%;
  font-weight: bold;
}

.header .table dd {
  width: 73%;
}

.header .book {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.header .book span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.header .book .i {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .header {
    position: relative;
    z-index: auto;
  }

  .header .contents {
    max-width: none;
    padding: 1rem 45px 1rem 1rem;
  }

  .header .right {
    width: 70%;
  }

  .header .tel_wrap {
    display: none;
  }

  .header .book {
    display: none;
  }

  .header .table {
    width: 100%;
  }

  .header .table dt {
    width: auto;
  }
}

@media only screen and (max-width: 599px) {
  .header .contents {
    padding: 10px;
  }

  .header .left {
    width: 100%;
  }

  .header .pagettl {
    padding-right: 30px;
  }

  .header .logo {
    width: 80%;
    margin: 0 auto 0px;
    text-align: center;
  }

  .header .right {
    width: 100%;
  }

  .header .table {
    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;
  }

  .header .table dl {
    width: 48%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header .table dl dt,
  .header .table dl dd {
    width: 100%;
  }

  .header .table dl dd {
    margin-bottom: 5px;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 10;

  row-gap: 0.5em;
}

[data-element-id] .fix-bottom {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    width: fit-content;
}

.fix-bottom .item>* ,[data-element-id] .fix-bottom .item.tel{
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 1em 0 0 1em;
  background: var(--color01);
  row-gap: 0.2em;
}

.fix-bottom .abtest-b.item>*{
  background: #ff8244;
}

.fix-bottom .item .tit {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
}

[data-element-id] .fix-bottom .item .tit{
  display: block !important;
}

[data-element-id] .fix-bottom .item.tel>*{
  width: fit-content;
  height: fit-content;
  border-radius: 0;
  row-gap: 0;
  display: flex !important;
}

.fix-bottom .item>*::before {
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

[data-element-id] .fix-bottom .item .tit.hide\@pc::before{
  display: none;
}

.fix-bottom .item.reserve>*::before {
  content: "\f3cd";
}

.fix-bottom .item.tel>*::before {
  content: "\f879";
}

.fix-bottom .item.contact>*::before {
  content: "\f0e0";
}

@media only screen and (max-width: 1024px) {
  .fix-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .fix-bottom >* {
    width: calc(100% / 3);
    text-align: center;
  }

  .fix-bottom .item>* {
    width: 99%;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    border-radius: 1em 1em 0 0;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .fix-bottom a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 5px;
  }

  .fix-bottom .item>*::before {
    font-size: 20px;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
  z-index: 150;
}

.gnav.fixed {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}

.gnav.fixed .wrap {
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
}

.gnav .wrap {
  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;
  margin: 0 auto;
  padding: 5px 30px 5px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
}

.gnav .list01 {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

[data-element-id] .gnav .list01{
      align-items: flex-start;
          justify-content: flex-end;
}

.gnav .item01 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  text-align: center;
  position: relative;
}

[data-element-id] .gnav .item01{
  max-width: 20%;
    min-width: 120px;
}

.gnav .item01:after,
.gnav .item01:first-child:before {
  content: "";
  width: 1px;
  height: 20px;
  display: inline-block;
  background: var(--color01);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
}

.gnav .item01.top {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 20px;
}

[data-element-id] .gnav .item01.top{
  align-self: flex-start;
}

.gnav .item01:after {
  right: 0;
}

.gnav .item01:first-child:before {
  left: 0;
}

.gnav .list01 .item01 .logo img {
  max-height: 60px;
}

.gnav .item01 .s {
  display: block;
  text-align: center;
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  padding: 5px;
  cursor: pointer;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
    width: 320px;
    border-radius: 10px;
    visibility: hidden;
    padding-top: 10px;
    background: #fff content-box;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    left: 50%;
}

.gnav .item02 a {
  display: block;
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  body.overlay {
    overflow-y: hidden;
  }

  .gnav {
    width: 330px;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    padding-bottom: 0;
    border: none;
    background: none;
    background: #fff;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    -webkit-transform: translateX(330px);
    transform: translateX(330px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 151;
  }

  .gnav .wrap {
    width: 100%;
    padding: 0;
  }

  .gnav li.menunav {
    display: block !important;
    border: none;
  }

  .gnav.fixed {
    width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    top: 0;
    left: auto;
    right: 0;
    z-index: 101;
  }

  .gnav .toggle.active {
    width: 38px;
    height: 38px;
    display: block;
    margin: 2px;
    border: 1px solid #fff;
    background: var(--color01);
    -webkit-box-shadow: 0px 0px 0px 2px var(--color01);
    box-shadow: 0px 0px 0px 2px var(--color01);
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -44px;
  }

  .gnav .item01:after,
  .gnav .item01:first-child:before {
    display: none;
  }

  .gnav li {
    width: 100%;
    display: block !important;
    margin-top: 0;
    padding: 0;
    border-bottom: 1px dotted #cacad9;
  }

  .gnav li.hb:before {
    display: none !important;
  }

  .gnav li:after {
    display: none !important;
  }

  .gnav ul li a {
    width: auto !important;
    height: auto;
    display: block !important;
    padding: 8px 0 8px 0;
    font-size: 16px;
    line-height: 160%;
  }

  .gnav li:first-child a {
    /* height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; */
  }

  .gnav.action {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .gnav ul {
    width: auto;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
  }

  .gnav li ul {
    height: auto !important;
    display: block !important;
    background: transparent;
    position: static;
    top: 0;
  }

  .gnav .list02 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
    width: 100%;
  }

  .gnav .list02 li:first-child {
    border-top: 1px dotted #cacad9;
  }

  .gnav .list02 li:last-child {
    border-bottom: none;
  }

  .gnav li .sub .ns00 {
    border-top: 1px dotted #cacad9;
  }

  .gnav li .sub li:last-child {
    border-bottom: none;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  width: 42px;
  height: 42px;
  display: none;
  border-radius: 0 0 0 5px;
  background: var(--color01);
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
}

.toggle.active {
  right: 330px;
}

.toggle .bar {
  width: 28px;
  height: 2px;
  display: block;
  margin-top: -1px;
  padding: 0;
  text-indent: 9999px;
  background: #fff;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  position: absolute;
  top: 50%;
  left: 7px;
}

.toggle .bar:before,
.toggle .bar:after {
  content: "";
  width: 28px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
}

.overlay:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0.3;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}

/*トップへ戻る*/
.totop {
  width: 40px;
  height: 40px;
  font-size: 13px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: var(--color02);
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.totop:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .totop {
    bottom: 60px;
    right: 5px;
  }
}

/**
フッター
footer
*/
[data-element-id] .footer-common .slick02{
    display: flex;
}

.footer .copy {
  padding: 0 0 20px;
  font-size: 12px;
  text-align: center;
}

.footer .list01 i {
  width: 2em;
  height: 2em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  background: #000;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  z-index: 3;
}

.footer .list01 i.btn-back {
  left: 25px;
}

.footer .list01 i.btn-next {
  right: 25px;
}

.footer .map:after {
  padding-top: 75%;
}

.footer .ul01 {
  text-align: right;
}

.footer .dl01 {
  margin-bottom: 20px;
}

.footer .dt01 {
  margin-bottom: 10px;
  padding-left: 1.25em;
  color: var(--color01);
  position: relative;
}

.footer .dt01:after {
  content: "■";
  padding-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .box02 {
  margin-bottom: 25px;
  padding: 20px;
  border: 2px solid var(--color01);
  border-radius: 4px;
}

.footer .table {
  padding: 10px 10px;
  border-radius: 4px;
  border-radius: 15px;
  background: var(--color01);
}

.footer .table table {
  width: 100%;
  border-collapse: collapse;
}

.footer .table td {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer .table th {
  border-bottom: 1px solid #fff;
}

.footer .table th {
  width: 135px;
  height: auto;
  padding: 10px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 120%;
  text-align: left;
}

.footer .table th .s {
  display: block;
  font-size: 12px;
}

.footer .table .p {
  padding: 10px 0 0;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

.footer .box03 .txt {
  margin-right: 10px;
}

.footer .tel a, [data-element-id] .footer .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 22px;
  color: var(--color01);
  line-height: 0.6;
  letter-spacing: 2px;
  border: 1px solid var(--color01);
  gap: 5px;
}

[data-element-id] .footer .tel {
    padding: 15px;
    width: 280px;
    border-radius: 50px;
}

.footer .tel a img {
  margin-right: 5px;
}

.footer .box03 .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.footer .box03 .book span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

.f ooter .box03 .book a {
  width: 85px;
  padding: 5px 0;
}

.footer .box03 .book .i {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 70px;
  }

  .logo img {
    max-height: 70px;
  }

  .footer .table {
    padding: 10px;
  }

  .footer .tel a {
    width: auto;
    padding: 0.5rem 1.6rem;
    font-size: 18px;
    line-height: 1.6;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 0 0 50px;
}

.fnav .list01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.fnav .item01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.fnav .item01.top {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0 20px;
}

.fnav .item01:after {
  right: 0;
}

.fnav .item01:first-child:before {
  left: 0;
}

.fnav .item01 .s {
  display: block;
  text-align: center;
}

.fnav .item01>a,
.fnav .item01 .itemin {
  display: block;
  padding: 5px;
  text-align: left;
  cursor: pointer;
}

.fnav .item01.-parent {
  position: relative;
}

.fnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.fnav .list02 {
  width: 200px;
  visibility: hidden;
  padding-top: 10px;
  background: rgba(255, 255, 255, 0.8) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 100%;
  left: 50%;
}

.fnav .item02 a {
  display: block;
  padding: 5px;
}

.fnav .book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  background: #fff;
}

.fnav .book span {
  display: block;
  margin-bottom: 5px;
  color: var(--color01);
  text-align: center;
}

.fnav .book a {
  width: 85px;
  padding: 5px 0;
}

.fnav .book .i {
  width: 60%;
  margin: auto;
  color: var(--color01);
}

@media only screen and (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fnav .list01 {
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }

  .fnav .item01 {
    font-size: 13px;
    letter-spacing: 0;
  }

  .fnav .item01.top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .fnav .item01:before,
  .fnav .item01:after {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav .item01 {
    width: 49%;
    font-size: 14px;
  }

  .fnav .datawrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav .book a {
    width: 65px;
  }
}

/**
2カラムページ
*/
.column2 .side {
  width: 280px;
}

.column2 .mainwrap {
  width: calc(100% - 340px);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column2 .side {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .column2 .mainwrap {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

.side .list:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .side .list {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  margin-bottom: 23px;
  padding: 15px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: var(--color01);
  line-height: 110%;
  text-align: center;
  background: url('/import/tenant_1/160.16.113.104/html/images/common/icon-teeth.png') no-repeat 20px 17px #e7e7e7;
  background-size: 10%;
  position: relative;
}

.list-side .datattl .e {
  display: block;
  font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
}

.list-side .data {
  margin-bottom: 15px;
  padding: 0 0 13px 20px;
  border-bottom: 1px solid #eee;
}

.list-side .data a {
  display: block;
  font-size: 14px;
  color: var(--color01);
}

@media only screen and (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
}

.homevisual .img {
  min-height: 300px;
  max-height: 800px;
  position: relative;
}

.homevisual .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /*IE対策*/
  font-family: "object-fit: cover; object-position: 50% 50%;";
  position: absolute;
  top: 0;
  left: 0;
}

.homevisual .head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: 34px;
  color: var(--color02);
  text-align: left;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute !important;
  top: 60%;
  left: calc(50% - 600px);
}

.homevisual .head .sub {
  font-size: 75%;
}

.homevisual .time-table {
  width: 45%;
  min-width: 300px;
  max-width: 600px;
  padding: 10px;
  color: #fff;
  border-radius: 20px;
  background: var(--color01);
  position: absolute;
  bottom: 5%;
  right:50px;
}

.homevisual .time-table table {
  width: 100%;
}

.homevisual .time-table table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid;
}

.homevisual .time-table table tr th {
  width: 40%;
}

.homevisual .time-table table tr td {
  width: calc(60% / 7);
}

@media only screen and (max-width: 1024px) {
  .homevisual .head {
    top: 50%;
    left: 50px;
}

  .homevisual .img:before {
    padding-top: 70%;
  }

  .homevisual .time-table {
    width: 60%;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 20px;
    bottom: 5%;
  }
}

@media only screen and (max-width: 599px) {
  .homevisual .head {
    font-size: 24px;
    top: 20%;
    left: 3%;
  }

  .homevisual .img:before {
    padding-top: 100vh;
    padding-top: calc(100dvh - 70px);
  }

  .homevisual .time-table {
    width: 95%;
    border-radius: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15%;
    left: 50%;
    right: auto;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  overflow: hidden;
  position: relative;
}

.mainimg img {
  width: 100%;
}

.uk-slidenav-position {
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.mainimg .uk-slidenav-position:after {
  content: "";
  display: block;
  padding-top: 80vh;
}

.mainimg .uk-slideshow {
  height: 100% !important;
  position: absolute;
  top: 0;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

[data-element-id] .uk-slideshow>li{
  opacity: 1 !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  /*IE対策*/
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  font-size: 4em;
  color: #ddd;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 1;
}

.slick01 .btn-slick:hover {
  opacity: 0.6;
}

.slick01 .btn-slick.btn-back {
  left: -70px;
}

.slick01 .btn-slick.btn-next {
  right: -70px;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
  }
}

.t-news dl {
  padding: 12px 0;
}

.t-news dl+dl {
  border-top: 1px solid #ddd;
}

.t-news dt {
  width: 15%;
  padding: 15px 10px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.t-news dd {
  width: 85%;
  padding: 0 10px;
}

.t-strong .box {
  text-align: center;
}

.t-strong .box dt {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.t-strong .box dd {
  line-height: 1.6;
  text-align: left;
}

.t-strong .box dd img {
  overflow: hidden;
  border-radius: 10px;
}

.t-strong .box dd.num {
  width: 50px;
  height: 50px;
  margin: auto;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: var(--color01);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media(max-width:1024px){
  .t-strong .box dt{
    font-size: 18px;
  }
}

@media(max-width:599px) {
  .t-strong .box dl:last-child {
    padding-bottom: 0;
  }
}

.t-nayami {
  overflow: hidden;
  position: relative;
}

.t-nayami .inner1200 {
  position: relative;
  z-index: 1;
}

.t-nayami .bkimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.t-nayami .bkimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.2;
}

.troublenav {
/*   margin-bottom: -30px; */
}

.troublenav li a {
  width: auto;
  display: block;
  margin: 8px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 15px;
  background: var(--color01);
  -webkit-box-shadow: 0px 0px 0px 8px var(--color01);
  box-shadow: 0px 0px 0px 8px var(--color01);
}

.troublenav li .i {
  width: 40%;
  margin: 0 auto 5px auto;
}

.troublenav li .h {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.troublenav li .detail-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 5px auto 0;
  padding: 0px 20px;
  font-size: 12px;
  color: #fff;
  border: 1px solid;
  border-radius: 50px;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.troublenav li .detail-btn .icon-right {
  font-size: 10px;
}

@media(max-width:1024px){
  .troublenav li .i {
  width: 70%;
}
}

@media(max-width:599px){
  .troublenav-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .troublenav{
    /* autoprefixer: ignore next */
    display: contents;
  }
}

.t-menu .t-menu-nav dl {
  vertical-align: top;
  letter-spacing: 0;
}

.t-menu .t-menu-nav dl:nth-child(8n+1) .pic {
  border: 10px solid #e1faf1;
}

.t-menu .t-menu-nav dl:nth-child(8n+2) .pic {
  border: 10px solid #ffe5e6;
}

.t-menu .t-menu-nav dl:nth-child(8n+3) .pic {
  border: 10px solid #dedefb;
}

.t-menu .t-menu-nav dl:nth-child(8n+4) .pic {
  border: 10px solid #e6f1ef;
}

.t-menu .t-menu-nav dl:nth-child(8n+5) .pic {
  border: 10px solid #e6f1ef;
}

.t-menu .t-menu-nav dl:nth-child(8n+6) .pic {
  border: 10px solid #fceed9;
}

.t-menu .t-menu-nav dl:nth-child(8n+7) .pic {
  border: 10px solid #f1e6e8;
}

.t-menu .t-menu-nav dl:nth-child(8n+8) .pic {
  border: 10px solid #fceed9;
}

.t-menu .t-menu-nav .h {
  font-size: 20px;
  text-align: center;
}

.t-menu .t-menu-nav dt {
  margin-bottom: 15px;
  padding: 15px 0 15px 0;
  font-weight: bold;
  position: relative;
}

.t-menu .t-menu-nav dt:after {
  content: "";
  width: 200px;
  height: 1px;
  display: block;
  margin: 10px auto 0 auto;
  background: #959595;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.t-menu .t-menu-nav dt .i {
  max-width: 37px;
  vertical-align: middle;
  margin-right: 10px;
}

.t-menu .t-menu-nav dt+dd {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 130%;
}

.t-pala {
  max-height: 300px;
}

.t-greet .s_pic>div {
  height: 220px;
}

.t-blog dd.pic .d {
  width: 150px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: var(--color01);
  position: absolute;
  bottom: 0;
  left: 0;
}

.t-blog .wrap {
  width: 1230px;
  height: auto;
  letter-spacing: -5px;
}

.t-blog dl {
  letter-spacing: 0;
}

.t-blog dt {
  padding: 10px 0 20px 0;
  font-size: 14px;
}

.t-blog dt+dd {
  font-size: 14px;
  color: var(--color01);
  text-align: right;
}

.t-blog dt+dd img {
  vertical-align: middle;
  margin-right: 0.5em;
}

.t-bigbnr .box {
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  background-image: url('/import/tenant_1/160.16.113.104/html/images/common/bgi01.png');
  background-size: cover;
  background-color: var(--color01);
}

.t-bigbnr h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  color: #fff;
  position: relative;
}

.t-bigbnr h3 .i {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.t-bigbnr .p {
  padding: 0 0 18px 0;
  font-weight: bold;
  color: #fff;
}

.t-bigbnr dt {
  padding: 0 0 4px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}

.t-bigbnr dd {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 48px;
  color: #fff;
  line-height: 1;
}

.t-bigbnr dd a {
  color: #fff;
}

.t-bigbnr dd img {
  margin-right: 13px;
}

.t-bigbnr dl {
  padding: 0 0 10px 0;
}

.t-bigbnr .chyu {
  text-align: right;
}

.t-bigbnr .chyu img {
  vertical-align: middle;
  margin-top: -12px;
  margin-right: 10px;
}

.t-bigbnr .chyu ul {
  display: inline-block !important;
  text-align: left;
}

.t-bigbnr .chyu li {
  font-size: 12px;
  color: #fff;
  line-height: 120%;
}

.t-bnr dl {
  width: 23%;
  max-width: 48%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  margin: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color01);
  border: solid 10px;
  position: relative;
}

.t-bnr dl:nth-child(4n+1) {
  border: 10px solid #e1faf1;
}

.t-bnr dl:nth-child(4n+1) dt {
  color: #92e0c4;
}

.t-bnr dl:nth-child(4n+2) {
  border: 10px solid #ffe5e6;
}

.t-bnr dl:nth-child(4n+2) dt {
  color: #eab1b3;
}

.t-bnr dl:nth-child(4n+3) {
  border: 10px solid #dedefb;
}

.t-bnr dl:nth-child(4n+3) dt {
  color: #afafec;
}

.t-bnr dl:nth-child(4n+4) {
  border: 10px solid #e6f1ef;
}

.t-bnr dl:nth-child(4n+4) dt {
  color: #95d6ca;
}

.t-bnr dt {
  width: 90%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: normal;
  color: var(--color01);
  text-align: center;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

.t-bnr dt .iconimg {
  width: 35px;
  min-width: 35px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 10px;
  line-height: 1;
}

.t-bnr dd {
  max-height: 180px;
  position: relative;
}

.t-bnr dd:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  right: 0;
}

.t-first-box .item>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
}

.t-first-box .item>* .pic {
  width: 40%;
}

.t-first-box .item>* .tit {
  width: 55%;
  font-weight: 600;
  text-align: center;
}

.t-news-box {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.t-news-box .item {
  margin-bottom: 20px;
}

.t-news-box.type02 .item {
  padding-bottom: 20px;
  border-bottom: 1px solid #7c7c7c;
}

.t-news-box .item>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-news-box .item>* .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

[data-element-id] .t-reserve .item{
  position: relative;
}

.t-reserve .item>* {
  height: 100%;
  display: block;
  overflow: hidden;
  border: 10px solid var(--color01);
  border-radius: 20px;
  position: relative;
}

.t-reserve .item .img img {
  opacity: 0.8;
}

.t-reserve .item .tit {
  width: 100%;
  font-weight: 500;
  font-size: 26px;
  color: var(--color01);
  text-align: center;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

[data-element-id] .t-reserve .item .tit{
  z-index: 2;
  height: fit-content;
  border: none;
  border-radius: 0;
}

@media only screen and (max-width: 1024px) {
  .t-news dt {
    width: 10em;
  }

  .t-news dd {
    width: calc(100% - 11em);
  }

  .t-strong dl:nth-of-type(odd):last-of-type {
    margin-left: auto;
    margin-right: auto;
  }

  .t-bigbnr dd {
    font-size: 28px;
  }

  .t-reserve .item .tit {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {
  .t-news dl+dl {
    border-top: 1px solid #ddd;
  }

  .t-news dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .t-news dt,
  .t-news dd {
    width: 100%;
  }

  .t-news dt {
    margin-bottom: 10px;
  }

  .t-news dt:after {
    width: 200px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
  }

  .t-menu-nav {
    width: 80%;
    margin: auto;
  }

  .t-menu .h,
  .t-menu dd {
    height: auto !important;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  min-height: 350px;
  max-height: 350px;
  position: relative;
  overflow: hidden;
}

.topvisual .img:before {
  content: "";
  display: block;
  padding-top: 50%;
  position: relative;
  z-index: -1;
}

[data-element-id] .topvisual .img:after {
 /*  display: none; */
}

.topvisual .img:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.topvisual .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  position: absolute;
  top: 0;
  left: 0;
}

.topvisual .img.up-obp-t img{
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.topvisual .head {
    width: 96%;
    max-width: 1000px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: 6;
    text-shadow: 1px 2px 5px #7c7c7c;
}

.topvisual .head .sub {
  display: block;
  font-size: 12px;
}

@media only screen and (max-width: 1024px) {
  .topvisual .img {
    min-height: 200px;
    max-height: none;
  }

  .topvisual .img:before {
    padding-top: 35%;
  }

  .topvisual .head {
    top: 50%;
    bottom: auto;
  }
}

@media only screen and (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
  }
}

/* ページネーション */
.pagenav ul {
  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;
  letter-spacing: -5px;
  text-align: center;
}

.pagenav a,.pagenav span {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 5px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #777;
}

.pagenav a.m {
  border: none;
}

.pagenav .current span{
  background: #777;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .pagenav a,.pagenav span {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.f-info {
  padding-top: 0;
}

.f-info .left {
  overflow: hidden;
  position: relative;
}

.f-info .left .bkimg {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.f-info .left .bkimg img {
  opacity: 0.15;
}

.f-info .left .in {
  margin: 3rem 2rem;
  position: relative;
  z-index: 1;
}

.f-info .left h3 {
  float: left;
}

.f-info .left .tit .p {
  margin-left: 1rem;
  font-weight: bold;
  font-size: 14px;
  line-height: 180%;
}

.f-info .co dl {
  padding-top: 5px;
}

.f-info .co dt {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
  color: var(--color01);
}

.f-info .co dd img {
  vertical-align: middle;
  margin-right: 10px;
}

.f-info .co dd {
  font-weight: bold;
  font-size: 28px;
  color: var(--color01);
  line-height: 1;
}

.f-info .co dd i {
  margin-right: 10px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.f-info .co ul {
  float: right;
  letter-spacing: -5px;
}

.f-info .co li {
  letter-spacing: 0;
}

.f-info .co li:first-child {
  margin-left: auto;
  margin-right: 5px;
}

.f-info .co li .i {
  width: 50%;
  display: block;
  margin: auto;
}

.f-info .co li i {
  font-size: 2em;
}

.f-info .co li a {
    width: 120px;
    height: 85px;
    display: block;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    color: var(--color01);
    text-align: center;
    border: 2px solid var(--color01);
    border-radius: 10px;
    background: #fff;
}

.f-info .co li+li a {
    width: 160px;
    height: 85px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color:#fff;
    text-align: center;
    border: 2px solid var(--color01);
    border-radius: 10px;
    background: var(--color01);
}

.f-info .co li .s {
  display: block;
  padding-bottom: 3px;
}

.f-info .right {
    height: auto;
    padding: 2rem;
    background: var(--color01);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.f-info .right table {
  width: 100%;
  border-collapse: collapse;
}

.f-info .right th {
  width: 135px;
  height: 55px;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 120%;
  text-align: left;
}

.f-info .right th .s {
  display: block;
  font-size: 12px;
}

.f-info .right th {
  border-bottom: 1px solid #fff;
}

.f-info .right td {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.f-info .right p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .f-info .co dd {
    font-size: 28px;
  }

  .f-info .co li a {
    height: 75px;
    padding-top: 14px;
  }

  .f-info .co li+li a {
    height: 75px;
  }

  .f-info .right .table_wrap {
    width: 80%;
    min-width: 260px;
    margin: auto;
  }

  .f-info .co li i {
    font-size: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .f-info .left .in,
  .f-info .right {
    padding: 30px 20px;
    margin: 0;
  }

  .f-info .right th {
    width: 100px;
    height: 35px;
    font-size: 12px;
  }
  
  .f-info .right .table_wrap {
    width: 100%;
  }
  
  .f-info .left .tit .p{
    font-weight: 500;
    font-size: 12px;
  }
  
  .f-info .co li:first-child{
    margin-left: 0;
  }
  
  .f-info .co li a {
    width: 100px;
  }

  .f-info .co li+li a {
    width: 140px;
}
}

/**
各下層ページ
*/
/* 02.first */

@media(max-width:599px) {
  .pediatric01 .tbox {
    /* autoprefixer: ignore next */
    display: contents;
  }

  .pediatric01 .tbox .ttl {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .pediatric01 .pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .pediatric01 .tbox .block {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
  }
}

/* 03.about */
.info05 .info05list {
  padding: 30px;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 10px #ccc;
  box-shadow: 3px 3px 10px #ccc;
}

.info05 .list-cmp01 .item:last-child {
  border-bottom: none;
}

@media(max-width:599px) {

  .info02 .info-img-list li:nth-of-type(4),
  .info02 .info-img-list li:nth-of-type(5) {
    width: 50%;
  }

  .info05 .info05list {
    padding: 30px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px #ccc;
    box-shadow: 3px 3px 5px #ccc;
  }

  .recruit01 .has_bkimg .tbox {
    /* autoprefixer: ignore next */
    display: contents;
  }

  .recruit01 .has_bkimg .tbox .ttl {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .recruit01 .has_bkimg .tbox .txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
  }

  .recruit01 .has_bkimg .pic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .recruit01.type02 .has_bkimg .tbox .name {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
    text-align: center;
  }

  .recruit01.type02 .has_bkimg .tbox .history {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .recruit01.type02 .has_bkimg .tbox .txt {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

/* 05.trouble */
.home06 .box {
  margin-bottom: 80px;
}

.home06 .box:last-child {
  margin-bottom: 0;
}

.home06 .box:nth-of-type(even) h3 {
  text-align: right;
}

.home06 .box:nth-of-type(even) .box-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home06 .box .box-inner ul {
  padding: 30px;
  border-radius: 20px;
  background: var(--color03);
}

.home06 .box .box-inner.none ul {
  padding: 0px;
  border-radius: 0px;
  background: none;
}

.home06 .box .box-inner li {
  margin-bottom: 10px;
  padding-left: 1.2em;
  letter-spacing: 0;
  position: relative;
}

.home06 .box .box-inner li:last-child {
  margin-bottom: 0;
}

.home06 .box .box-inner li::before {
  content: "\f5c9";
  margin-right: 5px;
  font-family: var(--ff99);
  font-weight: bold;
  color: var(--color02);
  position: absolute;
  top: 0;
  left: 0;
}

.home06 .box .box-inner .right .table dl {
    display: flex;
    background: var(--color03);
    border-bottom: 1px solid #fff;
}

.home06 .box .box-inner .right .table dl:first-child {
    background: var(--color01);
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}

.home06 .box .box-inner .right .table dl:last-child {
    border-bottom: none;
}

.home06 .box .box-inner .right .table dl >*{
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home06 .box .box-inner .right .table dl dt {
    width: 30%;
    flex-shrink: 0;
    padding: 10px;
    text-align: center;
}

.home06 .box .box-inner .right .table dl dd {
    width: 35%;
    padding: 10px;
}

@media(max-width:1024px) {
  .home06 .box .box-inner ul {
    padding: 20px;
  }
}

@media(max-width:599px) {

  .home06 .box h3,
  .home06 .box:nth-of-type(even) h3 {
    text-align: center;
  }

  .home06 .box .box-inner ul {
    padding: 20px 15px;
    border-radius: 10px;
  }
  
  .home06 .box .box-inner .right .table dl dt{
    letter-spacing: 0;
    font-size: 13px;
    padding: 5px;
  }
  
  .home06 .box .box-inner .right .table dl >*{
    letter-spacing: 0;
    font-size: 13px;
  }
}

/* 13.news 記事一覧ページ */
.cate span {
  min-width: 60px;
  height: 30px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: var(--color01);
}

.cate span {
  margin-right: 5px;
  margin-bottom: 5px;
}

/* 15.sitemap */
.sitemap-area .sitemaplist .item01 {
  margin-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
}

.sitemap-area .sitemaplist .item01 a {
  display: block;
  margin: 0 2em 10px;
  font-size: 22px;
  position: relative;
}

.sitemap-area .sitemaplist .item01 a::before {
  content: "\f111";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 52%;
  left: -2em;
}

.sitemap-area .sitemaplist .item01 a::after {
  content: "\f061";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -1.5em;
}

@media(max-width:1024px) {
  .sitemap-area .sitemaplist .item01 a {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .sitemap-area .sitemaplist .item01 a {
    font-size: 16px;
  }
}


/* 16.policy */
.policy-area .policylist .item {
  margin-bottom: 50px;
}

.policy-area .policylist .item:last-child {
  margin-bottom: 0;
}

.policy-area .policylist .item .tit {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 22px;
  color: var(--color01);
  border-left: 10px solid var(--color01);
}

.policy-area .policylist .item .row {
  padding-left: 1em;
}

@media(max-width:599px) {
  .policy-area .policylist .item .tit {
    font-size: 20px;
  }
}

/* 99.news_detail 記事詳細ページ */
.news-area .article-text h2 {
  margin: 3rem 0 1rem;
  padding: 1rem;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  line-height: 1.4;
  background-color: var(--color01);
  position: relative;
}

.news-area .article-text h3 {
  margin: 3rem 0 1rem;
  padding: 0.6em;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  border-left: 10px solid var(--color02);
}

.news-area .article-text h4 {
  margin: 3rem 0 1rem;
  padding: 0.4em;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 2px solid var(--color01);
}

.news-area .article-text ul li {
  padding-left: 1.2em;
  position: relative;
}

.news-area .article-text ul li::before {
  content: "■";
  color: var(--color02);
  position: absolute;
  top: 0;
  left: 0;
}

.news-area .article-text ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.news-area .article-text ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-family: var(--ff02);
  font-weight: bold;
  font-size: 150%;
  color: var(--color01);
}

.news-area .article-text iframe[src*="youtube"],
.movie iframe[src*="youtube"] {
  margin-top: 1em;
  margin-bottom: 1em;

  aspect-ratio: 16 / 9;
}

.movie iframe[src*="youtube"] {
  width: 100%;
}


.news-area .recommend .list-article li:nth-of-type(4) {
  display: none;
}

@media(max-width:599px) {
  .news-area .recommend .list-article li:nth-of-type(4) {
    display: block;
  }

  .news-area .recommend .list-article li:nth-of-type(3),
  .news-area .recommend .list-article li:nth-of-type(4) {
    padding-bottom: 0;
  }
}

/* ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  overflow: hidden;
  padding: 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}

.list-gallery01 .cate {
  margin-bottom: 5px;
  font-size: 14px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }

  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* フォーム */
.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.form .datattl {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: start;
  -ms-flex-align: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 8px 2px 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 2px;
  border-radius: 5px;
  background: var(--color01);
}

.form .data {
  width: 100%;
  padding-left: 50px;
}

.form .data.w25p input {
  width: 25%;
}

.form .data input {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 20px;
}

.form .data input[type="radio"] {
  display: none;
}

.form .data input[type="radio"]+label {
  margin-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 200%;
  position: relative;
}

.form .data input[type="radio"]+label::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid var(--color02);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}

.form .data input[type="radio"]:checked+label::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: var(--color01);
  position: absolute;
  top: 7px;
  left: 3px;
}

.form .data input[type="radio"]:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type="number"] {
  width: 70px;
  margin-right: 10px;
}

.form .data.checkbox_li {
  margin-bottom: 15px;
}

.form .data.checkbox_li li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .data.checkbox_li li:not(:last-child) {
  margin-bottom: 15px;
}

.form .data.checkbox_li li label {
  font-size: 16px;
}

.form .data.checkbox_li li input {
  width: 2rem;
  padding-right: 15px;
}

.form .data select {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  border: 1px solid #999;
}

.form .data textarea {
  width: 100%;
  height: 170px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: 1px solid #999;
  border-radius: 20px;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

.form .btn button {
  width: 45%;
  max-width: 300px;
  height: 80px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border: none;
  background: var(--color01);
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.form .btn button:last-of-type {
  margin-left: 5px;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media only screen and (max-width: 599px) {

  .form .data.w25p input,
  .form .data.w50p input {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

下層ページ

********************************/
.attend_table {
  margin-bottom: 50px;
}

.attend_table table {
  margin: auto;
  border-spacing: 1;
  border-collapse: collapse;
}

.attend_table table td {
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border: 3px solid #fff;
}

.attend_table .day td {
  font-weight: bold;
}

.attend_table .sat {
  color: blue;
}

@media only screen and (max-width: 599px) {
  .attend_table table td {
    padding: 10px;
    font-size: 14px;
  }
}

/* 料金表 */
.price_wrap .bh {
  margin-bottom: 10px;
  padding: 27px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  color: var(--color01);
  border-top: #ddd 1px solid;
  border-bottom: var(--color01) 2px solid;
}

.price_wrap .sh {
  padding: 8px 0 8px 13px;
  font-weight: normal;
  font-size: 16px;
  border: none;
  background: #eaf1f1;
}

.price_wrap .table>dl>dt {
  width: 200px;
  padding: 10px;
  font-weight: bold;
}

.price_wrap .table>dl>dd {
  padding: 10px;
  border-left: 1px solid #ddd;
}

.price_wrap .table>dl>dd dd li {
  padding-left: 1em;
  text-indent: -1em;
}

.price_wrap .table>dl>dd.pic {
  width: 160px;
}

.price_wrap .table>dl>dd.pic+dd {
  width: 140px;
}

.price_wrap .table>dl>dd.txt {
  width: calc(100% - 600px);
}

.price_wrap .table>dl>dd.txt+dd {
  width: 100px;
  font-weight: bold;
}

.price_wrap .table>dl+dl {
  border-top: 1px solid #ddd;
}

.price_wrap .table>dl:last-of-type {
  border-bottom: 1px solid #ddd;
}

.price_wrap .price_wrap {
  margin-bottom: 100px;
  border-bottom: 1px solid #ddd;
}

.price_wrap.nost .table>dl>dd.pic+dd {
  width: 539px;
}

.price_topic .h {
  padding: 27px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--color01);
  border-top: #ddd 1px solid;
  border-bottom: var(--color01) 2px solid;
}

@media only screen and (max-width: 1024px) {
  .price_wrap .sh {
    width: 100%;
  }

  .price_wrap .table>dl {
    padding-bottom: 25px;
  }

  .price_wrap .table>dl>dt {
    width: 100%;
  }

  .price_wrap .table>dl>dd.pic {
    width: 80%;
    margin: auto;
    border-left: none;
  }

  .price_wrap .table>dl>dd.pic+dd {
    width: 100%;
    border-left: none;
  }

  .price_wrap .table>dl>dd.txt {
    width: 100%;
    border-left: none;
  }

  .price_wrap .table>dl>dd.txt+dd {
    width: 100%;
    border-left: none;
  }
}

/* こんなお悩みありませんか？ */
.trouble_topics .h_wrap {
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  border-top: #ddd 1px solid;
  border-bottom: 2px solid var(--color01);
  position: relative;
}

.trouble_topics .h_wrap .i {
  width: 2em;
  position: absolute;
  bottom: 1rem;
  left: 0;
}

.trouble_topics .h_wrap .h {
  padding-left: 2.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--color01);
}

.trouble_topics .box:not(:last-of-type) {
  margin-bottom: 75px;
}

@media only screen and (max-width: 1024px) {
  .trouble_topics .box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 599px) {
  .trouble_topics .box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.visit_flow_li li {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}

.visit_flow_li li:not(:last-child):after {
  content: "\f063";
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background: var(--color01);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: -75px;
  left: 50%;
}

.visit_flow_li li .s {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.visit_flow_li li .pix {
  width: 50%;
  margin: auto;
  margin-top: 15px;
}

@media only screen and (max-width: 599px) {
  .visit_flow_li li .pix {
    width: 80%;
  }
}

.persona .name {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.access_box01 .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
/*   max-height: 300px; */
}

.access_box01 .txt_wrap .bkimg {
  position: absolute;
  top: 0;
  left: 0;
}

.access_box01 .txt_wrap .bkimg img {
  width: 100%;
  height: auto;
  opacity: 0.1;
}
/* 
.access_box01 .map:after {
  padding-top: 75%;
} */

.access02 .access-inner{
 /*    max-height: 300px; */
    overflow: hidden;
    justify-content: space-between;
}

.access02 .access-inner .ttl-cmn01{
  padding-bottom: 20px;
}

.access02 .access-inner .info-movie .movie{
   width: 100%;
}

.access02 .access-inner .info-movie .movie iframe {
    margin: 0 !important;
}

.access02 .access-inner .map{
  height: 100%;
}

.access02 .access-inner .map iframe{
    height: auto;
    aspect-ratio: 16 / 9;
}

.has_bkimg .tbox {
  position: relative;
}

.has_bkimg .tbox .bkimg {
  width: 30%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.has_bkimg .tbox .bkimg img {
  width: 100%;
  height: auto;
  opacity: 0.1;
}

.tel-box01 {
  position: relative;
}

.tel-box01:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #4f5391;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.tel-box01:after {
  content: "";
  width: 100%;
  height: 40%;
  display: block;
  background: var(--color01);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/********************************
/********************************
/********************************

診療案内個別ページ

********************************/
.block+.block {
  margin-top: 50px;
}

.flow_li.type02 li {
  background: var(--color03);
  position: relative;
}

.flow_li.type02.none li {
  background: none;
}

.flow_li li:not(:last-of-type) {
  margin-bottom: 50px;
}

.flow_li.type02 li:not(:last-of-type)::before {
  content: "\f078";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 16px;
  color: var(--color01);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -40px;
  left: 50%;
}

.flow_li .dt {
  margin-bottom: 45px;
}

.flow_li dt .no, .flow_li .dt .no {
    width: 100px;
    min-height: 80px;
}

.flow_li dt .h, .flow_li .dt .h {
    width: calc(100% - 130px);
    padding: 10px 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: var(--color01);
    line-height: 1.2;
    text-align: left;
    border-left: 3px solid var(--color01);
    display: flex;
    align-items: center;
}

.flow_li.type03 dt .h {
  font-size: 18px;
  line-height: 1.5;
}

.flow_li .txt {
  padding-left: 130px;
}

@media only screen and (max-width: 599px) {

  .flow_li dt .no, .flow_li .dt .no {
    width: 110px;
    flex-shrink: 0;
    margin-right: 10px;
}

  .flow_li.type03 dt .no {
    width: 125px;
  }

  .flow_li dt .h, .flow_li .dt .h {
    width: calc(100% - 85px);
    padding: 10px 15px;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

  .flow_li.type03 dt .h {
    width: calc(100% - 135px);
    padding: 0 10px;
    font-size: 16px;
    border-left: 0;
  }

  .flow_li .txt {
    padding-left: 0;
  }
}

.merit_block+.merit_block {
  margin-top: 100px;
}

.merit_block dl {
  width: 80%;
  margin: 0 auto 30px;
}

.merit_block dl:last-of-type {
  width: 80%;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.merit_block dt {
  margin-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  text-indent: -1em;
}

.merit_block dt:before {
  content: "■";
}

.merit_block dd li {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  text-indent: -1em;
  position: relative;
}

.merit_block dd li:before {
  content: "・";
}

.merit_block.merit dt {
  color: var(--color01);
}

.merit_block.merit dd {
  color: #676bac;
}

.merit_block.demerit .block-cmn01 {
  background: #eee;
}

.merit_block.demerit .block-cmn01 .s {
  color: #000;
}

.merit_block.demerit dt {
  color: #000;
}

.merit_block.demerit dd {
  color: #777;
}

@media only screen and (max-width: 599px) {
  .merit_block dt {
    font-size: 18px;
  }

  .merit_block dd {
    font-size: 14px;
  }
}

.pediatric_box01 {
  overflow: hidden;
  position: relative;
}

.pediatric_box01 dl {
  margin-bottom: 30px;
  padding: 0 50px 30px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 1;
}

.pediatric_box01 .pg {
  width: 40%;
  opacity: 0.5;
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 0;
}

.pediatric_box02 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pediatric_box02 .left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 45px;
  border-bottom: 3px solid var(--color01);
}

.pediatric_box02 .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pediatric_box02 .left dt,
.pediatric_box02 .left dd {
  width: 100%;
  text-align: center;
}

.pediatric_box02 .left dt {
  margin-bottom: 1rem;
}

.pediatric_box02 .right {
  width: 65%;
  padding: 45px;
  color: #fff;
  border-bottom: 3px solid var(--color01);
  background: var(--color01);
}

@media only screen and (max-width: 599px) {
  .pediatric_box01 dl {
    padding: 0 15px 15px;
  }

  .pediatric_box02 .left {
    width: 100%;
    padding: 15px;
  }

  .pediatric_box02 .right {
    width: 100%;
    padding: 15px;
  }
}

.preventive_topics01 .box {
  width: 24%;
  min-height: 450px;
  margin-bottom: 50px;
  margin-right: 1.25%;
  background: var(--color01);
  position: relative;
}

.preventive_topics01 .box:last-of-type {
  margin-right: 0;
}

.preventive_topics01 .box .bgi {
  width: 50%;
  opacity: 0.6;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.preventive_topics01.col3 .box {
  width: 31%;
  margin-right: 3.33333%;
}

.preventive_topics01.col3 .box:last-of-type {
  margin-right: 0;
}

.preventive_topics01 .box dl {
  padding: 30px 40px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.preventive_topics01 .box dt {
  padding-bottom: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-size: 26px;
  color: #fff;
}

.preventive_topics01 .box dd {
  color: #fff;
}

.preventive_topics01 .box dt .num {
  display: block;
  font-weight: bold;
  font-size: 40px;
}

@media only screen and (max-width: 1024px) {
  .preventive_topics01.col3 .box {
    width: 48%;
    margin-right: 4% !important;
  }

  .preventive_topics01.col3 .box:nth-of-type(even) {
    margin-right: 0 !important;
  }

  .preventive_topics01 .box {
    width: 48%;
    margin-right: 4%;
  }

  .preventive_topics01 .box:nth-of-type(even) {
    margin-right: 0;
  }

  .preventive_topics01 .box dl {
    padding: 20px;
  }

  .preventive_topics01 .box dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 599px) {

  .preventive_topics01 .box,
  .preventive_topics01.col3 .box {
    width: 96%;
    height: auto !important;
    margin: 0 auto 30px !important;
  }

  .preventive_topics01.col3 .box:nth-of-type(even) {
    margin-right: auto !important;
  }
}

.merit_topics .h,
.voice_wrap .h {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--color01);
  text-align: center;
  border-bottom: 1px solid var(--color01);
}

.merit_topics:not(:last-of-type) {
  margin-bottom: 100px;
}

.merit_topics dt {
  margin-bottom: 30px;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
}

.merit_topics dd {
  padding: 0 15px;
  font-size: 16px;
}

.merit_topics dd li {
  padding-left: 15px;
  font-size: 16px;
  position: relative;
}

.merit_topics dd li:not(:last-of-type) {
  margin-bottom: 15px;
}

.merit_topics dd li:before {
  content: "\f0c8";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 0.25rem;
  left: 0;
}

.merit_topics .merit dt {
  color: #fff;
  background: var(--color01);
}

.merit_topics .merit dd li:before {
  color: var(--color01);
}

.merit_topics .demerit {
  margin-top: 30px;
}

.merit_topics .demerit dt {
  background: #eee;
}

.merit_topics .demerit dd li:before {
  color: #eee;
}

.voice_wrap dl {
  padding: 30px;
  border: 1px solid var(--color01);
  background: #ebebf4;
}

.voice_wrap dl:not(:last-of-type) {
  margin-bottom: 50px;
}

.voice_wrap dt {
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  color: var(--color01);
}

.voice_wrap dd {
  margin-bottom: 45px;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 599px) {
  .voice_wrap dt {
    font-size: 20px;
  }
}

.square_li li {
  padding-left: 1.2em;
  font-size: 18px;
  position: relative;
}

.square_li li:not(:last-of-type) {
  margin-bottom: 15px;
}

.square_li.type02 li {
  width: calc((100% - 60px) / 3);
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.square_li.type02.type03 li {
    flex-direction: column;
    justify-content: space-between
}

.square_li.type02.type03 li .tit {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
}

.square_li li:before {
  content: "\f0c8";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: var(--color01);
  position: absolute;
  top: 0.35em;
  left: 0;
}

.square_li.type02 li::before {
  content: none;
}

.implant_box01 .tbox {
  padding: 30px 50px;
}

.implant_box01 .h {
  color: #fff;
}

.implant_box01 .p {
  color: #fff;
}

.implant_box02 {
  padding: 40px 30px;
  border: 1px dashed var(--color01);
  border-radius: 20px;
}

.implant_box02 .item .block .p {
  padding-left: 1em;
  text-indent: -1em;
}

.implant_box02 .item .block .p a{
    color: #0281e7;
    border-bottom: 1px solid;
}

.implant_box03 .h {
  clear: both;
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: var(--color01);
  line-height: 1.2;
  border-left: 3px solid var(--color01);
}

.implant_box03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
}

.implant_box03 dl:first-of-type {
  border-top: 2px solid #ddd;
}

.implant_box03 dt,
.implant_box03 dd {
  padding: 15px;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
}

.implant_box03 dt {
  width: 20%;
  font-weight: bold;
  background: #eee;
}

.implant_box03 dd {
  width: 80%;
}

@media only screen and (max-width: 599px) {
  .implant_box02 {
    padding: 15px;
  }

  .implant_box02.type02 {
    padding: 30px 20px;
  }

  .implant_box02.type02 .item:last-child {
    padding-bottom: 0;
  }

  .implant_box03 .h {
    font-size: 20px;
  }

  .implant_box03 dt {
    width: 100%;
  }

  .implant_box03 dd {
    width: 100%;
  }

  .square_li.type02 li {
    width: calc((100% - 10px) / 2);
    min-height: 60px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  
  .square_li.type02.type03 li{
    padding: 0;
  }

  .square_li.type02 li:first-of-type {
    width: 100%;
  }
}

.cosmetable01 {
  width: 90%;
  margin: 0 auto;
}

.cosmetable01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.cosmetable01 dl:last-of-type {
  border-bottom: 1px solid #ddd;
}

.cosmetable01 dl:nth-of-type(1) {
  font-weight: bold;
  background: #fff;
}

.cosmetable01 dl.bg_on dd:nth-of-type(1) {
  background: white;
}

.cosmetable01 dl.bg_on dd:nth-of-type(2) {
  background: #ebebf4;
}

.cosmetable01 dl.bg_on dd:nth-of-type(3) {
  background: #a9abd0;
}

.cosmetable01 dl.bg_on dd:nth-of-type(4) {
  background: #676bac;
}

.cosmetable01 dt,
.cosmetable01 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 15px;
}

.cosmetable01 dt {
  width: 20%;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.cosmetable01 dd {
  width: 20%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.cosme_topics01 .txt {
  margin-bottom: 60px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  background-color: #f6f6f6;
}

.cosme_topics01 .txt li {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 16px;
  color: #652607;
  position: relative;
}

.cosme_topics01 .txt li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--color01);
  position: absolute;
  top: 0.25rem;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .cosmetable01 {
    width: 100%;
  }

  .cosmetable01 .bg_on dt {
    display: none;
  }

  .cosmetable01 .bg_on dd {
    width: 25%;
  }

  .cosmetable01 dt {
    width: 100%;
  }

  .cosmetable01 dd {
    width: 25%;
  }

  .cosmetable01 dt,
  .cosmetable01 dd {
    padding: 10px;
  }
}

.orthodontic_dl_01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}

.orthodontic_dl_01 .num {
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  font-size: 30px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  background: var(--color01);
}

.orthodontic_dl_01 .t {
  width: calc(100% - 70px);
  display: block;
  padding-left: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 26px;
  color: var(--color01);
  line-height: 120%;
}

@media only screen and (max-width: 599px) {
  .orthodontic_dl_01 .num {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
  }

  .orthodontic_dl_01 .t {
    width: calc(100% - 35px);
    padding-left: 20px;
    font-size: 20px;
  }
}

/* お知らせ */
.list-article.-news li {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.list-article.-news .meta {
  width: 9rem;
}

.list-article.-news .head {
  width: calc(100% - 10rem);
}

@media only screen and (max-width: 599px) {
  .list-article.-news .meta {
    width: 100%;
  }

  .list-article.-news .head {
    width: 100%;
  }
}

.mainwrap.single .title {
  margin-bottom: 5px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 22px;
  color: var(--color01);
  text-align: center;
  border-bottom: 1px solid #eee;
}

.mainwrap.single .article-info {
  margin-top: 20px;
  margin-top: 40px;
  padding: 20px 20px 0;
  font-size: 14px;
  line-height: 24px;
  border-top: 2px dashed #ddd;
}

.mainwrap.single .article-info .p {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}

.mainwrap.single .article-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mainwrap.single .article-info dt {
  width: 8em;
  padding-right: 5px;
  font-weight: bold;
}

.mainwrap.single .article-info dd {
  width: calc(100% - 10em);
}

@media only screen and (max-width: 1024px) {
  .mainwrap.single .article-info {
    padding: 20px 0 0;
  }
}

.voice_box:not(:last-child) {
  margin-bottom: 100px;
}

.voice_box h4 {
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-size: 22px;
  color: var(--color01);
  text-align: center;
  border-bottom: 1px solid #eee;
}

[data-element-id] .gnav .list02 {
  visibility: visible;
  opacity: 1;
  position: relative;
}

[data-element-id] .abtest-a {
    border: 3px solid #5d98ff;
    padding: 0px 0px 0px 0px;
}

[data-element-id] .abtest-a::before {
    content: "Aパターン";
    background: #5d98ff;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #fff;
}

[data-element-id] .abtest-b {
    border: 3px solid #ff7cec;
    padding: 0px 0px 0px 0px;
}

[data-element-id] .abtest-b::before{
  content: "Bパターン";
    background: #ff7cec;
    text-align: center;
    font-size: 12px;
    display: block;
    color: #fff;
}

.uk-text-danger {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    width: 100%;
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {display: none;}

.whiteessence .message {
  font-size: 24px;
  color: #004da3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.whiteessence img {
  width: 100%+
}
.attention {
  padding: 3%;
  border: 1px solid #999;
}

@media (max-width: 1024px){
  .whiteessence {
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 599px){
  .whiteessence {
    width: 100%;
  }
}
