@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* =============================================================================
   基本設定
============================================================================= */

#header {
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  position: relative;
}

#site-title a {
  color: #0295d9;
}

#site-title a:hover {
  opacity: 0.75;
}

#site-description {
  display: none !important;
}

#main {
  width: 100%;
  padding-top: 0 !important;
}

#footer, #footer a, #copyright, #copyright a {
  background-color: #0295d9;
  color: #ffffff;
}

.post-author.vcard.author {
  display: none;
}

/* =============================================================================
   グローバルナビゲーション
============================================================================= */

#navi {
  background: transparent;
  border: none;
  box-shadow: none;
}

#navi ul {
  display: flex !important;
  justify-content: center;
  width: 95%;
  max-width: 100%;
  margin: 0 auto;
  background: #0277bd;
  border-radius: 12px;
  overflow: hidden;
  font-size: 0;
}

#navi ul > li {
  width: 16.666%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

#navi ul li a {
  color: rgba(255,255,255,0.95);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: all 0.2s ease;
  position: relative;
}

#navi ul li a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  width: 0; height: 2px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

#navi ul li + li a {
  border-left: 1px solid rgba(255,255,255,0.15);
}

#navi ul li a:hover {
  background-color: #025a8e;
  color: #ffffff;
}

#navi ul li a:hover::after {
  width: 60%;
}

#navi ul li.current-menu-item a {
  background-color: #025a8e;
  color: #ffffff;
}

#navi ul li.current-menu-item a::after {
  width: 60%;
}

/* =============================================================================
   モバイルメニュー（ハンバーガー）
============================================================================= */

#animatedModal .menu a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

#animatedModal .menu-item a {
  color: #ffffff;
}

#animatedModal .close-button {
  color: #ffffff;
  font-size: 24px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

#animatedModal .close-button:hover {
  opacity: 1;
}

#animatedModal .menu a:hover,
#animatedModal .menu-item a:hover {
  color: #ffffff;
  background-color: #0275b8;
  padding-left: 25px;
  transform: translateX(5px);
}

#animatedModal .current-menu-item a {
  color: #ffffff;
  background-color: rgba(255,255,255,0.15);
  font-weight: bold;
  border-left: 4px solid #ffffff;
}

#animatedModal .modal-content {
  padding: 20px 0;
}

#animatedModal .menu {
  margin: 0;
  padding: 0;
}

#animatedModal.animated.animatedModal-on {
  background-color: rgba(2,149,217,0.95) !important;
}

/* =============================================================================
   投稿ページの見出し
============================================================================= */

.article h2 {
  color: #ffffff;
  font-size: 24px;
  background: #0295d9;
  margin: 30px 0 15px 0;
  padding: .4em .75em;
  border-radius: 5px;
  border: none;
}

.article h3 {
  font-size: 20px;
  position: relative;
  margin-top: 0em;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1.4;
  color: #494949;
  border-bottom: 3px solid #0295d9;
  background: #ffffff;
}

.article h3:before {
  font-family: FontAwesome;
  content: "\f138";
  position: absolute;
  font-size: 1.1em;
  left: 0.05em;
  top: 0.4em;
  color: #0295d9;
}

.article h4 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 0.25em 0.5em;
  font-size: 17px;
  color: #494949;
  background: transparent;
}

/* =============================================================================
   ブログカード
============================================================================= */

#related-entries {
  display: none;
}

.blog-card-excerpt {
  display: none;
}

.blog-card {
  width: 400px;
  min-height: 100px;
}

.blog-card-title a {
  font-size: 1.1em;
  color: #0000ff;
}

.blog-card img.blog-card-thumb-image {
  margin-bottom: -8px;
}

.blog-card-site {
  float: right;
}

/* =============================================================================
   画像・動画
============================================================================= */

img.frame {
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.frame-border {
  border: 0px solid #9a9a9a;
}

/* 「お知らせ」カテゴリーページのタイトルを「ウィアザブログ」に変更 */
.category-notice #archive-title span {
  display: none !important;
}
.category-notice #archive-title::before {
  content: "ウィアザブログ" !important;
}

/* =============================================================================
   ホームページ：レイアウト調整
============================================================================= */

#sidebar,
#footer-widget {
  display: none !important;
}

.home #main,
.front-page #main {
  width: 100%;
}

.home .post-list,
.front-page .post-list {
  display: none;
}

.home .breadcrumb,
.front-page .breadcrumb {
  display: none;
}

/* =============================================================================
   ホームページ：セクション余白
============================================================================= */

section {
  margin-bottom: 4rem !important;
}

section:first-of-type {
  margin-top: 0 !important;
}

section:last-of-type {
  margin-bottom: 2rem !important;
}

section h2:first-child {
  margin-top: 0 !important;
}

/* =============================================================================
   ホームページ：h2スライドイン見出し
============================================================================= */

.home h2.slide-in,
.front-page h2.slide-in {
  box-sizing: border-box !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  padding: 1rem 1.5rem !important;
  background: #0295d9 !important;
  border-left: 6px solid #0295d9 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(2,149,217,0.2) !important;
  margin: 0 0 2rem !important;
  overflow-wrap: break-word !important;
  word-break: break-word !important;
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.home h2.slide-in.visible,
.front-page h2.slide-in.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* =============================================================================
   ホームページ：ヒーローセクション
============================================================================= */

.hero-split {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: center !important;
  gap: 48px !important;
  padding: 72px 6% !important;
  margin-bottom: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #e6f4fb 0%, #cce9f7 100%) !important;
}

.hero-split::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2,149,217,0.25) 0%, transparent 70%);
  pointer-events: none;
  animation: heroPulse 4s ease-in-out infinite;
}

.hero-split::after {
  content: '';
  position: absolute;
  bottom: -80px; left: 30%;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(2,149,217,0.15) 0%, transparent 70%);
  pointer-events: none;
  animation: heroPulse 4s 2s ease-in-out infinite;
}

.hero-image {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  z-index: 1 !important;
}

.hero-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0;
  animation: heroFadeIn 1s 0.3s ease-out forwards, imgBreath 4s 1.5s ease-in-out infinite;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hero-text {
  position: relative !important;
  z-index: 1 !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  opacity: 0;
  animation: heroTextIn 0.8s 0.1s ease-out forwards;
}

.hero-badge-main {
  background: #ffffff;
  color: #1e3a5f;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 7px 16px;
  border-radius: 6px;
  border-left: 4px solid #0295d9;
  border-right: 4px solid #0295d9;
  border-top: 1px solid #0295d9;
  border-bottom: 1px solid #0295d9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  letter-spacing: 0.03em;
}

.hero-text h1 {
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 900;
  color: #1e3a5f;
  letter-spacing: -0.01em;
  opacity: 0;
  animation: heroTextIn 0.8s 0.3s ease-out forwards;
}

.hero-target-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  opacity: 0;
  animation: heroTextIn 0.8s 0.5s ease-out forwards;
}

.hero-badge-high,
.hero-badge-mid,
.hero-badge-ele {
  font-size: 0.88rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 100px;
  letter-spacing: 0.04em;
}

.hero-badge-high {
  background: #fff8e1;
  border: 1px solid #ffb300;
  color: #e65100;
}

.hero-badge-mid {
  background: #e8f5e9;
  border: 1px solid #43a047;
  color: #2e7d32;
}

.hero-badge-ele {
  background: #fce4ec;
  border: 1px solid #e91e63;
  color: #c2185b;
}

.hero-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #0295d9 !important;
  color: #ffffff !important;
  padding: 16px 36px !important;
  border-radius: 8px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 4px 20px rgba(2,149,217,0.4) !important;
  transition: all 0.25s ease !important;
  opacity: 0;
  position: relative !important;
  overflow: hidden !important;
  animation: heroTextIn 0.8s 0.7s ease-out forwards, buttonWave 2.5s 1.5s ease-in-out infinite !important;
}

.hero-button::before {
  content: '';
  position: absolute;
  top: 50%; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateY(-50%) skewX(-20deg);
  animation: buttonShine 3s 2s ease-in-out infinite;
}

.hero-button::after {
  content: '→';
  font-size: 1.1em;
  transition: transform 0.25s ease;
}

.hero-button:hover {
  background: #0284c7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 28px rgba(2,149,217,0.5) !important;
  color: #ffffff !important;
}

.hero-button:hover::after {
  transform: translateX(4px);
}

.sp-only { display: none; }

/* =============================================================================
   ホームページ：10周年記念セクション
============================================================================= */

body.home .anniversary,
body.front-page .anniversary {
  position: relative;
  background: #fdf6ec;
  text-align: center;
  padding: 3em 1em;
  margin: 2rem auto !important;
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

body.home h3.celebration-text::before,
body.front-page h3.celebration-text::before {
  display: none !important;
  content: none !important;
}

body.home h3.celebration-text,
body.front-page h3.celebration-text {
  padding-left: 0 !important;
  margin-left: 0 !important;
  border: none !important;
  background: none !important;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  color: #b14529;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

body.home .celebration-message,
body.front-page .celebration-message {
  font-size: 1.2em;
  color: #444444;
  line-height: 1.6;
}

.confetti-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.confetti {
  position: absolute;
  width: 12px; height: 12px;
  opacity: 0.9;
  border-radius: 50%;
  background-color: transparent;
  animation: confetti-fall 4s linear forwards;
}

.confetti::before {
  content: "❀";
  font-size: 16px;
  display: inline-block;
  color: hsl(calc(360 * var(--hue)), 70%, 60%);
  animation: rotate-petal 4s linear infinite;
}

.emoji-burst {
  display: inline-block;
  animation: burst 1s ease-out infinite;
}

.emoji-burst:last-of-type {
  animation-delay: 0.3s;
}

/* =============================================================================
   ホームページ：指導方針セクション
============================================================================= */

.philosophy-section {
  padding: 0 !important;
  margin: 4rem 0 !important;
}

.wia-reasons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.wia-reason-card {
  background: #f0f6ff;
  border-radius: 16px;
  padding: 28px 24px;
  position: relative;
  overflow: hidden;
  text-align: left;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wia-reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(26,79,214,0.15);
}

.wia-reason-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(180deg, #1a4fd6, #00c2e0);
  border-radius: 4px 0 0 4px;
}

.wia-reason-icon {
  font-size: 32px;
  margin-bottom: 12px;
  display: block;
}

.wia-reason-title {
  font-weight: 900;
  font-size: 15px;
  color: #0a1628;
  margin-bottom: 8px;
}

.wia-reason-desc {
  font-size: 12.5px;
  color: #556;
  line-height: 1.75;
}

/* =============================================================================
   ホームページ：ルームスライダー
============================================================================= */

.room-swiper {
  width: 100%;
  max-width: 1200px;
  margin: 2em auto;
  height: 440px;
  overflow: hidden;
  position: relative;
}

.room-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 95%;
  max-height: 85%;
  border-radius: 4px;
}

.modal-close {
  position: absolute;
  top: 20px; right: 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.slide-content {
  position: relative;
}

.caption-overlay {
  position: absolute;
  top: 10px; left: 10px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  padding: 6px 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  max-width: 80%;
  z-index: 2;
}

/* =============================================================================
   ホームページ：料金セクション
============================================================================= */

.price-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.price-section h3 {
  color: #1e3a5f;
}

.price-section p,
.price-section li {
  color: #333333;
}

.price-lead {
  font-size: 1rem;
  padding-left: 0.5em;
  margin-top: 0.2em;
  margin-bottom: 1em;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
}

.price-lead .icon {
  font-size: 1.2rem;
  display: inline-block;
  animation: flame 1.2s infinite ease-in-out;
  transform-origin: center;
  vertical-align: middle;
  margin-right: 0.3em;
  color: orange;
}

.price-lead .price-keyword {
  color: red;
  font-size: 1.1rem;
  font-weight: bold;
}

.price-desc {
  color: #333333;
  font-size: 0.95rem;
  margin-bottom: 1em;
}

.price-note {
  color: #666666;
  font-size: 0.85rem;
  margin-bottom: 0.8em;
}

.price-keyword-red {
  color: #ff0000;
  font-weight: bold;
}

.price-section table {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-collapse: collapse;
}

.price-section th,
.price-section td {
  border: 1px solid #aaa;
  padding: 14px 10px;
  text-align: center;
  background-color: #fff;
  color: #333333;
}

.price-section tbody th,
.price-section thead th {
  background-color: #cce5ff;
  color: #111111;
}

.price-section tbody tr:first-child th,
.price-section tbody tr:first-child td {
  border-top: 2px solid #708090;
}

.price-section th:nth-child(2),
.price-section td:nth-child(2) {
  border-left: 2px solid #708090;
}

.price-section ul.price-extras {
  margin-bottom: 0.5rem !important;
}

/* =============================================================================
   時間割
============================================================================= */

.schedule-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.schedule-tab {
  background: #ffffff;
  border: 2px solid #0295d9;
  color: #0295d9;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 8px 28px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  letter-spacing: 0.05em;
}

.schedule-tab.active,
.schedule-tab:hover {
  background: #0295d9;
  color: #ffffff;
}

.schedule-content {
  display: none;
  margin-bottom: 32px;
}

.schedule-content.active {
  display: block;
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.schedule-col {
  background: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #0295d9;
}

.schedule-label {
  background: #0295d9;
  color: #ffffff;
  font-weight: 900;
  font-size: 1rem;
  padding: 10px 20px;
  letter-spacing: 0.05em;
}

.schedule-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid #e0e0e0;
}

.schedule-row:last-child {
  border-bottom: none;
}

.schedule-period {
  font-weight: 700;
  color: #1e3a5f;
  font-size: 0.9rem;
}

.schedule-time {
  font-weight: 700;
  color: #1e3a5f;
  font-size: 0.95rem;
  font-family: 'Poppins', sans-serif;
}

/* =============================================================================
   入塾までの流れ
============================================================================= */

.steps-section {
  margin: 4rem 0 !important;
}

.steps-grid {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 20px;
}

.step-item {
  flex: 1;
  background: #f0f6ff;
  border-radius: 12px;
  padding: 24px 16px;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(2,149,217,0.15);
}

.step-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #0295d9, #00c2e0);
}

.step-num {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #0295d9;
  line-height: 1;
  margin-bottom: 12px;
}

.step-title {
  font-weight: 900;
  font-size: 0.95rem;
  color: #1e3a5f;
  margin-bottom: 8px;
}

.step-desc {
  font-size: 0.82rem;
  color: #556;
  line-height: 1.7;
}

.step-arrow {
  color: #0295d9;
  font-size: 1.8rem;
  font-weight: 700;
  align-self: center;
  flex-shrink: 0;
  animation: wia-bounce 1.2s ease-in-out infinite;
}

/* =============================================================================
   ホームページ：FAQセクション
============================================================================= */

.faq-section {
  margin-top: 4rem !important;
  padding-top: 0 !important;
}

.faq-section p {
  color: #333333;
}

.faq-section summary {
  cursor: pointer;
  font-weight: bold;
  background: #cce5ff !important;
  color: #1e3a5f;
  padding: 12px 20px;
  position: relative;
  list-style: none;
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
}

.faq-section summary:hover {
  background: #a8caff !important;
}

.faq-section summary::after {
  content: "▶";
  position: absolute;
  right: 20px; top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  font-size: 1.1em;
}

.faq-section details {
  margin-bottom: 1.2em;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cce5ff;
}

.faq-section details[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-section details > div {
  background: #f9fbff;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.7;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  box-sizing: border-box;
}

.faq-section details[open] > div {
  max-height: 600px;
  padding: 15px 20px 20px 20px;
}

.faq-section details:last-child {
  margin-bottom: 1.5em;
}

/* =============================================================================
   ホームページ：体験セクション
============================================================================= */

.trial-section {
  background-color: #e6f4fb;
  border: 1px solid #cce5ff;
  border-radius: 8px;
  padding: 1.5em 1.2em !important;
  margin: 4rem 0 2rem !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.trial-section h2 {
  all: unset;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #1e3a5f;
  margin-bottom: 0.6em;
}

.trial-section .icon-animate {
  display: inline-block;
  font-size: 1.6em;
  animation: diagonalBounce 1.4s infinite ease-in-out;
}

.trial-section .trial-note {
  font-size: 1em;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* =============================================================================
   ホームページ：電話ボタン
============================================================================= */

#scroll-call-button {
  position: fixed;
  bottom: 20px; right: 20px;
  background-color: #0295d9;
  color: #fff;
  padding: 0 20px 0 14px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(2,149,217,0.5);
  border: 2px solid #ffffff;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#scroll-call-button.show {
  opacity: 1;
  transform: translateY(0);
}

#scroll-call-button.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

/* =============================================================================
   アクセスページ
============================================================================= */

#main .access-section {
  background: #f9fbfd;
  padding: 2em 1em;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin: 2em auto;
  max-width: 800px;
}

#main .access-section .access-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0 0 1em 0;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #333;
  line-height: 1.4;
}

#main .access-section .access-map iframe {
  width: 100%;
  border-radius: 8px;
  border: none;
  height: 300px;
}

#main .access-section .access-info-wrapper {
  margin-top: 1.5em;
}

#main .access-section .access-info {
  list-style: none;
  padding: 0;
  font-size: 1em;
  line-height: 1.8;
  margin: 0;
}

#main .access-section .access-info li {
  margin: 0.5em 0;
}

#main .access-section .access-info .icon {
  margin-right: 0.5em;
  font-weight: bold;
  color: #0295d9;
}

#main .access-section .access-cta {
  text-align: center;
  margin-top: 2em;
}

#main .access-section .access-button {
  display: inline-block;
  background-color: #0295d9;
  color: #fff;
  padding: 0.8em 1.5em;
  border-radius: 15px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

#main .access-section .access-button:hover {
  background-color: #027abe;
}

/* =============================================================================
   アニメーション
============================================================================= */

@keyframes heroPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50%       { transform: scale(1.2); opacity: 1; }
}

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes heroTextIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes imgBreath {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(1.04); }
}

@keyframes buttonShine {
  0%   { left: -75%; }
  100% { left: 125%; }
}

@keyframes buttonWave {
  0%, 100% { box-shadow: 0 4px 20px rgba(2,149,217,0.4) !important; }
  50%       { box-shadow: 0 4px 32px rgba(2,149,217,0.7) !important; }
}

@keyframes fadeInUp {
  0%   { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes confetti-fall {
  0%   { transform: translateY(-20px) translateX(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(100vh) translateX(40px) rotate(720deg); opacity: 0; }
}

@keyframes rotate-petal {
  0%   { transform: rotate(0deg) scale(1); }
  50%  { transform: rotate(180deg) scale(1.2); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes burst {
  0%   { transform: scale(1) rotate(0deg); }
  25%  { transform: scale(1.4) rotate(-15deg); }
  50%  { transform: scale(1.2) rotate(15deg); }
  75%  { transform: scale(1.3) rotate(-10deg); }
  100% { transform: scale(1) rotate(0deg); }
}

@keyframes flame {
  0%   { transform: scale(1) translateY(0); opacity: 1; }
  25%  { transform: scale(1.1) translateY(-1px); opacity: 0.9; }
  50%  { transform: scale(0.95) translateY(1px); opacity: 1; }
  75%  { transform: scale(1.05) translateY(-2px); opacity: 0.95; }
  100% { transform: scale(1) translateY(0); opacity: 1; }
}

@keyframes diagonalBounce {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(6px, -8px); }
  75%  { transform: translate(-6px, 12px); }
  100% { transform: translate(0, 0); }
}

@keyframes wia-bounce {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(6px); }
}

@keyframes wia-bounce-down {
  0%, 100% { transform: rotate(90deg) translateX(0); }
  50%       { transform: rotate(90deg) translateX(6px); }
}

/* =============================================================================
   レスポンシブ
============================================================================= */

@media screen and (min-width: 1025px) {
  #navi ul > li { width: 16.666%; }
  #navi ul li a { padding: 15px 10px; font-size: 15px; }
  .menu-toggle, #mobile-menu-toggle, .mobile-menu-button, .hamburger-menu { display: none; }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #navi ul > li { width: 16.666%; }
  #navi ul li a { padding: 12px 8px; font-size: 13px; }
  .menu-toggle, #mobile-menu-toggle, .mobile-menu-button, .hamburger-menu { display: none; }
  .room-swiper { height: 330px; }
}

@media screen and (max-width: 768px) {
  /* ヘッダー */
  #h-top { min-height: 0 !important; height: auto !important; }
  #header { padding-top: 4px !important; padding-bottom: 4px !important; }
  #site-title { margin: 0 !important; padding: 0 !important; line-height: 1 !important; }
  #site-title a { gap: 6px !important; }
  #site-title a span { font-size: 1.1rem !important; }
  #site-title a img { height: 40px !important; }
  #mobile-menu-modal .fa-bars { color: #0295d9 !important; }

  /* ナビ */
  #navi { display: none; }
  .menu-toggle, #mobile-menu-toggle, .mobile-menu-button, .hamburger-menu { display: block; }
  .sp-only { display: inline; }

  /* ヒーロー */
  .hero-split { grid-template-columns: 1fr !important; text-align: center; padding: 40px 5%; margin-bottom: 3rem !important; }
  .hero-text h1 { font-size: 1.8rem; line-height: 1.4; }
  .hero-image { margin-top: 24px; }
  .hero-image img { max-width: 90%; }
  .hero-badges { justify-content: center; }
  .hero-target-badges { justify-content: center; }

  /* 指導方針 */
  .wia-reasons-grid { grid-template-columns: 1fr; }

  /* 時間割 */
  .schedule-grid { grid-template-columns: 1fr; }

  /* 流れ */
  .steps-grid { flex-direction: column !important; gap: 12px !important; }
  .step-arrow { display: block; text-align: center; transform: rotate(90deg); animation: wia-bounce-down 1.2s ease-in-out infinite; }
  .step-item { padding: 20px 16px; }
  .step-num { font-size: 1.8rem; margin-bottom: 8px; }
  .step-title { font-size: 1rem; margin-bottom: 8px; }
  .step-desc { font-size: 0.9rem; line-height: 1.8; }

  /* その他 */
  .room-swiper { height: 220px; }
  .modal-content { max-width: 100%; max-height: 90%; }
  section { margin-bottom: 3rem !important; }
  .anniversary, .philosophy-section, .room-section, .price-section, .faq-section { margin: 3rem 0 !important; }
  .trial-section { margin: 3rem 0 1.5rem !important; }
  .home h2.slide-in, .front-page h2.slide-in { margin: 0 0 1.5rem !important; }
  .blog-list-container { padding: 15px !important; }
  .blog-list-container .blog-item { flex-direction: column !important; gap: 10px !important; }
  .blog-list-container .blog-thumbnail { width: 100% !important; height: 120px !important; }
  .blog-list-container .page-title { font-size: 20px !important; }
}

@media (max-width: 600px) {
  .home h2.slide-in, .front-page h2.slide-in {
    font-size: 1.5rem !important;
    padding: 0.75rem 1rem !important;
    border-left: 4px solid #0295d9 !important;
  }
}

@media (max-width: 480px) {
  .price-table { font-size: 0.85rem; }
  .price-table th, .price-table td { padding: 8px 4px; }
  body.home .celebration-message, body.front-page .celebration-message { text-align: left; }
}