@charset "UTF-8";
/*******contact*******/
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media screen and (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .just-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-inline-lg-block,
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .just-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
/*
@mixin flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  @mixin flex-left {
    display: flex;
    flex-wrap: wrap;
  }

  @mixin flex-left-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  @mixin flex-top-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  @mixin flex-left-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }

  @mixin flex-right-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
  }

  @mixin flex-top-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  @mixin flex-right-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  @mixin flex-between-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  @mixin flex-between-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  @mixin flex-between-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }



  @mixin box-width {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  @mixin transition-base {
    transition: all 0.3s ease-in-out;
  }

  @mixin ico-size-sm {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 100%;
    left: 15px;
  }

  @mixin ico-size-lsm {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 100%;
    left: 15px;
  }

  @mixin ico-size-md {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 100%;
    left: 15px;
  }


  @mixin ico-size-lmd {
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 100%;
    left: 15px;
  }
*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: 500;
}

a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

li, ul, h1, h2, h3, h4, h5, div, p, dt, dd, dl, picture, video, svg, iframe, form, button {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.l-footer {
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 0;
  }
}
.l-footer .text-copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #4C4C4C;
  padding: 20px 0;
  position: relative;
}

.l-main {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .l-main {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-main.full {
  padding: 0;
}
.l-main .l-pagebody {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-main .l-pagebody.box {
  width: 1000px;
}

.page-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 65px 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-section {
    padding: 125px 0;
  }
}

.container-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .container-box {
    max-width: 1150px;
  }
}

.container-fluid {
  width: 100%;
  position: relative;
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-common-header {
  width: 100%;
  z-index: 1;
  padding: 60px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f7f6), to(#faf8f5));
  background: linear-gradient(to bottom, #e6f7f6 0%, #faf8f5 100%);
}
@media only screen and (min-width: 768px) {
  .page-common-header {
    width: 100%;
    padding: 90px 0;
  }
}

.contents-common {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents-common {
    width: 100%;
  }
}
.contents-common__header {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contents-common__header {
    width: 100%;
  }
}
.contents-common__header.box__header {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .contents-common__header.box__header {
    margin-bottom: 65px;
  }
}
.contents-common__title {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: auto;
  line-height: 1;
  color: #B3E8E3;
}
@media only screen and (min-width: 768px) {
  .contents-common__title {
    font-size: 72px;
    line-height: 1.8;
  }
}
.contents-common__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .contents-common__subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .contents-common__subtitle {
    margin-top: -1.6rem;
  }
}

.page-wrap {
  width: 100%;
  position: relative;
}

.loop-text-wrap {
  position: fixed; /* 固定表示したい場合 */
  top: 5px; /* お好みで調整 */
  left: 0;
  width: 100%;
  overflow: hidden; /* はみ出す部分を隠す */
  z-index: 100;
}

.loop-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200%; /* 中身を 2 倍幅に */
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: scroll-left 10s linear infinite;
          animation: scroll-left 10s linear infinite;
}
@media only screen and (min-width: 768px) {
  .loop-text-inner {
    -webkit-animation: scroll-left 25s linear infinite;
            animation: scroll-left 25s linear infinite;
  }
}

.loop-text-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 1rem;
  font-size: 18px;
  line-height: 1;
  color: #00FC00;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .loop-text-item {
    font-size: 28px;
    padding: 0 1rem;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-hero {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}
@media only screen and (min-width: 768px) {
  .l-hero {
    position: relative;
    padding-bottom: 0;
  }
}
.l-hero .hero-inner {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .l-hero .hero-inner {
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    min-width: 960px;
    top: 0;
    left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .l-hero .hero-inner {
    width: 67%;
    min-width: 960px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0;
  }
}
.l-hero .hero-lead {
  width: 22%;
  position: absolute;
  top: 30px;
  right: 4%;
  z-index: 2;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .l-hero .hero-lead {
    width: 39%;
    top: 7%;
    left: 0;
    right: auto;
  }
}
.l-hero .hero-title {
  width: 17%;
  position: absolute;
  left: 4%;
  top: 30px;
  z-index: 2;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .l-hero .hero-title {
    width: 54%;
    left: 0;
    top: 30%;
  }
}
.l-hero .hero-bg {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .l-hero .hero-bg {
    min-width: 1100px;
  }
}
.l-hero .hero-badge-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
  width: 88%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 17%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .l-hero .hero-badge-list {
    width: 35%;
    gap: 5px;
    position: absolute;
    left: 7%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 50%;
    bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  .l-hero .hero-badge-list {
    width: 38%;
  }
}
.l-hero .hero-badge-list-item-02 {
  padding-top: 18%;
}
@media only screen and (min-width: 768px) {
  .l-hero .hero-badge-list-item-02 {
    padding-top: 0;
  }
}

.kv-btn-list {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 40px;
  width: 88%;
}
@media only screen and (min-width: 768px) {
  .kv-btn-list {
    width: 50%;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    top: 80%;
    bottom: auto;
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .kv-btn-list {
    width: 52%;
  }
}

.kv-btn-list-link {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.kv-btn-list-link:hover {
  opacity: 0.7;
}

.btn-common:hover {
  text-decoration: none;
}

.btn-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #04C755;
  color: #ffffff;
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .btn-line {
    font-size: 22px;
  }
}
.btn-line .ico-btn-line {
  width: 32px;
  line-height: 1;
}
.btn-line.btn-line-kv {
  width: 240px;
  height: 56px;
  border-radius: 8px;
}

.btn-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F96E6E;
  color: #ffffff;
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .btn-reserve {
    font-size: 22px;
  }
}
.btn-reserve .ico-btn-reserve {
  width: 32px;
  line-height: 1;
}
.btn-reserve .sm {
  font-size: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .btn-reserve .sm {
    font-size: 11.5px;
  }
}
.btn-reserve.btn-reserve-kv {
  width: 240px;
  height: 56px;
  border-radius: 8px;
}

.site-header {
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  top: 10px;
}
.site-header__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .site-header__inner {
    padding: 0 24px;
    height: 100px;
  }
}
.site-header__skip {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #ffffff;
  padding: 8px;
  font-size: 14px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
  z-index: 1000;
}
.site-header__skip:focus {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  width: auto;
  height: auto;
}
.site-header__logo {
  width: 80px;
  height: auto;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  .site-header__logo {
    width: 130px;
  }
}
.site-header__logo a {
  padding: 0;
  margin: 0;
}
.site-header__logo img {
  vertical-align: bottom;
}
.site-header__toggle {
  display: block;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}
.site-header__toggle:checked ~ .site-header__nav {
  -webkit-transform: translateX(55vw);
          transform: translateX(55vw);
}
@media only screen and (min-width: 768px) {
  .site-header__toggle:checked ~ .site-header__nav {
    -webkit-transform: translateX(70vw);
            transform: translateX(70vw);
  }
}
.site-header__toggle:checked + .site-header__toggle-label span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.site-header__toggle:checked + .site-header__toggle-label span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.site-header__toggle:checked + .site-header__toggle-label span:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}
.site-header__toggle-label {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  cursor: pointer;
}
.site-header__toggle-label span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 4px 0;
  background: #000000;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.site-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  -webkit-transform: translateX(200vw);
          transform: translateX(200vw);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100dvh;
  padding: 80px 0 0;
  width: 45vw;
}
@media only screen and (min-width: 768px) {
  .site-header__nav {
    top: 0;
    width: 30vw;
    padding: 80px 0 0;
  }
}
.site-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-header__nav .site-header__item {
  margin: 10px 0;
  text-align: left;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .site-header__nav .site-header__item {
    margin: 20px 0;
  }
}
.site-header__nav .site-header__item .site-header__itemlink {
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  position: relative;
  font-family: korolev-rounded, sans-serif;
  /*
  &::after {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: -2px;
  	width: 0;
  	height: 2px;
  	//background: #80D8D0;
  	transition: width 0.3s ease;
  }*/
}
@media only screen and (min-width: 768px) {
  .site-header__nav .site-header__item .site-header__itemlink {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
  }
}
.site-header__nav .site-header__item .site-header__itemlink:hover, .site-header__nav .site-header__item .site-header__itemlink:focus {
  /*
  &::after {
  	width: 100%;
  }*/
}
@media only screen and (min-width: 768px) {
  .site-header__nav .site-header__item .site-header__itemlink:hover, .site-header__nav .site-header__item .site-header__itemlink:focus {
    color: #FF6E6B;
  }
}
.site-header__nav .site-header__item.site-header__social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0F0F0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
}
.site-header__nav .site-header__item.site-header__social a svg {
  width: 18px;
  height: auto;
}
.site-header__nav .site-header__item .button--primary {
  padding: 10px 20px;
  background: #CCEFEC;
  color: #000000;
  border-radius: 50rem;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
}
.site-header__nav .site-header__item .button--primary:hover, .site-header__nav .site-header__item .button--primary:focus {
  background: #80D8D0;
}

.site-footer {
  background: #ffffff;
  padding: 55px 0 0;
}
@media only screen and (min-width: 992px) {
  .site-footer {
    padding: 70px 0 0;
  }
}
.site-footer .site-footer__top {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .site-footer .site-footer__top {
    margin-bottom: 40px;
  }
}
.site-footer__logo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .site-footer__logo {
    max-width: 238px;
    margin-bottom: 50px;
    margin: 0;
  }
}
.site-footer__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
}
@media only screen and (min-width: 992px) {
  .site-footer__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.site-footer__info {
  margin-bottom: 50px;
  max-width: 552px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .site-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
    max-width: 100%;
  }
}
.site-footer .footer-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-info-table {
    width: 295px;
  }
}
.site-footer .footer-info-table th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  padding: 0 0 10px 0;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-info-table th {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-info-table th {
    width: 85px;
    padding: 0 0 10px 0;
  }
}
.site-footer .footer-info-table td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  vertical-align: top;
  padding: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-info-table td {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer .footer-info-table td {
    padding: 0 0 10px 0;
  }
}
.site-footer__nav {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav {
    width: 100%;
    max-width: 750px;
    padding-left: 50px;
  }
}
.site-footer__nav .footer-nav-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav .footer-nav-list {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}
.site-footer__nav .footer-nav-list__item {
  position: relative;
}
.site-footer__nav .footer-nav-list__item a {
  text-decoration: none;
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .site-footer__nav .footer-nav-list__item a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__nav .footer-nav-list__item a {
    font-size: 12px;
  }
}
.site-footer__nav .footer-nav-list__item a:hover {
  text-decoration: none;
}
.site-footer__nav .footer-nav-list__item__sub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 10px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav .footer-nav-list__item__sub {
    gap: 20px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__nav .footer-nav-list__item.nav-list-02 {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__nav .footer-nav-list__item.nav-list-03 {
    margin-top: -20px;
  }
}
.site-footer__nav .footer-nav-list__item.nav-list-sm {
  margin-top: -20px;
}
@media only screen and (min-width: 992px) {
  .site-footer__nav .footer-nav-list__item.nav-list-sm {
    margin-top: 0;
  }
}
.site-footer .copyright {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .site-footer .copyright {
    font-size: 12px;
  }
}

#home {
  /* 背景イメージ例（任意） */
}
#home .hero-wrap {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 768px) {
  #home .hero-wrap {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
#home .hero-wrap .kv-inner {
  position: relative;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #home .hero-wrap .kv-inner {
    min-height: 700px;
  }
}
#home .hero-wrap .kv-title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #home .hero-wrap .kv-title {
    width: 46%;
    left: 0;
    top: 100px;
  }
}
#home .hero-wrap .kv-title svg {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1;
}
#home .hero-wrap .kv-title path {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
#home .hero-wrap .kv-title.is-anime {
  z-index: 6 !important;
}
#home .hero-wrap .kv-title.is-anime path {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}
#home .hero-wrap .kv-title.is-anime .clsico-1 {
  fill: #00fc00;
}
#home .hero-wrap .kv-logo {
  width: 53%;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 8%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  max-width: 377px;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #home .hero-wrap .kv-logo {
    width: 20%;
    right: 5%;
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#home .hero-wrap .kv-logo .svg-logo {
  width: 50% !important;
  height: auto !important;
}
#home .hero-wrap .kv-logo.is-active {
  opacity: 1;
}
#home .hero-wrap .kv-logo .clssvg-2 {
  fill: transparent; /* 塗りは最初は透明 */
}
#home .hero-wrap .kv-photo-wrap {
  width: 82%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #home .hero-wrap .kv-photo-wrap {
    width: 668px;
  }
}
#home .hero-wrap .kv-photo-wrap .kv-photo-parent {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 10px;
  max-width: 668px;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-01 {
  grid-area: 1/1/2/3;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-02 {
  grid-area: 1/3/2/5;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-03 {
  grid-area: 2/1/3/2;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-04 {
  grid-area: 2/2/3/3;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-05 {
  grid-area: 3/1/4/2;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-06 {
  grid-area: 3/2/4/3;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-07 {
  grid-area: 4/1/5/2;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-08 {
  grid-area: 4/2/5/3;
}
#home .hero-wrap .kv-photo-wrap .kv-photo-box-09 {
  grid-area: 2/3/5/5;
}
#home .hero-wrap .loop-title-text {
  position: absolute;
  top: 20px;
  width: 100%;
  overflow: hidden;
  mix-blend-mode: hard-light;
  z-index: 2;
}
#home .hero-wrap .loop-title-text__marquee {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
}
#home .hero-wrap .loop-title-text__title {
  font-size: clamp(4rem, 8vw, 10rem);
  font-family: "Bellefair", serif;
  font-weight: 400;
  line-height: 1;
  color: #80D8D0;
  mix-blend-mode: hard-light;
  margin-right: 2rem;
}
@media only screen and (min-width: 768px) {
  #home .hero-wrap .loop-title-text__title {
    font-size: clamp(4rem, 8vw, 10rem);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#home .bg-hero-top {
  position: relative;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .bg-hero-top {
    margin-bottom: 85px;
  }
}
#home .bg-hero-top img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  min-height: 400px;
}
#home .bg-hero-top.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}
#home .bg-hero-top.about img {
  height: auto;
}
#home .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 35px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  #home .img-wrap {
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 85px;
  }
}
#home .img-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
#home .img-box:nth-child(1) {
  background-image: url(../img/top/thumb_concept_01.jpg?v=20250609);
  width: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #home .img-box:nth-child(1) {
    width: 34%;
  }
}
#home .img-box:nth-child(2) {
  background-image: url(../img/top/thumb_concept_02.jpg?v=20250609);
  width: 16%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #home .img-box:nth-child(2) {
    width: 18%;
  }
}
#home .img-box:nth-child(3) {
  background-image: url(../img/top/thumb_concept_03.jpg?v=20250609);
  width: 16%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #home .img-box:nth-child(3) {
    width: 18%;
  }
}
#home .img-box:nth-child(4) {
  background-image: url(../img/top/thumb_concept_04.jpg?v=20250609);
  width: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  #home .img-box:nth-child(4) {
    width: 34%;
  }
}
#home .page-concept .concept-overview {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
@media only screen and (min-width: 768px) {
  #home .page-concept .concept-overview {
    width: 100%;
    max-width: 615px;
  }
}
#home .page-concept .concept-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-concept .concept-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-concept .concept-overview__text {
  margin-bottom: 35px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  color: #3D3932;
  line-height: 2;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #home .page-concept .concept-overview__text {
    margin-bottom: 50px;
    font-size: 21px;
  }
}
#home .page-concept .concept-overview__text .headding {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #home .page-concept .concept-overview__text .headding {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
#home .page-about .about-overview {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-about .about-overview {
    margin-top: 85px;
    width: 100%;
    max-width: 615px;
  }
}
#home .page-about .about-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-about .about-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-about .about-overview__number {
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #home .page-about .about-overview__number {
    font-size: 48px;
  }
}
#home .page-about .about-overview__text {
  margin-bottom: 35px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  color: #3D3932;
  line-height: 2;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #home .page-about .about-overview__text {
    margin-bottom: 50px;
    font-size: 21px;
  }
}
#home .page-about .about-overview__text .headding {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #home .page-about .about-overview__text .headding {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
#home .page-features {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #home .page-features {
    padding-bottom: 0;
  }
}
#home .page-features .bg-features-img {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
#home .page-features .bg-features-img img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 14% 50%;
     object-position: 14% 50%;
}
@media only screen and (min-width: 768px) {
  #home .page-features .bg-features-img img {
    -o-object-position: center center;
       object-position: center center;
  }
}
#home .page-features .bg-features-img.meguro {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  #home .page-features .bg-features-img.meguro {
    -o-object-position: center 56%;
       object-position: center 56%;
  }
}
#home .page-features .features-overview {
  background-color: #ffffff;
  width: 95%;
  padding: 35px 8%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #home .page-features .features-overview {
    position: relative;
    width: 50%;
    min-width: 650px;
    margin: 0 0 0 auto;
    padding: 160px 6%;
  }
}
#home .page-features .features-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-features .features-overview__title {
    margin-bottom: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#home .page-features .features-overview__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #home .page-features .features-overview__list li {
    margin-bottom: 50px;
  }
}
#home .page-features .features-overview__btn-01 {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  #home .page-features .features-overview__btn-01 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#home .page-features .features-overview__number {
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  width: 28px;
}
@media only screen and (min-width: 768px) {
  #home .page-features .features-overview__number {
    font-size: 48px;
    width: 65px;
  }
}
#home .page-features .features-overview__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  color: #3D3932;
  line-height: 2;
  font-size: 13px;
  width: calc(100% - 28px);
}
@media only screen and (min-width: 768px) {
  #home .page-features .features-overview__text {
    font-size: 18px;
    width: calc(100% - 65px);
  }
}
#home .page-features .features-overview__text .headding {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #home .page-features .features-overview__text .headding {
    font-size: 24px;
  }
}
#home .page-equipment {
  position: relative;
  background-image: url(../img/top/bg_equipment_02.jpg?v=20250609);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 64% 50%;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment {
    background-position: 46% 50%;
  }
}
#home .page-equipment.meguro {
  background-image: url(../img/top/bg_equipment_01.jpg?v=20250609);
  background-size: cover;
  background-position: 46% center;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment.meguro {
    background-position: 46% center;
  }
}
#home .page-equipment .equipment-overview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
}
#home .page-equipment .equipment-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-equipment .equipment-overview__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview__grid {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) {
  #home .page-equipment .equipment-overview__grid {
    gap: 50px;
  }
}
#home .page-equipment .equipment-overview__grid__item {
  background: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview__grid__item {
    width: calc(33.3333% - 10px);
  }
}
@media only screen and (min-width: 992px) {
  #home .page-equipment .equipment-overview__grid__item {
    width: calc(33.3333% - 33.333px);
  }
}
#home .page-equipment .equipment-overview__grid__item.floor-map {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B0C5B2;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview__grid__item.floor-map {
    width: calc(68% - 33.333px);
  }
}
#home .page-equipment .equipment-overview__grid__item.floor-map .floor-map-inner {
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
#home .page-equipment .equipment-overview__grid__item .equipment__image {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#home .page-equipment .equipment-overview__grid__item .equipment__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .page-equipment .equipment-overview__grid__item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 18px;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview__grid__item__body {
    padding: 25px;
  }
}
#home .page-equipment .equipment-overview__grid__item__title {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  color: #3D3932;
  line-height: 2;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview__grid__item__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#home .page-equipment .equipment-overview__grid__item__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  color: #3D3932;
  line-height: 2;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #home .page-equipment .equipment-overview__grid__item__text {
    font-size: 14px;
  }
}
#home .page-news {
  padding-top: 95px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #home .page-news {
    padding-top: 150px;
  }
}
#home .top-news-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #home .top-news-wrap {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
}
#home .top-news-wrap .top-news-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #home .top-news-wrap .top-news-text {
    font-size: 28px;
  }
}
#home .top-news-wrap .top-news-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  #home .top-news-wrap .top-news-list {
    font-size: 14px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#home .top-news-wrap .top-news-list .item-image {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #home .top-news-wrap .top-news-list .item-image {
    margin-bottom: 20px;
  }
}
#home .top-news-wrap .top-news-list .item-image img {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#home .top-news-wrap .top-news-list .item-meta {
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  #home .top-news-wrap .top-news-list .item-meta {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#home .top-news-wrap .top-news-list .item-meta .meta-diver {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  #home .top-news-wrap .top-news-list .item-meta .meta-diver {
    padding: 0 5px;
  }
}
#home .top-news-wrap .top-news-list .item-title {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  color: #3D3932;
  line-height: 1.5;
  font-size: 14px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (min-width: 768px) {
  #home .top-news-wrap .top-news-list .item-title {
    font-size: 16px;
  }
}
#home .top-news-wrap .top-news-list .item-title a {
  text-decoration: none;
}
#home .top-news-wrap .top-news-list .is-sticky .item-meta {
  color: #FF6E6B;
}
#home .top-news-wrap .item-link {
  width: 100%;
  display: block;
  text-decoration: none;
}
#home .top-news-wrap .item-link:hover .item-title {
  color: #FF6E6B;
}
#home .top-news-wrap .item-link:hover .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.05;
}
#home .page-application {
  background-color: #B2C7B4;
}
#home .page-application .application-overview__title {
  color: #3D3932;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-application .application-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-application .application-overview__card {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  #home .page-application .application-overview__card {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#home .page-application .application-overview__card__icon {
  width: 36%;
}
@media only screen and (min-width: 768px) {
  #home .page-application .application-overview__card__icon {
    width: 13%;
  }
}
#home .page-application .application-overview__card__icon img {
  border-radius: 30px;
  overflow: hidden;
}
#home .page-application .application-overview__card__body {
  width: 52%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #home .page-application .application-overview__card__body {
    width: 57%;
    margin-bottom: 0;
    padding: 0 3%;
  }
}
#home .page-application .application-overview__card__body__title {
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #3D3932;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #home .page-application .application-overview__card__body__title {
    font-size: 46px;
    margin-bottom: 50px;
  }
}
#home .page-application .application-overview__card__body__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  color: #3D3932;
  line-height: 1.8;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #home .page-application .application-overview__card__body__text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  #home .page-application .application-overview__card__image {
    width: 30%;
  }
}
#home .page-price .price-overview__title {
  color: #3D3932;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-price .price-overview .price-table-wrap {
  width: 100%;
  overflow: auto;
}
#home .page-price .price-overview .price-table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-table {
    width: 100%;
  }
}
#home .page-price .price-overview .price-table.sp-only {
  margin-bottom: 10px;
}
#home .page-price .price-overview .price-table thead {
  background-color: #B2C7B4;
}
#home .page-price .price-overview .price-table thead th,
#home .page-price .price-overview .price-table thead td {
  border: 1px solid #ffffff;
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-table thead th,
  #home .page-price .price-overview .price-table thead td {
    padding: 12px;
  }
}
#home .page-price .price-overview .price-table thead th {
  font-weight: bold;
  background-color: #B2C7B4;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-table thead th {
    font-size: 18px;
  }
}
#home .page-price .price-overview .price-table tbody th,
#home .page-price .price-overview .price-table tbody td {
  border: 1px solid #B2C7B4;
  padding: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-table tbody th,
  #home .page-price .price-overview .price-table tbody td {
    font-size: 18px;
    padding: 12px;
  }
}
#home .page-price .price-overview .price-table tbody th {
  background-color: #284977;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-table tbody th {
    font-size: 18px;
  }
}
#home .page-price .price-overview .price-table tbody td[colspan="3"] {
  background-color: #ffffff;
}
#home .page-price .price-overview .price-table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
#home .page-price .price-overview .price-intro-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 50px auto 80px;
  text-align: left;
  max-width: 880px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-intro-text {
    font-size: 16px;
    margin: 30px auto 120px;
    text-align: center;
  }
}
#home .page-price .price-overview .price-intro-text-02 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 50px auto 0;
  text-align: left;
  max-width: 880px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-intro-text-02 {
    font-size: 16px;
    margin: 30px auto 0;
    text-align: center;
  }
}
#home .page-price .price-overview .price-graph-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-graph-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
#home .page-price .price-overview .price-graph-list__item__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-graph-list__item__title {
    font-size: 21px;
    margin: 0 0 30px;
    text-align: center;
  }
}
#home .page-price .price-overview .price-graph-list__item__text {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-graph-list__item__text {
    font-size: 21px;
    margin: 0 0 30px;
    text-align: center;
  }
}
#home .page-price .price-overview .price-graph-list__item__img {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 440px;
}
@media only screen and (min-width: 768px) {
  #home .page-price .price-overview .price-graph-list__item__img {
    width: 100%;
  }
}
#home .page-store-list {
  position: relative;
  background-image: url(../img/top/bg_store-list.jpg?v=20250609);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#home .page-store-list::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home .page-store-list .store-list-overview {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
}
#home .page-store-list .store-list-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-store-list .store-list-overview .store-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
#home .page-store-list .store-list-overview .store-list-info__detail {
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info__detail {
    width: 45%;
  }
}
#home .page-store-list .store-list-overview .store-list-info__detail__title {
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info__detail__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
#home .page-store-list .store-list-overview .store-list-info__detail__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info__detail__text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
#home .page-store-list .store-list-overview .store-list-info__detail__text .font-en {
  padding: 15px 0 10px;
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info__detail__text .font-en {
    padding: 20px 0 10px;
  }
}
#home .page-store-list .store-list-overview .store-list-info__detail .btn-google-map {
  text-decoration: none;
  font-family: korolev-rounded, sans-serif;
  font-weight: 3;
  font-size: 18px;
  padding: 3px 5px;
  background-color: #3D3932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info__detail .btn-google-map {
    font-size: 24px;
    background-color: #284977;
  }
  #home .page-store-list .store-list-overview .store-list-info__detail .btn-google-map:hover {
    background-color: #FF6E6B;
  }
}
#home .page-store-list .store-list-overview .store-list-info__map {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info__map {
    width: 54%;
  }
}
#home .page-store-list .store-list-overview .store-list-info__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border: 0;
}
@media only screen and (min-width: 768px) {
  #home .page-store-list .store-list-overview .store-list-info__map iframe {
    height: 100%;
    aspect-ratio: 4/3;
  }
}
#home .page-interview {
  position: relative;
  background-image: url(../img/top/bg_interview.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#home .page-interview .interview-overview {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
}
@media only screen and (min-width: 768px) {
  #home .page-interview .interview-overview {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
}
#home .page-interview .interview-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-interview .interview-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-interview .interview-contents .interview-swiper .interview-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home .page-interview .interview-contents .interview-swiper .interview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  #home .page-interview .interview-contents .interview-swiper .interview-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
}
#home .page-interview .interview-contents .interview-swiper .interview-content .interview-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #home .page-interview .interview-contents .interview-swiper .interview-content .interview-image {
    width: 51%;
    margin-bottom: 0;
  }
}
#home .page-interview .interview-contents .interview-swiper .interview-content .interview-text {
  width: 100%;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  #home .page-interview .interview-contents .interview-swiper .interview-content .interview-text {
    width: 42%;
    margin-bottom: 0;
  }
}
#home .page-interview .interview-contents .interview-swiper .interview-content .interview-text__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #home .page-interview .interview-contents .interview-swiper .interview-content .interview-text__title {
    margin-bottom: 20px;
    font-size: 36px;
  }
}
#home .page-interview .interview-contents .interview-swiper .interview-content .interview-text p.text {
  font-size: 14px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #home .page-interview .interview-contents .interview-swiper .interview-content .interview-text p.text {
    font-size: 18px;
  }
}
#home .page-interview .interview-contents .interview-swiper .swiper-pagination {
  position: relative;
}
#home .page-interview .interview-contents .interview-swiper .swiper-pagination .swiper-pagination-bullet {
  text-align: center;
  background-color: #D1E1CC;
  margin: 30px 10px 0;
}
@media only screen and (min-width: 768px) {
  #home .page-interview .interview-contents .interview-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 30px 10px 0;
  }
}
#home .page-interview .interview-contents .interview-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00FC00;
}
#home .page-faq .faq-overview__title {
  color: #3D3932;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview__title {
    margin-bottom: 50px;
  }
}
#home .page-faq .faq-overview .faq-item {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .faq-item {
    margin-bottom: 50px;
  }
}
#home .page-faq .faq-overview .q-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  padding: 0 46px 0 16px;
  padding-left: 36px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .q-text {
    padding: 0 46px 0 24px;
    padding-left: 44px;
    font-size: 20px;
  }
}
#home .page-faq .faq-overview .q-text:before {
  display: none;
}
#home .page-faq .faq-overview .q-text:after {
  right: 16px;
}
#home .page-faq .faq-overview .q-text .q-ico {
  position: absolute;
  margin-right: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .q-text .q-ico {
    margin-right: 20px;
  }
}
#home .page-faq .faq-overview .q-text .q-ico:after {
  content: "Q";
  font-family: korolev-rounded, sans-serif;
  color: #3D3932;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .q-text .q-ico:after {
    font-size: 30px;
  }
}
#home .page-faq .faq-overview .a-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  padding: 0 0 0 16px;
  padding-left: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  opacity: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .a-text {
    font-size: 16px;
    padding: 0 0 0 24px;
    padding-left: 44px;
  }
}
#home .page-faq .faq-overview .a-text .a-ico {
  position: absolute;
  background-color: #80D8D0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: none;
  left: 16px;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .a-text .a-ico {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    left: 24px;
  }
}
#home .page-faq .faq-overview .a-text .a-ico:after {
  content: "A";
  font-family: "Bellefair", serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .a-text .a-ico:after {
    font-size: 24px;
  }
}
#home .page-faq .faq-overview .is-open .a-text {
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  padding: 16px 0 0 16px;
  display: block;
  padding-left: 0;
  max-height: 100% !important;
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .is-open .a-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #home .page-faq .faq-overview .is-open .a-text {
    padding: 24px 0 0 24px;
    padding-left: 0;
  }
}
#home .page-faq .faq-overview .is-open .a-text p {
  width: 100%;
  height: 100%;
}
#home .page-contact {
  position: relative;
  background-color: #B2C7B4;
  width: 100%;
  overflow: hidden;
}
#home .page-contact .contact-overview {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
}
@media only screen and (min-width: 768px) {
  #home .page-contact .contact-overview {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}
#home .page-contact .contact-overview__title {
  margin-bottom: 35px;
  color: #3D3932;
}
@media only screen and (min-width: 768px) {
  #home .page-contact .contact-overview__title {
    margin-bottom: 0;
  }
}
#home .page-contact .contact-overview .contact-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
#home .page-contact .contact-overview .contact-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee-loop 60s linear infinite;
          animation: marquee-loop 60s linear infinite;
}
@media only screen and (min-width: 768px) {
  #home .page-contact .contact-overview .contact-nav-list {
    gap: 80px;
    -webkit-animation: marquee-loop 50s linear infinite;
            animation: marquee-loop 50s linear infinite;
  }
}
#home .page-contact .contact-overview .contact-nav-list a {
  color: #3D3932;
  font-size: 40px;
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #home .page-contact .contact-overview .contact-nav-list a {
    font-size: 82px;
  }
}
@-webkit-keyframes marquee-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    /* 内包されているリンク列（16個分）の半分だけ左へ */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee-loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    /* 内包されているリンク列（16個分）の半分だけ左へ */
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.note-table-list {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-top: 5px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .note-table-list {
    font-size: 12px;
  }
}

/*
.loop-title-text {
            position: absolute;
            top: 20px;
            width: 100%;
            overflow: hidden;
            mix-blend-mode: hard-light;
            z-index: 2;

            &__marquee {
                display: inline-flex;
                white-space: nowrap;
                animation: marquee 40s linear infinite;
            }

            &__title {
                font-size: clamp(4rem, 8vw, 10rem);
                font-family: g.$font-bellefair;
                font-weight: 400;
                line-height: 1;
                color: g.$fill-main;
                mix-blend-mode: hard-light;
                margin-right: 2rem; 

                @media only screen and (min-width: g.$desktop-breakpoint-md) {
                    font-size: clamp(4rem, 8vw, 10rem);
                }
            }
        }
*/
#contact {
  background-color: #B2C7B4;
}
#contact .contact_form {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  /* フォーカス時の見た目調整（任意） */
}
@media only screen and (min-width: 768px) {
  #contact .contact_form {
    padding: 45px;
  }
}
#contact .contact_form .required {
  color: #FF6E6B;
}
#contact .contact_form__read {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__read {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
#contact .contact_form__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__line {
    margin-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#contact .contact_form__item {
  font-size: 13px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__item {
    width: 200px;
    font-size: 14px;
  }
}
#contact .contact_form__item .en {
  font-family: korolev-rounded, sans-serif;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__item .en {
    font-size: 12px;
  }
}
#contact .contact_form__item-input {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__item-input {
    width: calc(100% - 200px);
  }
}
#contact .contact_form__item-input.tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact_form__item-input input[type=text],
#contact .contact_form__item-input input[type=email],
#contact .contact_form__item-input input[type=tel],
#contact .contact_form__item-input .select-01,
#contact .contact_form__item-input textarea {
  width: auto;
  all: unset;
  border-bottom: solid 1px #333333;
  padding: 0 5px 5px;
  font-size: 14px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__item-input input[type=text],
  #contact .contact_form__item-input input[type=email],
  #contact .contact_form__item-input input[type=tel],
  #contact .contact_form__item-input .select-01,
  #contact .contact_form__item-input textarea {
    font-size: 14px;
  }
}
#contact .contact_form__item-input input:focus,
#contact .contact_form__item-input textarea:focus,
#contact .contact_form__item-input select:focus {
  border-bottom: solid 1px #333333;
  outline: none;
  background-color: #ffffff;
}
#contact .contact_form .select-01 {
  /* ネイティブの矢印を消す */
  -webkit-appearance: none;
  -moz-appearanc9e: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 50px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 5px top 8px;
  background-size: 10px 10px;
  padding-top: 5px;
}
#contact .contact_form .select-01:focus {
  outline: none;
  border-color: none;
  background-color: #ffffff;
}
#contact .contact_form .checkbox-01,
#contact .contact_form .checkbox-02,
#contact .contact_form .contact_form__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form .checkbox-01,
  #contact .contact_form .checkbox-02,
  #contact .contact_form .contact_form__privacy {
    font-size: 14px;
  }
}
#contact .contact_form .checkbox-01 label,
#contact .contact_form .checkbox-02 label,
#contact .contact_form .contact_form__privacy label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  height: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #333;
}
#contact .contact_form .checkbox-01 label .mwform-checkbox-field-text,
#contact .contact_form .checkbox-02 label .mwform-checkbox-field-text,
#contact .contact_form .contact_form__privacy label .mwform-checkbox-field-text {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  font-family: "Yu Gothic", sans-serif;
}
#contact .contact_form .checkbox-01 label input[type=checkbox],
#contact .contact_form .checkbox-02 label input[type=checkbox],
#contact .contact_form .contact_form__privacy label input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
#contact .contact_form .checkbox-01 label::before,
#contact .contact_form .checkbox-02 label::before,
#contact .contact_form .contact_form__privacy label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #333333;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
#contact .contact_form .checkbox-01 label::after,
#contact .contact_form .checkbox-02 label::after,
#contact .contact_form .contact_form__privacy label::after {
  content: "✔";
  position: absolute;
  top: calc(50% - 1px);
  left: 12px;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#contact .contact_form .checkbox-01 label:has(input[type=checkbox]:checked)::before,
#contact .contact_form .checkbox-02 label:has(input[type=checkbox]:checked)::before,
#contact .contact_form .contact_form__privacy label:has(input[type=checkbox]:checked)::before {
  background: #333333;
  border-color: #333333;
}
#contact .contact_form .checkbox-01 label:has(input[type=checkbox]:checked)::after,
#contact .contact_form .checkbox-02 label:has(input[type=checkbox]:checked)::after,
#contact .contact_form .contact_form__privacy label:has(input[type=checkbox]:checked)::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#contact .contact_form .checkbox-01 label:hover::before, #contact .contact_form .checkbox-01 label:has(input[type=checkbox]:focus-visible)::before,
#contact .contact_form .checkbox-02 label:hover::before,
#contact .contact_form .checkbox-02 label:has(input[type=checkbox]:focus-visible)::before,
#contact .contact_form .contact_form__privacy label:hover::before,
#contact .contact_form .contact_form__privacy label:has(input[type=checkbox]:focus-visible)::before {
  border-color: #333333;
}
#contact .contact_form__foot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contact_form__privacy {
  margin-bottom: 40px;
  text-align: center;
  gap: 0 !important;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__privacy {
    margin-bottom: 50px;
  }
}
#contact .contact_form__privacy .mwform-checkbox-field-text {
  display: none;
}
#contact .contact_form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__submit {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
#contact .contact_form__submit input,
#contact .contact_form__submit .backBtn,
#contact .contact_form__submit .sendBtn {
  color: #ffffff;
  background-color: #000000;
  width: 120px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  border: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  #contact .contact_form__submit input,
  #contact .contact_form__submit .backBtn,
  #contact .contact_form__submit .sendBtn {
    width: 280px;
    font-size: 22px;
    padding: 20px 0;
  }
  #contact .contact_form__submit input:hover,
  #contact .contact_form__submit .backBtn:hover,
  #contact .contact_form__submit .sendBtn:hover {
    opacity: 0.7;
  }
}
#contact .contact_form__submit .sendBtn {
  background-color: #F2F2F2;
  color: #3D3932;
}
#contact .mw_wp_form_preview .contact_form__privacy a {
  display: none;
}

#faq .page-faq .faq-overview__title {
  color: #3D3932;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview__title {
    margin-bottom: 50px;
  }
}
#faq .page-faq .faq-overview .faq-item {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .faq-item {
    margin-bottom: 50px;
  }
}
#faq .page-faq .faq-overview .q-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  padding: 0 46px 0 16px;
  padding-left: 36px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .q-text {
    padding: 0 46px 0 24px;
    padding-left: 44px;
    font-size: 20px;
  }
}
#faq .page-faq .faq-overview .q-text:before {
  display: none;
}
#faq .page-faq .faq-overview .q-text:after {
  right: 16px;
}
#faq .page-faq .faq-overview .q-text .q-ico {
  position: absolute;
  margin-right: 16px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .q-text .q-ico {
    margin-right: 20px;
  }
}
#faq .page-faq .faq-overview .q-text .q-ico:after {
  content: "Q";
  font-family: korolev-rounded, sans-serif;
  color: #3D3932;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .q-text .q-ico:after {
    font-size: 30px;
  }
}
#faq .page-faq .faq-overview .a-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  padding: 0 0 0 16px;
  padding-left: 36px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  opacity: 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .a-text {
    font-size: 16px;
    padding: 0 0 0 24px;
    padding-left: 44px;
  }
}
#faq .page-faq .faq-overview .a-text .a-ico {
  position: absolute;
  background-color: #80D8D0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: none;
  left: 16px;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .a-text .a-ico {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    left: 24px;
  }
}
#faq .page-faq .faq-overview .a-text .a-ico:after {
  content: "A";
  font-family: "Bellefair", serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .a-text .a-ico:after {
    font-size: 24px;
  }
}
#faq .page-faq .faq-overview .is-open .a-text {
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  padding: 16px 0 0 16px;
  display: block;
  padding-left: 0;
  max-height: 100% !important;
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .is-open .a-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #faq .page-faq .faq-overview .is-open .a-text {
    padding: 24px 0 0 24px;
    padding-left: 0;
  }
}
#faq .page-faq .faq-overview .is-open .a-text p {
  width: 100%;
  height: 100%;
}

#news-page {
  /* ページネーション（paginate_links の type="list" 用） */
}
#news-page .news-list__filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  #news-page .news-list__filters {
    gap: 16px;
    margin-bottom: 90px;
  }
}
#news-page .news-list__filters .filter-btn {
  position: relative;
  display: block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background-color: #CCEFEC;
  color: #808080;
  padding: 1px 24px;
}
@media only screen and (min-width: 768px) {
  #news-page .news-list__filters .filter-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #news-page .news-list__filters .filter-btn {
    padding: 4px 24px;
  }
}
#news-page .news-list__filters .filter-btn:hover {
  background-color: #80D8D0;
  color: #ffffff;
}
#news-page .news-list__filters .filter-btn.is-active {
  background-color: #80D8D0;
  color: #ffffff;
}
#news-page .news-list__itemgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px 0;
}
@media only screen and (min-width: 992px) {
  #news-page .news-list__itemgrid {
    grid-template-columns: 1fr;
  }
}
#news-page .news-item {
  border-bottom: solid 0.5px #B2B2B2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item {
    padding-bottom: 56px;
    margin-bottom: 56px;
  }
}
@media only screen and (min-width: 768px) {
  #news-page .news-item .news-item-card {
    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;
  }
}
#news-page .news-item .news-item-card .news-item-card-left {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item .news-item-card .news-item-card-left {
    width: 105px;
  }
}
#news-page .news-item .news-item-card .news-item-card-right {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item .news-item-card .news-item-card-right {
    width: calc(100% - 155px);
  }
}
#news-page .news-item__date {
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #B2B2B2;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item__date {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#news-page .news-item__date .pin-icon {
  margin-left: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item__date .pin-icon {
    margin-left: 10px;
  }
}
#news-page .news-item__cats {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  color: #3EBCB0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item__cats {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #news-page .news-item__cats {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#news-page .news-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #news-page .news-item__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 544px) {
  #news-page .news-item__title .badge-important {
    margin-bottom: 5px;
  }
}
#news-page .news-item__title a {
  text-decoration: none;
}
#news-page .news-item__excerpt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  #news-page .news-item__excerpt {
    font-size: 14px;
  }
}
#news-page .clinic-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
@media only screen and (min-width: 768px) {
  #news-page .clinic-news {
    padding: 45px;
  }
}
#news-page .clinic-news__list {
  width: 100%;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #news-page .clinic-news__list {
    margin-bottom: 0;
  }
}
#news-page .clinic-news__item {
  width: 100%;
  border-bottom: solid 1px #B2B2B2;
  padding: 0 0;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  #news-page .clinic-news__item {
    padding: 0 0;
  }
}
#news-page .clinic-news__block {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 24px 30px 24px 0;
}
@media only screen and (min-width: 768px) {
  #news-page .clinic-news__block {
    padding: 24px 40px 24px 0;
  }
}
#news-page .clinic-news__block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/ico_arrow_right_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #news-page .clinic-news__block::after {
    right: 0;
  }
}
#news-page .clinic-news__block:hover {
  text-decoration: none;
}
#news-page .clinic-news .pin-icon {
  width: 11px;
  margin-right: 15px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #news-page .clinic-news .pin-icon {
    margin-right: 15px;
  }
}
#news-page .clinic-news .pin-icon svg path {
  fill: #3EBCB0;
}
#news-page ul.page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 現在ページ */
  /* 「前へ」「次へ」ナビ */
}
#news-page ul.page-numbers li {
  margin: 0 0.25rem;
}
#news-page ul.page-numbers a.page-numbers,
#news-page ul.page-numbers span.page-numbers {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media only screen and (min-width: 768px) {
  #news-page ul.page-numbers a.page-numbers,
  #news-page ul.page-numbers span.page-numbers {
    font-size: 16px;
  }
}
#news-page ul.page-numbers a.page-numbers:hover,
#news-page ul.page-numbers span.page-numbers:hover {
  background-color: #80D8D0;
  color: #ffffff;
}
#news-page ul.page-numbers span.page-numbers.current {
  background-color: #80D8D0;
  border-color: #80D8D0;
  color: #ffffff;
  cursor: default;
}
#news-page ul.page-numbers span.page-numbers.current:hover {
  background-color: #80D8D0;
  border-color: #80D8D0;
  color: #ffffff;
}
#news-page ul.page-numbers li .prev,
#news-page ul.page-numbers li .next {
  font-weight: bold;
  /* 上と同じスタイルを適用したい場合は以下でも可 */
}
#news-page ul.page-numbers li .prev:hover,
#news-page ul.page-numbers li .next:hover {
  background-color: transparent;
  border-color: transparent;
}

#information .information__title {
  color: #3D3932;
}
#information .information-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
}
@media only screen and (min-width: 768px) {
  #information .information-wrap {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
}
#information .information-wrap .information-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
}
@media only screen and (min-width: 768px) {
  #information .information-wrap .information-list {
    font-size: 14px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
#information .information-wrap .information-list .item-image {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #information .information-wrap .information-list .item-image {
    margin-bottom: 20px;
  }
}
#information .information-wrap .information-list .item-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#information .information-wrap .information-list .item-meta {
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #information .information-wrap .information-list .item-meta {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#information .information-wrap .information-list .item-meta .meta-diver {
  padding: 0 3px;
}
@media only screen and (min-width: 768px) {
  #information .information-wrap .information-list .item-meta .meta-diver {
    padding: 0 5px;
  }
}
#information .information-wrap .information-list .item-title {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  color: #3D3932;
  line-height: 1.5;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #information .information-wrap .information-list .item-title {
    font-size: 16px;
  }
}
#information .information-wrap .information-list .is-sticky .item-meta {
  color: #FF6E6B;
}
#information .information-wrap .information-list .item-link {
  width: 100%;
  display: block;
  text-decoration: none;
}
#information .information-wrap .information-list .item-link:hover .item-title,
#information .information-wrap .information-list .item-link:hover .item-meta {
  opacity: 0.7;
}
#information .information-wrap .information-list .item-link:hover .item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.03;
}
#information .single-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#information .single-container .single-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#information .single-container .single-article__left {
  width: 100%;
}
#information .single-container .single-article__left .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__left .post-meta {
    margin-bottom: 40px;
  }
}
#information .single-container .single-article__left .post-meta time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__left .post-meta time {
    font-size: 14px;
  }
}
#information .single-container .single-article__left .post-meta .post-cats {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__left .post-meta .post-cats {
    margin-left: 30px;
  }
}
#information .single-container .single-article__left .post-meta .post-cats a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 3px;
  border: solid 1px #80D8D0;
  color: #80D8D0;
  width: auto;
  padding: 2px 10px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__left .post-meta .post-cats a {
    font-size: 14px;
  }
}
#information .single-container .single-article__left .post-tags {
  margin: 0.5rem 0;
}
#information .single-container .single-article__left .post-tags a {
  margin-right: 0.5rem;
  font-size: 0.85rem;
  color: #888;
}
#information .single-container .single-article__left .post-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.8;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__left .post-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__left .post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}
#information .single-container .single-article__left .post-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__left .post-content {
    font-size: 14px;
  }
}
#information .single-container .single-article__right {
  width: 100%;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right {
    width: 216px;
    margin-top: 0;
  }
}
#information .single-container .single-article__right .widget {
  background-color: #F1F7F7;
  padding: 16px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget {
    padding: 16px;
    margin-bottom: 40px;
  }
}
#information .single-container .single-article__right .widget .widget-title {
  margin-bottom: 0;
  padding-bottom: 10;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget .widget-title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#information .single-container .single-article__right .widget .widget-title:after {
  content: "";
  width: 100%;
  height: 0.5px;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: dashed 0.5px #B2B2B2;
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li {
  border-bottom: dashed 1px #B2B2B2;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--recent-posts .recent-posts li {
    padding: 25px 0;
  }
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li:last-child {
  border-bottom: dashed 0 #B2B2B2;
  padding-bottom: 0;
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li .post-list-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--recent-posts .recent-posts li .post-list-meta {
    margin-bottom: 5px;
  }
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--recent-posts .recent-posts li time {
    font-size: 14px;
  }
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li .post-cats {
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--recent-posts .recent-posts li .post-cats {
    margin-left: 10px;
  }
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li .post-cats a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  color: #3EBCB0;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--recent-posts .recent-posts li .post-cats a {
    font-size: 12px;
  }
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li .post-tags a {
  font-size: 0.8rem;
  color: #999;
  margin-right: 0.3rem;
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li .recent-posts__link {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--recent-posts .recent-posts li .recent-posts__link {
    font-size: 12px;
  }
}
#information .single-container .single-article__right .widget--recent-posts .recent-posts li .recent-posts__link .badge-important {
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--recent-posts .recent-posts li .recent-posts__link .badge-important {
    margin-right: 5px;
  }
}
#information .single-container .single-article__right .widget--categories .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--categories .category-list {
    margin-top: 20px;
  }
}
#information .single-container .single-article__right .widget--categories .category-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  padding: 3px 0;
  padding-left: 1em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--categories .category-list li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right .widget--categories .category-list li {
    padding: 3px 0;
    padding-left: 1em;
  }
}
#information .single-container .single-article__right .widget--categories .category-list li .dotted {
  background-color: #80D8D0;
  border-radius: 50rem;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 0;
}
#information .single-container .single-article__right .widget--categories .category-list li a {
  text-decoration: none;
}
#information .single-container .single-article__right .widget--categories .category-list li .count {
  margin-left: 0.3rem;
  color: #808080;
}
@media only screen and (min-width: 768px) {
  #information .single-container .single-article__right {
    width: 23%;
  }
}

.single-content .item-lp-card {
  position: relative;
  display: block;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .single-content .item-lp-card {
    margin-bottom: 100px;
  }
}
.single-content .lp-header {
  background-color: #D9D9D9;
}
.single-content .lp-header .headding-1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 0;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-header .headding-1 {
    font-size: 36px;
    padding: 20px 0;
  }
}
.single-content .lp-hero {
  position: relative;
}
.single-content .lp-hero .lp-logo {
  position: absolute;
  width: 24%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.single-content .lp-camp-intro {
  width: 100%;
}
.single-content .lp-camp-intro__title {
  width: 100%;
  color: #FF0000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-intro__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
.single-content .lp-camp-intro__read {
  width: 100%;
  color: #FF0000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-intro__read {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.single-content .lp-camp-intro__text-block {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #cccccc;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-intro__text-block {
    padding: 40px;
  }
}
.single-content .lp-camp-intro__text-inner {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-intro__text-inner {
    text-align: center;
  }
}
.single-content .lp-camp-intro__head {
  text-align: center;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  margin-bottom: 30px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-intro__head {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
.single-content .lp-camp-intro__foot {
  text-align: left;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-intro__foot {
    font-size: 14px;
  }
}
.single-content .lp-camp-contact-bar {
  background-color: #B2C7B4;
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-contact-bar {
    padding: 100px 0;
  }
}
.single-content .lp-camp-contact-bar .lp-camp-contact-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.single-content .page-price .price-overview__title {
  color: #3D3932;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview__title {
    margin-bottom: 50px;
  }
}
.single-content .page-price .price-overview .price-table-wrap {
  width: 100%;
  overflow: auto;
}
.single-content .page-price .price-overview .price-table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-table {
    width: 100%;
  }
}
.single-content .page-price .price-overview .price-table.sp-only {
  margin-bottom: 10px;
}
.single-content .page-price .price-overview .price-table thead {
  background-color: #B2C7B4;
}
.single-content .page-price .price-overview .price-table thead th,
.single-content .page-price .price-overview .price-table thead td {
  border: 1px solid #ffffff;
  padding: 8px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-table thead th,
  .single-content .page-price .price-overview .price-table thead td {
    padding: 12px;
  }
}
.single-content .page-price .price-overview .price-table thead th {
  font-weight: bold;
  background-color: #B2C7B4;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-table thead th {
    font-size: 18px;
  }
}
.single-content .page-price .price-overview .price-table tbody th,
.single-content .page-price .price-overview .price-table tbody td {
  border: 1px solid #B2C7B4;
  padding: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-table tbody th,
  .single-content .page-price .price-overview .price-table tbody td {
    font-size: 18px;
    padding: 12px;
  }
}
.single-content .page-price .price-overview .price-table tbody th {
  background-color: #284977;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-table tbody th {
    font-size: 18px;
  }
}
.single-content .page-price .price-overview .price-table tbody td[colspan="3"] {
  background-color: #ffffff;
  font-style: italic;
}
.single-content .page-price .price-overview .price-table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.single-content .page-price .price-overview .price-intro-text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 50px auto 80px;
  text-align: left;
  max-width: 880px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-intro-text {
    font-size: 16px;
    margin: 30px auto 120px;
    text-align: center;
  }
}
.single-content .page-price .price-overview .price-intro-text-02 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 50px auto 0;
  text-align: left;
  max-width: 880px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-intro-text-02 {
    font-size: 16px;
    margin: 30px auto 0;
    text-align: center;
  }
}
.single-content .page-price .price-overview .price-graph-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-graph-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
}
.single-content .page-price .price-overview .price-graph-list__item__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-graph-list__item__title {
    font-size: 21px;
    margin: 0 0 30px;
    text-align: center;
  }
}
.single-content .page-price .price-overview .price-graph-list__item__text {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-graph-list__item__text {
    font-size: 21px;
    margin: 0 0 30px;
    text-align: center;
  }
}
.single-content .page-price .price-overview .price-graph-list__item__img {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 440px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-price .price-overview .price-graph-list__item__img {
    width: 100%;
  }
}
.single-content .page-equipment {
  position: relative;
  background-image: url(../img/top/bg_equipment_02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 64% 50%;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment {
    background-position: 46% 50%;
  }
}
.single-content .page-equipment.meguro {
  background-image: url(../img/top/bg_equipment_01.jpg);
  background-size: cover;
  background-position: 46% center;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment.meguro {
    background-position: 46% center;
  }
}
.single-content .page-equipment .equipment-overview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
}
.single-content .page-equipment .equipment-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview__title {
    margin-bottom: 50px;
  }
}
.single-content .page-equipment .equipment-overview__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview__grid {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .single-content .page-equipment .equipment-overview__grid {
    gap: 50px;
  }
}
.single-content .page-equipment .equipment-overview__grid__item {
  background: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview__grid__item {
    width: calc(33.3333% - 10px);
  }
}
@media only screen and (min-width: 992px) {
  .single-content .page-equipment .equipment-overview__grid__item {
    width: calc(33.3333% - 33.333px);
  }
}
.single-content .page-equipment .equipment-overview__grid__item.floor-map {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B0C5B2;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview__grid__item.floor-map {
    width: calc(68% - 33.333px);
  }
}
.single-content .page-equipment .equipment-overview__grid__item.floor-map .floor-map-inner {
  width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}
.single-content .page-equipment .equipment-overview__grid__item .equipment__image {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.single-content .page-equipment .equipment-overview__grid__item .equipment__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-content .page-equipment .equipment-overview__grid__item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 18px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview__grid__item__body {
    padding: 25px;
  }
}
.single-content .page-equipment .equipment-overview__grid__item__title {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  color: #3D3932;
  line-height: 2;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview__grid__item__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.single-content .page-equipment .equipment-overview__grid__item__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  color: #3D3932;
  line-height: 2;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-equipment .equipment-overview__grid__item__text {
    font-size: 14px;
  }
}
.single-content .page-store-list {
  position: relative;
  background-image: url(../img/top/bg_store-list.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.single-content .page-store-list::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-content .page-store-list .store-list-overview {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 552px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview {
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
  }
}
.single-content .page-store-list .store-list-overview__title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview__title {
    margin-bottom: 50px;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info__detail {
  color: #ffffff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info__detail {
    width: 45%;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info__detail__title {
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info__detail__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info__detail__text {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info__detail__text {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info__detail__text .font-en {
  padding: 15px 0 10px;
  font-weight: 300;
  display: block;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info__detail__text .font-en {
    padding: 20px 0 10px;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info__detail .btn-google-map {
  text-decoration: none;
  font-family: korolev-rounded, sans-serif;
  font-weight: 3;
  font-size: 18px;
  padding: 3px 5px;
  background-color: #3D3932;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info__detail .btn-google-map {
    font-size: 24px;
    background-color: #284977;
  }
  .single-content .page-store-list .store-list-overview .store-list-info__detail .btn-google-map:hover {
    background-color: #FF6E6B;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info__map {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info__map {
    width: 54%;
  }
}
.single-content .page-store-list .store-list-overview .store-list-info__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .single-content .page-store-list .store-list-overview .store-list-info__map iframe {
    height: 100%;
    aspect-ratio: 4/3;
  }
}
.single-content .lp-camp-desc {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.single-content .lp-camp-desc__title {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-desc__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.single-content .lp-camp-desc__read {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-desc__read {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.single-content .lp-camp-desc__text-block {
  width: 100%;
}
.single-content .lp-camp-desc__text-inner {
  text-align: left;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.8;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .single-content .lp-camp-desc__text-inner {
    font-size: 14px;
  }
}

.btn {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  border: 2px solid currentColor;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s ease, right 0.3s ease;
  transition: width 0.3s ease, right 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn::before {
    right: 30px;
    width: 25px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 0.5px solid currentColor;
  border-right: 0.5px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn::after {
    right: 30px;
    width: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .btn:hover::before {
    width: 30px;
    right: 25px;
  }
  .btn:hover::after {
    -webkit-transform: translateY(-50%) translateX(5px) rotate(45deg);
            transform: translateY(-50%) translateX(5px) rotate(45deg);
  }
}
.btn.no-arrow::before, .btn.no-arrow::after {
  display: none !important;
}
.btn.btn__large {
  border-radius: 3px;
  padding: 35px 0;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .btn.btn__large {
    font-size: 20px;
    max-width: 400px;
  }
}
.btn__blocksmeguro {
  background-color: #685942;
  color: #ffffff;
  width: 320px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border-radius: 0;
  border: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .btn__blocksmeguro {
    width: 400px;
    font-size: 18px;
    padding: 20px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn__blocksmeguro:hover {
    opacity: 0.7;
  }
}
.btn__blocksmeguro img {
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .btn__blocksmeguro img {
    margin-right: 12px;
  }
}
.btn__blocksmeguro:before, .btn__blocksmeguro:after {
  content: "";
  display: none;
}
.btn__blocksmeguro svg {
  width: 35px !important;
  height: auto !important;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .btn__blocksmeguro svg {
    width: 40px !important;
    margin-right: 10px;
  }
}
.btn__blocksmeguro svg path {
  fill: #ffffff;
}
.btn__viewall {
  background-color: #DBE5DC;
  width: 320px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border-radius: 0;
  border: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .btn__viewall {
    width: 400px;
    font-size: 18px;
    padding: 30px 0;
  }
  .btn__viewall:hover {
    opacity: 0.7;
  }
}
.btn__contact {
  background-color: #DBE5DC;
  width: 260px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  border: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .btn__contact {
    width: 370px;
    font-size: 22px;
    padding: 30px 0;
  }
  .btn__contact:hover {
    opacity: 0.7;
  }
}
.btn__lp-contact {
  background-color: #DBE5DC;
  width: 260px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  border: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .btn__lp-contact {
    width: 400px;
    font-size: 22px;
    padding: 30px 0;
  }
  .btn__lp-contact:hover {
    opacity: 0.7;
  }
}
.btn__qr {
  background-color: #DBE5DC;
  width: 240px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 0;
  border: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .btn__qr {
    width: 400px;
    font-size: 22px;
    padding: 30px 0;
  }
  .btn__qr:hover {
    opacity: 0.7;
  }
}
.btn__primary {
  background: #80D8D0;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .btn__primary:hover {
    background: #59ccc2;
    color: #ffffff;
    text-decoration: none;
  }
}
.btn__primary.btn-lg {
  padding: 24px 0;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  .btn__primary.btn-lg {
    padding: 22px 0;
    font-size: 18px;
    max-width: 300px;
  }
}
.btn__fill-green {
  background: #CCEFEC;
  color: #000000;
  border: solid 0.5px #CCEFEC;
}
@media only screen and (min-width: 768px) {
  .btn__fill-green:hover {
    background: #80D8D0;
    text-decoration: none;
  }
}
.btn__white {
  background: #ffffff;
  color: #000000;
  border: solid 0.5px #000000;
  width: 215px;
}
@media only screen and (min-width: 768px) {
  .btn__white {
    width: 215px;
  }
}
.btn__white:hover {
  background: #80D8D0;
  color: #000000;
  text-decoration: none;
}
.btn__white.btn__secondary {
  border-radius: 0;
  border: solid 1px #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  width: 296px;
}
.btn__white.btn__secondary:after, .btn__white.btn__secondary::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .btn__white.btn__secondary {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .btn__white.btn__secondary {
    width: 100%;
    width: 296px;
  }
}
.btn__snsbtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  background: #80D8D0;
  color: #000000;
  border: solid 0.5px #80D8D0;
  width: 192px;
  border-radius: 3px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .btn__snsbtn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .btn__snsbtn {
    width: 192px;
  }
}
.btn__snsbtn:before, .btn__snsbtn:after {
  display: none;
}
.btn__snsbtn svg {
  margin-right: 5px;
  height: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1px !important;
}
.btn__snsbtn svg path {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .btn__snsbtn svg {
    margin-right: 10px;
  }
}
.btn__snsbtn svg.ico-instagram {
  width: 14px !important;
}
@media only screen and (min-width: 768px) {
  .btn__snsbtn svg.ico-instagram {
    width: 16px !important;
  }
}
.btn__snsbtn svg.ico-youtube {
  width: 18px !important;
}
@media only screen and (min-width: 768px) {
  .btn__snsbtn svg.ico-youtube {
    width: 20px !important;
  }
}
.btn__snsbtn:hover {
  background: #80D8D0;
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}

.btn-group {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .btn-group {
    width: 100%;
  }
}
.btn-group.row-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .btn-group.row-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.btn-group.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img-hover:hover {
  opacity: 0.8;
}

.ico-carendar {
  width: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .ico-carendar {
    width: 20px;
    margin-right: 10px;
  }
}

.ico-user {
  width: 20px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .ico-user {
    width: 20px;
    margin-right: 10px;
  }
}

.btn-center-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.badge {
  position: relative;
  border: solid 1px #000000;
  background-color: #000000;
  border-radius: 3px;
  padding: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  .badge {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .badge {
    padding: 5px;
  }
}
.badge.badge-important {
  position: relative;
  border: solid 1px #F58888;
  background-color: #ffffff;
  color: #F58888;
  border-radius: 3px;
  padding: 3px 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  margin-right: 10px;
  line-height: 1 !important;
}
@media only screen and (min-width: 768px) {
  .badge.badge-important {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .badge.badge-important {
    padding: 3px 5px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 544px) {
  .badge.badge-important {
    width: 100%;
    max-width: 25px;
  }
}

.eo-fullcalendar {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.eo-fullcalendar .fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  position: relative;
  gap: 20px;
}
.eo-fullcalendar .fc-toolbar .fc-right {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.eo-fullcalendar .fc-toolbar .fc-right .fc-button-group {
  margin-left: 10px;
}
.eo-fullcalendar .fc-toolbar .fc-right .fc-button-group:last-child {
  display: none;
}
.eo-fullcalendar .fc-toolbar .fc-today-button {
  display: none;
}
.eo-fullcalendar .fc-toolbar .fc-corner-prev,
.eo-fullcalendar .fc-toolbar .fc-corner-next {
  background-color: #007cba;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
}
.eo-fullcalendar .fc-toolbar .fc-corner-prev:hover,
.eo-fullcalendar .fc-toolbar .fc-corner-next:hover {
  background-color: #005a87;
}
.eo-fullcalendar .fc-toolbar .eo-calendar-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.eo-fullcalendar .fc-content-skeleton {
  margin-top: -1px;
  border-collapse: collapse;
  border-spacing: 0;
}
.eo-fullcalendar .fc-content-skeleton table thead tr > *,
.eo-fullcalendar .fc-content-skeleton table tbody tr > * {
  border-left: solid 1px #F0F0F0 !important;
}
.eo-fullcalendar .fc-content-skeleton table thead tr > *:first-child,
.eo-fullcalendar .fc-content-skeleton table tbody tr > *:first-child {
  border-left: solid 0 #F0F0F0 !important;
}
.eo-fullcalendar .fc-month-view > table {
  border: solid 1px #F0F0F0;
}
.eo-fullcalendar .fc-month-view > table > thead {
  background-color: #FBFBFB;
}
.eo-fullcalendar .fc-month-view > table td table {
  border: solid 0 #F0F0F0;
}
.eo-fullcalendar table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.eo-fullcalendar table thead {
  background-color: transparent;
}
.eo-fullcalendar table thead th {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  height: 24px;
  font-weight: 400;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border-left: solid 0 #F0F0F0;
  position: relative;
}
.eo-fullcalendar table thead th:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #F0F0F0;
}
.eo-fullcalendar table thead th.fc-mon, .eo-fullcalendar table thead th.fc-tue, .eo-fullcalendar table thead th.fc-wed {
  left: -1px;
}
.eo-fullcalendar table thead th.fc-sun:before {
  background-color: transparent;
}
.eo-fullcalendar table tbody {
  display: table-row-group;
  vertical-align: middle;
}
.eo-fullcalendar table tbody .fc-widget-content {
  padding: 0 !important;
}
.eo-fullcalendar table tbody tr td {
  vertical-align: top;
  padding: 0;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 400;
  height: auto;
  background-color: #ffffff;
  padding: 10px 0;
}
.eo-fullcalendar table tbody tr td.fc-day-number {
  border-top: solid 1px #F0F0F0;
  height: auto;
  text-align: right;
  padding: 3px;
}
.eo-fullcalendar table tbody tr td.fc-day {
  height: 0;
  display: none;
}
.eo-fullcalendar table tbody tr td .fc-event {
  pointer-events: none;
}
.eo-fullcalendar table tbody tr td .fc-content {
  background-color: #80D8D0;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  width: 90%;
  max-width: 52px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eo-fullcalendar table tbody tr td .fc-widget-header {
  background-color: red !important;
}
.eo-fullcalendar table tbody tr td .eo-fullcalendar-screen-reader-text {
  display: none;
}
.eo-fullcalendar table tbody tr td.eo-holiday {
  background-color: #ffefef;
}
.eo-fullcalendar table tbody tr td .eo-day-number {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  font-size: 0.85rem;
  font-weight: bold;
}
.eo-fullcalendar table tbody tr td ul.eo-events-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.eo-fullcalendar table tbody tr td ul.eo-events-list li {
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.75rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eo-fullcalendar table tbody tr td ul.eo-events-list li.event-all-closed {
  background-color: #e74c3c;
}
.eo-fullcalendar table tbody tr td ul.eo-events-list li.event-am-closed {
  background-color: #f39c12;
}
.eo-fullcalendar table tbody tr td ul.eo-events-list li.event-pm-closed {
  background-color: #3498db;
}
.eo-fullcalendar table tbody tr td ul.eo-events-list li.event-special-closed {
  background-color: #95a5a6;
}
.eo-fullcalendar .fc-prev-button,
.eo-fullcalendar .fc-next-button {
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: #80D8D0;
  position: relative;
  border-radius: 3px;
}
.eo-fullcalendar .fc-prev-button:hover, .eo-fullcalendar .fc-prev-button.fc-state-hover,
.eo-fullcalendar .fc-next-button:hover,
.eo-fullcalendar .fc-next-button.fc-state-hover {
  opacity: 0.8;
}
.eo-fullcalendar .fc-icon-left-single-arrow {
  background-image: url(../img/common/ico_arrow_left_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.eo-fullcalendar .fc-icon-right-single-arrow {
  background-image: url(../img/common/ico_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.eo-fullcalendar .fc-prev-button.fc-state-disabled,
.eo-fullcalendar .fc-next-button.fc-state-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.btn-floating {
  position: fixed;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .btn-floating {
    bottom: 2rem;
    right: 2rem;
  }
}
.btn-floating.visible {
  opacity: 1;
}
.btn-floating__link {
  display: block;
  background: #3D3932;
  color: #ffffff;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  width: 90px;
  height: 90px;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .btn-floating__link {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-floating__link {
    width: 200px;
    height: 200px;
  }
}
.btn-floating__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
  font-size: 11px;
  line-height: 1;
  color: #00FC00;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .btn-floating__text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-floating__text {
    font-size: 24px;
  }
}
.btn-floating__text .font-lg {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  font-family: korolev-rounded, sans-serif;
  display: block;
}
@media only screen and (min-width: 768px) {
  .btn-floating__text .font-lg {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-floating__text .font-lg {
    font-size: 36px;
  }
}
.btn-floating__text .font-and {
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .btn-floating__text .font-and {
    font-size: 18px;
    margin: 8px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-floating__text .font-and {
    font-size: 20px;
    margin: 15px 0;
  }
}
.btn-floating__looptext {
  width: 92%;
  position: absolute;
  left: 4%;
  top: 4%;
  z-index: 2;
  display: inline-block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: spin 30s linear infinite;
          animation: spin 30s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeIn 0.4s ease forwards;
          animation: fadeIn 0.4s ease forwards;
  z-index: 2000;
}
.modal-overlay.active {
  display: block;
}
.modal-overlay .modal-content {
  position: relative;
  background: #B2C7B4;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  padding: 2rem;
  -webkit-animation: slideUp 0.4s ease forwards;
          animation: slideUp 0.4s ease forwards;
}
@media only screen and (min-width: 768px) {
  .modal-overlay .modal-content {
    background: #ffffff;
  }
}
.modal-overlay .modal-content .modal-body {
  padding: 60px 0 30px;
  width: calc(100% - 60px);
  height: 70%;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  gap: 40px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .modal-overlay .modal-content .modal-body {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
    gap: 65px;
  }
}
.modal-overlay .modal-content .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  width: 20px;
}
@media only screen and (min-width: 768px) {
  .modal-overlay .modal-content .modal-close {
    width: 35px;
    right: 30px;
    top: 30px;
  }
}
.modal-overlay .modal-content .qr-code img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.modal-overlay .modal-block-headding-2 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .modal-overlay .modal-block-headding-2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.card-modal-contact__head {
  width: 100%;
}
.card-modal-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-modal-qr__head {
  width: 100%;
}
.card-modal-qr__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media only screen and (min-width: 768px) {
  .card-modal-qr__body {
    background-color: #DBE5DC;
    padding: 20px;
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.card-modal-qr__body .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .card-modal-qr__body .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.card-modal-qr__body .text {
  font-weight: 500;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .card-modal-qr__body .text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .card-modal-qr__body img {
    margin: 0 auto;
    width: 220px;
  }
}

.breadcrumb-wrap {
  width: 100%;
  padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap {
    padding: 20px 0 0;
  }
}
.breadcrumb-wrap.breadcrumb-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap.breadcrumb-box {
    max-width: 966px;
  }
}
.breadcrumb-wrap .breadcrumb {
  color: #B2B2B2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-wrap .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb-wrap .breadcrumb a {
  color: #B2B2B2;
}
.breadcrumb-wrap .ico-breadcrumb {
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb-wrap .ico-breadcrumb svg {
  width: 6px !important;
  height: 11px !important;
}
.breadcrumb-wrap .ico-breadcrumb svg stroke {
  fill: #B2B2B2;
}

.note-text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .note-text {
    font-size: 12px;
  }
}
.note-text li {
  text-indent: -1em;
  padding-left: 1em;
}

.block-headding-2 {
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  color: #00FC00;
  font-family: korolev-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .block-headding-2 {
    font-size: 82px;
  }
}
.block-headding-2.black {
  color: #3D3932;
}
.block-headding-2 .text-jp {
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .block-headding-2 .text-jp {
    font-size: 65px;
  }
}

.block-title-3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 4px #80D8D0;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .block-title-3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .block-title-3 {
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.block-headding-lead {
  color: #3D3932;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  color: #00FC00;
  font-family: korolev-rounded, sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .block-headding-lead {
    font-size: 23px;
  }
}
.block-headding-lead.black {
  color: #3D3932;
}

.home-back {
  width: 100%;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .home-back {
    font-size: 18px;
    margin-bottom: 125px;
  }
}
.home-back__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home-back__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home-back__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .home-back__link {
    font-size: 14px;
  }
}
.home-back__link:hover {
  text-decoration: none;
}
.home-back svg {
  width: 10px !important;
  height: 7px !important;
  margin-right: 10px;
}
.home-back svg stroke {
  fill: #000000;
}

.korolev-rounded {
  font-family: korolev-rounded, sans-serif !important;
}

.block-acc {
  overflow: hidden;
}
.block-acc__header {
  position: relative;
  cursor: pointer;
}
.block-acc__header::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background-image: url(../img/common/ico_acc_img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .block-acc__header::after {
    right: 0;
  }
}
.block-acc.is-open > .block-acc__header::before {
  content: "詳細をとじる";
}
.block-acc.is-open > .block-acc__header::after {
  content: "";
  -webkit-transform: translateY(0) rotate(180deg);
          transform: translateY(0) rotate(180deg);
  background-image: url(../img/common/ico_acc_img.svg);
}
.block-acc__panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.is-view {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.is-view.is-active {
  opacity: 1;
}

.is-fade-view {
  opacity: 0;
}
.is-fade-view.is-active {
  opacity: 1;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media only screen and (min-width: 544px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-inline-md-block,
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .just-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-md-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-inline-lg-block,
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .flex-row-lg-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .just-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mx-atuo {
  margin-left: auto;
  margin-right: auto;
}

.link-none {
  pointer-events: none;
}

.text-red {
  color: #FF0000;
}