@charset "UTF-8";

/* =========================================================
   00: BASE / 共通
========================================================= */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

:root {
  --container: 1100px;
  --side: 16px;
  --ink: #333;
  --muted: #555;
  --accent: #ff9800;
  --accent-light: #fff176;
  --bg-soft: #fffdf5;
  --bg-green: #f7ffe9;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: var(--ink);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
    p, li, th, td {
        margin: 0 auto;
        width: 90%;
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
  .fv-text br {
    display: none;
  }
}
/* =========================================================
   01: FIRST VIEW / ファーストビュー
========================================================= */
.fv {
  margin-bottom: 2rem;
  background-color: var(--bg-green);
  text-align: center;
}

.fv01 {
  margin: 0 auto;
}

.fv-text {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem 4.375rem;
  text-align: center;
}

.fv-text p {
  margin-bottom: 0.875rem;
  color: #3b3b3b;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.9;
}

.fv-text p:first-of-type {
  color: #F15523;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .fv-text {
    width: 80%;
    padding-bottom: 2.5rem;
  }

  .fv-text p {
    font-size: 0.8rem;
  }

  .fv-text p:first-of-type {
    font-size: 1rem;
    margin-top: 30px;
  }
}

/* =========================================================
   DECOR / 飾り
========================================================= */
.section-decor {
  margin: 0 auto;
  text-align: center;
}

.kazari {
  margin: 0 auto;
}

/* =========================================================
   02: PROBLEMS & TARGET / お悩み・おすすめ
========================================================= */
.seminar-section {
  padding: 20px 16px;
}

.seminar-section__inner {
  max-width: 700px;
  margin: 0 auto;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
}

.section-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.section-title--accent {
  color: #e67e22;
  font-size: 1.5rem;
}

.problem-title-area,
.target-title-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.worry-icon {
  width: 100px;
  height: auto;
  flex-shrink: 0;
}

.recommend-icon {
  width: 80px;
  height: auto;
  flex-shrink: 0;
}

.check-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-bottom: 12px;
  padding: 15px 15px 15px 45px;
  background: #f9f9f9;
  border-radius: 8px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 15px;
  color: #999;
  font-size: 1.2rem;
  font-weight: bold;
}

.check-list--accent li::before {
  color: #e67e22;
}

.intro-text,
.closing-box {
  margin: 30px 0;
  text-align: center;
}

.intro-text strong {
  background: linear-gradient(transparent 70%, #fff176 70%);
}

.divider {
  margin: 40px 0;
  border: none;
  border-top: 2px dashed #ddd;
}

@media (max-width: 480px) {
  .problem-title-area,
  .target-title-area {
    gap: 10px;
  }

  .worry-icon {
    width: 36px;
  }

  .recommend-icon {
    width: 60px;
  }

  .intro-text br,
  .closing-box br {
    display: none;
  }
}

/* =========================================================
   03: SCHEDULE / 説明会開催日時
========================================================= */
.wakuwaku-schedule-section {
  position: relative;
  max-width: 800px;
  margin: 60px auto;
  padding: 40px;
  background: #fffdf5;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(255, 152, 0, 0.1);
}

.schedule-title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.schedule-title {
  margin: 0 0 30px;
  color: var(--accent);
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.sparkle-icon {
  color: var(--accent-light);
  font-size: 1.5rem;
}

.schedule-sub-title {
  margin-bottom: 40px;
  color: #666;
  font-size: 1rem;
  text-align: center;
}

.schedule-icon {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .wakuwaku-schedule-section {
    margin: 40px 16px;
    padding: 28px 20px;
    border-radius: 20px;
  }

  .schedule-title {
    font-size: 1.35rem;
    margin-bottom: 20px;
  }

  .schedule-sub-title {
    margin-bottom: 24px;
    font-size: 0.95rem;
  }
}

/* =========================================================
   04: EVENTS / 同時開催イベント
========================================================= */
.doujievent {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
  padding: 80px 20px;
  background-color: var(--bg-soft);
}

.event-container {
  max-width: 1000px;
  margin: 0 auto;
}

.douji-main-title {
  display: block;
  margin: 0 0 50px;
  padding: 15px 0;
  border: 2px solid #000;
  background-color: #ffffd3;
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

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

.consultation-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.consultation-item--reverse {
  flex-direction: row-reverse;
}

.consultation-image {
  flex: 1;
  max-width: 45%;
}

.consultation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultation-content {
  display: flex;
  flex: 1.2;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.consultation-title {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 25px;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
}

.consultation-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background-color: var(--accent);
}

.consultation-text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.consultation-text strong {
  display: inline-block;
  color: var(--accent);
  font-size: 1.1rem;
  white-space: nowrap;
}

.consultation-banner,
.tour-bnr-item {
  margin-bottom: 60px;
  text-align: center;
  list-style: none;
}

.specialbnr img,
.tour-bnr-item img {
  margin: 0 auto;
  max-width: 100%;
}

.tour-bnr-item img {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.highlight-point {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .doujievent {
    padding: 56px 16px;
  }

  .douji-main-title {
    margin-bottom: 30px;
    padding: 10px 0;
    border-width: 3px;
    font-size: 1.4rem;
  }

  .consultation-item,
  .consultation-item--reverse {
    flex-direction: column-reverse;
  }

  .consultation-image {
    max-width: 100%;
    height: 200px;
  }

  .consultation-content {
    padding: 30px 20px;
    text-align: center;
  }

  .consultation-title {
    align-self: center;
    font-size: 1.3rem;
  }
}

/* =========================================================
   05: VENUE / 会場情報
========================================================= */
.p-hachiouji.l-modelhouse,
.p-hachiouji.l-modelhouse article {
  width: 100%;
  max-width: none;
}

.descr h2 {
  text-align: center;
}

.l-modelhouse .descr__box {
  margin: 77px 0 34px;
}

.descr__box.l-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.descr__media {
  flex: 0 0 460px;
}

.descr__media img {
  width: 100%;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

.descr__body {
  flex: 1;
  max-width: 620px;
}

.descr__box-ttl {
  margin: 0 0 16px;
}

.descr__box-content {
  margin: 0;
  color: #444;
  font-size: 14px;
  line-height: 2.05;
}

@media (max-width: 768px) {
  .descr__box.l-flex {
    display: block;
    width: min(100%, calc(100% - 32px));
  }

  .descr__media {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 16px;
  }

  .descr__body {
    max-width: none;
  }
}

/* =========================================================
   06: ACCESS / アクセス
========================================================= */
.access {
  padding: 56px 0;
  background: #f6f1e6;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.access-title {
  margin: 0 0 24px;
  font-size: clamp(22px, 2.6vw, 30px);
  text-align: center;
}

.access-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: start;
}

.c-map {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.access-info {
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.access-info p {
  margin: 0 0 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.9;
}

.access-info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .access {
    padding: 40px 0;
  }

  .access-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* =========================================================
   PARKING / 駐車場
========================================================= */
.parking {
  margin-top: 64px;
}

.parking-content {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  align-items: center;
}

.parking-image img {
  width: 80%;
  height: auto;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.parking-text {
  padding: 20px;
}

.parking-text p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .parking {
    margin-top: 40px;
  }

  .parking-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* =========================================================
   07: FORM / お問い合わせフォーム
========================================================= */

.form .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
.wpcf7 form {
  width: 100%;
}

.wpcf7 table {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .form {
    padding: 40px 0;
  }
}

/* =========================================================
   HEADER FIX / ヘッダー崩れ対策
========================================================= */
header img[src*="menudown"] {
  display: inline !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  vertical-align: middle;
}

header a[href^="tel:"] {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
}

header a[href^="tel:"] img[src*="header/tel.png"] {
  width: 210px !important;
  height: auto !important;
  max-width: none !important;
}