/* === Auto-generated split from style.css (about.css) === */
/* Generated by /tmp/css_split_v2.py using HTML class-usage analysis */


@media (max-width: 480px) {
.about-hero { padding: 32px 18px 48px; }
.about-hero-title { line-height: 1.6; font-size: 22px; }
.feature-name { font-size: 17px; }
.feature-desc { font-size: 13px; }
}
.about-hero {
  background: var(--cream);
  padding: 56px 28px 72px;
}
.about-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.about-hero-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: .25em;
  color: var(--muted);
  margin-bottom: 14px;
}
.about-hero-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(28px, 3.6vw, 42px);
  color: #2a2a2a;
  line-height: 1.5;
  margin-bottom: 22px;
  letter-spacing: 0.02em;
}
.about-hero-desc {
  font-size: clamp(13px, 1.7vw, 14.5px);
  color: var(--text);
  line-height: 2;
}
.about-hero-img {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,0.10);
  aspect-ratio: 4 / 3;
}
.about-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero-collage {
  position: relative;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  aspect-ratio: 4 / 3;
}
.about-hero-collage .about-hero-photo {
  position: absolute;
  width: 62%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
}
.about-hero-collage .about-hero-photo-1 {
  top: -2%; left: -4%;
  transform: rotate(-7deg);
  z-index: 1;
}
.about-hero-collage .about-hero-photo-2 {
  bottom: -2%; right: -4%;
  transform: rotate(6deg);
  z-index: 2;
}

@media (max-width: 600px) {
.about-hero-collage { padding: 0 14px; }
.about-hero-collage .about-hero-photo { width: 60%; }
.about-hero-collage .about-hero-photo-1 { left: 0; }
.about-hero-collage .about-hero-photo-2 { right: 0; }
}
.about-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 28px;
}
.place-text {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.place-text p {
  font-size: 15px;
  line-height: 2;
  color: var(--text);
  margin-bottom: 16px;
}
.place-text p:last-child { margin-bottom: 0; }

@media (max-width: 600px) {
.place-text { text-align: left; }
.place-text p { line-height: 1.9; }
.place-text p br { display: none; }
}
.island-map-section {
  /* 上下のセクション（白）から色で区切る：暖色寄りの淡いミントクリーム */
  background: linear-gradient(180deg, #f5efdc 0%, #ecefe2 100%);
  padding: 56px 28px;
}
.island-map-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.island-map-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 32px;
}
.island-map {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  border: 1px solid #e8dec2;
  box-shadow: 0 8px 24px rgba(180,140,40,.10);
  background: #fff;
  overflow: hidden;
}
.island-map > img,
.island-map > iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.island-map > img {
  object-fit: contain;
  border-radius: 17px;
  filter: saturate(.78) brightness(1.03);
}
.island-spots-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.spot-cat-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Shippori Mincho', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--teal-dk);
  letter-spacing: 0.06em;
  margin: 0 0 10px;
}
.spot-cat-title .spot-cat-line {
  flex: 0 0 24px;
  height: 1px;
  background: var(--teal-dk);
  opacity: .5;
}
.spot-cat-title + .island-spots { margin-top: 0; }
.island-spots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spot {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 16px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  border: 1px solid #efe8d0;
}
.spot-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}
.spot-icon svg { width: 22px; height: 22px; }
.spot.spot-port .spot-icon { background: var(--teal-dk); }
.spot.spot-port2 .spot-icon { background: #4a8ec0; }
.spot.spot-beach .spot-icon { background: #ff9aa2; }
.spot.spot-cafe .spot-icon { background: #c98a4b; }
.spot.spot-area .spot-icon { background: var(--yellow-dk); }
.spot-body strong {
  font-family: 'Shippori Mincho', serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #2a2a2a;
  margin-right: 8px;
  letter-spacing: 0.02em;
}
.spot-body .spot-sub {
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.spot-body p {
  font-size: 12.5px;
  color: #555;
  line-height: 1.75;
  margin: 6px 0 0;
}
.spot-body p a { color: var(--teal-dk); text-decoration: underline; }
.island-map-note {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  margin: 28px auto 0;
  line-height: 1.8;
  max-width: 760px;
}
.island-map-note a { color: var(--teal-dk); }

@media (max-width: 768px) {
.island-map-section { padding: 44px 20px; }
.island-map-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
.island-map { max-width: 420px; }
.spot { padding: 12px 14px; }
.spot-body strong { font-size: 13.5px; }
.spot-body p { display: none; }
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}
.feature-card {
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}
.feature-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
.feature-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.feature-body {
  padding: 22px 22px 26px;
  flex: 1;
}
.feature-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 19px;
  color: #2a2a2a;
  margin-bottom: 10px;
}
.feature-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.9;
}
.life-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
.life-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.life-img img {
  width: 100%;
  height: auto;
  display: block;
}
.life-text-label {
  font-family: 'Allura', 'Dancing Script', cursive;
  font-size: clamp(28px, 3.4vw, 38px);
  letter-spacing: .02em;
  color: #2a4a6a;
  margin-bottom: 14px;
  font-weight: 400;
  font-style: italic;
}
.life-text-title {
  font-family: 'Shippori Mincho', 'Noto Serif JP', serif;
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 22px;
  line-height: 1.5;
  color: #2a4a6a;
  font-weight: 700;
}
.life-text p {
  font-size: 14.5px;
  line-height: 2;
  color: #4a4a4a;
  margin-bottom: 18px;
}
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}
.access-text h3 {
  font-family: 'Shippori Mincho', serif;
  font-size: 22px;
  margin-bottom: 14px;
  color: #2a2a2a;
}
.access-text p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text);
  margin-bottom: 18px;
}
.access-routes {
  display: grid;
  gap: 16px;
}
.access-route {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.route-tag {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 6px 14px;
  border-radius: 999px;
  color: #fff;
}
.route-tag.ferry { background: var(--sky); color: #2a6a7a; }
.route-tag.fast { background: var(--teal); }
.route-info {
  color: var(--text);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex: 1;
}
.route-line-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1.2;
}
.route-line-main b {
  color: #2a2a2a;
  font-size: 19px;
  font-weight: 700;
}
.route-price {
  color: var(--muted);
  font-size: 14px;
}
.route-line-sub {
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}

@media (max-width: 480px) {
.access-route { padding: 18px 18px; gap: 14px; }
.route-line-main b { font-size: 17px; }
.route-price { font-size: 13px; }
.route-line-sub { font-size: 14px; }
}
.access-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.access-img img { width: 100%; height: 100%; object-fit: cover; }
.about-cta {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 28px;
}
.about-cta-inner {
  background: var(--yellow);
  border-radius: 28px;
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.about-cta-inner::before, .about-cta-inner::after {
  content: '';
  position: absolute;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
}
.about-cta-inner::before { top: -40px; left: -40px; }
.about-cta-inner::after { bottom: -50px; right: -30px; width: 180px; height: 180px; }
.about-cta-title {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}
.about-cta-desc {
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.9;
  position: relative;
}
.about-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.btn-cta-primary, .btn-cta-secondary {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 32px;
  border-radius: 40px;
  transition: transform .2s, box-shadow .2s;
}
.btn-cta-primary { background: #fff; color: var(--yellow-dk); }
.btn-cta-secondary { background: transparent; color: #fff; border: 2px solid #fff; padding: 12px 30px; }
.btn-cta-primary:hover, .btn-cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}
.btn-cta-secondary:hover { background: rgba(255,255,255,0.15); }

@media (max-width: 768px) {
.about-hero-inner,
  .place-grid,
  .life-grid,
  .access-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
.features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
.feature-card {
    flex-direction: row;
    align-items: stretch;
  }
.feature-img {
    flex: 0 0 38%;
    aspect-ratio: 4 / 3;
    height: auto;
  }
.feature-body {
    flex: 1;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.feature-name { margin-bottom: 6px; }
.feature-desc { font-size: 12.5px; line-height: 1.75; }
.feature-desc br { display: none; }
.about-section { padding: 56px 22px; }
.about-hero { padding: 40px 22px 56px; }
}
.v2-t-icon.ferry { background: #dff0f7; color: #3a8aaa; }
.v2-t-icon.fast { background: #e0f2ee; color: var(--teal-dk); }

@media (max-width: 768px) {
.visit-access .access-grid { grid-template-columns: 1fr; gap: 32px; }
}
