@charset "UTF-8";

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

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

/* ヘッダー */
#header {
  background-color: #0295d9;
}

#site-title a {
  color: #ffffff;
}

#site-description {
  color: #ECF0F1;
}

/* フッター */
#footer, #footer a, #copyright, #copyright a {
  background-color: #0295d9;
  color: #ffffff;
}

/* 投稿者非表示 */
.post-author.vcard.author {
  display: none;
}

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

#navi {
  background-color: #217bb8;
  border: none;
}

#navi ul {
  display: block;
  width: 100%;
  font-size: 0;
}

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

#navi ul li a {
  color: #fff;
  font-size: 15px;
}

#navi ul li + li a {
  border-left: 1px solid #0295d9;
}

#navi ul li a:hover {
  background-color: #2C3E50;
}

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

#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;
}

/* =============================================================================
   ホームページ：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: 20px 0 15px !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: 40px !important;
  padding: 60px 5% !important;
  background-color: #e6f4fb !important;
  margin-bottom: 0rem !important;
}

.hero-text {
  max-width: 600px;
}

.hero-text h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
  color: #1e3a5f;
}

.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #334155;
  opacity: 0.95;
}

.hero-button {
  display: inline-block;
  background-color: #0295d9;
  color: white;
  padding: 14px 32px;
  border-radius: 15px !important;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  box-shadow: 0 6px 14px rgba(2, 149, 217, 0.3);
  transition: background 0.3s ease, transform 0.3s ease;
}

.hero-button:hover {
  background: linear-gradient(to right, #0284c7, #0369a1);
  transform: translateY(-2px);
}

.hero-image {
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.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;
}

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

.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;
  transform: rotate(0deg);
}

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

@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);
  }
}

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

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

@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);
  }
}

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

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

.philosophy-section h2 {
  text-align: left;
  font-size: 2em;
  margin: 0;
}

.policy-point {
  background-color: #fff;
  border-left: 6px solid #0295d9;
  padding: 1em 1.5em;
  margin-bottom: 1.5em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.policy-point h3 {
  font-size: 1.2em;
  color: #1e3a5f;
  margin-bottom: 0em;
}

.policy-point p {
  font-size: 1.05rem;
  color: #333333;
  line-height: 1.7;
}

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

.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;
  border-radius: 0px;
}

.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 h2 {
  margin-bottom: 0.5em;
}

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

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

.price-section > p:last-of-type,
.price-section > ul:last-of-type {
  margin-bottom: 2rem !important;
}

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

.price-lead .icon {
  font-size: 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.6rem;
  font-weight: bold;
}

@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;
  }
}

.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;
}

/* =============================================================================
   ホームページ：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;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  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;
}

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

.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: #4caf50;
  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 6px rgba(0, 0, 0, 0.2);
  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);
}

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

.home #sidebar,
.home #footer-widget,
.front-page #sidebar,
.front-page #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;
}

.home h2.slide-in,
.front-page h2.slide-in {
  margin: 0 0 2rem !important;
}

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

/* =============================================================================
   ブログ記事一覧ページ
   ============================================================================= */

.blog-list-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

.blog-list-container .page-header {
  margin-bottom: 30px !important;
  padding-bottom: 20px !important;
  border-bottom: 2px solid #333 !important;
}

.blog-list-container .page-title {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.blog-list-container .blog-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.blog-list-container .blog-item {
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 20px 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 20px !important;
  margin: 0 !important;
}

.blog-list-container .blog-item:last-child {
  border-bottom: none !important;
}

.blog-list-container .blog-thumbnail {
  flex-shrink: 0 !important;
  width: 120px !important;
  height: 80px !important;
  background-color: #f0f0f0 !important;
  border: 1px solid #ddd !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 12px !important;
  color: #999 !important;
  overflow: hidden !important;
}

.blog-list-container .blog-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.blog-list-container .blog-content {
  flex: 1 !important;
}

.blog-list-container .blog-meta {
  font-size: 12px !important;
  color: #666 !important;
  margin-bottom: 5px !important;
}

.blog-list-container .blog-meta .category {
  margin-left: 10px !important;
}

.blog-list-container .blog-title {
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: auto !important;
  height: auto !important;
}

.blog-list-container .blog-title a {
  color: #333 !important;
  text-decoration: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.blog-list-container .blog-title a:hover {
  color: #0066cc !important;
  text-decoration: underline !important;
}

.blog-list-container .blog-excerpt {
  font-size: 14px !important;
  color: #666 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.blog-list-container .pagination {
  text-align: center !important;
  margin-top: 40px !important;
  padding-top: 20px !important;
  border-top: 1px solid #e0e0e0 !important;
}

.blog-list-container .pagination a,
.blog-list-container .pagination span {
  display: inline-block !important;
  padding: 8px 12px !important;
  margin: 0 2px !important;
  text-decoration: none !important;
  border: 1px solid #ddd !important;
  color: #333 !important;
}

.blog-list-container .pagination a:hover {
  background-color: #f0f0f0 !important;
}

.blog-list-container .pagination .current {
  background-color: #333 !important;
  color: #fff !important;
  border-color: #333 !important;
}

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

.page-id-2260 .entry-title,
.page-id-71 .entry-title {
  display: none;
}

#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;
}

/* =============================================================================
   レスポンシブ対応（メディアクエリ）
   ============================================================================= */

/* PC表示（1025px以上） */
@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;
  }
}

/* タブレット表示（769px〜1024px） */
@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;
  }
}

/* スマホ表示（768px以下） */
@media screen and (max-width: 768px) {
  #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-text p {
    font-size: 1rem;
  }
  
  .hero-image {
    margin-top: 24px;
  }
  
  .hero-image img {
    max-width: 90%;
  }
  
  .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;
  }
}

/* スマホ以下（767px以下） */
@media (max-width: 767px) {
  .room-swiper {
    height: 220px;
  }
}

/* 600px以下 */
@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;
  }
}

/* 480px以下 */
@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;
  }
}