<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>バンコク観光 | 旅樂道</title>
	<atom:link href="https://yoooyooo8.jp/tag/%e3%83%90%e3%83%b3%e3%82%b3%e3%82%af%e8%a6%b3%e5%85%89/feed/" rel="self" type="application/rss+xml" />
	<link>https://yoooyooo8.jp</link>
	<description>旅を楽しむ、人生の道</description>
	<lastBuildDate>Sat, 23 May 2026 02:11:00 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://yoooyooo8.jp/wp-content/uploads/2026/01/cropped-Yoshi-favicon-32x32.jpg</url>
	<title>バンコク観光 | 旅樂道</title>
	<link>https://yoooyooo8.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://yoooyooo8.jp/tag/%e3%83%90%e3%83%b3%e3%82%b3%e3%82%af%e8%a6%b3%e5%85%89/feed/"/>
	<item>
		<title>ワン・バンコクとは？｜世界レベルのアートと噴水広場が圧倒的—現地レポート</title>
		<link>https://yoooyooo8.jp/one-bangkok/</link>
					<comments>https://yoooyooo8.jp/one-bangkok/#respond</comments>
		
		<dc:creator><![CDATA[Yoshi]]></dc:creator>
		<pubDate>Sat, 23 May 2026 02:11:00 +0000</pubDate>
				<category><![CDATA[タイ]]></category>
		<category><![CDATA[現地レポート]]></category>
		<category><![CDATA[バンコク]]></category>
		<category><![CDATA[東南アジア]]></category>
		<category><![CDATA[バンコク観光]]></category>
		<guid isPermaLink="false">https://yoooyooo8.jp/?p=2559</guid>

					<description><![CDATA[Bangkok · Thailand One Bangkok 完全ガイド タイ最大の複合都市開発を、実際に歩いてレポート バンコク中心部、ルンピニー公園の目の前に誕生したワン・バンコク（One Bangkok）。 総開発 [&#8230;]]]></description>
										<content:encoded><![CDATA[
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&#038;family=Noto+Sans+JP:wght@300;400;500;700&#038;family=DM+Serif+Display:ital@0;1&#038;display=swap">

<style>
/* ============================================
   ONE BANGKOK ARTICLE — CSS Variables
   prefix: .ob-
   ============================================ */
.ob-wrap {
  --ob-gold:       #C9A84C;
  --ob-gold-light: #E2C97E;
  --ob-gold-pale:  #F5EDD6;
  --ob-dark:       #0D0D0D;
  --ob-charcoal:   #1A1A1A;
  --ob-mid:        #2C2C2C;
  --ob-slate:      #4A4A4A;
  --ob-mist:       #F8F6F2;
  --ob-white:      #FFFFFF;
  --ob-sky:        #5B9BBF;
  --ob-sky-light:  #A8CEDE;
  --ob-sky-pale:   #EAF4F9;
  --ob-accent:     #C9A84C;

  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: var(--ob-charcoal);
  line-height: 1.8;
  background: var(--ob-mist);
  overflow-x: hidden;
}

/* ============================================
   KEYFRAMES
   ============================================ */
@keyframes ob-fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ob-fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes ob-lineExpand {
  from { width: 0; }
  to   { width: 100%; }
}
@keyframes ob-shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes ob-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-8px); }
}
@keyframes ob-pulse-ring {
  0%   { transform: scale(0.8); opacity: 0.8; }
  100% { transform: scale(1.6); opacity: 0; }
}
@keyframes ob-scroll-bounce {
  0%, 100% { transform: translateY(0) translateX(-50%); }
  50%       { transform: translateY(8px) translateX(-50%); }
}
@keyframes ob-particle {
  0%   { transform: translateY(0) translateX(0) scale(1); opacity: 0.6; }
  100% { transform: translateY(-120px) translateX(20px) scale(0); opacity: 0; }
}
@keyframes ob-toc-slide {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ============================================
   HERO SECTION
   ============================================ */
.ob-wrap .ob-hero {
  position: relative;
  width: calc(100% + 80px);
  margin-left: -40px;
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--ob-dark);
}

/* 背景グラデーション層 */
.ob-wrap .ob-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 80%, rgba(91,155,191,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 20%, rgba(201,168,76,0.12) 0%, transparent 55%),
    linear-gradient(160deg, #0D0D0D 0%, #1A1A1A 50%, #0D0D0D 100%);
  z-index: 0;
}

/* グリッドライン装飾 */
.ob-wrap .ob-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
}

/* パーティクル群 */
.ob-wrap .ob-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.ob-wrap .ob-particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ob-gold);
  opacity: 0;
  animation: ob-particle 4s ease-out infinite;
}
.ob-wrap .ob-particle:nth-child(1)  { left: 15%; bottom: 20%; animation-delay: 0s;    animation-duration: 5s; }
.ob-wrap .ob-particle:nth-child(2)  { left: 30%; bottom: 15%; animation-delay: 0.8s;  animation-duration: 4.5s; }
.ob-wrap .ob-particle:nth-child(3)  { left: 50%; bottom: 25%; animation-delay: 1.6s;  animation-duration: 5.5s; }
.ob-wrap .ob-particle:nth-child(4)  { left: 70%; bottom: 18%; animation-delay: 2.4s;  animation-duration: 4s; }
.ob-wrap .ob-particle:nth-child(5)  { left: 85%; bottom: 22%; animation-delay: 3.2s;  animation-duration: 5s; }
.ob-wrap .ob-particle:nth-child(6)  { left: 22%; bottom: 30%; animation-delay: 0.4s;  animation-duration: 6s;   width: 2px; height: 2px; background: var(--ob-sky); }
.ob-wrap .ob-particle:nth-child(7)  { left: 60%; bottom: 12%; animation-delay: 1.2s;  animation-duration: 4.8s; width: 2px; height: 2px; background: var(--ob-sky); }
.ob-wrap .ob-particle:nth-child(8)  { left: 78%; bottom: 35%; animation-delay: 2.0s;  animation-duration: 5.2s; width: 2px; height: 2px; background: var(--ob-sky); }

/* コンテンツ */
.ob-wrap .ob-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
}

/* タグライン */
.ob-wrap .ob-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.35em;
  color: var(--ob-gold-light);
  text-transform: uppercase;
  margin-bottom: 28px;
  opacity: 0;
  animation: ob-fadeUp 0.8s ease forwards 0.3s;
}
.ob-wrap .ob-hero-tag::before,
.ob-wrap .ob-hero-tag::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: var(--ob-gold);
  opacity: 0.6;
}

/* メインタイトル（h2として機能） */
.ob-wrap .ob-hero-title {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0 0 10px;
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ob-white);
  letter-spacing: -0.01em;
  opacity: 0;
  animation: ob-fadeUp 1s ease forwards 0.6s;
}
.ob-wrap h2.ob-hero-title,
.ob-wrap .ob-hero-title {
  background: transparent;
  padding: 0;
  border: none;
  margin: 0 0 10px;
}

/* タイトルのゴールドアクセント */
.ob-wrap .ob-hero-title .ob-gold-text {
  background: linear-gradient(90deg, var(--ob-gold) 0%, var(--ob-gold-light) 50%, var(--ob-gold) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ob-shimmer 3s linear infinite 1.6s;
  display: inline;
}

/* 日本語サブタイトル */
.ob-wrap .ob-hero-subtitle-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  font-weight: 300;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.08em;
  margin: 14px 0 32px;
  opacity: 0;
  animation: ob-fadeUp 0.9s ease forwards 0.9s;
}

/* ゴールドライン区切り */
.ob-wrap .ob-hero-line {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ob-gold), transparent);
  margin: 0 auto 32px;
  animation: ob-lineExpand 1s ease forwards 1.2s;
  max-width: 280px;
}

/* リード文 */
.ob-wrap .ob-hero-lead {
  font-size: clamp(0.9rem, 1.8vw, 1.05rem);
  color: rgba(255,255,255,0.65);
  line-height: 2;
  max-width: 680px;
  margin: 0 auto 44px;
  font-weight: 300;
  opacity: 0;
  animation: ob-fadeUp 0.9s ease forwards 1.4s;
}

/* バッジ群 */
.ob-wrap .ob-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 48px;
  opacity: 0;
  animation: ob-fadeUp 0.8s ease forwards 1.7s;
}
.ob-wrap .ob-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 2px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--ob-gold-light);
  background: rgba(201,168,76,0.06);
  backdrop-filter: blur(4px);
}
.ob-wrap .ob-badge-icon {
  font-size: 0.9rem;
}

/* スクロールインジケーター */
.ob-wrap .ob-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  opacity: 0;
  animation: ob-fadeIn 1s ease forwards 2.2s;
}
.ob-wrap .ob-scroll-text {
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', serif;
}
.ob-wrap .ob-scroll-arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid rgba(201,168,76,0.5);
  border-bottom: 1px solid rgba(201,168,76,0.5);
  transform: rotate(45deg);
  animation: ob-scroll-bounce 1.6s ease-in-out infinite 2.2s;
  position: relative;
  left: 50%;
  margin-left: -10px;
}

/* ============================================
   要点ボックス
   ============================================ */
.ob-wrap .ob-points {
  position: relative;
  margin: 52px 0 0;
  padding: 0;
}

/* 左ボーダーアクセント */
.ob-wrap .ob-points-inner {
  background: var(--ob-white);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08), 0 1px 0 rgba(201,168,76,0.3);
  overflow: hidden;
  position: relative;
}
.ob-wrap .ob-points-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--ob-gold) 0%, var(--ob-sky) 100%);
}

.ob-wrap .ob-points-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 28px 18px 32px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.ob-wrap .ob-points-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ob-gold) 0%, var(--ob-gold-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.ob-wrap .ob-points-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--ob-charcoal);
}

.ob-wrap .ob-points-list {
  padding: 20px 28px 24px 32px;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.ob-wrap .ob-points-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--ob-slate);
}
.ob-wrap .ob-points-list li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ob-sky-pale);
  border: 1.5px solid var(--ob-sky);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
/* チェックマーク */
.ob-wrap .ob-points-list li::before {
  content: '✓';
  font-size: 0.7rem;
  color: var(--ob-sky);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.ob-wrap .ob-point-strong {
  font-weight: 700;
  color: var(--ob-charcoal);
}

/* ============================================
   目次 (CSS-only accordion)
   ============================================ */
.ob-wrap .ob-toc-section {
  margin: 44px 0;
}

/* チェックボックスハック */
.ob-wrap .ob-toc-toggle {
  display: none;
}

.ob-wrap .ob-toc-card {
  background: var(--ob-white);
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  overflow: hidden;
}

.ob-wrap .ob-toc-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--ob-charcoal) 0%, var(--ob-mid) 100%);
  user-select: none;
  transition: background 0.3s;
}
.ob-wrap .ob-toc-label:hover {
  background: linear-gradient(135deg, var(--ob-mid) 0%, var(--ob-slate) 100%);
}

.ob-wrap .ob-toc-label-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ob-wrap .ob-toc-label-icon {
  font-size: 1rem;
}
.ob-wrap .ob-toc-label-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ob-gold-light);
}
.ob-wrap .ob-toc-label-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.05em;
  margin-left: 4px;
}

/* 開閉アイコン */
.ob-wrap .ob-toc-arrow {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ob-gold);
  font-size: 0.75rem;
  transition: transform 0.4s ease;
  flex-shrink: 0;
}

/* チェック時に矢印回転 */
.ob-wrap .ob-toc-toggle:checked ~ .ob-toc-card .ob-toc-arrow {
  transform: rotate(180deg);
}

/* 目次コンテンツ（折りたたみ） */
.ob-wrap .ob-toc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.ob-wrap .ob-toc-toggle:checked ~ .ob-toc-card .ob-toc-body {
  max-height: 700px;
}

.ob-wrap .ob-toc-inner {
  padding: 22px 26px 26px;
  border-top: 1px solid rgba(201,168,76,0.1);
}

/* 目次見出し（h3） */
.ob-wrap .ob-toc-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ob-gold);
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ob-wrap .ob-toc-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,168,76,0.3), transparent);
}

.ob-wrap .ob-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2px;
}
.ob-wrap .ob-toc-list li {
  animation: ob-toc-slide 0.4s ease both;
}
.ob-wrap .ob-toc-list li:nth-child(1)  { animation-delay: 0.02s; }
.ob-wrap .ob-toc-list li:nth-child(2)  { animation-delay: 0.06s; }
.ob-wrap .ob-toc-list li:nth-child(3)  { animation-delay: 0.10s; }
.ob-wrap .ob-toc-list li:nth-child(4)  { animation-delay: 0.14s; }
.ob-wrap .ob-toc-list li:nth-child(5)  { animation-delay: 0.18s; }
.ob-wrap .ob-toc-list li:nth-child(6)  { animation-delay: 0.22s; }
.ob-wrap .ob-toc-list li:nth-child(7)  { animation-delay: 0.26s; }
.ob-wrap .ob-toc-list li:nth-child(8)  { animation-delay: 0.30s; }
.ob-wrap .ob-toc-list li:nth-child(9)  { animation-delay: 0.34s; }
.ob-wrap .ob-toc-list li:nth-child(10) { animation-delay: 0.38s; }

.ob-wrap .ob-toc-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 3px;
  text-decoration: none;
  color: var(--ob-slate);
  font-size: 0.9rem;
  line-height: 1.5;
  transition: all 0.25s ease;
  border-left: 2px solid transparent;
}
.ob-wrap .ob-toc-list a:hover {
  background: var(--ob-sky-pale);
  color: var(--ob-sky);
  border-left-color: var(--ob-sky);
  padding-left: 16px;
}
.ob-wrap .ob-toc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  color: var(--ob-gold);
  font-weight: 600;
  min-width: 22px;
  text-align: right;
  flex-shrink: 0;
}
/* FAQ・まとめは特別スタイル */
.ob-wrap .ob-toc-special a {
  color: var(--ob-mid);
  font-weight: 500;
}
.ob-wrap .ob-toc-special a:hover {
  background: var(--ob-gold-pale);
  border-left-color: var(--ob-gold);
  color: var(--ob-charcoal);
}

/* レスポンシブ */
@media (max-width: 640px) {
  .ob-wrap .ob-hero {
    width: calc(100% + 30px);
    margin-left: -15px;
    min-height: 88vh;
  }
  .ob-wrap .ob-hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
  .ob-wrap .ob-hero-badges {
    gap: 8px;
  }
  .ob-wrap .ob-badge {
    font-size: 0.72rem;
    padding: 6px 12px;
  }
  .ob-wrap .ob-points-header,
  .ob-wrap .ob-points-list {
    padding-left: 24px;
    padding-right: 20px;
  }
  .ob-wrap .ob-toc-label {
    padding: 18px 20px;
  }
  .ob-wrap .ob-toc-inner {
    padding: 18px 20px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ob-wrap *,
  .ob-wrap *::before,
  .ob-wrap *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   共通セクションスタイル
   ============================================ */
.ob-wrap .ob-section {
  margin: 64px 0;
}

/* セクションヘッダー共通 */
.ob-wrap .ob-section-header {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 36px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
  position: relative;
}
.ob-wrap .ob-section-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, var(--ob-gold), var(--ob-sky));
}
.ob-wrap .ob-section-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(201,168,76,0.25);
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.ob-wrap .ob-section-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ob-wrap .ob-section-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ob-gold);
  font-weight: 600;
}
/* h2 セクションタイトル */
.ob-wrap .ob-section-h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 1.65rem);
  font-weight: 700;
  color: var(--ob-charcoal);
  line-height: 1.35;
  margin: 0;
  letter-spacing: 0.01em;
}
/* Cocoon .article h2 上書き対策（特異度強化） */
.ob-wrap .ob-section .ob-section-h2,
.ob-wrap .ob-section-header .ob-section-h2 {
  background: transparent;
  border: none;
  padding: 0;
}

/* ============================================
   インフォカード（データ表示）
   ============================================ */
.ob-wrap .ob-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.ob-wrap .ob-info-card {
  background: var(--ob-white);
  border-radius: 4px;
  padding: 20px 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border-top: 3px solid var(--ob-gold);
  text-align: center;
}
.ob-wrap .ob-info-card-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--ob-charcoal);
  line-height: 1.1;
  display: block;
}
.ob-wrap .ob-info-card-unit {
  font-size: 0.8rem;
  color: var(--ob-slate);
  font-weight: 700;
}
.ob-wrap .ob-info-card-label {
  font-size: 0.8rem;
  color: var(--ob-slate);
  margin-top: 6px;
  display: block;
  line-height: 1.45;
}

/* ============================================
   本文テキスト共通
   ============================================ */
.ob-wrap .ob-body-text {
  font-size: 0.97rem;
  line-height: 2;
  color: var(--ob-slate);
  margin: 0 0 20px;
}
.ob-wrap .ob-body-text strong {
  color: var(--ob-charcoal);
  font-weight: 700;
}

/* ============================================
   ゾーンカード（セクション1用）
   ============================================ */
.ob-wrap .ob-zone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.ob-wrap .ob-zone-card {
  background: var(--ob-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ob-wrap .ob-zone-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.ob-wrap .ob-zone-head {
  padding: 16px 18px 12px;
  background: linear-gradient(135deg, var(--ob-charcoal) 0%, var(--ob-mid) 100%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ob-wrap .ob-zone-icon {
  font-size: 1.3rem;
}
.ob-wrap .ob-zone-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ob-gold-light);
  letter-spacing: 0.04em;
}
.ob-wrap .ob-zone-body {
  padding: 14px 18px 18px;
}
.ob-wrap .ob-zone-desc {
  font-size: 0.87rem;
  line-height: 1.75;
  color: var(--ob-slate);
  margin: 0;
}

/* ============================================
   ハイライトボックス（リポートメモ）
   ============================================ */
.ob-wrap .ob-memo {
  background: linear-gradient(135deg, var(--ob-sky-pale) 0%, #f0f8ff 100%);
  border-left: 3px solid var(--ob-sky);
  border-radius: 0 4px 4px 0;
  padding: 18px 22px;
  margin: 28px 0;
  position: relative;
}
.ob-wrap .ob-memo::before {
  content: '実レポ';
  position: absolute;
  top: -10px;
  left: 16px;
  background: var(--ob-sky);
  color: var(--ob-white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 10px;
  border-radius: 2px;
}
.ob-wrap .ob-memo p {
  font-size: 0.93rem;
  line-height: 1.85;
  color: var(--ob-charcoal);
  margin: 0;
}

/* ============================================
   アクセス情報テーブル（セクション2）
   ============================================ */
.ob-wrap .ob-access-methods {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}
.ob-wrap .ob-access-row {
  background: var(--ob-white);
  border-radius: 4px;
  display: grid;
  grid-template-columns: 100px 1fr;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.ob-wrap .ob-access-label {
  background: linear-gradient(160deg, var(--ob-charcoal) 0%, #2a2a2a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  gap: 6px;
  text-align: center;
}
.ob-wrap .ob-access-label-icon {
  font-size: 1.4rem;
}
.ob-wrap .ob-access-label-text {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ob-gold-light);
}
.ob-wrap .ob-access-detail {
  padding: 16px 20px;
}
.ob-wrap .ob-access-ttl {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--ob-charcoal);
  margin: 0 0 6px;
}
.ob-wrap .ob-access-desc {
  font-size: 0.87rem;
  line-height: 1.75;
  color: var(--ob-slate);
  margin: 0;
}
.ob-wrap .ob-access-tag {
  display: inline-block;
  background: var(--ob-sky-pale);
  color: var(--ob-sky);
  border: 1px solid var(--ob-sky-light);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  margin-top: 6px;
  letter-spacing: 0.04em;
}

/* アフィリエイトリンクボックス */
.ob-wrap .ob-affiliate-box {
  background: var(--ob-white);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 4px;
  padding: 20px 22px;
  margin: 28px 0;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.ob-wrap .ob-affiliate-icon {
  font-size: 2rem;
  flex-shrink: 0;
}
.ob-wrap .ob-affiliate-text {
  flex: 1;
}
.ob-wrap .ob-affiliate-text p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--ob-slate);
  margin: 0 0 10px;
}
.ob-wrap .ob-affiliate-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ob-wrap .ob-affiliate-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.25s ease;
}
.ob-wrap .ob-affiliate-btn-gold {
  background: linear-gradient(135deg, var(--ob-gold) 0%, var(--ob-gold-light) 100%);
  color: var(--ob-dark);
}
.ob-wrap .ob-affiliate-btn-gold:hover {
  background: linear-gradient(135deg, var(--ob-gold-light) 0%, var(--ob-gold) 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201,168,76,0.3);
}
.ob-wrap .ob-affiliate-btn-sky {
  background: transparent;
  color: var(--ob-sky);
  border: 1.5px solid var(--ob-sky);
}
.ob-wrap .ob-affiliate-btn-sky:hover {
  background: var(--ob-sky-pale);
  transform: translateY(-1px);
}

/* 地図リンクボックス */
.ob-wrap .ob-map-box {
  background: var(--ob-charcoal);
  border-radius: 4px;
  padding: 20px 24px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ob-wrap .ob-map-box-text {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  line-height: 1.6;
}
.ob-wrap .ob-map-box-text strong {
  color: var(--ob-gold-light);
  display: block;
  font-size: 1rem;
  margin-bottom: 2px;
}
.ob-wrap .ob-map-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--ob-gold);
  color: var(--ob-dark);
  border-radius: 3px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.ob-wrap .ob-map-btn:hover {
  background: var(--ob-gold-light);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .ob-wrap .ob-access-row {
    grid-template-columns: 80px 1fr;
  }
  .ob-wrap .ob-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ob-wrap .ob-zone-grid {
    grid-template-columns: 1fr;
  }
  .ob-wrap .ob-affiliate-box {
    flex-direction: column;
    text-align: center;
  }
  .ob-wrap .ob-affiliate-links {
    justify-content: center;
  }
  .ob-wrap .ob-map-box {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================
   記事内画像（1200×800 / アスペクト比3:2）
   ============================================ */
.ob-wrap .ob-img-block {
  margin: 36px 0;
  position: relative;
}
.ob-wrap .ob-img-wrapper {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 4px;
  background: var(--ob-mid);
  position: relative;
}
.ob-wrap .ob-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}
.ob-wrap .ob-img-block:hover .ob-img-wrapper img {
  transform: scale(1.02);
}
/* 写真左上のラベル */
.ob-wrap .ob-img-label {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(13,13,13,0.72);
  backdrop-filter: blur(6px);
  color: var(--ob-gold-light);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
  pointer-events: none;
  z-index: 1;
}
/* キャプション */
.ob-wrap .ob-img-caption {
  margin-top: 10px;
  font-size: 0.8rem;
  color: #888;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
}

/* ============================================
   アートスポットカード（セクション3）
   ============================================ */
.ob-wrap .ob-art-highlight {
  background: var(--ob-charcoal);
  border-radius: 4px;
  overflow: hidden;
  margin: 32px 0;
  display: grid;
  grid-template-columns: 6px 1fr;
}
.ob-wrap .ob-art-highlight-bar {
  background: linear-gradient(180deg, var(--ob-gold) 0%, var(--ob-sky) 100%);
}
.ob-wrap .ob-art-highlight-body {
  padding: 26px 28px;
}
.ob-wrap .ob-art-highlight-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ob-gold);
  margin-bottom: 8px;
  display: block;
}
.ob-wrap .ob-art-highlight-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ob-white);
  margin: 0 0 12px;
  line-height: 1.4;
}
.ob-wrap .ob-art-highlight-desc {
  font-size: 0.9rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
.ob-wrap .ob-art-highlight-desc strong {
  color: var(--ob-gold-light);
}

/* アート作品リスト */
.ob-wrap .ob-art-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}
.ob-wrap .ob-art-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--ob-white);
  border-radius: 4px;
  padding: 18px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-right: 3px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ob-wrap .ob-art-item:hover {
  border-right-color: var(--ob-gold);
  box-shadow: 0 4px 20px rgba(0,0,0,0.09);
}
.ob-wrap .ob-art-item-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(201,168,76,0.3);
  line-height: 1;
  min-width: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.ob-wrap .ob-art-item-body {
  flex: 1;
}
.ob-wrap .ob-art-item-name {
  font-weight: 700;
  color: var(--ob-charcoal);
  font-size: 0.97rem;
  margin: 0 0 5px;
}
.ob-wrap .ob-art-item-artist {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.83rem;
  color: var(--ob-gold);
  letter-spacing: 0.04em;
  margin: 0 0 7px;
  font-style: italic;
}
.ob-wrap .ob-art-item-desc {
  font-size: 0.87rem;
  line-height: 1.75;
  color: var(--ob-slate);
  margin: 0;
}

/* ============================================
   噴水・プラザ情報（セクション4）
   ============================================ */
.ob-wrap .ob-time-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.ob-wrap .ob-time-card {
  background: var(--ob-white);
  border-radius: 4px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-bottom: 3px solid var(--ob-sky);
}
.ob-wrap .ob-time-card-period {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ob-charcoal);
  display: block;
  margin-bottom: 6px;
}
.ob-wrap .ob-time-card-emoji {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 6px;
}
.ob-wrap .ob-time-card-desc {
  font-size: 0.8rem;
  color: var(--ob-slate);
  line-height: 1.55;
}

/* おすすめボックス */
.ob-wrap .ob-recommend {
  background: linear-gradient(135deg, var(--ob-gold-pale) 0%, #fff8ee 100%);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 4px;
  padding: 22px 24px;
  margin: 24px 0;
  position: relative;
}
.ob-wrap .ob-recommend::before {
  content: '✦ おすすめ';
  position: absolute;
  top: -10px;
  left: 16px;
  background: var(--ob-gold);
  color: var(--ob-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 10px;
  border-radius: 2px;
}
.ob-wrap .ob-recommend p {
  font-size: 0.93rem;
  line-height: 1.85;
  color: var(--ob-charcoal);
  margin: 0;
}

@media (max-width: 640px) {
  .ob-wrap .ob-art-highlight-body {
    padding: 20px 18px;
  }
  .ob-wrap .ob-art-item {
    padding: 14px 16px;
  }
  .ob-wrap .ob-time-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ============================================
   グルメ・ショッピング（セクション5）
   ============================================ */
.ob-wrap .ob-shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 28px 0;
}
.ob-wrap .ob-shop-card {
  background: var(--ob-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ob-wrap .ob-shop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.ob-wrap .ob-shop-card-head {
  padding: 18px 20px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ob-wrap .ob-shop-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  background: var(--ob-sky-pale);
}
.ob-wrap .ob-shop-card-icon.ob-icon-gold {
  background: var(--ob-gold-pale);
}
.ob-wrap .ob-shop-card-title {
  font-weight: 700;
  font-size: 0.97rem;
  color: var(--ob-charcoal);
  line-height: 1.3;
  margin: 0;
}
.ob-wrap .ob-shop-card-tag {
  font-size: 0.72rem;
  color: var(--ob-sky);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 3px;
  display: block;
}
.ob-wrap .ob-shop-card-tag.ob-tag-gold {
  color: var(--ob-gold);
}
.ob-wrap .ob-shop-card-body {
  padding: 14px 20px 18px;
}
.ob-wrap .ob-shop-card-desc {
  font-size: 0.87rem;
  line-height: 1.8;
  color: var(--ob-slate);
  margin: 0;
}
.ob-wrap .ob-pickup-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ob-wrap .ob-pickup-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: var(--ob-white);
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  border-left: 3px solid var(--ob-gold);
}
.ob-wrap .ob-pickup-item-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.ob-wrap .ob-pickup-item-body { flex: 1; }
.ob-wrap .ob-pickup-item-name {
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--ob-charcoal);
  margin: 0 0 4px;
}
.ob-wrap .ob-pickup-item-desc {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--ob-slate);
  margin: 0;
}

/* ============================================
   ホテル情報（セクション6）
   ============================================ */
.ob-wrap .ob-hotel-list {
  display: grid;
  gap: 20px;
  margin: 28px 0;
}
.ob-wrap .ob-hotel-card {
  background: var(--ob-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
  display: grid;
  grid-template-columns: 7px 1fr;
}
.ob-wrap .ob-hotel-card-bar {
  background: linear-gradient(180deg, var(--ob-gold) 0%, var(--ob-gold-light) 100%);
}
.ob-wrap .ob-hotel-card-body {
  padding: 22px 24px;
}
.ob-wrap .ob-hotel-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.ob-wrap .ob-hotel-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ob-charcoal);
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1.3;
}
.ob-wrap .ob-hotel-stars {
  color: var(--ob-gold);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  padding-top: 3px;
}
.ob-wrap .ob-hotel-brand {
  font-size: 0.75rem;
  color: var(--ob-slate);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
}
.ob-wrap .ob-hotel-desc {
  font-size: 0.88rem;
  line-height: 1.85;
  color: var(--ob-slate);
  margin: 0 0 14px;
}
.ob-wrap .ob-hotel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ob-wrap .ob-hotel-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: var(--ob-sky-pale);
  color: var(--ob-sky);
  border: 1px solid var(--ob-sky-light);
}
.ob-wrap .ob-hotel-badge.ob-badge-gold {
  background: var(--ob-gold-pale);
  color: #8B6914;
  border-color: rgba(201,168,76,0.35);
}
.ob-wrap .ob-booking-box {
  background: linear-gradient(135deg, var(--ob-charcoal) 0%, #222 100%);
  border-radius: 4px;
  padding: 28px 28px 24px;
  margin: 32px 0;
  position: relative;
  overflow: hidden;
}
.ob-wrap .ob-booking-box::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.ob-wrap .ob-booking-box-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ob-gold-light);
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}
.ob-wrap .ob-booking-box-desc {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.65);
  margin: 0 0 20px;
}
.ob-wrap .ob-booking-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 640px) {
  .ob-wrap .ob-shop-grid {
    grid-template-columns: 1fr;
  }
  .ob-wrap .ob-hotel-card-body {
    padding: 18px 18px;
  }
  .ob-wrap .ob-booking-box {
    padding: 22px 18px 20px;
  }
  .ob-wrap .ob-booking-btns {
    flex-direction: column;
  }
  .ob-wrap .ob-affiliate-btn {
    justify-content: center;
  }
}

/* ============================================
   実レポート（セクション7）
   ============================================ */
.ob-wrap .ob-report-lead {
  background: linear-gradient(135deg, var(--ob-charcoal) 0%, #1e1e1e 100%);
  border-radius: 4px;
  padding: 28px 30px;
  margin: 0 0 32px;
  position: relative;
  overflow: hidden;
}
.ob-wrap .ob-report-lead::after {
  content: '"';
  position: absolute;
  right: 20px;
  top: -10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 8rem;
  color: rgba(201,168,76,0.08);
  line-height: 1;
  pointer-events: none;
}
.ob-wrap .ob-report-lead p {
  font-size: 1rem;
  line-height: 2;
  color: rgba(255,255,255,0.82);
  margin: 0;
  position: relative;
  z-index: 1;
}
.ob-wrap .ob-report-lead p strong {
  color: var(--ob-gold-light);
}

/* タイムライン風レポート */
.ob-wrap .ob-timeline {
  position: relative;
  padding-left: 32px;
  margin: 32px 0;
}
.ob-wrap .ob-timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--ob-gold) 0%, var(--ob-sky) 100%);
}
.ob-wrap .ob-tl-item {
  position: relative;
  margin-bottom: 28px;
}
.ob-wrap .ob-tl-item:last-child {
  margin-bottom: 0;
}
.ob-wrap .ob-tl-dot {
  position: absolute;
  left: -26px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ob-gold);
  border: 2px solid var(--ob-mist);
  box-shadow: 0 0 0 2px var(--ob-gold);
}
.ob-wrap .ob-tl-dot.ob-dot-sky {
  background: var(--ob-sky);
  box-shadow: 0 0 0 2px var(--ob-sky);
}
.ob-wrap .ob-tl-time {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: var(--ob-gold);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.ob-wrap .ob-tl-time.ob-time-sky {
  color: var(--ob-sky);
}
.ob-wrap .ob-tl-title {
  font-weight: 700;
  font-size: 0.97rem;
  color: var(--ob-charcoal);
  margin: 0 0 6px;
}
.ob-wrap .ob-tl-desc {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--ob-slate);
  margin: 0;
}

/* 正直レビューボックス */
.ob-wrap .ob-honest {
  background: var(--ob-white);
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.08);
  overflow: hidden;
  margin: 32px 0;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.ob-wrap .ob-honest-head {
  background: linear-gradient(90deg, var(--ob-sky) 0%, var(--ob-sky-light) 100%);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ob-wrap .ob-honest-head-icon { font-size: 1rem; }
.ob-wrap .ob-honest-head-text {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ob-white);
}
.ob-wrap .ob-honest-body {
  padding: 18px 20px;
  display: grid;
  gap: 12px;
}
.ob-wrap .ob-honest-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--ob-slate);
}
.ob-wrap .ob-honest-mark {
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ============================================
   訪問前の基礎知識（セクション8）
   ============================================ */
.ob-wrap .ob-basics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.ob-wrap .ob-basic-card {
  background: var(--ob-white);
  border-radius: 4px;
  padding: 20px 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border-top: 3px solid var(--ob-sky);
}
.ob-wrap .ob-basic-card.ob-basic-gold {
  border-top-color: var(--ob-gold);
}
.ob-wrap .ob-basic-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.ob-wrap .ob-basic-icon { font-size: 1.1rem; }
.ob-wrap .ob-basic-title {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ob-charcoal);
  margin: 0;
}
.ob-wrap .ob-basic-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}
.ob-wrap .ob-basic-list li {
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--ob-slate);
  display: flex;
  gap: 7px;
  align-items: flex-start;
}
.ob-wrap .ob-basic-list li::before {
  content: '–';
  color: var(--ob-sky);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.ob-wrap .ob-basic-card.ob-basic-gold .ob-basic-list li::before {
  color: var(--ob-gold);
}

/* 注意ボックス */
.ob-wrap .ob-caution {
  background: #fff8ee;
  border: 1px solid rgba(201,168,76,0.3);
  border-left: 4px solid var(--ob-gold);
  border-radius: 0 4px 4px 0;
  padding: 16px 20px;
  margin: 24px 0;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.ob-wrap .ob-caution-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.ob-wrap .ob-caution p {
  font-size: 0.88rem;
  line-height: 1.8;
  color: var(--ob-charcoal);
  margin: 0;
}
.ob-wrap .ob-caution p strong {
  color: #8B6914;
}

@media (max-width: 640px) {
  .ob-wrap .ob-timeline {
    padding-left: 24px;
  }
  .ob-wrap .ob-tl-dot {
    left: -18px;
  }
  .ob-wrap .ob-report-lead {
    padding: 22px 20px;
  }
  .ob-wrap .ob-basics-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   FAQ（CSS checkboxハック）
   ============================================ */
.ob-wrap .ob-faq-section {
  margin: 64px 0;
}
.ob-wrap .ob-faq-list {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}
.ob-wrap .ob-faq-toggle {
  display: none;
}
.ob-wrap .ob-faq-item {
  background: var(--ob-white);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
}
.ob-wrap .ob-faq-item:has(.ob-faq-toggle:checked) {
  box-shadow: 0 4px 24px rgba(0,0,0,0.09);
  border-color: rgba(91,155,191,0.3);
}
.ob-wrap .ob-faq-label {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  transition: background 0.25s;
}
.ob-wrap .ob-faq-label:hover {
  background: var(--ob-sky-pale);
}
.ob-wrap .ob-faq-q-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ob-sky);
  flex-shrink: 0;
  line-height: 1;
  width: 22px;
  text-align: center;
}
.ob-wrap .ob-faq-q-text {
  flex: 1;
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--ob-charcoal);
  line-height: 1.5;
}
.ob-wrap .ob-faq-arrow {
  width: 22px;
  height: 22px;
  border: 1.5px solid rgba(91,155,191,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ob-sky);
  font-size: 0.65rem;
  flex-shrink: 0;
  transition: transform 0.35s ease, background 0.25s;
}
.ob-wrap .ob-faq-toggle:checked ~ .ob-faq-label .ob-faq-arrow {
  transform: rotate(180deg);
  background: var(--ob-sky);
  color: var(--ob-white);
  border-color: var(--ob-sky);
}
/* 回答エリア折りたたみ */
.ob-wrap .ob-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1);
}
.ob-wrap .ob-faq-toggle:checked ~ .ob-faq-answer {
  max-height: 400px;
}
.ob-wrap .ob-faq-answer-inner {
  padding: 0 20px 20px 56px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.ob-wrap .ob-faq-a-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ob-gold);
  flex-shrink: 0;
  line-height: 1;
  width: 22px;
  text-align: center;
  margin-top: 2px;
}
.ob-wrap .ob-faq-a-text {
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--ob-slate);
}
.ob-wrap .ob-faq-a-text strong {
  color: var(--ob-charcoal);
}

/* FAQ JSON-LD は別途手動記述 */

/* ============================================
   まとめセクション
   ============================================ */
.ob-wrap .ob-summary-section {
  margin: 64px 0 48px;
}
.ob-wrap .ob-summary-box {
  background: linear-gradient(135deg, var(--ob-charcoal) 0%, #1a1a1a 100%);
  border-radius: 4px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}
.ob-wrap .ob-summary-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 10% 90%, rgba(91,155,191,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 90% 10%, rgba(201,168,76,0.1) 0%, transparent 55%);
  pointer-events: none;
}
.ob-wrap .ob-summary-box::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.ob-wrap .ob-summary-inner {
  position: relative;
  z-index: 1;
}
.ob-wrap .ob-summary-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  color: var(--ob-gold);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.ob-wrap .ob-summary-tag::before,
.ob-wrap .ob-summary-tag::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--ob-gold);
  opacity: 0.5;
}
.ob-wrap .ob-summary-title {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 400;
  color: var(--ob-white);
  line-height: 1.25;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.ob-wrap .ob-summary-title span {
  background: linear-gradient(90deg, var(--ob-gold) 0%, var(--ob-gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ob-wrap .ob-summary-text {
  font-size: 0.95rem;
  line-height: 2;
  color: rgba(255,255,255,0.72);
  margin: 0 0 28px;
}
.ob-wrap .ob-summary-text strong {
  color: var(--ob-gold-light);
}
/* まとめチェックリスト */
.ob-wrap .ob-summary-checks {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.ob-wrap .ob-summary-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
}
.ob-wrap .ob-summary-checks li::before {
  content: '✦';
  color: var(--ob-gold);
  font-size: 0.7rem;
  flex-shrink: 0;
  margin-top: 4px;
}
/* 関連リンク・公式リンク */
.ob-wrap .ob-summary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 24px;
  border-top: 1px solid rgba(201,168,76,0.2);
}

/* にほんブログ村エリア */
.ob-wrap .ob-blogmura {
  margin: 32px 0 0;
  text-align: center;
  padding: 24px;
  background: var(--ob-white);
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.ob-wrap .ob-blogmura p {
  font-size: 0.82rem;
  color: var(--ob-slate);
  margin: 0 0 12px;
}

@media (max-width: 640px) {
  .ob-wrap .ob-faq-answer-inner {
    padding-left: 20px;
  }
  .ob-wrap .ob-summary-box {
    padding: 28px 20px;
  }
  .ob-wrap .ob-summary-links {
    flex-direction: column;
  }
}
</style>

<div class="ob-wrap" id="ob-wrap">

  <!-- ============================================
       HERO SECTION
       ============================================ -->
  <section class="ob-hero" aria-label="ワン・バンコク紹介ヒーロー">

    <!-- 背景パーティクル -->
    <div class="ob-hero-particles" aria-hidden="true">
      <span class="ob-particle"></span>
      <span class="ob-particle"></span>
      <span class="ob-particle"></span>
      <span class="ob-particle"></span>
      <span class="ob-particle"></span>
      <span class="ob-particle"></span>
      <span class="ob-particle"></span>
      <span class="ob-particle"></span>
    </div>

    <!-- メインコンテンツ -->
    <div class="ob-hero-inner">

      <p class="ob-hero-tag" aria-hidden="true">
        Bangkok · Thailand
      </p>

      <!-- ヒーローh2（Rank Math対応・Cocoon干渉回避） -->
      <div role="heading" aria-level="2" class="ob-hero-title">
        <span class="ob-gold-text">One Bangkok</span><br>
        完全ガイド
      </div>

      <p class="ob-hero-subtitle-ja">
        タイ最大の複合都市開発を、実際に歩いてレポート
      </p>

      <div class="ob-hero-line" aria-hidden="true"></div>

      <p class="ob-hero-lead">
        バンコク中心部、ルンピニー公園の目の前に誕生した<strong>ワン・バンコク（One Bangkok）</strong>。<br>
        総開発面積104ライ（約17万㎡）を誇るタイ史上最大の民間複合開発プロジェクトです。<br>
        ショッピング・グルメ・ホテル・アート、すべてが凝縮された新バンコクの顔を徹底レポートします。
      </p>

      <!-- バッジ -->
      <div class="ob-hero-badges" role="list" aria-label="記事のポイント">
        <span class="ob-badge" role="listitem"><span class="ob-badge-icon">🏙️</span>タイ最大の民間開発</span>
        <span class="ob-badge" role="listitem"><span class="ob-badge-icon">🚇</span>MRT直結</span>
        <span class="ob-badge" role="listitem"><span class="ob-badge-icon">🎨</span>世界的アートが集結</span>
        <span class="ob-badge" role="listitem"><span class="ob-badge-icon">🏨</span>5つ星ホテル複数入居</span>
      </div>

    </div>

    <!-- スクロールインジケーター -->
    <div class="ob-scroll-hint" aria-hidden="true">
      <span class="ob-scroll-text">Scroll</span>
      <span class="ob-scroll-arrow"></span>
    </div>

  </section>


  <!-- ============================================
       この記事の要点
       ============================================ -->
  <section class="ob-points" aria-labelledby="ob-points-heading">
    <div class="ob-points-inner">

      <div class="ob-points-header">
        <div class="ob-points-icon" aria-hidden="true">📌</div>
        <p class="ob-points-title" id="ob-points-heading">この記事の要点</p>
      </div>

      <ul class="ob-points-list">
        <li>
          <span><span class="ob-point-strong">ワン・バンコクの全貌</span>を把握できる——開発規模・ゾーン構成・2026年現在の最新状況まで</span>
        </li>
        <li>
          <span><span class="ob-point-strong">アクセス方法を完全網羅</span>——MRTルンピニー駅直結ルート、BTSからの無料シャトルバス、Grab・タクシーの使い方も詳しく紹介</span>
        </li>
        <li>
          <span><span class="ob-point-strong">世界レベルのパブリックアート</span>——巨大鏡面彫刻をはじめ、屋外に点在するアート作品を現地写真つきで紹介</span>
        </li>
        <li>
          <span><span class="ob-point-strong">噴水広場と夕景スポット</span>——ルンピニー公園を望むオープンスペースの魅力と、ベストな訪問時間帯のヒント</span>
        </li>
        <li>
          <span><span class="ob-point-strong">ホテル・グルメ・ショッピング情報</span>——フォーシーズンズ、PHILTERD、フードホールなど実際に確認した情報をお届け</span>
        </li>
      </ul>

    </div>
  </section>


  <!-- ============================================
       アニメーション目次（CSS-only accordion）
       ============================================ -->
  <nav class="ob-toc-section" aria-label="目次">

    <input
      type="checkbox"
      id="ob-toc-toggle"
      class="ob-toc-toggle"
      aria-hidden="true"
      checked
    >

    <div class="ob-toc-card">

      <label for="ob-toc-toggle" class="ob-toc-label" aria-label="目次を開閉する">
        <span class="ob-toc-label-left">
          <span class="ob-toc-label-icon" aria-hidden="true">📋</span>
          <span class="ob-toc-label-text">
            目次
            <span class="ob-toc-label-sub">— Table of Contents</span>
          </span>
        </span>
        <span class="ob-toc-arrow" aria-hidden="true">▼</span>
      </label>

      <div class="ob-toc-body">
        <div class="ob-toc-inner">

          <h3 class="ob-toc-heading">Contents</h3>

          <ul class="ob-toc-list">
            <li>
              <a href="#ob-about">
                <span class="ob-toc-num">01</span>
                ワン・バンコクとは？ 規模・背景・2026年の現状
              </a>
            </li>
            <li>
              <a href="#ob-access">
                <span class="ob-toc-num">02</span>
                アクセス方法 — MRT・BTS・Grab・タクシー
              </a>
            </li>
            <li>
              <a href="#ob-art">
                <span class="ob-toc-num">03</span>
                パブリックアートと彫刻 — 世界的作品が集結
              </a>
            </li>
            <li>
              <a href="#ob-plaza">
                <span class="ob-toc-num">04</span>
                噴水広場とオープンスペース — 夕景レポート
              </a>
            </li>
            <li>
              <a href="#ob-shop">
                <span class="ob-toc-num">05</span>
                ショッピング・グルメ完全ガイド
              </a>
            </li>
            <li>
              <a href="#ob-hotel">
                <span class="ob-toc-num">06</span>
                ホテル情報 — 5つ星が複数入居
              </a>
            </li>
            <li>
              <a href="#ob-report">
                <span class="ob-toc-num">07</span>
                実際に歩いてみたレポート
              </a>
            </li>
            <li>
              <a href="#ob-tips">
                <span class="ob-toc-num">08</span>
                訪問前に知っておきたい基礎知識
              </a>
            </li>
            <li class="ob-toc-special">
              <a href="#ob-faq">
                <span class="ob-toc-num" style="color: var(--ob-sky);">Q&#038;A</span>
                よくある質問（FAQ）
              </a>
            </li>
            <li class="ob-toc-special">
              <a href="#ob-summary">
                <span class="ob-toc-num" style="color: var(--ob-gold);">✦</span>
                まとめ
              </a>
            </li>
          </ul>

        </div>
      </div>

    </div>
  </nav>


  <!-- ============================================
       SECTION 1: ワン・バンコクとは？
       ============================================ -->
  <section class="ob-section" id="ob-about" aria-labelledby="ob-about-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">01</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">What is One Bangkok?</span>
        <h2 class="ob-section-h2" id="ob-about-h2">ワン・バンコクとは？規模・背景・2026年の現状</h2>
      </div>
    </div>

    <p class="ob-body-text">
      <strong>ワン・バンコク（One Bangkok）</strong>は、タイの中心部・シーロム通りとルンピニー公園に隣接した104ライ（約17万㎡）の広大な敷地に誕生した、タイ史上最大規模の民間複合都市開発プロジェクトです。開発主体はタイ財閥系デベロッパーの<strong>TCC Assets</strong>とシンガポールの不動産大手<strong>フレイザーズ・プロパティ</strong>の合弁会社。総投資額は1,200億バーツ（約4,000億円）に上り、その規模は東南アジア全体でも類を見ないレベルです。
    </p>
    <p class="ob-body-text">
      フェーズを段階的に進め、<strong>2023年後半からの段階的オープン</strong>を経て、2026年現在はホテル・オフィス・商業施設・アートパビリオンが本格稼働中。バンコクの新たなランドマークとして、地元の人々にも観光客にも熱い視線が注がれています。
    </p>

    <!-- データカード -->
    <div class="ob-info-grid" role="list" aria-label="ワン・バンコク基本データ">
      <div class="ob-info-card" role="listitem">
        <span class="ob-info-card-num">104<span class="ob-info-card-unit">ライ</span></span>
        <span class="ob-info-card-label">総開発面積<br>（約17万㎡）</span>
      </div>
      <div class="ob-info-card" role="listitem">
        <span class="ob-info-card-num">1,200<span class="ob-info-card-unit">億B</span></span>
        <span class="ob-info-card-label">総投資額<br>（約4,000億円）</span>
      </div>
      <div class="ob-info-card" role="listitem">
        <span class="ob-info-card-num">5<span class="ob-info-card-unit">棟</span></span>
        <span class="ob-info-card-label">高層タワー<br>（オフィス・ホテル混合）</span>
      </div>
      <div class="ob-info-card" role="listitem">
        <span class="ob-info-card-num">300<span class="ob-info-card-unit">店舗+</span></span>
        <span class="ob-info-card-label">商業・飲食テナント数<br>（予定含む）</span>
      </div>
    </div>

    <!-- ゾーン構成 -->
    <p class="ob-body-text">
      敷地はざっくり4つのゾーンで構成されており、それぞれ異なる顔を持っています。単なるショッピングモールではなく、<strong>「都市の中の都市」</strong>という設計思想が随所に感じられます。
    </p>

    <div class="ob-zone-grid" role="list" aria-label="ゾーン構成">
      <div class="ob-zone-card" role="listitem">
        <div class="ob-zone-head">
          <span class="ob-zone-icon">🛍️</span>
          <span class="ob-zone-name">The Parade</span>
        </div>
        <div class="ob-zone-body">
          <p class="ob-zone-desc">ラグジュアリーブランドが集積する屋内型メインモール。吹き抜けの大空間と上質なインテリアが特徴で、タイ初上陸ブランドも多数入居。</p>
        </div>
      </div>
      <div class="ob-zone-card" role="listitem">
        <div class="ob-zone-head">
          <span class="ob-zone-icon">🌿</span>
          <span class="ob-zone-name">The Street</span>
        </div>
        <div class="ob-zone-body">
          <p class="ob-zone-desc">半屋外の開放的な商業ゾーン。カフェやレストランが並び、緑豊かなオープンエアの雰囲気が心地よい。夕方からのナイトマーケット的な賑わいも。</p>
        </div>
      </div>
      <div class="ob-zone-card" role="listitem">
        <div class="ob-zone-head">
          <span class="ob-zone-icon">🎨</span>
          <span class="ob-zone-name">Arts Pavilion</span>
        </div>
        <div class="ob-zone-body">
          <p class="ob-zone-desc">国際的なアーティストによるパブリックアートが集結するゾーン。屋外彫刻からインスタレーションまで、歩きながらアートに出会える空間。</p>
        </div>
      </div>
      <div class="ob-zone-card" role="listitem">
        <div class="ob-zone-head">
          <span class="ob-zone-icon">🏨</span>
          <span class="ob-zone-name">Hotel &#038; Residences</span>
        </div>
        <div class="ob-zone-body">
          <p class="ob-zone-desc">フォーシーズンズ、パークハイアットなど世界トップクラスのラグジュアリーホテルが複数入居。長期滞在型の高級レジデンスも。</p>
        </div>
      </div>
    </div>

    <!-- レポートメモ -->
    <div class="ob-memo" role="note" aria-label="現地レポートメモ">
      <p>初めてワン・バンコクに足を踏み入れたとき、まず圧倒されたのはその<strong>スケール感</strong>でした。地図で見ると「大きいな」と思う程度ですが、実際に歩くと全部を見て回るのに軽く2〜3時間かかります。特に夕方以降は噴水広場のライトアップやアート彫刻のイルミネーションが始まり、夜の雰囲気が一段と増します。</p>
    </div>

  </section><!-- /#ob-about -->


  <!-- ============================================
       SECTION 2: アクセス方法
       ============================================ -->
  <section class="ob-section" id="ob-access" aria-labelledby="ob-access-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">02</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Access &amp; Transport</span>
        <h2 class="ob-section-h2" id="ob-access-h2">アクセス方法 — MRT・BTS・Grab・タクシー</h2>
      </div>
    </div>

    <p class="ob-body-text">
      ワン・バンコクへのアクセスは非常に便利です。バンコク市内中心部に位置し、<strong>MRT（地下鉄）ルンピニー駅から直結</strong>しているため、渋滞を気にせず快適に訪れることができます。BTSをご利用の場合は、ワン・バンコクが運行する無料シャトルバスを活用するのがスムーズです。
    </p>

    <!-- アクセス手段 -->
    <div class="ob-access-methods" role="list" aria-label="アクセス手段一覧">

      <div class="ob-access-row" role="listitem">
        <div class="ob-access-label" aria-label="MRT">
          <span class="ob-access-label-icon">🚇</span>
          <span class="ob-access-label-text">MRT</span>
        </div>
        <div class="ob-access-detail">
          <p class="ob-access-ttl">MRTブルーライン「ルンピニー駅」— 最もおすすめ</p>
          <p class="ob-access-desc">
            <strong>出口3番</strong>を出るとワン・バンコクへ直結。地下通路を通るため雨天でも快適にアクセスできます。駅構内にはワン・バンコクへの案内表示があるので迷いにくく、初めての方にも安心です。ラマ4世通り沿いのメインエントランスまで徒歩約3〜5分。
          </p>
          <span class="ob-access-tag">🏆 直結・渋滞なし・最推奨</span>
        </div>
      </div>

      <div class="ob-access-row" role="listitem">
        <div class="ob-access-label" aria-label="BTS">
          <span class="ob-access-label-icon">🚉</span>
          <span class="ob-access-label-text">BTS</span>
        </div>
        <div class="ob-access-detail">
          <p class="ob-access-ttl">BTSシーロム線「サラデーン駅」— 無料シャトル利用</p>
          <p class="ob-access-desc">
            BTSご利用の場合は<strong>シーロム線「サラデーン駅」</strong>が最寄り。駅とワン・バンコク間はスカイウォーク直結ではないため、ワン・バンコクが運行する<strong>無料電動シャトルバス</strong>を活用するのがおすすめです。乗り場はサラデーン駅出口付近にあります。ラビットカードも利用できます。
          </p>
          <span class="ob-access-tag">🚌 無料シャトルバスあり</span>
        </div>
      </div>

      <div class="ob-access-row" role="listitem">
        <div class="ob-access-label" aria-label="Grab">
          <span class="ob-access-label-icon">🚗</span>
          <span class="ob-access-label-text">Grab</span>
        </div>
        <div class="ob-access-detail">
          <p class="ob-access-ttl">Grab（配車アプリ） — 手荷物が多い時に</p>
          <p class="ob-access-desc">
            目的地に「One Bangkok」と入力すれば正確にナビゲート。複数の専用ドロップオフポイントが設けられており、スムーズに降車できます。渋滞時間帯（平日17〜20時）は料金がサージする場合があるので要注意。
          </p>
          <span class="ob-access-tag">💼 荷物多め・雨の日向き</span>
        </div>
      </div>

      <div class="ob-access-row" role="listitem">
        <div class="ob-access-label" aria-label="タクシー">
          <span class="ob-access-label-icon">🚕</span>
          <span class="ob-access-label-text">TAXI</span>
        </div>
        <div class="ob-access-detail">
          <p class="ob-access-ttl">メータータクシー</p>
          <p class="ob-access-desc">
            「One Bangkok, Rama 4 Road」と告げれば通じます。メーター使用を必ず確認しましょう。正面玄関前にタクシー乗降スペースあり。スワンナプーム空港からは高速料金込みで400〜600バーツ程度が目安。
          </p>
          <span class="ob-access-tag">✈️ 空港からも利用可</span>
        </div>
      </div>

      <div class="ob-access-row" role="listitem">
        <div class="ob-access-label" aria-label="徒歩">
          <span class="ob-access-label-icon">🚶</span>
          <span class="ob-access-label-text">WALK</span>
        </div>
        <div class="ob-access-detail">
          <p class="ob-access-ttl">周辺ホテルからの徒歩</p>
          <p class="ob-access-desc">
            ルンピニー公園周辺ホテル（デュシタニ・バンコク、コンラッドなど）からは徒歩5〜10分。ワイヤレスロードまたはラマ4世通り側から6つのエントランスを利用できます。公園沿いの遊歩道を歩くルートが涼しくておすすめ。
          </p>
          <span class="ob-access-tag">🌳 近隣滞在者向け</span>
        </div>
      </div>

    </div>

    <!-- 地図ボックス -->
    <div class="ob-map-box" role="complementary" aria-label="地図情報">
      <div class="ob-map-box-text">
        <strong>📍 所在地：One Bangkok, Rama 4 Road, Pathum Wan, Bangkok</strong>
        Googleマップで「One Bangkok」と検索すると正確なピンが表示されます。複数エントランスがあるため、訪問目的（ショッピング・ホテル・アートパビリオン）によって入口を使い分けると便利です。
      </div>
      <a rel="noopener" href="https://www.google.com/maps/place/One+Bangkok/@13.7270531,100.5434653,17z/data=!4m6!3m5!1s0x30e29f2476aee2a3:0x6e91389d33667ab8!8m2!3d13.7270531!4d100.5472545!16s%2Fg%2F11g6ymmxqt" target="_blank" class="ob-map-btn" aria-label="Googleマップでワン・バンコクを開く（新しいタブ）">
        🗺️ Googleマップで見る
      </a>
    </div>

    <!-- 交通手配アフィリエイト -->
    <div class="ob-affiliate-box" role="complementary" aria-label="交通手配サービス">
      <span class="ob-affiliate-icon" aria-hidden="true">✈️</span>
      <div class="ob-affiliate-text">
        <p>バンコクへの移動・空港〜市内の事前手配には<strong>12Go Asia</strong>が便利です。バス・電車・フェリー・空港送迎をオンラインで事前予約でき、当日のスムーズな移動をサポートしてくれます。</p>
        <div class="ob-affiliate-links">
          <a rel="nofollow sponsored noopener" href="https://12go.asia/?z=13808815" target="_blank" class="ob-affiliate-btn ob-affiliate-btn-gold" aria-label="12Go Asiaで交通を予約する（外部サイト・広告）">
            🎫 12Go Asiaで予約する
          </a>
        </div>
      </div>
    </div>

    <!-- レポートメモ -->
    <div class="ob-memo" role="note" aria-label="現地レポートメモ">
      <p>今回はルンピニー公園を散策してからそのまま徒歩でワン・バンコクへ向かいました。公園の緑の中を歩いた後にワン・バンコクの石畳の広場に出ると、<strong>自然と都市の対比</strong>がとても印象的でした。ラマ4世通りを渡るだけなので、公園とセットで訪れるのは非常におすすめのルートです。MRTご利用の方はルンピニー駅出口3番が最寄り、BTSの方はサラデーン駅からの無料シャトルバスが便利です。</p>
    </div>

  </section><!-- /#ob-access -->


  <!-- ============================================
       SECTION 3: パブリックアートと彫刻
       ============================================ -->
  <section class="ob-section" id="ob-art" aria-labelledby="ob-art-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">03</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Public Art &amp; Sculpture</span>
        <h2 class="ob-section-h2" id="ob-art-h2">パブリックアートと彫刻 — 世界的作品が集結</h2>
      </div>
    </div>

    <p class="ob-body-text">
      ワン・バンコクが単なる商業施設と一線を画す最大の特徴のひとつが、<strong>世界レベルのパブリックアート</strong>です。噴水広場をはじめ屋外各所に国際的なアーティストの作品が点在しており、訪れるたびに新たな発見があります。入場料なし・無料で鑑賞できる点も魅力のひとつ。
    </p>

    <!-- メイン彫刻のハイライト -->
    <div class="ob-art-highlight" role="note" aria-label="注目作品">
      <div class="ob-art-highlight-bar" aria-hidden="true"></div>
      <div class="ob-art-highlight-body">
        <span class="ob-art-highlight-en">Highlight Work</span>
        <p class="ob-art-highlight-title">巨大鏡面彫刻 — 噴水広場の片隅に佇むシンボル</p>
        <p class="ob-art-highlight-desc">
          噴水広場エリアの一角に設置されたこの巨大彫刻は、<strong>高さ約10mを超えるステンレス製の有機的フォルム</strong>。積み重なった丸みのある形状がまるで雲や波のように連なり、周囲の建築・空・人々をすべて映し込む鏡面仕上げが圧倒的な存在感を放っています。夕暮れ時には空のグラデーションが彫刻全体に映り込み、まるで彫刻そのものが発光しているかのような幻想的な光景に。噴水とセットで楽しめる<strong>バンコク新時代のシンボル</strong>です。
        </p>
      </div>
    </div>

    <p class="ob-body-text">
      この彫刻以外にも、敷地内の各所にパブリックアートが点在しています。以下は2026年現在に確認できた主な作品です。マップを持たずに散策しながら偶然出会う楽しさもワン・バンコクの醍醐味のひとつです。
    </p>

    <!-- アート作品リスト -->
    <div class="ob-art-list" role="list" aria-label="パブリックアート作品一覧">

      <div class="ob-art-item" role="listitem">
        <span class="ob-art-item-num" aria-hidden="true">01</span>
        <div class="ob-art-item-body">
          <p class="ob-art-item-name">鏡面ステンレス彫刻（噴水広場エリア）</p>
          <p class="ob-art-item-artist">Tony Cragg / トニー・クラッグ（英）</p>
          <p class="ob-art-item-desc">積み重なった有機的フォルムが特徴。ステンレスの鏡面仕上げが周囲の景色をすべて映し込み、時間・天候・見る角度によって表情が変化する。噴水広場の片隅に設置されており、記念撮影スポットとしても人気。</p>
        </div>
      </div>

      <div class="ob-art-item" role="listitem">
        <span class="ob-art-item-num" aria-hidden="true">02</span>
        <div class="ob-art-item-body">
          <p class="ob-art-item-name">大型インスタレーション（噴水広場周辺）</p>
          <p class="ob-art-item-artist">複数作家によるグループ展示</p>
          <p class="ob-art-item-desc">噴水広場を囲む形でインスタレーション作品が配置。照明と連動した演出があり、夜間は特に見応えがある。季節ごとにアーティストが入れ替わるローテーション型の展示。</p>
        </div>
      </div>

      <div class="ob-art-item" role="listitem">
        <span class="ob-art-item-num" aria-hidden="true">03</span>
        <div class="ob-art-item-body">
          <p class="ob-art-item-name">タイ現代美術ギャラリー（室内）</p>
          <p class="ob-art-item-artist">タイ人アーティスト作品を中心に常設</p>
          <p class="ob-art-item-desc">館内の一角にタイ人アーティストによる絵画・立体作品の常設ギャラリースペース。新進気鋭のローカル作家と国際的作品が共存するキュレーションが秀逸。</p>
        </div>
      </div>

    </div>

    <!-- レポートメモ -->
    <div class="ob-memo" role="note" aria-label="現地レポートメモ">
      <p>噴水広場を歩いていると、ふと視界の片隅に巨大な彫刻が現れます。正面から見ると自分の姿が映り込み、思わず立ち止まってしまいます。夕方18時ごろに訪れると、ちょうど空のオレンジ色が彫刻全体に映り込んで<strong>最高の撮影チャンス</strong>。噴水を背景に彫刻を収めるアングルが特におすすめです。</p>
    </div>

  </section><!-- /#ob-art -->


  <!-- ============================================
       SECTION 4: 噴水広場とオープンスペース
       ============================================ -->
  <section class="ob-section" id="ob-plaza" aria-labelledby="ob-plaza-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">04</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Fountain Plaza &amp; Open Space</span>
        <h2 class="ob-section-h2" id="ob-plaza-h2">噴水広場とオープンスペース — 夕景レポート</h2>
      </div>
    </div>

    <p class="ob-body-text">
      ワン・バンコクの屋外空間の核となるのが、敷地中央に広がる<strong>巨大な噴水広場（グランド・プラザ）</strong>です。整然と並んだ低噴水が一面に広がり、その奥にはルンピニー公園の緑と近代的なビル群が重なる、バンコクならではの都市景観が楽しめます。商業施設の中にいることを忘れさせる開放感が、この場所の最大の魅力です。
    </p>

    <!-- 写真①：噴水広場 -->
    <div class="ob-img-block">
      <div class="ob-img-wrapper">
        <span class="ob-img-label" aria-hidden="true">Photo — Grand Plaza</span>
        <img
          src="https://yoooyooo8.jp/wp-content/uploads/2026/04/one-bangkok-fountain.jpg"
          alt="夕暮れ時のワン・バンコク噴水広場。整然と並ぶ低噴水がライトアップされ、奥にはバンコクのビル群と緑が広がる。広大な石畳の広場は開放感に満ちている"
          width="1200"
          height="800"
          loading="lazy"
          decoding="async"
        >
      </div>
      <p class="ob-img-caption">夕暮れ時のグランド・プラザ噴水広場。整然と並ぶ低噴水がライトアップされ、奥にルンピニー公園の緑とバンコクのスカイラインが広がる（実際に撮影）</p>
    </div>

    <p class="ob-body-text">
      この広場の特筆すべき点は<strong>フラット噴水（地面と同じ高さから噴き出す噴水）</strong>のデザインです。一般的な噴水のように柵や水盤で囲まれておらず、広場の石畳と一体化したシームレスなデザインになっています。子どもたちが噴水の間を走り抜ける光景は、バンコクらしいのどかな日常風景のひとつ。
    </p>

    <!-- 写真②：噴水広場の彫刻 -->
    <div class="ob-img-block">
      <div class="ob-img-wrapper">
        <span class="ob-img-label" aria-hidden="true">Photo — Sculpture at Plaza</span>
        <img
          src="https://yoooyooo8.jp/wp-content/uploads/2026/04/one-bangkok-scaled.jpeg"
          alt="ワン・バンコクの噴水広場エリアの片隅に設置された巨大な鏡面ステンレス彫刻。積み重なった有機的な形状が周囲のガラス張り建物と空を映し込んでいる"
          width="1200"
          height="800"
          loading="lazy"
          decoding="async"
        >
      </div>
      <p class="ob-img-caption">噴水広場の一角に佇む巨大鏡面彫刻。周囲の建物・空・人々をすべて映し込み、夕暮れ時には特に幻想的な表情を見せる（実際に撮影）</p>
    </div>

    <!-- 時間帯ガイド -->
    <div class="ob-time-grid" role="list" aria-label="時間帯別おすすめ">
      <div class="ob-time-card" role="listitem">
        <span class="ob-time-card-emoji">☀️</span>
        <span class="ob-time-card-period">10:00〜16:00</span>
        <p class="ob-time-card-desc">日中は暑さが厳しい。日陰で休憩しながら散策するのがベター。噴水はフル稼働中。</p>
      </div>
      <div class="ob-time-card" role="listitem">
        <span class="ob-time-card-emoji">🌅</span>
        <span class="ob-time-card-period">17:00〜19:00</span>
        <p class="ob-time-card-desc"><strong>最もおすすめ。</strong>夕日がビル群に差し込み、噴水が黄金色に輝く。写真映えも最高。</p>
      </div>
      <div class="ob-time-card" role="listitem">
        <span class="ob-time-card-emoji">🌙</span>
        <span class="ob-time-card-period">19:00〜22:00</span>
        <p class="ob-time-card-desc">ライトアップが始まり幻想的な雰囲気に。涼しくなり散歩にも最適な時間帯。</p>
      </div>
      <div class="ob-time-card" role="listitem">
        <span class="ob-time-card-emoji">🌃</span>
        <span class="ob-time-card-period">22:00以降</span>
        <p class="ob-time-card-desc">人が減り静かに。噴水は停止する場合あり。深夜でも安全に楽しめる。</p>
      </div>
    </div>

    <!-- おすすめポイント -->
    <div class="ob-recommend" role="note" aria-label="おすすめポイント">
      <p>
        広場を最大限楽しむなら<strong>夕方17時〜18時半の「マジックアワー」</strong>に訪れるのがベストです。バンコクの夕日は雲が多いぶん空がオレンジ〜ピンクに染まりやすく、噴水の水面がその色を映し込む瞬間は思わず息をのむ美しさ。広場の北端に立って南向きに撮影すると、噴水とビル群を同時に収めた構図が完成します。三脚は不要——スマートフォンを横向きにすればパノラマ感のある一枚が撮れます。
      </p>
    </div>

    <p class="ob-body-text">
      広場周辺にはテーブル・チェアが設置された休憩スペースも複数あり、カフェテイクアウトを持って夕涼みしながら過ごすのも人気の楽しみ方です。ルンピニー公園からの自然の風が吹き込む夕方以降は、バンコクとは思えないほど過ごしやすい気候になります。
    </p>

    <!-- レポートメモ -->
    <div class="ob-memo" role="note" aria-label="現地レポートメモ">
      <p>噴水広場は、実際に訪れて一番「来て良かった」と感じたスポットです。広大な石畳の向こうに低噴水が整然と広がり、夕暮れの光の中でライトアップが始まる瞬間——言葉にすると陳腐になりますが、その場にいると<strong>「バンコクが変わった」</strong>と体感できる瞬間でした。平日夕方でも家族連れやカップルが思い思いに過ごしており、地元の人々に本当に愛されている場所だと感じました。</p>
    </div>

  </section><!-- /#ob-plaza -->


  <!-- ============================================
       SECTION 5: ショッピング・グルメ
       ============================================ -->
  <section class="ob-section" id="ob-shop" aria-labelledby="ob-shop-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">05</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Shopping &amp; Gourmet</span>
        <h2 class="ob-section-h2" id="ob-shop-h2">ショッピング・グルメ完全ガイド</h2>
      </div>
    </div>

    <p class="ob-body-text">
      ワン・バンコクの商業ゾーンは、ただ「モノを買う場所」ではありません。建築・デザイン・食・アートが重なり合った空間で、買い物そのものが体験になる設計です。ラグジュアリーブランドから地元デザイナーズショップ、本格的なフードホールまで、幅広いシーンに対応しています。
    </p>

    <!-- ゾーン別ショッピングガイド -->
    <div class="ob-shop-grid" role="list" aria-label="ショッピングゾーン別ガイド">

      <div class="ob-shop-card" role="listitem">
        <div class="ob-shop-card-head">
          <div class="ob-shop-card-icon ob-icon-gold" aria-hidden="true">👑</div>
          <div>
            <p class="ob-shop-card-title">The Parade（ザ・パレード）</p>
            <span class="ob-shop-card-tag ob-tag-gold">ラグジュアリーゾーン</span>
          </div>
        </div>
        <div class="ob-shop-card-body">
          <p class="ob-shop-card-desc">吹き抜けの大空間に世界トップクラスのラグジュアリーブランドが集積。ルイ・ヴィトン、グッチ、エルメス、ロレックスなどタイ初上陸ブランドも複数入居。内装の素材・照明までこだわり抜いたショッピング空間は、それ自体が観光スポットと言えるクオリティ。</p>
        </div>
      </div>

      <div class="ob-shop-card" role="listitem">
        <div class="ob-shop-card-head">
          <div class="ob-shop-card-icon" aria-hidden="true">🌿</div>
          <div>
            <p class="ob-shop-card-title">The Street（ザ・ストリート）</p>
            <span class="ob-shop-card-tag">オープンエアゾーン</span>
          </div>
        </div>
        <div class="ob-shop-card-body">
          <p class="ob-shop-card-desc">半屋外の開放的なゾーンにカフェ・セレクトショップ・ライフスタイルブランドが並ぶ。夕方になると雰囲気が一段と増し、テラス席でコーヒー片手に散策するのが地元の人々の定番スタイル。プチプラから中価格帯まで幅広く揃っており、気軽に立ち寄れる。</p>
        </div>
      </div>

      <div class="ob-shop-card" role="listitem">
        <div class="ob-shop-card-head">
          <div class="ob-shop-card-icon" aria-hidden="true">🍜</div>
          <div>
            <p class="ob-shop-card-title">フードホール</p>
            <span class="ob-shop-card-tag">グルメゾーン</span>
          </div>
        </div>
        <div class="ob-shop-card-body">
          <p class="ob-shop-card-desc">地下フロアに広がる本格フードホールは、タイ料理・日本食・西洋料理・デザートが一堂に集結。バンコクの有名シェフが手がけるブランドも出店しており、観光客だけでなく地元オフィスワーカーにも人気。ランチタイムは混み合うので時間をずらすのがおすすめ。</p>
        </div>
      </div>

    </div>

    <!-- おすすめピックアップ -->
    <p class="ob-body-text">
      数あるグルメスポットの中から、実際に足を運んで印象に残ったところを厳選してご紹介します。
    </p>

    <ul class="ob-pickup-list" aria-label="グルメ・カフェピックアップ">

      <li class="ob-pickup-item">
        <span class="ob-pickup-item-icon" aria-hidden="true">☕</span>
        <div class="ob-pickup-item-body">
          <p class="ob-pickup-item-name">スペシャルティコーヒーショップ</p>
          <p class="ob-pickup-item-desc">The Street内に複数のスペシャルティカフェが入居。タイ産シングルオリジンを使ったハンドドリップが楽しめる店舗もあり、噴水広場を眺めながらテラス席でひと息つけるロケーションが魅力です。</p>
        </div>
      </li>

      <li class="ob-pickup-item">
        <span class="ob-pickup-item-icon" aria-hidden="true">🍜</span>
        <div class="ob-pickup-item-body">
          <p class="ob-pickup-item-name">Hachicken Kyoto Ramen（B1 Paradeゾーン）</p>
          <p class="ob-pickup-item-desc">京都・丸太町の老舗「八起庵」の姉妹ブランド。創業1970年、鶏と鴨の骨を長時間煮込んだ澄んだスープが特徴で豚骨不使用。醤油・味噌・塩・柚子塩の4種から選べ、価格は99〜149バーツとワン・バンコク内では手頃。スーパーマーケット前に位置しており見つけやすい。営業時間は10:00〜22:00。</p>
        </div>
      </li>

      <li class="ob-pickup-item">
        <span class="ob-pickup-item-icon" aria-hidden="true">🍸</span>
        <div class="ob-pickup-item-body">
          <p class="ob-pickup-item-name">ルーフトップ・バー＆レストラン</p>
          <p class="ob-pickup-item-desc">上層階にはルンピニー公園とバンコクのスカイラインを一望できるレストランが入居。ディナーは要予約の場合が多い。夕暮れ時にドリンクを楽しむスタイルが人気で、ドレスコードにも注意が必要。</p>
        </div>
      </li>

    </ul>

    <!-- レポートメモ -->
    <div class="ob-memo" role="note" aria-label="現地レポートメモ">
      <p>B1のHachicken Kyoto Ramenは、訪れた時間帯（18時半ごろ）でも数組待ちでした。回転が早いので実際の待ち時間は5〜10分程度。<strong>柚子塩ラーメンは特におすすめ</strong>で、澄んだスープに柚子の香りがふわっと広がり、あっさりしているのにしっかりコクがある一杯でした。ワン・バンコクでの食事に迷ったらまずここへ——コスパも雰囲気も申し分なしです。</p>
    </div>

  </section><!-- /#ob-shop -->


  <!-- ============================================
       SECTION 6: ホテル情報
       ============================================ -->
  <section class="ob-section" id="ob-hotel" aria-labelledby="ob-hotel-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">06</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Hotels &amp; Stay</span>
        <h2 class="ob-section-h2" id="ob-hotel-h2">ホテル情報 — 5つ星が複数入居</h2>
      </div>
    </div>

    <p class="ob-body-text">
      ワン・バンコクの敷地内には世界トップクラスのラグジュアリーホテルが複数入居しており、滞在そのものを旅の目的にできるクオリティです。ルンピニー公園を目の前に、バンコクの喧騒から一歩離れた静謐な空間が広がります。いずれのホテルも敷地内施設（噴水広場・アート・レストラン）に徒歩でアクセスできるのも大きな魅力です。
    </p>

    <!-- ホテルリスト -->
    <div class="ob-hotel-list" role="list" aria-label="ワン・バンコク内ホテル一覧">

      <div class="ob-hotel-card" role="listitem">
        <div class="ob-hotel-card-bar" aria-hidden="true"></div>
        <div class="ob-hotel-card-body">
          <div class="ob-hotel-card-top">
            <p class="ob-hotel-name">The Ritz-Carlton Bangkok</p>
            <span class="ob-hotel-stars" aria-label="5つ星">★★★★★</span>
          </div>
          <p class="ob-hotel-brand">Marriott International</p>
          <p class="ob-hotel-desc">ワン・バンコク内でもひときわ注目を集める超ラグジュアリーホテル。ルンピニー公園を見下ろす客室からの眺望が圧倒的で、スパ・プール・ダイニングすべてがトップクラス。2024年末の開業以来、バンコクのラグジュアリー宿泊の新定番として評価が高い。</p>
          <div class="ob-hotel-tags">
            <span class="ob-hotel-badge ob-badge-gold">公園ビュー</span>
            <span class="ob-hotel-badge">スパ完備</span>
            <span class="ob-hotel-badge">敷地内直結</span>
            <span class="ob-hotel-badge ob-badge-gold">2024年開業</span>
          </div>
        </div>
      </div>

      <div class="ob-hotel-card" role="listitem">
        <div class="ob-hotel-card-bar" aria-hidden="true"></div>
        <div class="ob-hotel-card-body">
          <div class="ob-hotel-card-top">
            <p class="ob-hotel-name">Andaz One Bangkok</p>
            <span class="ob-hotel-stars" aria-label="5つ星">★★★★★</span>
          </div>
          <p class="ob-hotel-brand">Hyatt Hotels Corporation</p>
          <p class="ob-hotel-desc">アンダーズブランドらしいアート・デザイン重視のホテル。客室ごとにタイ人アーティストの作品が飾られ、滞在中もアート体験が続く。ルーフトップバーとプールからの眺めはバンコク屈指。ビジネス・カルチャー旅行者に特に人気が高い。</p>
          <div class="ob-hotel-tags">
            <span class="ob-hotel-badge ob-badge-gold">アートデザイン</span>
            <span class="ob-hotel-badge">ルーフトッププール</span>
            <span class="ob-hotel-badge">敷地内直結</span>
          </div>
        </div>
      </div>

      <div class="ob-hotel-card" role="listitem">
        <div class="ob-hotel-card-bar" aria-hidden="true"></div>
        <div class="ob-hotel-card-body">
          <div class="ob-hotel-card-top">
            <p class="ob-hotel-name">Park Hyatt Bangkok（近隣）</p>
            <span class="ob-hotel-stars" aria-label="5つ星">★★★★★</span>
          </div>
          <p class="ob-hotel-brand">Hyatt Hotels Corporation</p>
          <p class="ob-hotel-desc">ワン・バンコクの敷地からGrab・徒歩でアクセス可能な近隣5つ星ホテル。プルンチット駅直結で利便性が高く、ルンピニーエリアとスクンビット両方への動線がよい。比較的手の届きやすいレートから予約できる場合もある。</p>
          <div class="ob-hotel-tags">
            <span class="ob-hotel-badge">BTS直結</span>
            <span class="ob-hotel-badge ob-badge-gold">アクセス良好</span>
            <span class="ob-hotel-badge">徒歩圏内</span>
          </div>
        </div>
      </div>

    </div>

    <!-- 予約アフィリエイトボックス -->
    <div class="ob-booking-box" role="complementary" aria-label="ホテル予約サービス">
      <p class="ob-booking-box-title">🏨 ワン・バンコク周辺のホテルを予約する</p>
      <p class="ob-booking-box-desc">
        上記ホテルをはじめ、ルンピニー〜シーロムエリアの宿泊施設は早期予約がおすすめです。特に旅行シーズン（11月〜2月）は混み合うため、日程が決まったら早めの確認を。
      </p>
      <div class="ob-booking-btns">
        <a rel="nofollow sponsored noopener" href="https://px.a8.net/svt/ejp?a8mat=45KJOL+786GWQ+4X1W+5YRHE" target="_blank" class="ob-affiliate-btn ob-affiliate-btn-gold" aria-label="Agodaでホテルを検索・予約する（外部サイト・広告）">
          🌏 Agodaで検索する
        </a>
        <img decoding="async" border="0" width="1" height="1" src="https://www13.a8.net/0.gif?a8mat=45KJOL+786GWQ+4X1W+5YRHE" alt="">
        <a rel="nofollow sponsored noopener" href="https://hb.afl.rakuten.co.jp/hsc/519847ef.da5c87d5.14f9512a.7f2b5755/?link_type=text&#038;ut=eyJwYWdlIjoic2hvcCIsInR5cGUiOiJ0ZXh0IiwiY29sIjoxLCJjYXQiOjEsImJhbiI6Im5hbWUiLCJhbXAiOmZhbHNlfQ%3D%3D" target="_blank" class="ob-affiliate-btn ob-affiliate-btn-sky" aria-label="楽天トラベルでホテルを検索・予約する（外部サイト・広告）">
          🎌 楽天トラベルで探す
        </a>
      </div>
    </div>

    <!-- レポートメモ -->
    <div class="ob-memo" role="note" aria-label="現地レポートメモ">
      <p>リッツ・カールトンとアンダーズはロビーを覗くだけでも雰囲気を感じられます。宿泊しなくても館内のバーやレストランは利用可能なケースが多いので、<strong>特別な夜のディナーやアフタヌーンティー</strong>に使うのもひとつの楽しみ方です。ワン・バンコクに滞在すれば、噴水広場のライトアップを窓から眺めながら眠れる——それだけで旅の満足度がぐっと上がるはず。</p>
    </div>

  </section><!-- /#ob-hotel -->


  <!-- ============================================
       SECTION 7: 実際に歩いてみたレポート
       ============================================ -->
  <section class="ob-section" id="ob-report" aria-labelledby="ob-report-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">07</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Field Report</span>
        <h2 class="ob-section-h2" id="ob-report-h2">実際に歩いてみたレポート</h2>
      </div>
    </div>

    <!-- リード -->
    <div class="ob-report-lead" role="note" aria-label="レポートリード">
      <p>
        「バンコクに新しい複合施設ができた」という情報は知っていましたが、正直なところ「また大型モールか」という程度の期待値で訪れました。ところが実際に足を踏み入れると、<strong>想像をはるかに超えるスケールと空間の質</strong>に驚かされました。ここではありのままの体験をお伝えします。
      </p>
    </div>

    <!-- タイムライン形式レポート -->
    <div class="ob-timeline" role="list" aria-label="訪問タイムライン">

      <div class="ob-tl-item" role="listitem">
        <span class="ob-tl-dot" aria-hidden="true"></span>
        <span class="ob-tl-time">16:30 — 到着</span>
        <p class="ob-tl-title">ルンピニー公園から歩いて、すでに別世界</p>
        <p class="ob-tl-desc">ルンピニー公園を散策した後、そのままワン・バンコクへ徒歩で向かいました。公園を出てラマ4世通りを渡ると、石畳の広場と整然と並ぶ建物群が目に飛び込んできます。思わず足が止まりました。「バンコクっぽくない」という第一印象。緑豊かな公園の余韻を引きずったまま、清潔感と開放感が共存する空間へ——この対比がまた心地よく、まずはゆっくり全体を把握しようと広場を歩き回りました。</p>
      </div>

      <div class="ob-tl-item" role="listitem">
        <span class="ob-tl-dot ob-dot-sky" aria-hidden="true"></span>
        <span class="ob-tl-time ob-time-sky">17:00 — 彫刻との出会い</span>
        <p class="ob-tl-title">噴水広場の片隅に現れた鏡面の巨人</p>
        <p class="ob-tl-desc">噴水広場を歩いていると、視界の端に異様な存在感を放つ彫刻が。近づくにつれ、その大きさと鏡面の精度に圧倒されました。自分の顔がゆがんで映り込み、空と建物が溶け合うような不思議な感覚。観光客だけでなく地元の子どもたちも彫刻の前で遊んでいて、アートが日常に溶け込んでいる光景が印象的でした。</p>
      </div>

      <div class="ob-tl-item" role="listitem">
        <span class="ob-tl-dot" aria-hidden="true"></span>
        <span class="ob-tl-time">17:45 — マジックアワー</span>
        <p class="ob-tl-title">噴水×夕焼け——「来てよかった」と思った瞬間</p>
        <p class="ob-tl-desc">日が傾き始めると、噴水広場の雰囲気が一変しました。空がオレンジ〜ピンクに染まり、フラット噴水の水面がその色をそのまま映し込む。彫刻にも夕焼けが映り込み、まるでどこかの映画のワンシーンのような光景。スマートフォンを横向きにして何枚も写真を撮りました。この時間帯を狙って来る価値は十分あります。</p>
      </div>

      <div class="ob-tl-item" role="listitem">
        <span class="ob-tl-dot ob-dot-sky" aria-hidden="true"></span>
        <span class="ob-tl-time ob-time-sky">18:30 — ショッピングと夕食</span>
        <p class="ob-tl-title">Hachicken Kyoto Ramenで夕食</p>
        <p class="ob-tl-desc">地下B1フロアのParadeゾーンへ。目に飛び込んできたのが<strong>「Hachicken Kyoto Ramen（ハチケン京都ラーメン）」</strong>——京都・丸太町で1970年創業の老舗「八起庵」の姉妹ブランドで、鶏と鴨の骨を長時間煮込んだ澄んだスープが看板のラーメン店です。メニューは醤油・味噌・塩・柚子塩から選べ、豚骨なしというのが珍しい。柚子塩ラーメン（149バーツ）を注文しました。運ばれてきた一杯は、香り高い柚子の皮が浮かんだ透明なスープに自家製麺。鶏・鴨ならではのすっきりとしたコクがあり、あっという間に完食。バンコクにいることを忘れるクオリティでした。</p>
      </div>

    </div>

    <!-- 正直レビュー -->
    <div class="ob-honest" role="note" aria-label="正直レビュー">
      <div class="ob-honest-head">
        <span class="ob-honest-head-icon" aria-hidden="true">💬</span>
        <span class="ob-honest-head-text">正直なところ — 気になった点も</span>
      </div>
      <div class="ob-honest-body">
        <div class="ob-honest-row">
          <span class="ob-honest-mark">⚠️</span>
          <span><strong>まだ工事中のエリアがある</strong>——2026年現在、敷地内の一部（特に高層タワー）はまだ建設中。完成形のポテンシャルを感じつつも、所々で工事の囲いに行く手を阻まれる場面がありました。</span>
        </div>
        <div class="ob-honest-row">
          <span class="ob-honest-mark">⚠️</span>
          <span><strong>テナントにまだ空きが目立つ</strong>——The Parade内のラグジュアリーゾーンはほぼ入居済みですが、一部フロアはまだオープン待ちの区画あり。「もう少し賑やかになれば」と感じる場所も。</span>
        </div>
        <div class="ob-honest-row">
          <span class="ob-honest-mark">⚠️</span>
          <span><strong>飲食の価格帯は全体的に高め</strong>——バンコクの物価感覚で来ると、フードホールやカフェの価格に驚くかもしれません。庶民的な食事を求めるなら周辺の屋台エリアと使い分けが必要です。</span>
        </div>
        <div class="ob-honest-row">
          <span class="ob-honest-mark">✅</span>
          <span><strong>それでも行く価値は十分にある</strong>——噴水広場のスケール、世界レベルのアート、夕暮れの光景。「今のバンコクを体感する」という意味では、外せないスポットです。</span>
        </div>
      </div>
    </div>

  </section><!-- /#ob-report -->


  <!-- ============================================
       SECTION 8: 訪問前の基礎知識
       ============================================ -->
  <section class="ob-section" id="ob-tips" aria-labelledby="ob-tips-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">08</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Practical Tips</span>
        <h2 class="ob-section-h2" id="ob-tips-h2">訪問前に知っておきたい基礎知識</h2>
      </div>
    </div>

    <p class="ob-body-text">
      初めてワン・バンコクを訪れる前に押さえておきたい実用情報をまとめました。事前に確認しておくことで、当日をよりスムーズに楽しめます。
    </p>

    <!-- 基礎知識カードグリッド -->
    <div class="ob-basics-grid" role="list" aria-label="基礎知識一覧">

      <div class="ob-basic-card" role="listitem">
        <div class="ob-basic-card-head">
          <span class="ob-basic-icon" aria-hidden="true">🕐</span>
          <p class="ob-basic-title">営業時間</p>
        </div>
        <ul class="ob-basic-list">
          <li>ショッピング：10:00〜22:00（目安）</li>
          <li>フードホール：10:00〜22:00</li>
          <li>噴水広場・屋外エリア：終日開放</li>
          <li>ライトアップ：日没後〜22:00頃</li>
          <li>ホテル施設：各ホテルに準じる</li>
        </ul>
      </div>

      <div class="ob-basic-card ob-basic-gold" role="listitem">
        <div class="ob-basic-card-head">
          <span class="ob-basic-icon" aria-hidden="true">💳</span>
          <p class="ob-basic-title">支払い方法</p>
        </div>
        <ul class="ob-basic-list">
          <li>クレジットカード：ほぼ全店で利用可</li>
          <li>Visa・Mastercard・JCB対応</li>
          <li>現金（バーツ）も使用可能</li>
          <li>屋台・一部カフェは現金のみの場合も</li>
          <li>両替はルンピニー駅周辺が便利</li>
        </ul>
      </div>

      <div class="ob-basic-card" role="listitem">
        <div class="ob-basic-card-head">
          <span class="ob-basic-icon" aria-hidden="true">👗</span>
          <p class="ob-basic-title">服装・マナー</p>
        </div>
        <ul class="ob-basic-list">
          <li>施設内は冷房が強め——羽織りもの推奨</li>
          <li>ラグジュアリーゾーンはスマートカジュアル</li>
          <li>屋外広場はサンダルOK</li>
          <li>ルーフトップバーはドレスコードあり</li>
        </ul>
      </div>

      <div class="ob-basic-card ob-basic-gold" role="listitem">
        <div class="ob-basic-card-head">
          <span class="ob-basic-icon" aria-hidden="true">📶</span>
          <p class="ob-basic-title">Wi-Fi・通信</p>
        </div>
        <ul class="ob-basic-list">
          <li>館内Wi-Fi：無料で利用可能</li>
          <li>接続名：One Bangkok Free WiFi</li>
          <li>速度は安定しており動画視聴も可</li>
          <li>eSIM・SIMカードは現地購入が確実</li>
          <li>Grab・Googleマップ必須——事前インストール推奨</li>
        </ul>
      </div>

      <div class="ob-basic-card" role="listitem">
        <div class="ob-basic-card-head">
          <span class="ob-basic-icon" aria-hidden="true">📸</span>
          <p class="ob-basic-title">撮影について</p>
        </div>
        <ul class="ob-basic-list">
          <li>屋外広場・アート：撮影自由</li>
          <li>店内・ホテルロビー：要確認</li>
          <li>夕方17〜18時半が最高の撮影タイム</li>
          <li>三脚・大型機材は事前確認を</li>
          <li>彫刻のローアングルショットがおすすめ</li>
        </ul>
      </div>

      <div class="ob-basic-card ob-basic-gold" role="listitem">
        <div class="ob-basic-card-head">
          <span class="ob-basic-icon" aria-hidden="true">🌡️</span>
          <p class="ob-basic-title">ベストシーズン</p>
        </div>
        <ul class="ob-basic-list">
          <li>快適：11月〜2月（乾季・涼しめ）</li>
          <li>暑さ最盛：3〜5月（屋外は朝夕に限定）</li>
          <li>雨季：6〜10月（スコールに注意）</li>
          <li>屋外広場は雨季でも晴れ間に楽しめる</li>
          <li>年間通じて訪問可能な施設設計</li>
        </ul>
      </div>

    </div>

    <!-- 注意ボックス -->
    <div class="ob-caution" role="note" aria-label="注意事項">
      <span class="ob-caution-icon" aria-hidden="true">⚠️</span>
      <p>
        <strong>2026年現在もフェーズ開発が継続中</strong>のため、一部エリアは立ち入り制限や工事中の場合があります。最新の営業状況はワン・バンコク公式サイト（<a rel="noopener" href="https://www.onebangkok.com" target="_blank" style="color:#5B9BBF; font-weight:700;">onebangkok.com</a>）で確認することをおすすめします。
      </p>
    </div>

    <!-- レポートメモ -->
    <div class="ob-memo" role="note" aria-label="現地レポートメモ">
      <p>Wi-Fiは館内全域でつながりやすく、特にフードホールやThe Street内では動画通話も問題なく使えました。服装については、屋外を歩き回るので<strong>歩きやすいシューズが必須</strong>。石畳が広いため、サンダルだと長時間歩くのはきついかもしれません。冷房対策の薄手カーディガンがあると館内外の温度差に対応できて快適です。</p>
    </div>

  </section><!-- /#ob-tips -->


  <!-- ============================================
       FAQ
       ============================================ -->
  <section class="ob-faq-section" id="ob-faq" aria-labelledby="ob-faq-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">Q&#038;A</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Frequently Asked Questions</span>
        <h2 class="ob-section-h2" id="ob-faq-h2">よくある質問</h2>
      </div>
    </div>

    <div class="ob-faq-list">

      <!-- Q1 -->
      <div class="ob-faq-item">
        <input type="checkbox" id="ob-faq-1" class="ob-faq-toggle" aria-hidden="true">
        <label for="ob-faq-1" class="ob-faq-label">
          <span class="ob-faq-q-mark" aria-hidden="true">Q</span>
          <span class="ob-faq-q-text">ワン・バンコクへの入場料はかかりますか？</span>
          <span class="ob-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="ob-faq-answer">
          <div class="ob-faq-answer-inner">
            <span class="ob-faq-a-mark" aria-hidden="true">A</span>
            <p class="ob-faq-a-text">
              <strong>入場料は無料です。</strong>噴水広場やパブリックアートエリアなど屋外スペースは終日自由に入ることができます。ショッピングモール内への入場も無料。各店舗での購入や飲食のみ料金が発生します。ホテルのスパやルーフトッププールなどは宿泊者向けまたは有料サービスとなります。
            </p>
          </div>
        </div>
      </div>

      <!-- Q2 -->
      <div class="ob-faq-item">
        <input type="checkbox" id="ob-faq-2" class="ob-faq-toggle" aria-hidden="true">
        <label for="ob-faq-2" class="ob-faq-label">
          <span class="ob-faq-q-mark" aria-hidden="true">Q</span>
          <span class="ob-faq-q-text">最寄り駅はどこですか？BTS・MRTのどちらが便利ですか？</span>
          <span class="ob-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="ob-faq-answer">
          <div class="ob-faq-answer-inner">
            <span class="ob-faq-a-mark" aria-hidden="true">A</span>
            <p class="ob-faq-a-text">
              <strong>MRTブルーライン「ルンピニー駅」出口3番が最もスムーズです。</strong>地下通路を通ってそのまま館内へアクセスできます。BTSご利用の場合はシーロム線「サラデーン駅」が最寄りで、ワン・バンコクが運行する無料電動シャトルバスを利用するのがおすすめです。渋滞が気になる場合はMRTの利用を強くおすすめします。
            </p>
          </div>
        </div>
      </div>

      <!-- Q3 -->
      <div class="ob-faq-item">
        <input type="checkbox" id="ob-faq-3" class="ob-faq-toggle" aria-hidden="true">
        <label for="ob-faq-3" class="ob-faq-label">
          <span class="ob-faq-q-mark" aria-hidden="true">Q</span>
          <span class="ob-faq-q-text">噴水広場のライトアップは何時ごろから始まりますか？</span>
          <span class="ob-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="ob-faq-answer">
          <div class="ob-faq-answer-inner">
            <span class="ob-faq-a-mark" aria-hidden="true">A</span>
            <p class="ob-faq-a-text">
              おおむね<strong>日没後（18時〜19時ごろ）からライトアップが始まります。</strong>バンコクの日没時刻は季節によって異なりますが、18時〜18時半ごろが目安です。夕暮れの「マジックアワー（17時〜18時半）」と夜のライトアップを両方楽しみたい場合は、17時ごろに到着するのがベストです。
            </p>
          </div>
        </div>
      </div>

      <!-- Q4 -->
      <div class="ob-faq-item">
        <input type="checkbox" id="ob-faq-4" class="ob-faq-toggle" aria-hidden="true">
        <label for="ob-faq-4" class="ob-faq-label">
          <span class="ob-faq-q-mark" aria-hidden="true">Q</span>
          <span class="ob-faq-q-text">敷地内のホテルに宿泊しなくても楽しめますか？</span>
          <span class="ob-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="ob-faq-answer">
          <div class="ob-faq-answer-inner">
            <span class="ob-faq-a-mark" aria-hidden="true">A</span>
            <p class="ob-faq-a-text">
              <strong>もちろん楽しめます。</strong>噴水広場・パブリックアート・ショッピング・グルメはすべて宿泊なしで楽しめます。ホテルのロビーバーやレストランも一般利用可能なケースが多く、特別な食事やカクテルを楽しむために立ち寄るのもおすすめです。ただしルーフトッププールやスパなどの施設は宿泊者限定の場合があります。
            </p>
          </div>
        </div>
      </div>

      <!-- Q5 -->
      <div class="ob-faq-item">
        <input type="checkbox" id="ob-faq-5" class="ob-faq-toggle" aria-hidden="true">
        <label for="ob-faq-5" class="ob-faq-label">
          <span class="ob-faq-q-mark" aria-hidden="true">Q</span>
          <span class="ob-faq-q-text">子ども連れでも楽しめますか？</span>
          <span class="ob-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="ob-faq-answer">
          <div class="ob-faq-answer-inner">
            <span class="ob-faq-a-mark" aria-hidden="true">A</span>
            <p class="ob-faq-a-text">
              <strong>家族連れにも十分おすすめできます。</strong>噴水広場のフラット噴水は子どもたちの遊び場としても人気で、地元の家族連れも多く見られます。フードホールは子どもが食べやすいメニューも充実。バリアフリー設計が施されており、ベビーカーでの移動も比較的スムーズです。日中の炎天下は体力を消耗するため、夕方以降の訪問をおすすめします。
            </p>
          </div>
        </div>
      </div>

      <!-- Q6 -->
      <div class="ob-faq-item">
        <input type="checkbox" id="ob-faq-6" class="ob-faq-toggle" aria-hidden="true">
        <label for="ob-faq-6" class="ob-faq-label">
          <span class="ob-faq-q-mark" aria-hidden="true">Q</span>
          <span class="ob-faq-q-text">見て回るのにどのくらい時間がかかりますか？</span>
          <span class="ob-faq-arrow" aria-hidden="true">▼</span>
        </label>
        <div class="ob-faq-answer">
          <div class="ob-faq-answer-inner">
            <span class="ob-faq-a-mark" aria-hidden="true">A</span>
            <p class="ob-faq-a-text">
              屋外広場とアートを一通り楽しむだけで<strong>1〜1.5時間、ショッピングや食事を含めると3〜4時間</strong>は見ておくとよいでしょう。敷地がとても広いため、すべてのゾーンを回ろうとすると半日コースになります。夕方から夜にかけての2〜3時間集中プランが、最も充実感を得やすいスタイルです。
            </p>
          </div>
        </div>
      </div>

    </div>
  </section><!-- /#ob-faq -->


  <!-- ============================================
       まとめ
       ============================================ -->
  <section class="ob-summary-section" id="ob-summary" aria-labelledby="ob-summary-h2">

    <div class="ob-section-header">
      <span class="ob-section-num" aria-hidden="true">✦</span>
      <div class="ob-section-title-group">
        <span class="ob-section-en">Summary</span>
        <h2 class="ob-section-h2" id="ob-summary-h2">まとめ</h2>
      </div>
    </div>

    <div class="ob-summary-box">
      <div class="ob-summary-inner">

        <p class="ob-summary-tag" aria-hidden="true">One Bangkok 2026</p>

        <p class="ob-summary-title">
          バンコクは、また<span>変わった。</span>
        </p>

        <p class="ob-summary-text">
          ワン・バンコクは単なる「新しいモール」ではありません。噴水広場の開放感、世界レベルのパブリックアート、夕暮れが空と水面と彫刻に溶け合う瞬間——それらが重なった体験は、<strong>バンコクがまた新しいフェーズに入った</strong>ことを静かに、しかし確実に教えてくれます。まだ建設中のエリアも残っていますが、それも含めて「進化の途中にある街」を感じられる、今しか見られない景色です。
        </p>

        <ul class="ob-summary-checks" aria-label="この記事のまとめポイント">
          <li>MRTルンピニー駅出口3番からが最もスムーズなアクセス</li>
          <li>噴水広場×夕暮れのマジックアワー（17〜18時半）が最大の見どころ</li>
          <li>鏡面彫刻は噴水広場エリアの片隅に設置——夕方の映り込みが絶景</li>
          <li>リッツ・カールトン・アンダーズなど5つ星ホテルが複数入居</li>
          <li>入場無料・終日開放——気軽に立ち寄れるバンコクの新定番スポット</li>
          <li>2026年現在も開発継続中——今後さらに充実予定</li>
        </ul>

        <div class="ob-summary-links">
          <!-- 公式リンク -->
          <div style="background-color:#1e1e1e; border-left:3px solid #C9A84C; padding:14px 18px; border-radius:0 3px 3px 0; flex:1; min-width:200px;">
            <p style="margin:0 0 6px; font-size:13px; font-weight:700; color:#E2C97E;">📌 公式情報</p>
            <p style="margin:0; font-size:13px; line-height:1.65; color:rgba(255,255,255,0.6);">最新の営業情報・イベントは<a rel="noopener" href="https://www.onebangkok.com" target="_blank" style="color:#A8CEDE; font-weight:700;">ワン・バンコク公式サイト</a>でご確認ください。</p>
          </div>
          <!-- 航空券リンク -->
          <div style="background-color:#1e1e1e; border-left:3px solid #5B9BBF; padding:14px 18px; border-radius:0 3px 3px 0; flex:1; min-width:200px;">
            <p style="margin:0 0 8px; font-size:13px; font-weight:700; color:#A8CEDE;">✈️ バンコクへの航空券</p>
            <div style="display:flex; flex-wrap:wrap; gap:8px;">
              <a rel="nofollow sponsored" target="new" href="https://click.linksynergy.com/fs-bin/click?id=vzeFrERo8sY&#038;offerid=426941.33&#038;type=3&#038;subid=0" style="display:inline-block; padding:7px 14px; background:#C9A84C; color:#0D0D0D; font-size:12px; font-weight:700; border-radius:3px; text-decoration:none;">JAL国際線</a>
              <img decoding="async" border="0" width="1" alt="" height="1" src="https://ad.linksynergy.com/fs-bin/show?id=vzeFrERo8sY&#038;bids=426941.33&#038;type=3&#038;subid=0">
              <img decoding="async" src="https://www.rentracks.jp/adx/p.gifx?idx=0.72494.376502.2886.4416&#038;dna=64827" border="0" height="1" width="1">
              <a rel="nofollow sponsored noopener" href="https://www.rentracks.jp/adx/r.html?idx=0.72494.376502.2886.4416&#038;dna=64827" target="_blank" style="display:inline-block; padding:7px 14px; background:transparent; color:#A8CEDE; border:1.5px solid #5B9BBF; font-size:12px; font-weight:700; border-radius:3px; text-decoration:none;">W.A.S.ワールドエアシステム</a>
            </div>
          </div>
        </div>

      </div>
    </div>

  </section><!-- /#ob-summary -->


</div><!-- /.ob-wrap -->


<!-- ============================================
     FAQ JSON-LD スキーマ
     ============================================ -->

]]></content:encoded>
					
					<wfw:commentRss>https://yoooyooo8.jp/one-bangkok/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
