/* ==============================================
   来所のご案内（アクセス）セクション
   テンプレート: template-parts/access-section.php
   ショートコード: [access_section]
   追記日: 2026/02/26
   ============================================== */

.page-id-2505 .access-section {
  max-width: 100%;
  margin: 0 auto;
}

.page-id-2505 .access-section__card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

/* 左カラム：グリーンエリア */
.page-id-2505 .access-section__map-area {
  flex-shrink: 0;
  width: 280px;
  background: #006633;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  color: #fff;
  text-align: center;
}

.page-id-2505 .access-section__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  opacity: 0.9;
}

.page-id-2505 .access-section__map-label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 8px;
}

.page-id-2505 .access-section__map-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* 右カラム：情報エリア */
.page-id-2505 .access-section__detail {
  flex: 1;
  padding: 36px 40px;
}

.page-id-2505 .access-section__office-name {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}

.page-id-2505 .access-section__info {
  margin: 0;
}

.page-id-2505 .access-section__row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 10px 0;
}

.page-id-2505 .access-section__info dt {
  flex-shrink: 0;
  width: 48px;
  font-size: 12px;
  font-weight: 700;
  color: #006633;
  letter-spacing: 0.1em;
}

.page-id-2505 .access-section__info dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

/* リンク */
.page-id-2505 .access-section__link-wrap {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.page-id-2505 .access-section__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #006633;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: gap 0.3s ease;
}

.page-id-2505 .access-section__link:hover {
  gap: 12px;
}

.page-id-2505 .access-section__link-arrow {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #006633;
  position: relative;
  transition: width 0.3s ease;
}

.page-id-2505 .access-section__link-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #006633;
  border-right: 1px solid #006633;
  transform: rotate(45deg);
}

.page-id-2505 .access-section__link:hover .access-section__link-arrow {
  width: 28px;
}

/* ==============================================
   レスポンシブ
   ============================================== */
@media screen and (max-width: 768px) {
  .page-id-2505 .access-section__card {
    flex-direction: column;
  }

  .page-id-2505 .access-section__map-area {
    width: 100%;
    padding: 28px 20px;
    flex-direction: row;
    gap: 16px;
  }

  .page-id-2505 .access-section__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
  }

  .page-id-2505 .access-section__map-label {
    margin-bottom: 4px;
  }

  .page-id-2505 .access-section__detail {
    padding: 28px 24px;
  }

  .page-id-2505 .access-section__office-name {
    font-size: 15px;
  }

  .page-id-2505 .access-section__row {
    flex-direction: column;
    gap: 2px;
  }

  .page-id-2505 .access-section__info dt {
    width: auto;
  }

  .page-id-2505 .access-section__info dd {
    font-size: 13px;
  }
}
