@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */

/*ヘッダー部分の背景色*/
#header{
    background-color: #0295d9;
}
/*サイトタイトルの文字色*/
#site-title a{
    color: #ffffff;
}
/*キャッチフレーズの文字色*/
#site-description{
    color: #ECF0F1;
}
/*ナビ部分の背景色、ボーダーの調整*/
#navi{
    background-color: #217bb8;
    border: none;
}
/*ナビボタンの文字色、ボーダーの調整*/
#navi ul li + li a {
  border-left: 1px solid #0295d9;
}
#navi ul li a {
  color: #fff;
}
/*ナビボタンのhoverの背景色*/
#navi ul li a:hover{
    background-color: #2C3E50;
}
/*ナビボタンの幅指定*/
#navi ul > li{
    width: 12.5%;
    text-align: center;
}

/* 基本設定：既存のインラインスタイルを上書き */
#menu-global {
  display: block !important;
}

/* メニューテキストの色を白に変更（青背景で見やすく） */
#animatedModal .menu a {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  display: block !important;
  padding: 12px 20px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: all 0.3s ease !important;
}

/* メニューアイテムの色も調整 */
#animatedModal .menu-item a {
  color: #ffffff !important;
}

/* 閉じるボタンの色と見た目を調整 */
#animatedModal .close-button {
  color: #ffffff !important;
  font-size: 24px !important;
  opacity: 0.9 !important;
  transition: opacity 0.3s ease !important;
}

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

/* ホバー時の色も調整 - より濃い青に */
#animatedModal .menu a:hover,
#animatedModal .menu-item a:hover {
  color: #ffffff !important;
  background-color: #0275b8 !important;
  padding-left: 25px !important;
  transform: translateX(5px) !important;
}

/* 現在のページの色を少し明るく */
#animatedModal .current-menu-item a {
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  font-weight: bold !important;
  border-left: 4px solid #ffffff !important;
}

/* メニューコンテナ全体の調整 */
#animatedModal .modal-content {
  padding: 20px 0 !important;
}

/* メニューリスト全体の調整 */
#animatedModal .menu {
  margin: 0 !important;
  padding: 0 !important;
}

/* 透明感を出したい場合は以下を使用 */
#animatedModal.animated.animatedModal-on {
  background-color: rgba(2, 149, 217, 0.95) !important;
}

/*フッター部分の背景と文字色*/
#footer, #footer a, #copyright, #copyright a {
  background-color: #0295d9;
  color: #ffffff;
}

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

/* 投稿見出し */
/* h2 見出しのリセット */
.article h2 {
   background: none;
   border: none;
   border-radius: 0;
}
/* h2 見出しのカスタマイズ */
.article h2 {
 color:#ffffff;
 font-size:24px;
 background: #0295d9;/*背景色*/
 margin:30px 0 15px 0;
 padding: .4em .75em;/*文字まわり（上下左右）の余白*/
 border-radius: 5px;
 }
/* h3 見出しのカスタマイズ */
.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; /*アイコンの色*/
}
/* h4 見出しのカスタマイズ */
.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;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 60px 5%;
  background-color: #e6f4fb; /* 明るい水色ベース */
}
.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: 0 auto;
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
/* タイトルのh3 */
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;  /* パディングを削除 */
  margin: 2em 0;  /* 代わりにマージンで調整 */
}
.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-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 {
  background-color: #cce5ff;
  color: #111111
}
/* 上端（列ラベル）の背景色 */
.price-section thead th {
  background-color: #cce5ff;
  color: #111111
}
/* 上から2番目の横罫線を濃く */
.price-section tbody tr:first-child th,
.price-section tbody tr:first-child td {
  border-top: 2px solid #708090;
}
/* 左から2番目の縦罫線を濃く */
.price-section th:nth-child(2),
.price-section td:nth-child(2) {
  border-left: 2px solid #708090;
}
.price-section h3 {
  color:#1e3a5f
}
.price-section p {
  color: #333333;
}

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

/* FAQセクション */
.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;
}
/* ▶矢印追加（summary内） */
.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;
  margin: 3em 0 2em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
/* h2のリセットと装飾 */
.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;
}
/* 各セクション個別の調整 */
.hero-split {
  margin-bottom: 0rem !important;
  padding: 60px 5% !important;
}
.anniversary {
  margin: 2rem auto !important;
  padding: 3em 1em !important;
}
.philosophy-section {
  padding: 0 !important;
  margin: 4rem 0 !important;
}
/* 料金セクション内の最後の要素に余白追加 */
.price-section > p:last-of-type,
.price-section > ul:last-of-type {
  margin-bottom: 2rem !important;
}
/* FAQセクション専用の上余白強制 */
.faq-section {
  margin-top: 4rem !important;
  padding-top: 0 !important;
}
.trial-section {
  margin: 4rem 0 2rem !important;
  padding: 1.5em 1.2em !important;
}
/* h2見出しの余白を統一 */
  .home h2.slide-in,
  .front-page h2.slide-in {
  margin: 0 0 2rem !important;
}
/* セクション内の最初のh2は上余白なし */
section h2:first-child {
  margin-top: 0 !important;
}

/* =============================================================================
   レスポンシブ対応（メディアクエリ）
   ============================================================================= */
/* 1024px以下でもPC用メニューを表示 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  /* PC用メニューを表示 */
  #menu-global {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 5px !important;
  }
  /* ハンバーガーメニューを非表示 */
  .menu-toggle,
  #mobile-menu-toggle,
  .mobile-menu-button,
  .hamburger-menu {
    display: none !important;
  }
  /* メニューアイテムの調整 */
  #menu-global .menu-item {
    margin: 2px !important;
    flex: 0 1 auto !important;
  }
  #menu-global .menu-item a {
    padding: 6px 10px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    display: block !important;
  }
  /* ルームスライダーの高さ調整 */
  .room-swiper {
    height: 330px;
  }
}
/* タブレット以下（768px以下） */
@media screen and (max-width: 768px) {
  /* ハンバーガーメニューに切り替え */
  #menu-global {
    display: none !important;
  }
  .menu-toggle,
  #mobile-menu-toggle,
  .mobile-menu-button,
  .hamburger-menu {
    display: block !important;
  }
  /* sp-onlyクラスを表示 */
  .sp-only {
    display: inline;
  }
  /* ヒーローセクション */
  .hero-split {
    grid-template-columns: 1fr;
    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;
  }
}
/* スマホ以下（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;
  }

  /* 10周年記念セクションのメッセージを左寄せ */
  body.home .celebration-message,
  body.front-page .celebration-message {
    text-align: left;
  }
}

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

.blog-list-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #333;
}

.page-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

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

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

.blog-item:last-child {
    border-bottom: none;
}

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

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

.blog-content {
    flex: 1;
}

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

.blog-meta .category {
    margin-left: 10px;
}

.blog-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.blog-title a {
    color: #333;
    text-decoration: none;
}

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

.blog-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

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

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

.pagination a:hover {
    background-color: #f0f0f0;
}

.pagination .current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .blog-list-container {
        padding: 15px;
    }
    
    .blog-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .blog-thumbnail {
        width: 100%;
        height: 120px;
    }
    
    .page-title {
        font-size: 20px;
    }
}

/* ブログ記事一覧ページ用CSS - h2スタイルリセット版 */
.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;
}

/* h2タイトルのスタイルを完全にリセット */
.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;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-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;
    background-color: transparent !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;
    background: none !important;
    background-color: transparent !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;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .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;
    }
}

/* 固定ページID のタイトルを非表示 */
.page-id-2260 .entry-title {
  display: none;
}

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

/* ▼ CTAボタン */
#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;
}