/* ================================================
   下層ページ共通 ページヒーロー
================================================ */

#page-access {
  display: block;
  width: 100%;
}


/* ================================================
   マップ
================================================ */

.sec-map {
  padding: 0;
  width: 100%;
  display: block;
}

.map-embed {
  width: 100%;
  display: block;
}

.map-embed iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 480px;
}

/* ================================================
   店舗情報
================================================ */

.sec-studio-info {
  background: #fff;
  padding: 80px 0;
  display: block;
  width: 100%;
}

.studio-info-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 64px;
  align-items: start;
}

.studio-info-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 12px;
}

.studio-info-address {
  font-size: 0.9rem;
  line-height: 1.9;
  color: #777;
}

.studio-info-table {
  border-top: 1px solid #ede8e0;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #ede8e0;
}

.info-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #b8a898;
  white-space: nowrap;
  min-width: 120px;
}

.info-value {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.8;
}

.info-tel {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.info-tel:hover {
  opacity: 0.6;
}

.info-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #06C755;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  transition: opacity 0.2s;
}

.info-line-btn:hover {
  opacity: 0.85;
}

.info-line-icon {
  font-size: 0.7rem;
  font-weight: 700;
  background: #fff;
  color: #06C755;
  padding: 2px 5px;
  border-radius: 3px;
}

/* ================================================
   フッター位置修正
================================================ */

#lazuli-footer {
  display: block !important;
  width: 100% !important;
  clear: both;
}

#content.site-content {
  display: block !important;
}

#page-access .sec-map,
#page-access .map-embed,
#page-access .map-embed iframe {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}

/* ================================================
   SP
================================================ */

@media (max-width: 767px) {
  .map-embed iframe {
    height: 300px;
  }

  .studio-info-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .info-label {
    min-width: 100px;
  }
}
