

:root {
  --navy: #02162e;
  --gold: #c89b3c;
  --ivory: #f7f4ed;
  --white: #ffffff;
  --text: #4b4b4b;
  --line: rgba(2, 22, 46, 0.14);
}

/* ==================================================
   ACCESS HERO
================================================== */

.access-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(
      rgba(2, 22, 46, 0.45),
      rgba(2, 22, 46, 0.45)
    ),
    url("../images/access-hero.jpg") center 10% / cover no-repeat;
}

.access-hero .hero-text {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  color: var(--white);
}

.access-hero .hero-text h1 {
  margin: 0 0 14px;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.12em;
}

.access-hero .hero-text h2 {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(25px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.5;
}


/* ==================================================
   LOCATION
================================================== */

.location-section {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
  padding: 100px 0;
}

.section-en {
  margin: 0;
  color: var(--gold);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.24em;
  text-align: center;
}

.location-section > h2 {
  margin: 18px 0 50px;
  color: var(--navy);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(34px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 58%) minmax(0, 42%);
  gap: 60px;
  align-items: stretch;
}


/* ==================================================
   MAP
================================================== */

.map-box {
  min-width: 0;
  height: 531px;
  overflow: hidden;
  background: #dddddd;
  box-shadow: 0 8px 24px rgba(2, 22, 46, 0.07);
}

.map-box iframe,
.map-box img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}


/* ==================================================
   ACCESS INFO
================================================== */

.access-info {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  flex: 1;
  min-width: 0;
  padding: 30px;
  background: var(--white);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}

.info-icon {
  flex-shrink: 0;
  font-size: 34px;
  line-height: 1;
}

.info-box > div:last-child {
  min-width: 0;
}

.info-box h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.info-box p {
  margin: 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.03em;
}


/* ==================================================
   駐車場のご案内
================================================== */

.parking-section {
  width: 100%;
  padding: 30px 40px 90px;
  background: var(--ivory);
}

.parking-inner {
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  width: min(1400px, 100%);
  min-height: 290px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(2, 22, 46, 0.05);
}


/* ---------- 左：説明 ---------- */

.parking-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 42px 38px;
}

.parking-heading {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 28px;
}

.parking-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  background: var(--gold);
  border-radius: 50%;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

.parking-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.parking-text {
  margin: 0 0 25px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.parking-caution {
  width: 100%;
  padding: 17px 19px;
  color: #9c741f;
  background: rgba(200, 155, 60, 0.04);
  border: 1px solid rgba(200, 155, 60, 0.7);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}


/* ---------- 右：画像 ---------- */

.parking-image {
  width: 100%;
  min-width: 0;
  min-height: 290px;
  overflow: hidden;
}

.parking-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  object-position: center;
}


/* ==================================================
   タブレット：1024px以下
================================================== */

@media screen and (max-width: 1024px) {

  .access-hero .hero-text,
  .location-section {
    width: min(100% - 56px, 960px);
  }

  .access-hero {
    min-height: 460px;
    background-position: center 15%;
  }

  .location-section {
    padding: 90px 0;
  }

  .location-layout {
    grid-template-columns: minmax(0, 55%) minmax(0, 45%);
    gap: 35px;
  }

  .map-box {
    height: 500px;
  }

  .info-box {
    gap: 18px;
    padding: 25px 22px;
  }

  .info-icon {
    font-size: 30px;
  }

  .info-box h3 {
    font-size: 19px;
  }

  .info-box p {
    font-size: 14px;
  }

  .parking-section {
    padding: 20px 28px 80px;
  }

  .parking-inner {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  }

  .parking-content {
    padding: 34px 28px;
  }
}


/* ==================================================
   スマートフォン：768px以下
================================================== */

@media screen and (max-width: 768px) {

  .access-hero .hero-text,
  .location-section {
    width: min(100% - 40px, 700px);
  }

  .access-hero {
    min-height: 420px;
    background-position: 58% center;
  }

  .access-hero .hero-text h1 {
    font-size: 42px;
  }

  .access-hero .hero-text h2 {
    font-size: 25px;
  }

  .location-section {
    padding: 72px 0;
  }

  .location-section > h2 {
    margin-bottom: 38px;
    font-size: 34px;
  }

  .location-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .map-box {
    height: 420px;
  }

  .access-info {
    gap: 16px;
  }

  .info-box {
    flex: none;
    padding: 26px 24px;
  }

  .info-icon {
    font-size: 30px;
  }

  .info-box h3 {
    font-size: 20px;
  }

  .parking-section {
    padding: 0 20px 72px;
  }

  .parking-inner {
    grid-template-columns: 1fr;
  }

  .parking-content {
    order: 1;
    padding: 32px 26px;
  }

  .parking-image {
    order: 2;
    min-height: 360px;
  }

  .parking-image img {
    min-height: 360px;
  }

  .parking-heading {
    margin-bottom: 22px;
  }

  .parking-text {
    font-size: 14px;
  }
}


/* ==================================================
   小さいスマートフォン：480px以下
================================================== */

@media screen and (max-width: 480px) {

  .access-hero .hero-text,
  .location-section {
    width: calc(100% - 32px);
  }

  .access-hero {
    min-height: 350px;
    background-position: 62% center;
  }

  .access-hero .hero-text h1 {
    font-size: 34px;
    letter-spacing: 0.09em;
  }

  .access-hero .hero-text h2 {
    font-size: 22px;
  }

  .location-section {
    padding: 58px 0;
  }

  .section-en {
    font-size: 13px;
    letter-spacing: 0.18em;
  }

  .location-section > h2 {
    margin: 14px 0 30px;
    font-size: 29px;
  }

  .map-box {
    height: 330px;
  }

  .info-box {
    gap: 15px;
    padding: 22px 18px;
  }

  .info-icon {
    font-size: 27px;
  }

  .info-box h3 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .info-box p {
    font-size: 13px;
    line-height: 1.8;
  }

  .parking-section {
    padding: 0 16px 60px;
  }

  .parking-content {
    padding: 27px 20px;
  }

  .parking-heading {
    gap: 13px;
  }

  .parking-icon {
    width: 42px;
    height: 42px;
    font-size: 23px;
  }

  .parking-heading h2 {
    font-size: 24px;
  }

  .parking-text {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .parking-caution {
    padding: 14px 15px;
    font-size: 11px;
  }

  .parking-caution br {
    display: none;
  }

  .parking-image,
  .parking-image img {
    min-height: 280px;
  }
}


/* ==================================================
   さらに小さいスマートフォン：360px以下
================================================== */

@media screen and (max-width: 360px) {

  .access-hero .hero-text,
  .location-section {
    width: calc(100% - 26px);
  }

  .access-hero {
    min-height: 350px;
  }

  .access-hero .hero-text h1 {
    font-size: 30px;
  }

  .access-hero .hero-text h2 {
    font-size: 20px;
  }

  .location-section > h2 {
    font-size: 26px;
  }

  .map-box {
    height: 290px;
  }

  .info-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .info-box h3 {
    font-size: 17px;
  }

  .parking-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .parking-heading h2 {
    font-size: 22px;
  }

  .parking-image,
  .parking-image img {
    min-height: 250px;
  }
}