@charset "utf-8";


.leport-page p {
  font-size: 0.9rem; /* ≒ 14.4px */
  line-height: 1.8;
  color: #333;
}

.leport-page .highlight {
  display: inline-block;
  background-color: #e6f4ec; /* 薄い常盤緑 */
  color: #007b43; /* 常盤色 */
  padding: 0.1em 0.4em;
  border-radius: 0.3em;
  font-weight: 600;
}

/* ▼ セクション案内ボタン----------------↓*/
/* ▼ ジャンプリンク（グリッドボタン形式） */
.anchor-links-grid {
  background-color: #f7fdfb;
  padding: 1.5em 1em;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 0.5em;
  max-width: 640px;
  margin: 0 auto 2em;
  border-bottom: 1px dashed #ccc;
}

/* ▼ 各ボタン */
.anchor-links-grid .btn-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #007b43;
  border: 1px solid #007b43;
  padding: 0.5em 0.6em;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 500;
  text-align: center;
  white-space: normal;
  line-height: 1.4;
  min-height: 32px;
  transition: all 0.2s ease-in-out;
}

.anchor-links-grid .btn-anchor:hover {
  background-color: #f0f8f5;
  transform: translateY(-1px);
}

/* ▼ 長文ボタン用（中央寄せで幅広） */
.anchor-links-grid .btn-anchor.full {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: 100%;
}

/* ボタンスタイル再利用調整（中央寄せ） */
.visit-button-wrap {
  text-align: center;
  margin: 2em 0;
}


/* ▼ 個別対策：機械製造一覧にもしCSS効かない時の保険 */
.anchor-links-grid a[href="#factory"] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #007b43;
  border-radius: 12px;
  padding: 0.5em 0.6em;
  font-size: 0.7rem;
  white-space: normal;
  line-height: 1.4;
}

.anchor-links-grid .btn-anchor.dummy {
  background-color: #007b43;
  color: #fff;
  font-weight: bold;
  border: none;
  pointer-events: none;
  cursor: default;
}



/* ▼ セクション案内ボタン----------------↑*/

/*  ▼　テキスト固定用 ---------------*/


.section-subtitle,
.lead {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 1.5em;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

/* フォント */

.section-subtitle {
  font-weight: bold;
  color: #007b43; /* アクセントグリーン */
  font-size: 1.2rem;
}

.img-wrap {
  text-align: center;
  margin: 2em 0;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}


.strong-green {
  font-size: 1.3em;        /* 少し大きめの文字サイズ */
  font-weight: bold;       /* 太字 */
  color: #007b43;          /* 本気モードでよく使われている常盤色（緑） */
  white-space: nowrap;     /* 改行させない */
  display: inline;
}

.center-text {
  text-align: center;
}

/* 中央揃え */
.lead-small {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align:　left;
  color: #333;
}

.lead-small-sab {
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: center;
  color: #333;
}
/*  ▼　テキスト固定用 ---------------↑*/


/* === ル・ポール粟島ページ専用スタイル =========================== */

.leport-page .main-title {
  font-size: 1.375rem; /* 22px */
  font-weight: bold;
  color: #007b43; /* 常盤色 */
  text-align: center;
  position: relative;
  margin: 1.5em auto 1em;
  display: block; 
  line-height: 1.4;
  width: fit-content;
}


.leport-page .main-title::after {
  content: "";
  display: block;
  width: 7.5rem; /* 120px */
  height: 0.375rem; /* 6px */
  background-color: #007b43;
  border-radius: 0.1875rem; /* 3px */
  margin: 0.4em auto 0;
}

@media (max-width: 37.5rem) { /* 600px */
  .leport-page .main-title {
    font-size: 1.125rem; /* 18px */
  }

  .leport-page .main-title::after {
    width: 5rem; /* 80px */
    height: 0.25rem; /* 4px */
  }
}

/* === セクション見出し（下線なし・シンプル） === */
.leport-page .section-heading {
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  color: #007b43;
  text-align: center;
  margin: 2.5em auto 1em;
}


.leport-page .sub-copy {
  font-size: 1rem;
  color: #333;
  text-align: center;
  margin-top: 0.5rem;
}


.leport-page .nav-card-section {
  background-color: #f6f9f7;
	padding-top: 1.5rem;
	padding-left: 1%;
	padding-right: 1%;
	margin-left: auto;
	margin-right: auto;
  margin-top: 4rem;
margin-bottom: 4rem; 
}

.leport-page .nav-card-section h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.leport-page .nav-card-section p.center {
  text-align: center;
  margin-bottom: 2.5rem;
}

.leport-page .nav-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  padding: 0 1rem;
  max-width: 1080px;
  margin: 0 auto;
}

.leport-page .nav-card {
  background-color: #fff;
  border: 2px solid #007b43;
  border-radius: 0.75rem;
  padding: 1rem;
  text-align: left;
}

.leport-page .nav-card-img {
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 0.8rem;
  object-fit: cover;
}

.leport-page .nav-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.leport-page .nav-card a {
  font-weight: bold;
  color: #007b43;
  text-decoration: none;
  font-size: 0.95rem;
}

.leport-page .nav-card a:hover {
  text-decoration: underline;
}

.leport-page .nav-card-desc {
  font-size: 0.85rem;  /* ≒13.6px */
  color: #555;
  line-height: 1.5;
  display: inline-block;
  margin-top: 0.2em;
}


.leport-page .nav-card-btn:hover {
  background-color: #005c30;
  transform: translateY(-1px);
  color: #fff;
}

.leport-page .nav-card a.nav-card-btn {
  display: inline-block;
  background-color: #007b43;
  color: #fff !important;
  padding: 0.5em 1.2em;
  border-radius: 9999px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
  font-weight: 600;
  margin: 1rem auto 0;       /* ← これで中央に */
  display: block;            /* ブロック化でmargin:auto有効に */
  text-align: center;
}

.leport-page .problem-grid img.img-responsive {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/* === 観光 =========================== */
.sightseeing-page-content {
  background-color: #fff;
  padding: 2rem 1.5rem;
  margin: 2rem auto;
  max-width: 1000px;
  border-radius: 12px;
  color: #333;
}

.sightseeing-title {
  font-size: 1.375rem; /* 約22px */
  font-weight: bold;
  color: #007b43;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
}

.sightseeing-title::after {
  content: "";
  display: block;
  width: 3.75rem; /* 60px */
  height: 0.25rem; /* 4px */
  background: #007b43;
  margin: 0.6rem auto 0;
  border-radius: 2px;
}

.sightseeing-lead {
  font-size: 1rem;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.sightseeing-image-wide {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.sightseeing-section {
  margin-bottom: 3rem;
}

.sightseeing-spot {
  margin-bottom: 3rem;
  border-left: 4px solid #007b43;
  padding-left: 1rem;
  background-color: #f9fdfb;
  border-radius: 6px;
  padding: 1rem;
}

.sightseeing-spot h3 {
  font-size: 1.125rem; /* 約18px */
  color: #007b43;
  margin-bottom: 0.5rem;
}

.sightseeing-spot .spot-info {
  font-size: 0.875rem;
  color: #555;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.sightseeing-spot p {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.sightseeing-map-btn {
  display: inline-block;
  background-color: #e6f3ec;
  color: #003d29;
  border: 1px solid #007b43;
  padding: 0.4em 1em;
  border-radius: 6px;
  font-size: 0.8125rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.sightseeing-map-btn:hover {
  background-color: #d1e9dd;
}

/* responsive */
@media screen and (max-width: 768px) {
  .sightseeing-page-content {
    padding: 1.5rem 1rem;
    margin: 1rem;
  }
  .sightseeing-title {
    font-size: 1.25rem;
  }
  .sightseeing-lead {
    font-size: 0.9375rem;
  }
  .sightseeing-spot h3 {
    font-size: 1rem;
  }
  .sightseeing-image-wide {
    max-height: 250px;
  }
}

.sightseeing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
margin-bottom: 4rem;
}

.sight-item {
  background-color: #fff;
  border: 2px solid #007b43;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sight-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.sight-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #007b43;
}

.sight-item h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #007b43;
  margin: 1rem 1rem 0.5rem;
  text-align: center;
}

.sight-item p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.6;
  margin: 0 1rem 1rem;
}

.sight-item .alert {
  color: #d62828;
  font-weight: bold;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.sight-item .spot-info {
  background-color: #f6f9f7;
  font-size: 0.85rem;
  padding: 0.8rem 1rem;
  border-top: 1px solid #ccc;
  color: #333;
  line-height: 1.5;
}

.lepore-official-link {
  text-align: center;
  padding: 3rem 1rem 5rem;
  background-color: #f6f9f7;
  border-top: 2px solid #007b43;
  margin-top: 4rem;
}

.lepore-official-link p {
  font-size: 15px;
  color: #333;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.lepore-btn {
  display: inline-block;
  background-color: #007b43;
  color: #fff;
  padding: 0.6em 2em;
  font-size: 15px;
  font-weight: bold;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.lepore-btn:hover {
  background-color: #005c30;
  transform: translateY(-1px);
}

@media screen and (max-width: 600px) {
  .sp-only {
    display: inline;
  }
}

.intro img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 10px;
}



/* === 海ほたる =========================== */

/* ▼ キャッチコピー内の画像（ヒーロー） */
.leport-page .hero-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  display: block;
}

/* ▼ キャッチコピー装飾 */
.leport-page .catch-copy {
  font-size: 1.125rem; /* ≒18px */
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  color: #003d29;
  background-color: #e6f3ec;
  padding: 1.5rem 1.2rem;
  border-radius: 10px;
  margin: 2rem auto 2.5rem;
  max-width: 92%;
  box-shadow: 0 2px 8px rgba(0, 123, 67, 0.05);
}

/* ▼ FAQ セクション全体 */
.leport-page .faq-box {
  background-color: #f7fdfb;
  border: 2px solid #d3e8dd;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin: 2rem 0 3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

/* ▼ FAQの箇条書き */
.leport-page .faq-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.leport-page .faq-box li {
  margin-bottom: 1.8rem;
  font-size: 0.95rem;
  line-height: 1.8;
  position: relative;
  padding-left: 1.4rem;
}

.leport-page .faq-box li::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #007b43;
  font-size: 0.95rem;
}


.leport-page .faq-box li strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #007b43;
  font-size: 1rem;
}

/* ▼ モバイル調整 */
@media screen and (max-width: 600px) {
  .leport-page .catch-copy {
    font-size: 1rem;
    padding: 1.2rem 1rem;
  }

  .leport-page .faq-box {
    padding: 1.5rem 1rem;
  }

  .leport-page .faq-box li {
    font-size: 0.9rem;
  }
}

.leport-page .lepore-notice-list.clean {
  background-color: #f5f5f5; /* 薄いグレー */
  border-left: 4px solid #2e7b56; /* 常盤寄りグリーン */
  border-radius: 8px;
  padding: 1.2rem 1.5rem;
  margin: 2rem 0;
  font-size: 0.875rem; /* ≒14pxに調整 */
  line-height: 1.8;
  color: #333;
}

.leport-page .lepore-notice-list.clean li {
  margin-bottom: 0.8rem;
  list-style: none;
  padding-left: 0;
}

.leport-page .lepore-notice-list.clean li .label {
  font-weight: bold;
  color: #007b43;
}


/* ▼ 開催情報のボックス */
.leport-page .event-info-box {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 2rem 0;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.7;
}

.leport-page .event-info-box ul {
  padding-left: 1.2rem;
  margin: 0;
}

.leport-page .event-info-box li {
  margin-bottom: 0.8rem;
  list-style: disc;
}

/* ▼ 緑ライン付きセクション区切り */
.leport-page .section-divider {
  border-left: 4px solid #007b43;
  padding-left: 1rem;
  margin: 3rem auto 2rem;
  max-width: 800px;
}

/* ▼ アコーディオン */
.faq-accordion details {
  border: 1px solid #cce3d9;
  border-radius: 8px;
  background-color: #f9fdfb;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-accordion summary {
  cursor: pointer;
  padding: 0.9rem 1.2rem;
  font-weight: bold;
  font-size: 0.95rem;
  color: #007b43;
  background-color: #e6f3ec;
  list-style: none;
  position: relative;
}

.faq-accordion summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after {
  content: "＋";
  position: absolute;
  right: 1.2rem;
  font-weight: bold;
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.faq-accordion details[open] summary::after {
  content: "－";
}

.faq-accordion .answer {
  padding: 1rem 1.2rem 1.2rem;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.7;
  background-color: #fff;
}

.leport-page .solution-box {
  background-color: #f7fdfb;
  border: 2px solid #d3e8dd;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  margin: 2.5rem 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.leport-page .solution-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.leport-page .solution-box li {
  margin-bottom: 1.8rem;
  padding-left: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  position: relative;
}

.leport-page .solution-box li strong:first-of-type {
  display: inline-block;
  font-weight: bold;
  color: #007b43;
  min-width: 2.5em;
}

.leport-page .solution-box li strong:nth-of-type(2) {
  display: inline-block;
  font-weight: bold;
  color: #333;
  margin-top: 0.3em;
}










/* === ル・ポール粟島 アクティビティ 渡船 遊漁船 =========================== */





/* ▼ ページ全体コンテナ */
.privacy-page-content {
  background-color: #fff;
  color: #333;
  border-radius: 16px;
  padding: 1.5rem;
  margin: 1rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  position: relative;
  z-index: 10;
}

/* ▼ ページタイトル */
.section-title-green {
  font-size: 20px;
  font-weight: bold;
  color: #007b43;
  text-align: center;
  position: relative;
  margin: 0 auto 1.5em;
  display: block;
  width: fit-content;
}

.section-title-green::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 5px;
  background-color: #007b43;
  border-radius: 4px;
}

/* ▼ 大見出し：中央揃い・単独使用推奨 */
.section-heading-large {
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
  color: #007b43;
  text-align: center;
  margin: 2em auto 1em;
  position: relative;
  display: inline-block;
  border-bottom: none;
}

/* 下線装飾 */
.section-heading-large::after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  background-color: #007b43;
  margin: 0.4em auto 0;
  border-radius: 2px;
}

/* ▼ 汎用見出し（.section-heading は同時使用しない） */
.section-heading {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin-bottom: 1em;
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 2px solid #007b43;
}

/* ▼ 強調帯背景 */
.highlight-bg {
  background-color: #e6f3ec;
  padding: 0.6em 0.9em;
  border-radius: 6px;
  display: inline-block;
  font-weight: bold;
  color: #003d29;
  margin: 0.5em 0 1.2em;
}

/* ▼ レスポンシブ画像 */
.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
  border-radius: 8px;
}

/* ▼ 動画埋め込み */
.video-wrap {
  margin: 0em auto;
  max-width: 800px;
}

.video-wrap iframe {
  width: 100%;
  height: 315px;
  border-radius: 8px;
  border: none;
}

/* ▼ クルーズプラン用カード */
.executives-section {
  padding: 2em 1em;
  max-width: 960px;
  margin: 0 auto;
}

.executive-card.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.5em;
}

.executive-name {
  font-size: 18px;
  font-weight: 700;
  color: #007b43;
  margin-bottom: 0.4em;
}

.executive-role {
  font-size: 13px;
  color: #777;
  margin-bottom: 1em;
}

.executive-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0.5em;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ▼ ご予約案内ボックス */
.solution-box {
  background: #f7fdfb;
  border-radius: 8px;
  padding: 1.5em 1.2em;
  margin: 2em auto;
  box-shadow: 0 2px 6px rgba(0, 123, 67, 0.05);
  max-width: 800px;
}

.solution-box ul {
  list-style: none;
  padding-left: 1em;
  margin: 0;
}

.solution-box li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.6em;
  font-size: 14px;
}

.solution-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #007b43;
  font-size: 13px;
}

/* ▼ セクション共通 */
.company-profile-section {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 3em;
  text-align: center; /* ← 中央揃えを保証 */
}

.company-profile-section a {
  color: #007b43;
  text-decoration: underline;
}

/* ▼ レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .section-title-green {
    font-size: 18px;
  }

  .section-heading-large {
    font-size: 18px;
  }

  .section-heading-large::after {
    width: 90%;
  }

  .executive-name {
    font-size: 16px;
  }

  .executive-text p {
    font-size: 13.5px;
  }

  .video-wrap iframe {
    height: 200px;
  }
}

.reservation-info-box {
  background: #f7fdfb;
  border-radius: 8px;
  padding: 1.5em 1.2em;
  margin: 2em auto;
  box-shadow: 0 2px 6px rgba(0, 123, 67, 0.05);
  max-width: 800px;
}

.reservation-info-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.reservation-info-box li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.8em;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.reservation-info-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #007b43;
  font-size: 0.9em;
  line-height: 1;
}
.reservation-btn {
  display: inline-block;
  background-color: #007b43;
  color: #fff !important;
  padding: 0.6em 1.5em;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 123, 67, 0.15);
  margin-top: 0.5em;
}

.reservation-btn:hover {
  background-color: #005c30;
  transform: translateY(-1px);
}

.custom-video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  max-width: 1000px;
  margin: 0 auto 2rem;
}
