@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : access.css
 author     : Ability Consultant
 style info : アクセス&観光ページ専用スタイル
              ascend準拠：access-info / access-route / area-card
=================================================================== */
/* ===================================================================
SCSS information

 file name  : _settings.scss
 author     : Ability Consultant
 style info : 楽天「HOTEL GEOMETIQ Osaka Umeda」共通変数・mixin
=================================================================== */
/* -----------------------------------------------------------
	レイアウト
----------------------------------------------------------- */
/* -----------------------------------------------------------
	カラー（ascendから踏襲）
----------------------------------------------------------- */
/* -----------------------------------------------------------
	フォント
----------------------------------------------------------- */
/* -----------------------------------------------------------
	mixin
----------------------------------------------------------- */
.subpage-pagetitle__title {
  font-size: 22px !important;
}

/* -----------------------------------------------------------
	アクセス情報（所在地・地図 + 詳細）
----------------------------------------------------------- */
.access-info__col {
  display: table-cell;
  vertical-align: middle;
}
.access-info__col:first-child {
  width: 60%;
}
.access-info__col:last-child {
  width: 40%;
}
.access-info__map img {
  width: 100%;
  height: auto;
  display: block;
}
.access-info__address {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.access-info__tel {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.access-info__tel-label {
  color: #808080;
  margin-right: 6px;
}
.access-info__divider {
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  margin: 18px 0;
}
.access-info__list .access-info__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #000000;
}
.access-info__dot {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  background-color: #625D20;
  border-radius: 50%;
}

/* -----------------------------------------------------------
	ルート（電車/飛行機/駐車場）
----------------------------------------------------------- */
.access-route__item {
  margin-bottom: 2rem;
}

.access-section__header {
  margin-bottom: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #262626;
}
.access-section__title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  text-align: center;
}
.access-section__line {
  background: #c8c8c8;
}

.access-route__heading {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 12px;
}
.access-route__heading-en {
  font-family: "Lulo Clean", "Playfair Display", "Times New Roman", serif;
  font-size: 18px;
  color: #808080;
  letter-spacing: -0.04em;
}
.access-route__heading-jp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #262626;
  letter-spacing: 0.16em;
}

.access-route__detail {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #404040;
}

/* -----------------------------------------------------------
	周辺観光（プランカード：左右交互レイアウト）
----------------------------------------------------------- */
.area-list {
  margin-top: 12px;
}

.area-card {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 32px 0;
  margin: 0 -32px 56px;
}
.area-card:last-child {
  margin-bottom: 0;
}
.area-card__img {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
}
.area-card__img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 2px;
}
.area-card__body {
  display: table-cell;
  width: 45%;
  vertical-align: middle;
}
.area-card--reverse {
  direction: rtl;
}
.area-card--reverse > * {
  direction: ltr;
}
.area-card__num {
  display: inline-block;
  font-family: "Lulo Clean", "Playfair Display", "Times New Roman", serif;
  font-size: 24px;
  color: #808080;
  letter-spacing: -0.04em;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 6px;
  margin-bottom: 14px;
}
.area-card__title {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000000;
  padding-bottom: 1rem;
}
.area-card__desc {
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #404040;
}
