/*========================================================================================

共通設定

=========================================================================================*/
/*GOOGLEFONT*/
@import url('https://fonts.googleapis.com/css2?family=Mrs+Saint+Delafield&family=Noto+Serif+JP:wght@200..900&display=swap');
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #1F2021;
  font-size: 1.4rem;
}
*, *::before, *::after {
  box-sizing: border-box !important;
}
section {
  padding: 0 0 clamp(60px, 12vw, 140px);
  margin: 0px;
}
section.home-section01 {
  padding: clamp(60px, 12vw, 140px) 0 0;
}
section.home-section02, section.home-section04 {
  padding: 0;
}
section.home-section03 {
  padding: 0 0 6vw;
}
.footer-nav-wrap p {
  margin-bottom: 1em;
}
a {
  transition: all .3s;
  cursor: pointer;
}
/*ボタンのパターン★*/
.btn01 {
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
}
/*======see more：右にスライド======*/
.see-more-btn {
  height: 60px;
  position: relative;
  text-decoration: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  font-size: 1.6rem;
}
/* 丸のスタイル */
.see-more-btn .arrow {
  width: 30px;
  height: 30px;
  position: relative;
  display: grid;
  place-items: center;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  border: 0.5px solid #1F2021;
}
/* 矢印のスタイル */
.see-more-btn .arrow span {
  margin-left: 5px;
  clip-path: polygon(20% 0, 60% 50%, 20% 100%, 0% 100%, 40% 50%, 0% 0%);
  height: 14px;
  aspect-ratio: 1;
  background-color: #1F2021;
}
/* ホバー時に矢印を動かさない */
.see-more-btn .arrow__item02 {
  position: absolute;
  transform: translateX(-400%);
}
/* ★ ここで丸全体がスライド */
.see-more-btn:hover .arrow {
  transform: translateX(10px);
}
/*PC以外ホバー禁止*/
@media(hover: hover) {
  .btn01.btn01:hover {
    color: #c1c1c1;
    border: 1px solid #c1c1c1;
  }
  .btn01.btn01:hover .btn-arrow {
    fill: #c1c1c1;
  }
}
/*TOPボタン*/
#page-top {
  right: 10px;
  bottom: 10px;
}
#page-top img {
  max-height: 50px;
  transition: all 0.3s;
}
#page-top img {
  position: relative;
  top: 0;
}
#page-top img:hover {
  top: -10px;
  transition: 0.3s;
}
/*じんわり出現*/
/* 初期状態 */
.blur {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.8s ease-out, transform 1.8s ease-out;
  will-change: opacity, transform;
}
/* 表示状態（フェードイン後はそのまま） */
.blur.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*=====デフォルトフィードの調整=====*/
.news-img.news-img img, .news-list02 li .news-img.news-img img, .com-box02-img.com-box02-img img, .com-box03-img.com-box03-img img, .com-interview01-img.com-interview01-img img, .com-interview02-img.com-interview02-img img, .com-menu01-img.com-menu01-img img {
  height: auto;
  aspect-ratio: 3 / 2 !important;
}
/*news-list*/
.info.info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info.info .news-list01 {
  flex: 1;
  margin-bottom: 10em;
}
.news-list03.news-list03 li .news-img img {
  height: auto;
}
/*com-menu01*/
.flex.com-menu01-list.com-menu01-list {
  gap: 5em 2em;
}
.com-menu01-list.com-menu01-list li {
  margin-bottom: 0px;
}
.com-menu01-list.com-menu01-list::after {
  content: none;
}
/*com-box01*は別見本/
/*com-box02*/
.com-box02-list.com-box02-list {
  gap: 5em 1em;
}
.com-box02-list.com-box02-list li {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 5vw;
}
.com-box02-img.com-box02-img {
  margin-bottom: 2em;
}
.com-box02-head.com-box02-head {
  margin-bottom: 1em;
  color: #ffffff;
  background-color: #216d00;
  border-radius: 20px;
}
.com-box02-txt {
  flex: 1;
}
/* 最後のコンテンツを左寄せにする指定 */
.com-box02-list.com-box02-list .flexbox:after {
  content: "";
  display: block;
  width: 32%; /*.boxに指定した幅*/
  height: 0;
}
/*com-box03*/
.com-box03-list.com-box03-list li {
  width: 30%;
}
.com-box03-img.com-box03-img {
  margin-bottom: 2em;
}
.com-box03-head.com-box03-head {
  margin-bottom: 1em;
  color: #ffffff;
  background-color: #216d00;
  border-radius: 20px;
  font-weight: 700;
}
.com-box03-list.com-box03-list {
  gap: 4em 2em;
  /*position: relative;
  z-index: 2;*/
}
/*左寄せのために疑似要素で調整
.com-box03-list::after {
  display: block;
  content: "";
  width: 30%;
}*/
/*com-list01*/
/*不要な疑似要素を消す*/
.com-list01.com-list01::before {
  content: none;
}
.com-list01.com-list01.flex {
  gap: 5em 2em;
}
.com-list01.com-list01 li {
  background-color: transparent;
  width: 22%;
  padding: 0px;
  margin-bottom: 0px;
}
.com-list01-nm.com-list01-nm {
  color: #216d00;
  font-family: transparent;
  left: 0px;
  font-size: 50px;
}
.com-list01-txt.com-list01-txt {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.com-list01-head.com-list01-head {
  color: #ffffff;
  background-color: #216d00;
  margin: 2em 0 2em;
}
.com-list01-icon.com-list01-icon img {
  width: 60%;
  height: auto;
}
/*com-list02*/
/*com-list03*/
.com-list03.com-list03 > li {
  width: 47%;
  margin-bottom: 40px;
}
.com-list03-sub.com-list03-sub {
  display: none;
}
.com-list03.com-list03 > li {
  margin-bottom: 0px;
}
.flex.com-list03.com-list03 {
  gap: 5vw 2vw;
}
/*com-flow01*/
.com-flow01-box.com-flow01-box {
  background-color: #d5d5d5;
}
.com-flow01-box.com-flow01-box::before {
  border-top: 25px solid #d5d5d5;
}
.com-flow01-box.com-flow01-box:last-of-type {
  padding: 0px;
}
.com-flow01-icon.com-flow01-icon img {
  height: 150px;
}
/*com-flow02*/
.com-flow02-list.com-flow02-list li {
  /*width: 30%;*/
  margin-bottom: 0px;
}
.com-flow02-icon.com-flow02-icon img {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
.com-flow02-txt.com-flow02-txt {
  background-color: transparent;
  color: #3a3227;
  border-radius: 15px;
  font-size: 16px;
  text-align: left;
}
.com-flow02-head.com-flow02-head h3 {
  color: #216d00;
  margin-top: 0.5em;
}
/*com-timeline01*/
.com-timeline01-list.com-timeline01-list {
  margin-bottom: 0px;
}
.com-timeline01-time.com-timeline01-time {
  color: #e9ab40;
  border-bottom: 3px solid #e9ab40;
}
.com-timeline01-head.com-timeline01-head {
  color: #e9ab40;
}
/*com-timeline02*/
.com-timeline02-list.com-timeline02-list {
  margin-bottom: 0px;
}
/*com-interview01*/
/*com-interview02*/
.com-interview02-position.com-interview02-position {
  background-color: #b64e4e;
  border-radius: 100px;
}
.com-interview02-list.com-interview02-list > li {
  width: 30%;
  margin-bottom: 0px;
}
.flex.com-interview02-list {
  gap: 5em 1em;
}
.com-interview01-q {
  margin-top: 10px;
}
.com-interview01-a {
  margin-top: 10px;
}
.com-interview02-img.com-interview02-img img {
  aspect-ratio: 1 / 1 !important;
  border-radius: 100% 100% 0 0;
}
/*Q&A*/
.com-faq01-q.com-faq01-q {
  padding-bottom: 1em;
}
.com-faq01-a {
  margin-top: 1em;
}
/*タブメニュー*/
/*タブ
<div class="width90 fadeUpTrigger"> 
      <!--タブ-->
      <div class="tab-wrap">
        <ul class="tab-list">
          <li class="tab-item is-active">平日</li>
          <li class="tab-item">祝・休日</li>
        </ul>
      </div>
      <!--タブ内コンテンツ-->
      <ul class="panel-list">
        <!--タブを切り替えて表示するコンテンツ1-->
        <li class="panel-item tab-area is-active">
          <div class="table-wrap02">[myphp file="/export/com-timeline01" id="1618"]</div>
        </li>
        <!--タブを切り替えて表示するコンテンツ2-->
        <li class="panel-item tab-area">
          <div class="table-wrap02">[myphp file="/export/com-timeline02" id="1857"]</div>
        </li>
      </ul>
    </div>*/
.tab-list, .tab-list2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tab-item {
  width: 40%;
  padding: 10px 0;
  background: #ffffff;
  color: #1F2021;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease-in-out;
  border-radius: 15px 15px 0 0;
  border: 1px solid #e6e6e6;
}
.tab-item2 {
  width: 30%;
  padding: 10px 0;
  background: #1276ad url(/wp-content/uploads/2024/11/bu-base@1.5x-8.png) repeat left top / 30%;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: .3s ease-in-out;
  border-radius: 15px 15px 0 0;
}
/*PC以外ホバー禁止*/
@media(hover: hover) {
  .tab-item:hover, .tab-item2:hover {
    border: 1px solid #1F2021;
  }
}
.tab-item.is-active, .tab-item2.is-active {
  border: 1px solid #1F2021;
}
/* パネル */
.panel-item, .panel-item2 {
  display: none;
  width: 100%;
  padding: 4rem 0 0;
}
.panel-item.is-active, .panel-item2.is-active {
  display: block;
  animation: panel-show .9s ease-in-out forwards;
}
/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*.line-icon path {
  fill: #3a3227 !important;
}*/
/*iflameの調整*/
iframe.youtube-content {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
iframe.g-map {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
}
.youtube-area {
  text-align: center;
}
/*=========下層=========*/
#breadcrumbs {
  padding-bottom: 0px !important;
  margin-bottom: clamp(40px, 12vw, 100px) !important;
}
/*下層タイトル*/
.sub-header-txt {
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*=========ブロックあしらいバリエーション=========*/
/*画像ループ
<div class="scroll-infinity mb-xlarge">
  <div class="scroll-infinity__wrap">
    <ul class="scroll-infinity__list scroll-infinity__list--right">
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/4182533_s.jpg" class="aspect1-1" alt="ひらがなの練習" width="640" height="480"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/4052445_m-e1725419297566.jpg" class="aspect1-1" alt="工作" width="640" height="627"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/29307013_s.jpg" class="aspect1-1" alt="折り紙で遊ぶ子供" width="640" height="480"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/3785064_s.jpg" class="aspect1-1" alt="宿題をする小学生" width="640" height="480"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/23422309_s.jpg" class="aspect1-1" alt="絵の具遊び" width="640" height="427"></li>
    </ul>
    <ul class="scroll-infinity__list scroll-infinity__list--right">
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/4182533_s.jpg" class="aspect1-1" alt="ひらがなの練習" width="640" height="480"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/4052445_m-e1725419297566.jpg" class="aspect1-1" alt="工作" width="640" height="627"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/29307013_s.jpg" class="aspect1-1" alt="折り紙で遊ぶ子供" width="640" height="480"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/3785064_s.jpg" class="aspect1-1" alt="宿題をする小学生" width="640" height="480"></li>
      <li class="scroll-infinity__item"><img src="/wp-content/uploads/2024/09/23422309_s.jpg" class="aspect1-1" alt="絵の具遊び" width="640" height="427"></li>
    </ul>
  </div>
</div>*/
.scroll-infinity {
  /*  margin: 0 calc(50% - 50vw);*/
  width: 100%;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  padding: 0
}
.scroll-infinity__item {
  width: calc(100vw / 4);
}
.scroll-infinity__item > img {
  width: 100%;
  object-fit: cover;
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*ーアーチトリミングー*/
.arch-img {
  border-radius: 100vw 100vw 0 0;
}
/*クラス指定*/
.margin-auto {
  margin-inline: auto;
}
.text-center {
  text-align: center;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.bold {
  font-weight: 500;
}
.ex-bold {
  font-weight: 700;
}
.radius20 {
  border-radius: 20px;
}
.radius40 {
  border-radius: 40px;
}
.mb-ten5em {
  margin-bottom: 0.5em;
}
.mb-1em {
  margin-bottom: 1em;
}
.mb-2em {
  margin-bottom: 2em;
}
.mb-4em {
  margin-bottom: 4em;
}
.mb-short {
  margin-bottom: clamp(20px, 4vw, 80px);
}
.mb-mid {
  margin-bottom: clamp(40px, 6vw, 100px);
}
.mb-large {
  margin-bottom: clamp(60px, 10vw, 120px);
}
.mb-xlarge {
  margin-bottom: clamp(80px, 20vw, 180px);
}
.aspect1-1, img.aspect1-1 {
  aspect-ratio: 1 / 1;
}
.aspect3-2, img.aspect3-2 {
  aspect-ratio: 3 / 2;
}
.aspect2-1, img.aspect2-1 {
  aspect-ratio: 2 / 1;
}
.aspect2-3, img.aspect2-3 {
  aspect-ratio: 2 / 3;
}
.aspect3-4, img.aspect3-4 {
  aspect-ratio: 3 / 4;
}
.aspect19-7, img.aspect19-7 {
  aspect-ratio: 19 / 7;
}
/*内包の余白０*/
.width1200 .width1200, .width1200 .width900 {
  padding: 0px;
}
/*ボックス幅*/
.width15 {
  width: 15%;
}
.width20 {
  width: 20%;
}
.width23 {
  width: 23%;
}
.width25 {
  width: 25%;
}
.width28 {
  width: 28%;
}
.width30 {
  width: 30%;
}
.width32 {
  width: 32%;
}
.width40 {
  width: 40%;
}
.width45 {
  width: 45%;
}
.width48 {
  width: 48%;
}
.width50 {
  width: 50%;
}
.width55 {
  width: 55%;
}
.width60 {
  width: 60%;
}
.width65 {
  width: 65%;
}
.width70 {
  width: 70%;
}
.width80 {
  width: 80%;
}
.flex1 {
  flex: 1;
}
/*========<!-- ヘッダー -->========*/
.header-inner.flex, .header-box01, .header-box02 {
  padding: 0 15px;
}
.page-template-page-home .header-content02 {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.page-template-page-home .header-menu.header-menu > li a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.page-template-page-home .logo-img {
  display: none;
}
/* デフォルト（PC）は白ロゴ */
.page-template-page-home .logo-white {
  display: inline;
}
/* 1024px以下は黒ロゴを表示、白ロゴを非表示 */
@media screen and (max-width: 1024px) {
  .page-template-page-home .logo-white {
    display: none;
  }
  .page-template-page-home .logo-black {
    display: inline;
  }
}
/* 下線のスタイル */
.header-menu.header-menu > li a::after {
  background-color: var(--main);
  bottom: -4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top; 
  transition: transform .3s;
  width: 100%;
}
.page-template-page-home .header-menu.header-menu > li a::after {
  background-color: #ffffff; /* 下線の色 */
}
/* リンクにホバーした際の下線の表示 */
.header-menu.header-menu > li a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.moblie-menu-tel-icon {
  stroke: #333 !important;
  fill: #333 !important;
}
.moblie-menu-tel-number {
  margin-bottom: 1em;
}
/* ハンバーガー初期状態（非表示） */
/*.page-template-page-home */ #hamburger {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 3000;
}
/* スクロール時に出現（PC） */
.scrolled #hamburger {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* グローバルナビ：表示→非表示へフェード*/
.main-global-nav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.scrolled .main-global-nav {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}
.mobile-inner {
  width: 100%;
}
.mobile-nav-wrap .mobile-menu-list > li > a:hover {
  opacity: 0.5;
}
#mobile-nav.panelactive {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-logo img {
  max-width: 300px;
}
/*========<!-- お問い合わせ -->========*/
/*送信ボタン*/
input[type="submit"], input[type="button"] {
  width: 40%;
  border-radius: 50px;
  transition: all 0.3s;
  background: transparent;
  border: 1px solid #1F2021 !important;
}
input[type="submit"]:hover, input[type="button"]:hover {
  color: #1F2021 !important;
  background: #fff !important;
}
input[type="text"], textarea, input[type="email"], input[type="tel"], input[type="radio"] {
  background-color: #ffffff;
}
.required {
  color: #ffffff;
  background-color: #555555;
}
table.contact-form01 {
  border-collapse: separate;
  border-spacing: 0px 1px;
  margin-bottom: 8em;
}
table.contact-form01 th {
  border-right: 1px solid #ffffff;
  color: #555555;
  background: transparent;
}
table.contact-form01 th {
  border-bottom: 2px solid #ffffff; /*!!!!!!!!!!!!!!*/
}
table.contact-form01.contact-form01 th:not(:last-of-type) {
  border-bottom: 2px solid #ffffff;
}
table.contact-form01 tbody tr:first-child th, table.contact-form01 tbody tr:first-child td {
  line-height: 2.5;
  border-top: 2px solid #ffffff;
}
table.contact-form01 td {
  border-bottom: 2px solid #ffffff;
}
table.contact-form01 td {
  border-left: #ffffff 2px solid;
  font-size: 11px;
  background: transparent;
}
table.contact-form01.contact-form01 td:not(:last-of-type) {
  border-bottom: 2px solid #ffffff;
}
.wpcf7-list-item-label {
  font-size: 1.6rem;
}
.privacy-check {
  margin-bottom: 6em;
}
.privacy-check a {
  color: #50bbfd;
}
/*========<!-- フッター　-->========*/
.footer {
  background: transparent;
}
.footer-logo {
  width: 50%;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  border-bottom: none;
  margin-bottom: 20px;
}
.footer-address p, .footer-address a, .footer-menu a {
  color: #1F2021 !important;
}
.sns-icon-title p, .sns-sub-nav li a, .sns-icon-title span, .copyright p {
  color: #1F2021 !important;
}
.footer-menu-title {
  display: none;
}
.footer-menu > li > a {
  color: #1F2021;
  position: relative;
  display: inline-block;
}
/* 下線のスタイル */
.footer-menu > li > a::after {
  background-color: #1F2021; /* 下線の色 */
  bottom: -4px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 1px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
/* リンクにホバーした際の下線の表示 */
.footer-menu > li > a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.footer-logo-address {
  width: 500px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  flex-direction: column;
}
/*========================================================================================

HOME

=========================================================================================*/
/*=====全階層共通背景色柄余白の指定=====*/
/*========<!-- トップスライダー　-->========*/
/* FV動画全画面 */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
/*========<!-- home-section01 -->========*/
/*news-list02*/
.news-list02.news-list02 {
  flex: 1;
}
.vertical {
  writing-mode: vertical-lr;
}
.news-list02.news-list02 .flex {
  justify-content: flex-start;
}
.news-content {
  margin-left: 1em;
}
.news-list02 li .news-cat a {
  margin-bottom: 1em;
}
/*.news-content {
  margin-left: 1em;
}*/
/*文字ループ*/
.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.loop-wrap:first-of-type {
  margin: 0 0 clamp(20px, 3vw, 60px);
}
.loop-wrap:last-of-type {
  margin: clamp(20px, 3vw, 60px) 0 0;
}
.loop-area .content {
  width: 370px;
  font-family: "Mrs Saint Delafield", cursive;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
}
.loop-area {
  display: flex;
  animation: loop-slide 40s linear infinite;
}
.loop-area-reverse {
  animation: loop-slide-reverse 40s linear infinite;
}
/* 通常（右→左） */
@keyframes loop-slide {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 逆方向（左→右） */
@keyframes loop-slide-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.col-20 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*align-items: flex-start;*/
  padding-bottom: 4vw;
}
.sec-block.waiting {
  padding: clamp(20px, 2vw, 40px) 0;
  background-color: #F2F0ED;
}
.border-title {
  font-size: 1.6rem;
  font-weight: 700;
  border-top: 0.5px solid #1F2021;
  border-bottom: 0.5px solid #1F2021;
  padding: 0.5em;
  margin-bottom: 2em;
}
.home-section01 .border-title {
  border-top: none;
}
.border-title + div {
  font-family: '游明朝体 Pr6N M', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;
  font-size: 1.4rem;
  line-height: 2;
}
/*フォローボタン*/
.x-icon {
  width: 18px;
  object-fit: contain;
}
.follow-btn {
  border: 0.5px solid #1F2021;
  padding: 0.5em 10em;
  border-radius: 100px;
}
.flex.follow-btn {
  border: 0.5px solid #1F2021;
  padding: 0.5em 1em;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  gap: 2em;
  transition: all 0.3s;
}
.follow-btn:hover {
  background-color: #1F2021;
}
.follow-btn:hover span {
  color: #fff;
}
.follow-btn:hover i {
  color: #fff !important; /* フォントオーサムアイコンの色を強制 */
}
i {
  margin-right: 0px;
}
/*instagram*/
.home-section01 .width60 {
  margin: 0 auto clamp(60px, 10vw, 120px);
}
.instagram p {
  margin-bottom: 0px;
}
.sec-block.instagram > .flex {
  justify-content: space-around;
}
.fa-instagram-square:before, .fa-square-instagram:before, .fa-instagram:before {
  font-size: 2.4rem;
}
/*instagram画像のあたり調整*/
/* Instagramフィード画像を正方形枠に中央寄せでカバー表示 */
#sb_instagram .sbi_photo {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.home-section01 #sb_instagram .sb_instagram_header .sbi_header_text, .home-section01 .sb_instagram_header .sbi_header_text {
  margin-bottom: 1em !important;
}
.home-section01 sb_instagram #sbi_images {
  padding: 0 0 4em !important;
}
/*========<!-- home-section02 -->========*/
/* 画面分割コンテンツ */
.main-section {
  display: flex;
  height: 200vh;
}
.left-slider, .right-slider {
  width: 50vw;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  flex-shrink: 0; /* ← これが決定打 */
  /*min-width: 600px;  ← Windows環境で崩れを防ぐ */
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.container.flex {
  display: flex;
  flex-wrap: nowrap; /* 念のため */
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s ease;
}
.slide.show {
  opacity: 1;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 右スクロールコンテンツ */
.right-content {
  width: 50vw;
  padding: 8vw 4vw;
  /*min-width: 600px;  ← Windows環境で崩れを防ぐ */
}
.content-block {
  margin-bottom: 100vh;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.content-block.inview {
  opacity: 1;
  transform: translateY(0);
}
/* 下層ヘッダーのシャドウの位置調整 */
p.sub-header-txt.sub-header-txt {
  margin-bottom: 0px;
}
.home-section02 h4 {
  font-size: 1.6rem;
  padding-bottom: 0.5em;
  border-bottom: 0.5px solid #1F2021;
  margin-bottom: 0.5em;
}
.home-section02 img {
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
}
/*========<!-- home-section03 -->========*/
/*========<!-- home-section04 -->========*/
/*テーブルの調整*/
.home-section03 table.tablepress tbody td.column-1 {
  width: 80% !important;
  color: #1F2021 !important;
  background-color: transparent !important;
}
.home-section03 table.tablepress tbody td.column-2 {
  width: 20% !important;
  color: #1F2021 !important;
  background-color: transparent !important;
}
.home-section04 table.tablepress tbody td.column-1 {
  width: 30% !important;
}
.home-section04 table.tablepress tbody td.column-2 {
  width: 70% !important;
}
table.tablepress > tfoot > .row-1 td.column-1, table.tablepress > tfoot > .row-7 td.column-1, table.tablepress > tfoot > .row-12 td.column-1, table.tablepress > tfoot > .row-18 td.column-1 {
  font-weight: 700;
}
.table-wrap02 table.tablepress tbody td {
  font-size: 1.2rem;
  font-weight: 400;
}
table.tablepress {
  border: none !important;
}
table.tablepress tbody th:not(:last-child) {
  border-right: 1px solid #1F2021 !important;
}
table.tablepress tbody td {
  border-left: none !important;
}
table.tablepress tbody th, table.tablepress tbody td {
  text-align: left !important;
}
table.tablepress > * + tbody > * > *, table.tablepress > tbody > * ~ * > *, table.tablepress > tfoot > * > * {
  border-top: none !important;
}
table.tablepress tbody tr td {
  border-bottom: 1px solid #1F2021;
}
.tablepress-table-description.tablepress-table-description, .tablepress-table-name {
  display: none;
}
.home-section03 table.tablepress.tablepress-id-2 tbody .row-1 td.column-1, .home-section03 table.tablepress.tablepress-id-2 tbody .row-6 td.column-1, .home-section03 table.tablepress.tablepress-id-2 tbody .row-10 td.column-1, .home-section03 table.tablepress.tablepress-id-2 tbody .row-15 td.column-1 {
  font-weight: 700 !important;
}
.home-section03 table.tablepress.tablepress-id-3 tbody .row-1 td.column-1, .home-section03 table.tablepress.tablepress-id-3 tbody .row-4 td.column-1, .home-section03 table.tablepress.tablepress-id-3 tbody .row-9 td.column-1, .home-section03 table.tablepress.tablepress-id-3 tbody .row-12 td.column-1 {
  font-weight: 700 !important;
}
/*========<!-- home-section05 -->========*/
.reservation-box {
  border: 1px solid #1F2021;
  border-radius: 100px;
  padding: 3em
}
.reservation-box .flex.col-50 {
  justify-content: center;
}
.fa-twitter:before {
    content: "\f099";
    content: '𝕏';
}

a.follow-btn.col-40 {
    width: 30%;
}

.flex.follow-btn {
    gap: 1em;
}
/*2025-0612　SP時YouTube*/
/* SP時に16:9で表示（高さを明示的に計算） */
@media screen and (max-width: 768px) {
  .fv {
    height: auto;          /* 100vh 無効化 */
    aspect-ratio: auto;    /* 念のため解除 */
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;  /* SPでアスペクト比指定 */
    height: auto;
  }

  .video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
}

/*20250702*/
/* 角丸調整*/
@media screen and (max-width: 877px) {
 a.follow-btn.col-40 {
    width: 45%;
    margin-bottom: 10px;
 }

 .reservation-box {
    border-radius: 30px;
    }
}