/*
 * トップページ - スマホ用（768px以下）
 */

body {
  /* background: #f1f1f1; */
}

/* 固定ナビゲーションメニュー */
.page-nav-fixed {
  position: fixed;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 900;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px 10px 5px;
  border-top: 2px dashed #ccc;
  border-right: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
  border-radius: 0 14px 14px 0;
  opacity: 0;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
.page-nav-fixed.active {
  opacity: 1;
  pointer-events: auto;
}
.page-nav-fixed .menu-head {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding-left: 12px;
  margin-bottom: 10px;
  color: #666;
}

.page-nav-fixed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-nav-fixed li {
  margin: 6px 0;
}
.page-nav-fixed li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 1px;
  margin: auto 0;
  background: #666;
}
.page-nav-fixed a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #666;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.page-nav-fixed a:hover {
  color: #a5745d;
  transform: translateX(5px);
}

.page-nav-fixed a.active {
  color: #a5745d;
  cursor: default;
  transform: translateX(5px);
}

.page-nav-fixed a.active:hover {
  transform: translateX(5px);
}

/* 背景スライドショー */
#top {
}
#top .entry-content {
}
#top .bg-slider {
  position: relative;
  /* width: 100vw; */
  /* height: calc(100vh - 100px); */
  height: 600px;
  overflow: hidden;
  margin: 0;
  padding: 90px 0 0 0;
}

#top .bg-slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0; /* デフォルトは非表示 */
  z-index: 1;
  transition: opacity 1s ease-in-out; /* フェード時間: 1秒 */
}

/* 表示中の画像（前面） */
#top .bg-slider-item.active {
  z-index: 2;
  opacity: 1;
}

/* フェードアウト中の画像（前面でフェードアウト） */
#top .bg-slider-item.fade-out {
  opacity: 0;
}

/* 待機中の画像（背面で待機） */
#top .bg-slider-item.preparing {
  z-index: 1;
  opacity: 1;
}

/* 非表示の画像 */
#top .bg-slider-item.hidden {
  z-index: 0;
  opacity: 0;
  transition: none; /* 瞬時に非表示 */
}

/* 網掛けオーバーレイ（斜線パターン） */
#top .bg-slider::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
      circle,
      hsla(0, 0%, 100%, 0.2) 1.5px,
      transparent 0
    ),
    radial-gradient(circle, hsla(0, 0%, 100%, 0.2) 1.5px, transparent 0);
  background-position: 0 0, 2px 4px;
  background-size: 4px 8px;
  opacity: 0.7;
  z-index: 3;
  pointer-events: none; /* クリックイベントを透過 */
}

/* 背景スライダーの上にコンテンツを配置 */
#top .bg-slider .main-site-title {
  position: relative;
  z-index: 10;
  color: #fff; /* 必要に応じて調整 */
  text-align: center;
  padding: 20px;
}
#top .main-slide-title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#top h1 {
  padding-top: 70px;
  text-align: center;
  margin-bottom: 20px;
}
#top h1 span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 3px rgb(46, 46, 46), 1px 1px 3px rgb(44, 44, 44);
}
#top .main-inner {
  width: 100%;
  height: 500px;
  margin: 20px auto 0 auto;
  text-align: center;
}
#top .main-inner .img {
  width: 64%;
  max-width: 270px;
  margin: 0 auto 30px auto;
}
#top .main-inner img {
  width: 100%;
}
#top .main-inner .date {
  position: relative;
  font-size: 60px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  text-shadow: 2px 2px 5px rgb(46, 46, 46), 2px 2px 5px rgb(44, 44, 44),
    2px 2px 5px rgb(44, 44, 44);
}
#top .main-inner .title-01 {
  position: relative;
  font-size: 23px;
  letter-spacing: 0.15em;
  font-weight: 800;
  margin-top: 4px;
  margin-left: -12px;
  text-shadow: 2px 2px 5px rgb(46, 46, 46), 2px 2px 5px rgb(44, 44, 44),
    2px 2px 5px rgb(44, 44, 44);
}
#top .main-inner .title-02 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 22px;
  margin-left: -5px;
  text-shadow: 2px 2px 5px rgb(46, 46, 46), 2px 2px 5px rgb(44, 44, 44),
    2px 2px 5px rgb(44, 44, 44);
}

#top .campaign-banner-wrap {
  margin-top: -80px;
}

/* キャンペーンバナー */
.canpaign-banner {
  position: relative;
  z-index: 5;
  display: block;
  width: calc(100% - 20px);
  max-width: 440px;
  height: 110px;
  margin: 0px auto 0 auto;
  color: #000;
  text-decoration: none;
  transition: filter 0.3s linear;
}
.canpaign-banner:hover {
  filter: brightness(1.08);
}
.canpaign-banner .title {
  position: absolute;
  z-index: 1;
  display: flex;
  height: 80px;
  align-items: flex-end;
  font-size: clamp(13px, 4.1vw, 18px);
  font-weight: 600;
  top: -58px;
  left: calc(37.5% + 17px);
}
.canpaign-banner .title .count {
  position: relative;
  display: inline-block;
  width: 50px;
  transform: translateY(5px);
}
.canpaign-banner .title .count:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  background: #e4efe6;
}
.canpaign-banner .banner-inner {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 4px solid #50ae61;
  border-radius: 14px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

/* 斜めの光エフェクト */
.canpaign-banner .banner-inner::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 200%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0.4) 70%,
    rgba(255, 255, 255, 0.8) 80%,
    rgba(255, 255, 255, 0.3) 90%,
    rgba(255, 255, 255, 0)
  );
  transform: skewX(-25deg);
  pointer-events: none;
  animation: kiranEffect 3.2s infinite;
}

@keyframes kiranEffect {
  0% {
    transform: skewX(-25deg) translateX(-120%);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }

  70% {
    transform: skewX(-25deg) translateX(120%);
    opacity: 0;
  }
  100% {
    transform: skewX(-25deg) translateX(120%);
    opacity: 0;
  }
}

.canpaign-banner .cont-l {
  width: 37.5%;
}
.canpaign-banner .cont-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.canpaign-banner .cont-r {
  position: relative;
  display: flex;
  align-items: center;
  width: 62.5%;
  height: 100%;
  background: linear-gradient(
    -45deg,
    #e4efe6 25%,
    #fff 25%,
    #fff 50%,
    #e4efe6 50%,
    #e4efe6 75%,
    #fff 75%,
    #fff
  );
  background-size: 20px 20px;
  animation: anime_stripe_1 0.8s infinite linear;
}
@keyframes anime_stripe_1 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -40px;
  }
}
.v-center {
  margin-left: 14px;
}

/* キャンペーンバナー */
.canpaign-banner .cont-r .text {
  display: flex;
  margin-top: -2px;
  font-size: clamp(13px, 4.1vw, 19px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.1em;
}
.canpaign-banner .cont-r .arrow {
  position: absolute;
  right: 35px;
  bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  /* アニメーション追加: X方向に左右に動く */
  animation: arrowMoveX 1s infinite ease-in-out;
}

@keyframes arrowMoveX {
  0% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(4px);
  }
}

.canpaign-banner .cont-r .arrow::before {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -6px;
  background: url("../imgs/top/arrow.svg");
  background-size: 100% auto;
  width: 86px;
  height: 11px;
}

/* ボタン共通 */
.btn-box {
  margin-top: 45px;
  text-align: center;
}
.btn-box a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 6px;
  color: #fff;
  background: #50ae61;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
.btn-box a:hover {
  opacity: 0.8;
}
.btn-box a img {
  margin-left: 5px;
  transform: translateY(1px);
  width: 14px;
  height: auto;
}

/* 目的に合わせた、様々なジムスタイルが可能です。 */
#style-index-wrap {
  margin-top: 70px;
}

#style-index-wrap h2 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
}
#style-index-wrap .cont-inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
#style-index-wrap .cont-inner ul {
  display: flex;
  flex-wrap: wrap;
}
#style-index-wrap .cont-inner ul li {
  width: calc(50% - 10px);
  height: 160px;
  margin-bottom: 20px;
}
#style-index-wrap .cont-inner ul li:nth-child(even) {
  margin-left: 20px;
}
#style-index-wrap .cont-inner ul li:nth-child(1) a {
  border: 3px solid #50ae61;
}
#style-index-wrap .cont-inner ul li:nth-child(1) .cont-r {
  color: #50ae61;
  background: #50ae61;
}
#style-index-wrap .cont-inner ul li:nth-child(1) .cont-r svg {
  stroke: #50ae61;
}
#style-index-wrap .cont-inner ul li:nth-child(2) a {
  border: 3px solid #e99a4b;
}
#style-index-wrap .cont-inner ul li:nth-child(2) .cont-r {
  color: #e99a4b;
  background: #e99a4b;
}
#style-index-wrap .cont-inner ul li:nth-child(2) .cont-r svg {
  stroke: #e99a4b;
}
#style-index-wrap .cont-inner ul li:nth-child(3) a {
  border: 3px solid #e57676;
}
#style-index-wrap .cont-inner ul li:nth-child(3) .cont-r {
  color: #e57676;
  background: #e57676;
}
#style-index-wrap .cont-inner ul li:nth-child(3) .cont-r svg {
  stroke: #e57676;
}
#style-index-wrap .cont-inner ul li:nth-child(4) a {
  border: 3px solid #a18c6f;
}
#style-index-wrap .cont-inner ul li:nth-child(4) .cont-r {
  color: #a18c6f;
  background: #a18c6f;
}
#style-index-wrap .cont-inner ul li:nth-child(4) .cont-r svg {
  stroke: #a18c6f;
}
#style-index-wrap .cont-inner ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
#style-index-wrap .cont-inner ul li a:hover {
  opacity: 0.8;
}
#style-index-wrap .cont-inner ul li a .cont-l {
  width: 44%;
  background: #ccc;
}
#style-index-wrap .cont-inner ul li a .cont-r {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(56% + 1px);
  padding-bottom: 14px;
}
#style-index-wrap .cont-inner ul li a .cont-r .title {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.1em;
}
#style-index-wrap .cont-inner ul li a .cont-r .arrow {
  position: absolute;
  right: 1px;
  bottom: 1px;
  display: inline-block;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 16px 8px 10px;
  background: #fff;
}
#style-index-wrap .cont-inner ul li a .cont-r .arrow .arrow-svg {
  position: absolute;
  right: 3px;
  bottom: 5px;
  width: 68px;
  height: 7.8px;
}
#style-index-wrap .cont-inner ul li a .cont-r .arrow .arrow-svg svg {
  width: 100%;
  height: 100%;
}

/* h2・h3共通 */
h2.h2-common {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
}
h2.h2-common:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #000;
}
h2.h2-common span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

h2.h2-common-color {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
h2.h2-common-color:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  margin: auto 0;
  background: #fad1ad;
}
h2.h2-common-color span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

h3.h3-common {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
}
h3.h3-common:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  margin: auto 0;
  background: #000;
}
h3.h3-common span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}

h3.h3-common-color {
  position: relative;
  z-index: 1;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
h3.h3-common-color:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
  margin: auto 0;
  background: #fad1ad;
}
h3.h3-common-color span {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  padding: 0 40px;
}

/* 新着情報 */
#information {
  padding-top: 80px;
  margin-top: 0px;
  overflow: hidden;
}
#information .cont-inner {
  /* width: calc(100% - 40px);
  max-width: 1000px; */
  margin: 20px auto 0 auto;
  position: relative;
}
#information .cont-inner ul {
  display: flex;
  justify-content: center;
}
#information .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#information .cont-inner ul li.slick-slide {
  width: 100%;
  height: 280px;
  border-radius: 14px;
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.07);
  margin: 0 15px;
}
#information .cont-inner ul li.slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
#information .cont-inner ul li.slick-slide a:hover {
  opacity: 0.8;
}
#information .cont-inner ul li.slick-slide a .img {
  width: 100%;
  height: 200px;
  background: #f1f1f1;
  overflow: hidden;
}
#information .cont-inner ul li.slick-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#information .cont-inner ul li.slick-slide a .content {
  /* width: 60%; */
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#information .cont-inner ul li.slick-slide a .content .title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
#information .cont-inner ul li.slick-slide a .content .date {
  font-size: 12px;
  color: #666;
}

/* Slickスライダーのカスタムスタイル */
#information .slick-prev,
#information .slick-next {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  z-index: 100;
  transition: all 0.3s ease;
}
#information .slick-prev:hover,
#information .slick-next:hover {
  background: #fff;
}
#information .slick-prev {
}
#information .slick-next {
}
#information .slick-prev svg,
#information .slick-next svg {
  width: 70px;
  height: 70px;
  stroke: #666;
  stroke-width: 0.7;
  fill: none;
}
#information .slick-prev:before,
#information .slick-next:before {
  content: "";
}
#information .slick-dots {
  bottom: -30px;
}
#information .slick-dots li button:before {
  font-size: 12px;
  color: #bbb;
}
#information .slick-dots li.slick-active button:before {
  color: #bbb;
}

/* 新着情報スライダー - センターモード用スタイル */
#information .slick-center {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
#information .slick-slide:not(.slick-center) {
  opacity: 0.5;
  transition: all 0.3s ease;
}
#information .cont-inner ul li.slick-slide {
  margin: 0 10px;
}

/* スタジオ設備 */
#equipment {
  padding-top: 80px;
}
#equipment .at {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#equipment .at span {
  display: flex;
  margin: 0 auto;
  font-size: 18px;
}
#equipment .at span .icon {
  width: 18px;
  margin-right: 5px;
}
#equipment .cont-inner {
  width: 96vw;
  margin: 30px auto 0 auto;
}
#equipment .cont-inner ul {
  display: flex;
  flex-wrap: wrap;
}
#equipment .cont-inner ul li {
  width: 46vw;
  aspect-ratio: 16 / 12;
  margin-right: 4vw;
  margin-bottom: 4vw;
}
#equipment .cont-inner ul li:nth-child(even) {
  margin-right: 0;
}
#equipment .cont-inner ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#equipment .cont-inner ul li a .img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
#equipment .cont-inner ul li a .title-cont {
  position: absolute;
  bottom: 0;
  right: -3.6vw;
  display: block;
  width: 38vw;
  height: 10vw;
  transform: rotate(-8deg);
}
#equipment .cont-inner ul li a .title-cont .title {
  position: absolute;
  display: inline-block;
  padding: 0.4vw 1.5vw 0.4vw 1.5vw;
  font-size: 2.9vw;
  color: #000;
  background: #fff;
}
#equipment .cont-inner ul li a .title-cont .title.title-1 {
  bottom: 6.2vw;
}
#equipment .cont-inner ul li a .title-cont .title.title-2 {
  bottom: 1.9vw;
}
#equipment .btn-box {
  margin-top: 30px;
}
#equipment .btn-box a {
  height: auto;
  line-height: 18px;
  padding: 6px 20px;
}
@media screen and (min-width: 500px) {
  #equipment .at span .icon {
    width: 20px;
  }
  #equipment .cont-inner {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  #equipment .cont-inner ul li {
    width: calc(50% - 15px);
    aspect-ratio: 16 / 12;
    margin-right: 30px;
    margin-bottom: 24px;
  }
  #equipment .cont-inner ul li a .title-cont {
    position: absolute;
    bottom: 0;
    right: -26px;
    width: 230px;
    height: 70px;
  }
  #equipment .cont-inner ul li a .title-cont .title {
    padding: 4px 15px 4px 15px;
    font-size: 16px;
  }
  #equipment .cont-inner ul li a .title-cont .title.title-1 {
    bottom: 36px;
  }
  #equipment .cont-inner ul li a .title-cont .title.title-2 {
    bottom: 8px;
  }
}
/* 体験案内 */
#guide {
  margin-top: 0px;
}
#guide .cont-inner {
}
#guide .text.text-1 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
#guide .text .mini {
  margin-left: 10px;
  font-size: 16px;
}
#guide .sub-title {
  margin-top: 15px;
  text-align: center;
}
#guide .what-to-bring {
  position: relative;
  max-width: 400px;
  margin: 50px auto 0 auto;
  padding: 35px 0 25px 0;
  line-height: 180%;
  font-size: 18px;
  text-align: center;
  border: 3px solid #e99a4b;
  border-radius: 24px;
  background: #fef5ed;
}
#guide .what-to-bring h3 {
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
#guide .what-to-bring h3 span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#guide .what-to-bring h3 span:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  right: -20px;
  z-index: -1;
  width: calc(100% + 40px);
  height: 5px;
  background: #fef5ed;
}

#guide #contact .cont-inner {
  width: calc(100% - 40px);
  margin: 0px auto 0 auto;
}
#guide #contact {
  padding-top: 80px;
}
#guide .contact-box {
  width: calc(100% + 20px);
  transform: translateX(-10px);
  margin: 40px auto 0 auto;
  padding: 50px 0 50px 0;
  text-align: center;
  border: 1px dashed #ccc;
  border-radius: 10px;
  background: #fafafa;
}
#guide #contact h2.h2-common-color:before {
  background: #a5cae7;
}
#guide .contact-box .top-text {
  line-height: 140%;
  font-size: 18px;
}
#guide .contact-box .top-text .strong {
  font-weight: 800;
}

#guide .contact-box .contact-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 440px;
  margin: 20px auto 20px auto;
}
#guide .contact-box .contact-select li {
  width: 44%;
  height: 120px;
  margin: 2%;
}
#guide .contact-box .contact-select li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #68a4d2;
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
#guide .contact-box .contact-select li a:hover {
  opacity: 0.6;
}
#guide .contact-box .contact-select li a:hover:before {
  transform: translateX(8px);
}
#guide .contact-box .contact-select li a:before {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 10px;
  width: 20px;
  height: 5.6px;
  background: url("../imgs/top/contact-arrow.svg");
  background-size: 100% auto;
  transition: transform 0.3s ease;
}
#guide .contact-box .contact-select li a .img {
  width: 50px;
  margin: 14px auto 0 auto;
}
#guide .contact-box .contact-select li a .title-cont {
  margin-top: 5px;
  font-size: 15px;
  line-height: 120%;
  color: #000;
}
#guide .contact-box .contact-select li a .title-cont .title {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guide .contact-box .attention {
  margin-bottom: 25px;
  font-size: 20px;
}
#guide .contact-box .top-text .at {
  color: #1771b9;
  font-weight: 800;
}
#guide .contact-box .attention .at {
  color: #d05115;
  font-weight: 600;
}
#guide .contact-box .tel {
  margin-bottom: 20px;
  font-size: 30px;
  font-family: "roboto", sans-serif;
  font-weight: 800;
}
#guide .contact-box .tel .mini.mini-2 {
  font-size: 18px;
}
#guide .business-hours {
  font-size: 18px;
  line-height: 150%;
}
#guide #trial {
  padding-top: 80px;
}
#guide .flow {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
#guide .top-img {
  width: 70px;
  margin: 0px auto 20px auto;
}
#guide .top-img img {
  width: 100%;
}
#guide .flow .time {
  display: flex;
  justify-content: center;
  margin: 20px auto 0 auto;
}
#guide .flow .time-inner {
  display: flex;
  align-items: center;
}
#guide .flow .time .cont-l {
  display: inline-block;
  padding-right: 4px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.2em;
}
#guide .flow .time .cont-c {
  display: inline-block;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  color: #ee9446;
}
#guide .flow .time .cont-r {
  display: inline-block;
  padding-left: 8px;
  margin-right: 0px;
  font-size: 22px;
  font-weight: 600;
}
#guide .flow .flow-cont {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0 auto;
}
#guide .flow .flow-cont li {
  position: relative;
  margin-bottom: 80px;
}
#guide .flow .flow-cont li:last-child {
  margin-bottom: 0px;
}
#guide .flow .flow-cont li::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 80px);
  height: 2px;
  background-image: radial-gradient(circle, #888 1px, transparent 1px),
    radial-gradient(circle, #888 1px, transparent 1px),
    radial-gradient(circle, #888 1px, transparent 1px),
    radial-gradient(circle, #888 1px, transparent 1px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
  margin: 0 auto;
}
#guide .flow .flow-cont li:last-child:before {
  content: none;
}
#guide .flow .flow-cont li h4 {
}
#guide .flow .flow-cont li h4 .h4-inner {
  display: flex;
  font-size: 18px;
  flex-direction: column;
  align-items: center;
}
#guide .flow .flow-cont li h4 .h4-inner .step-cont {
  position: relative;
  z-index: 1;
  display: block;
  width: 70px;
  margin-bottom: 6px;
}
#guide .flow .flow-cont li h4 .h4-inner .step-cont::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -9px;
  z-index: -1;
  width: calc(100% + 16px);
  height: 12px;
  background: #e6e6df;
}
#guide .flow .flow-cont li h4 .step {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 22px;
}
#guide .flow .flow-cont li h4 .step-num {
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 34px;
}
#guide .flow .flow-cont .cont {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  line-height: 160%;
}
#guide .flow .flow-cont .cont .text {
  order: 2;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
}
#guide .flow .flow-cont .cont .img {
  order: 1;
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 0 auto;
}
#guide .flow .flow-cont .cont .img img {
  width: 100%;
}

/* 入会の流れ */
#guide #join {
  width: calc(100% - 40px);
  padding-top: 80px;
  margin: 40px auto 0 auto;
}
#guide #join h2.h2-common-color:before {
  background: #a7d8b0;
}
#guide #join .sub-title {
  margin-top: 40px;
  font-size: 16px;
}
#guide #join .what-to-bring {
  padding: 35px 14px 25px 14px;
  font-size: 16px;
  text-align: left;
  border: 3px solid #50ae61;
  background: #f7fef8;
}
#guide #join .what-to-bring {
  margin: 40px auto 0 auto;
}
#guide #join .what-to-bring h3 span:before {
  background: #f7fef8;
}
#guide #join .what-to-bring .bring-inner {
}
#guide #join .what-to-bring .bring-inner li {
  position: relative;
  margin-left: 1em;
  margin-bottom: 10px;
  line-height: 20px;
}
#guide #join .what-to-bring .bring-inner li:last-child {
  margin-bottom: 0px;
}
#guide #join .what-to-bring .bring-inner li::before {
  content: "・";
  position: absolute;
  left: -1em;
}
#guide #join .what-to-bring .bring-inner li p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

/* 各種料金 */
#guide #price {
  padding-top: 80px;
}
#guide .price h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
#guide .price-table {
  width: calc(100% - 10px);
  max-width: 500px;
  margin: 30px auto 0 auto;
}
#guide .price-table table {
  width: 100%;
}
#guide .price-table tr {
}
#guide .price-table tr th {
  font-size: 14px;
  padding: 8px 0 8px 0;
  text-align: center;
  color: #fff;
  background: #50ae61;
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}
#guide .price-table tr td {
  height: 70px;
  vertical-align: middle;
  padding: 4px 0 4px 0;
  text-align: center;
  background: #f6f5f5;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #50ae61;
}
#guide .price-table tr th:last-child,
#guide .price-table tr td:last-child {
  border-right: none;
}

#guide .price-table tr td.title {
  font-size: 14px;
  font-weight: 600;
}
#guide .price-table tr td .price {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 24px;
}
#guide .price-table tr td .yen {
  margin-left: 6px;
  font-weight: 800;
  font-size: 12px;
}
#guide .price-table tr td .tax {
  position: absolute;
  bottom: -12px;
  right: -9px;
  font-size: 12px;
}
/* アクセス */
#access {
  padding-top: 80px;
}
#access .cont-inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}

#access .top-text {
  margin-top: 30px;
  line-height: 180%;
  font-size: 16px;
  text-align: center;
}
#access .attention {
  max-width: 310px;
  padding: 20px 15px 20px 26px;
  margin: 15px auto 0 auto;
  font-size: 16px;
  background: #fafafa;
  border: 1px dashed #ccc;
  border-radius: 10px;
}
#access .attention li {
  position: relative;
  margin-bottom: 12px;
}
#access .attention li:last-child {
  margin-bottom: 0px;
}
#access .attention li::before {
  content: "・";
  position: absolute;
  left: -1em;
  font-size: 16px;
  line-height: 100%;
}
#access .access-photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0 auto;
}
#access .access-photo li {
  width: 400px;
  margin: 0 0 40px 0;
}
#access .access-photo li img {
  width: 100%;
}
#access .access-photo li .text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
/* バス情報 */
#access .bus-info {
  margin-top: 60px;
}
#access .bus-info .h3-common:before {
  background: #e6e6df;
}
#access .bus-info .img {
  margin: 40px auto 0 auto;
  width: 100%;
}
#access .bus-info .img img {
  width: 100%;
}
#access .bus-info .text {
  text-align: center;
  font-size: 16px;
}
#access .bus-info .text.text-1 {
  margin-top: 30px;
}
#access .bus-info .text.text-2 {
  margin-top: 15px;
}
#access .bus-info .text a {
  color: #ee9446;
}

/* MAP */
#access .map {
  margin-top: 80px;
}
#access .map .h3-common:before {
  background: #e6e6df;
}
#access .g-map {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 40px auto 0 auto;
}

/* 関連リンク */
#links {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 90px auto 0 auto;
}
#links .cont-inner {
  margin-top: 40px;
}
#links .link-cont-box {
  display: flex;
  flex-direction: column;
}
#links .link-cont-box li {
  width: 100%;
  margin-bottom: 10px;
}
#links .link-cont-box li:last-child {
  margin-right: 0%;
}
#links .link-cont-box a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 160%;
  padding: 15px 20px 25px 20px;
  color: #000;
  background: #f3f2ec;
  text-decoration: none;
  transition: opacity 0.3s linear;
}
#links .link-cont-box a:hover {
  opacity: 0.7;
}
#links .link-cont-box a img {
  width: 100%;
}
#links .link-cont-box a .text{
  font-size: 14px;
  line-height: 150%;
}

#guide {
  /* display: none; */
}
#access {
  /* display: none; */
}
#links {
  /* display: none; */
}
header {
  /* display: none; */
}
#enter-banner-btn {
  /* display: none; */
}
#information {
  /* display: none; */
}
#equipment {
  /* display: none; */
}
.page-nav-fixed {
  display: none;
}
