@charset "utf-8";
/*
Theme Name: monad Child
Version: 1.6
Template: monad_tcd110
*/
#header_slider {
  max-width: 1200px;
}
/* ============================================
   駐車場アーカイブのレイアウト最適化
============================================ */

/* 1. コンテナ幅を強制的に広くする */
.archive-post-container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100% !important;
  box-sizing: border-box;
}

/* 2. タイトルを大きく */
.parking-archive-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: left;
}

/* 3. 一覧の全体 */
.parking-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* 4. 各物件のボックス */
.parking-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

/* 5. 左側の画像エリア */
.parking-thumb img {
  width: 260px !important;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

/* 6. 物件名 */
.parking-info h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

/* 7. 詳細はこちらボタン */
.parking-detail-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background: #2e6eb6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
}
.parking-detail-btn:hover {
  opacity: 0.85;
}
/* 清田屋・駐車場一覧 再現CSS */

#contents {
  width: 100%;
  padding: 40px 0;
}
#contents_in {
  width: 960px;
  margin: 0 auto;
}

.headline01 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}

.parking_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.parking_box {
  display: flex;
  border: 1px solid #ccc;
  padding: 20px;
  gap: 20px;
  background: #fff;
}

.parking_photo img {
  width: 220px;
  height: 165px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.parking_text {
  flex: 1;
}

.parking_name {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: bold;
}

.parking_desc {
  margin-bottom: 15px;
  line-height: 1.6;
}

.parking_btn a {
  display: inline-block;
  padding: 8px 20px;
  background: #003399;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.parking_btn a:hover {
  opacity: 0.8;
}
.parking-slider {
  position: relative;
  max-width: 600px;
  margin: 20px auto;
}

.parking-slider img {
  width: 100%;
  height: auto;
  display: block;
}

.parking-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 10px 14px;
  cursor: pointer;
}

.parking-slider .left {
  left: 10px;
}

.parking-slider .right {
  right: 10px;
}
/* モーダル背景 */
.parking-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* モーダル内 */
.parking-modal-inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.parking-modal-img {
  max-width: 100%;
  max-height: 90vh;
  display: block;
}

/* 閉じるボタン */
.parking-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* モーダル背景（画面全体を覆う） */
.parking-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7); /* ← 背景が暗くなる */
  display: none; /* 初期は非表示 */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* モーダル中身 */
.parking-modal-inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

/* 画像 */
.parking-modal-inner img {
  max-width: 100%;
  max-height: 90vh;
  display: block;
}

/* 閉じるボタン */
.parking-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

/* お問い合わせボタン デザイン */
.btn_contact {
  display: inline-block;
  background-color: #0078d4;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn_contact:hover {
  background-color: #005a9e;
}

#post_content {
  background-color: #ddd;
  color: #ffffff;
}

/* PCヘッダーメニューの文字色 */
#global_menu > ul > li > a,
#global_menu ul ul a {
  font-weight: 150;
  font-size: 21px !important;
}

/* SPヘッダーメニューの文字色 */
@media (max-width: 767px) {
  #global_menu > ul > li > a {
    color: #ffffff;
  } /* 白 */
}

.home #cb_content_1 {
  background: linear-gradient(
    to bottom,
    #abe4fc 0%,
    #dbeef9 35%,
    #f4f9fd 60%,
    #ffffff 80%,
    #ffffff 100%
  ) !important;
}
/* タブレット対応（幅768px以下） */
@media screen and (max-width: 768px) {
  #cb_content_1 {
    padding: 10% 5%;
    margin: 5% 0;
  }
  #cb_content_2 {
    padding: 60px 20px; /* 上下少し小さく、左右に余白 */
  }
  .home .design_header .catch {
    font-size: 16px !important;
    font-weight: bold !important;
  }
}

/* スマホ対応（幅480px以下） */
@media screen and (max-width: 480px) {
  #cb_content_2 {
    padding: 40px 15px; /* 上下さらに小さく */
    font-size: 14px; /* 文字も少し小さく */
    background-size: cover; /* 必要に応じて auto に変更可能 */
  }
}

/* PCフッターの背景色・文字色 */
#footer {
  background-color: #dddddd;
  color: #4c4c4c;
}
/* スマホフッターの背景色・文字色 */
@media (max-width: 767px) {
  .sp #footer {
    background-color: #dddddd;
    color: #4c4c4c;
  }
}

#footer_info_area {
  background-color: #f3ffe7;
  color: #4c4c4c;
}

/*---トップタイルバナー--*/
.mosaic {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1380px;
  margin: 0 auto 50px;
  font-family:
    Palatino, "Yu Kyokasho", "游教科書体", "UD デジタル 教科書体 N",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
.mosaic figure {
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
}
.mosaic a:hover {
  opacity: 0.7;
  transition: opacity 1s;
}
.mosaic a:hover img {
  transition: 0.3s;
  transform: scale(1.05);
}
.mosaic figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
}
.mosaic img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m_left {
  width: 45%;
  height: 560px;
}
.ml01 {
  height: 60%;
  border-radius: 20px 0 0 0;
}
.ml02 {
  height: 40%;
  border-radius: 0 0 0 20px;
}
.m_center {
  width: 20%;
  height: 560px;
}
.mc01 {
  height: 70%;
}
.mc02 {
  height: 30%;
}
.m_right {
  width: 32%;
  height: 560px;
}
.mr01 {
  height: 50%;
  border-radius: 0 20px 0 0;
}
.mr02 {
  height: 50%;
  border-radius: 0 0 20px 0;
}
.mosaic h3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-size: 2rem;
  text-shadow: 1px 2px 5px #3f3f3f;
  margin: 0;
  line-height: 1.2;
}
.mosaic h3 small {
  font-size: 1rem;
}
.mc02 h3 {
  /*font-size: 1.2rem;*/
}
.arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  border: solid 2px #fff;
  border-radius: 99px;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.arrow::after {
  content: "";
  background-image: url(img/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}
.mosaic a:hover .arrow::after {
  animation: hoverArrow 1s ease-in-out;
}
@keyframes hoverArrow {
  0% {
    opacity: 1;
    left: 50%;
  }
  50% {
    opacity: 0;
    left: 100%;
  }
  50.01% {
    opacity: 0;
    left: 0%;
  }
  100% {
    opacity: 1;
    left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .mosaic {
    display: block;
    margin: 0% 5%;
    margin: 0 5% 0;
    padding: 35% 5% 0;
    background: linear-gradient(
      to bottom,
      #fff 0%,
      #e1f7ff 25%,
      #f0f8f9 100%
    ) !important;
  }
  .mosaic figure {
  }
  .mosaic a:hover {
  }
  .mosaic a:hover img {
  }
  .mosaic figure::after {
  }
  .mosaic img {
  }
  .m_left {
    width: 100%;
    height: 330px;
  }
  .mosaic a {
    font-weight: bold;
  }
  .m_left a:first-child {
  }
  .m_left a:last-child {
  }
  .ml01 {
    border-radius: 20px 20px 0 0;
  }
  .ml02 {
    border-radius: initial;
  }
  .m_center {
    display: flex;
    width: 100%;
    height: 140px;
    margin: 20px 0 10px;
  }
  .m_center a:first-child {
    width: 40%;
  }
  .m_center a:last-child {
    width: 60%;
    margin: 0 0 0 10px;
  }
  .mc01 {
    height: 100%;
  }
  .mc02 {
    height: 100%;
  }
  .m_right {
    width: 100%;
    height: 120px;
    display: flex;
  }
  .m_right a:first-child {
  }
  .m_right a:last-child {
    margin: 0 0 0 10px;
  }
  .mr01 {
    height: initial;
    border-radius: 0 0 0 20px;
  }
  .mr02 {
    height: initial;
  }
  .mosaic h3 {
    font-size: 1rem;
  }
  .mosaic h3 small {
  }
  .ml01 h3 {
    font-size: 2rem;
  }
  .ml02 h3 {
    font-size: 1.4rem;
  }
  .mc02 h3 {
  }
  .arrow {
    right: 10px;
    bottom: 5px;
  }
  .arrow::after {
  }
  .mosaic a:hover .arrow::after {
  }
}

/* ===============================
   ヘッダー最上部 ＋ スライダー重なり防止【完成版】
================================ */

/* ヘッダー：最上部に重ねる */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /* 必要に応じて調整 */
  z-index: 1000;
  background: linear-gradient(
    to bottom,
    rgba(131, 198, 64, 0.9) 0%,
    /* #83c640 上部 */ rgba(167, 227, 104, 0.7) 50%,
    /* 中間 */ rgba(196, 244, 144, 0.5) 100% /* #c4f490 下部 */
  ) !important;
}

/* 管理バー */
.admin-bar #header {
  top: 32px;
}

/* ===============================
   ヘッダー最上部 ＋ スライダー完全非重なり【確定版】
================================ */

/* ヘッダー：最上部に配置（高さを確定） */
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px; /* ← 重要：高さを固定 */
  z-index: 1000;
  background: linear-gradient(
    to bottom,
    rgba(180, 180, 180, 0.95) 0%,
    rgba(220, 220, 220, 0.85) 60%,
    rgba(245, 245, 245, 0.6) 100%
  );
}

/* 管理バー */
.admin-bar #header {
  top: 32px;
}

/* コラムカテゴリ：ページ見出しの背景を削除 */
body.category-column #page_headline,
body.category-column #page_headline span {
  background: none !important;
}
/* オーナー個別ページ：ページ見出しの背景を削除 */
body.page-id-0001 #page_headline,
body.page-id-0001 #page_headline span {
  background: none !important;
}

/* オーナー様へページ：ページ見出しを透明に */
body.page-id-63 #page_headline {
  background: transparent !important;
}
body.page-id-63 #page_headline {
  display: none;
}
/* お問い合わせページ：ページ見出しを透明に */
body.page-id-42 #page_headline {
  background: transparent !important;
}
body.page-id-42 #page_headline {
  display: none;
}
/* 会社概要ページ：ページ見出しを透明に */
body.page-id-295 #page_headline {
  background: transparent !important;
}
body.page-id-295 #page_headline {
  display: none;
}

/* ブログ一覧：ページ見出しの背景（帯）を完全に削除 */
body.blog #page_headline,
body.blog #page_headline span {
  background: none !important;
}
/* 背景削除＋帯の高さも消す */
body.blog #page_headline {
  background: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  margin-bottom: 30px; /* 必要なら調整 */
}
body.blog #page_headline {
  display: none;
}
/* ===============================
   ページ見出し：背景を完全に削除
   （ブログ・カテゴリ・固定ページ共通）
================================ */

/* 見出し本体 */
#page_headline {
  background: none !important;
  background-image: none !important;
  padding: 0 !important;
  margin: 0 0 30px 0;
  border: none !important;
  box-shadow: none !important;
}

/* span にも背景がある場合の保険 */
#page_headline span {
  background: none !important;
}

/* =========================
   TOPICKS（MONAD専用）
   日付 → タイトル → 画像
   ========================= */

/* お知らせ全体 */
#news_wrap .news_list li {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

/* 日付 */
#news_wrap .news_date {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 8px;
}

/* タイトル */
#news_wrap .news_title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* アイキャッチ画像 */
#news_wrap img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin-top: 10px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  #news_wrap .news_title {
    font-size: 18px;
  }
}
/* 固定ページではアイキャッチを非表示 */
.page .post-thumbnail,
.page .entry-thumbnail,
.page .featured-image {
  display: none !important;
}
/* news（TOPICKS）画像対応 */
#archive_news .news_list .item {
  display: block;
  padding-bottom: 40px;
}

#archive_news .news_list .item .news_thumbnail {
  margin-top: 15px;
}

#archive_news .news_list .item .news_thumbnail img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 6px;
}

/* タイトルを少し強調 */
#archive_news .news_list .item .title {
  font-size: 20px;
}
/* MONAD news（TOPICKS）でアイキャッチを表示させる */
#archive_news .news_list .item {
  display: block !important;
  overflow: visible;
}

/* 疑似要素を無効化（画像を隠している原因） */
#archive_news .news_list .item::before,
#archive_news .news_list .item::after {
  display: none !important;
}

/* サムネイルを強制表示 */
#archive_news .news_list .item .news_thumbnail {
  display: block !important;
  margin-top: 15px;
}

/* img が消されている対策 */
#archive_news .news_list .item img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 画像サイズ調整 */
#archive_news .news_list .item .news_thumbnail img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 6px;
}

/* =====================================================
   MONAD（monad_tcd110）
   TOPヘッダースライダー 完全フルワイド【確定版】
===================================================== */

/* ▼ スライダー外枠を画面幅いっぱいに */
body.home #header_slider {
  /* width: 100vw !important; */
  max-width: 100vw !important;
  /* margin-left: calc(50% - 50vw) !important; */
  /* margin-right: calc(50% - 50vw) !important; */
  /* overflow: hidden !important; */
}

/* ▼ 中央1200px制限を完全解除（ここが原因） */
body.home #header_slider .header_slider_inner {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ▼ 各スライド */
body.home #header_slider .item {
  width: 100% !important;
}

/* ▼ 画像を画面いっぱいに */
body.home #header_slider .item img {
  width: 100vw !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* ▼ 高さ指定（PC） */
body.home #header_slider {
}

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

/* タブレット */
@media (max-width: 1024px) {
  body.home #header_slider {
    /* height: 420px; */
  }
}

/* スマホ */
@media (max-width: 767px) {
  body.home #header_slider {
    height: 300px;
  }
}

/* =====================================================
   TOPスライダー キャッチコピー 左寄せ（レスポンシブ）
===================================================== */

/* テキスト全体の配置を左寄せに */
body.home #header_slider_fixed_content {
  text-align: left !important;
  padding: 160px 0 0;
}
@media screen and (max-width: 1024px) {
  body.home #header_slider_fixed_content {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.home #header_slider_fixed_content {
    padding: 0 0 0;
  }
}
/* テキストブロック */
body.home #header_slider_fixed_content .header_slider_content {
  /* max-width: 1200px; */
  /* margin: 0 auto; */
  /* padding-left: 60px; */ /* PC左余白 */
  /* padding-right: 20px; */
}

/* キャッチコピー */
body.home #header_slider_fixed_content .catch {
  text-align: left !important;
  margin-left: 0 !important;
}

/* 説明文 */
body.home #header_slider_fixed_content .desc {
  text-align: left !important;
  margin-left: 0 !important;
}
/*トップヘッダーメインコピー位置調整*/

#header_slider_fixed_content {
  justify-content: initial;
  align-items: initial;
}
.main_copy_pc {
  letter-spacing: 0.12em;
  line-height: 0.7;
  position: relative;
  left: 60px;
}

.main_copy_sb_pc {
  position: relative;
  left: 50px;
  line-height: 0.8;
  font-size: 18px;
}

@media screen and (max-width: 1300px) {
  .main_copy_pc {
    left: initial;
  }

  .main_copy_sb_pc {
    position: relative;
    left: initial;
  }
}
/* =====================================================
   レスポンシブ対応
===================================================== */

/* タブレット */
@media (max-width: 1024px) {
  body.home #header_slider_fixed_content .header_slider_content {
    padding-left: 40px;
  }
}

/* スマホ */
@media (max-width: 767px) {
  body.home #header_slider_fixed_content .header_slider_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.home #header_slider_fixed_content .catch {
    font-size: 22px;
    line-height: 1.4;
  }

  body.home #header_slider_fixed_content .desc {
    font-size: 14px;
    line-height: 1.7;
  }
  .main_copy_sp {
    text-align: center;
    line-height: 0.9;
    margin: 20px 0 0;
  }
  .main_copy_sb_sp {
    text-align: center;
    line-height: 1;
    font-size: 18px;
    margin-top: 140px;
  }
}

/* スマホ：トップスライダー下の余白を削除 */
@media screen and (max-width: 767px) {
  .home .slick-slider,
  .home .main-slider,
  .home .top-slider,
  .home .slider {
    margin-bottom: 0 !important;
  }

  .home .content,
  .home #main,
  .home .main-content {
    padding-top: 0 !important;
  }
  .home #cb_content_2::before {
    background: none !important;
  }
  .index_post_carousel_wrap {
    padding: 0 0 0 20px;
  }
  #header_slider_container {
    background: #fff !important;
  }
  .home #container {
    margin-top: -70% !important;
  }
  #drawer_menu_button {
    top: 20px;
  }
}

/* parkingの表示改善策について */
.page_headline {
  font-size: 28px;
  margin: 40px 0;
  border-left: 6px solid #5fb334;
  padding-left: 15px;
}

.parking-box {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.parking-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.parking-meta span {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
}


/* 駐車場一覧 */

.page_headline {
  font-size: 28px;
  margin: 40px 0 30px;
  padding-left: 15px;
  border-left: 6px solid #5fb334;
}

.parking-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  transition: 0.3s;
}

.parking-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.parking-title {
  font-size: 20px;
  margin-bottom: 15px;
}

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

.parking-meta p {
  margin: 5px 0;
  font-size: 14px;
}

.parking-meta strong {
  display: inline-block;
  width: 90px;
  color: #666;
}

.parking-box {
  display: flex;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 25px;
  background: #fff;
  gap: 20px;
}

.parking-image img {
  border-radius: 4px;
}

.parking-info {
  flex: 1;
}

.parking-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.parking-title a {
  text-decoration: none;
  color: #222;
}

.parking-title a:hover {
  color: #5fb334;
}

.parking-meta p {
  margin: 4px 0;
  font-size: 14px;
}

.parking-meta strong {
  display: inline-block;
  width: 90px;
  color: #555;
}

.detail-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #5fb334;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.detail-btn:hover {
  background: #4aa528;
}



/* カード全体 */
.parking-card {
  display: flex;
  gap: 40px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

/* 画像 */
.parking-images img {
  width: 320px;
  height: auto;
  margin-bottom: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.parking-images img:hover {
  transform: scale(1.03);
}

/* タイトル */
.parking-title {
  font-size: 28px;
  margin-bottom: 15px;
}

/* 価格強調 */
.parking-price {
  font-size: 26px;
  font-weight: bold;
  color: #d40000;
  margin-bottom: 20px;
}

/* テーブル風 */
.parking-table {
  border-top: 1px solid #ddd;
}

.parking-table .row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.parking-table .label {
  width: 140px;
  font-weight: bold;
  color: #555;
}

.parking-table .value {
  flex: 1;
}


.parking-card {
  display: flex;
  gap: 60px; /* 余白を広げる */
  padding: 50px;
  margin-bottom: 60px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.05);
}

/* 画像エリア */
.parking-images {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.parking-images img {
  width: 340px;
  border-radius: 8px;
}

/* 詳細エリア */
.parking-details {
  flex: 1;
  padding-top: 10px;
}

/* タイトル */
.parking-title {
  font-size: 30px;
  margin-bottom: 20px;
}

/* 価格 */
.parking-price {
  font-size: 28px;
  font-weight: bold;
  color: #d40000;
  margin-bottom: 30px;
}

/* テーブル */
.parking-table {
  border-top: 1px solid #ddd;
}

.parking-table .row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.parking-table .label {
  width: 160px;
  font-weight: bold;
  color: #555;
}

.parking-table .value {
  flex: 1;
  line-height: 1.6;
}


.parking-archive {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* カード */
.parking-card {
  display: flex;
  gap: 50px;
  padding: 40px;
  margin-bottom: 60px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

/* 画像横並び */
.parking-images {
  display: flex;
  gap: 20px;
}

.img-box img {
  width: 280px;
  height: auto;
  border-radius: 8px;
}

/* 詳細 */
.parking-details {
  flex: 1;
}

/* タイトル */
.parking-title {
  font-size: 28px;
  margin-bottom: 15px;
}

/* 価格 */
.parking-price {
  font-size: 26px;
  font-weight: bold;
  color: #d40000;
  margin-bottom: 15px;
}

.parking-price .tax {
  font-size: 14px;
  margin-left: 8px;
  color: #777;
}

/* 即時バッジ */
.badge-available {
  display: inline-block;
  background: #28a745;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* テーブル風 */
.parking-table {
  border-top: 1px solid #ddd;
}

.parking-table .row {
  display: flex;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.parking-table .label {
  width: 150px;
  font-weight: bold;
  color: #555;
}

.parking-table .value {
  flex: 1;
  line-height: 1.6;
}

/* ===== スマホ最適化 ===== */
@media (max-width: 768px) {

  .parking-card {
    flex-direction: column;
    padding: 25px;
  }

  .parking-images {
    flex-direction: column;
  }

  .img-box img {
    width: 100%;
  }

  .parking-table .row {
    flex-direction: column;
  }

  .parking-table .label {
    width: 100%;
    margin-bottom: 5px;
  }
}
.parking-page-title {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-left: 15px;
  border-left: 6px solid #5fb334;
}
