/* about-awashima */
body { background-color: #ffffff;
padding: 1%;}


.fishing-header {
  max-width: 1000px;
  margin: 2em auto;
  padding: 0 1em;
  text-align: center;
}

.fishing-header h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
  display: inline-block;
  padding-bottom: 0.2em;
}



.about-awashima {
  max-width: 800px;
  margin: 0 auto 2em;
  font-size: 0.9em;
  color: #333;
  line-height: 1.6;
}
.about-awashima h2 {
  font-size: 1.4em;
  color: #4db6ac;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #4db6ac;
  padding-bottom: 0.3em;
}
.about-awashima p {
  margin-bottom: 1em;
}

/* intro */
.intro {
  max-width: 800px;
  margin: 0 auto 2em;
  font-size: 0.9em;
  color: #333;
  line-height: 1.6;
}
.intro h2 {
  font-size: 1.4em;
  color: #4db6ac;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #4db6ac;
  padding-bottom: 0.3em;
}
.intro p {
  margin-bottom: 1em;
}

/* table-section */
.table-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}
.table-section h2 {
  font-size: 1.5em;
  color: #333;
  margin: 1.5em 0 0.5em;
  border-bottom: 2px solid #4db6ac;
  padding-bottom: 0.3em;
}

/* テーブル周辺 */
.awsm-table-scroll-hint {
  font-size: 0.75em;
  color: #666;
  text-align: right;
  margin-bottom: 0.3em;
  margin-right: 1em;
  display: none;
}
.awsm-table-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 2em;
  overflow-x: auto;
  padding: 0 1em;
}
.awsm-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 0.9em;
}
.awsm-table th,
.awsm-table td {
  border: 1px solid #ccc;
  padding: 0.6em;
  text-align: center;
}
.awsm-table th {
  background-color: #e0f7f2;
  font-weight: bold;
}
.col-spring {
  background: linear-gradient(to bottom, #e8fdfa, #d6f4ee);
}
.col-summer {
  background: linear-gradient(to bottom, #d0f0ea, #afe3dd);
}
.col-autumn {
  background: linear-gradient(to bottom, #a9dcd4, #88ccc1);
}
.col-winter {
  background: linear-gradient(to bottom, #7fc8bd, #5bb7aa);
  color: #fff;
}
.col-course {
  background-color: #f7f7f7;
  font-weight: bold;
}
.detail {
  font-size: 0.75em;
  display: block;
  margin-top: 0.2em;
  color: #333;
}
.awsm-table td span.symbol {
  font-size: 1.6em;
  font-weight: bold;
  color: #007c72;
  display: block;
  line-height: 1.2;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
  .awsm-table-scroll-hint {
    display: block;
    font-size: 0.75em;
    text-align: center;
    margin-bottom: 0.5em;
    color: #007c72;
    background: #e0f7f2;
    padding: 0.4em;
    border-radius: 4px;
  }

  .awsm-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .awsm-table {
    min-width: 700px;
    width: 100%;
  }

  .awsm-table thead {
    display: table-header-group;
  }

  .awsm-table td::before {
    display: none !important;
  }

  .awsm-table td {
    text-align: center;
  }
 .awsm-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 0.3em;
    color: #007c72;
  }
  .awsm-table td:last-child {
    border-bottom: none;
  }
	

.fishing-header h1｛
  font-size: 0.9em;
}

.map-placeholder {
  border-radius: 20px;
	width: 90%;
	border: 1px #000000 solid;
}

 

/* fishing-info-section */
.fishing-info-section {
  max-width: 1000px;
  margin: 3em auto 2em;
  padding: 0 1em;
  font-size: 0.95em;
  color: #333;
  line-height: 1.6;
}
.fishing-info-section h3 {
  font-size: 1.2em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em 0;
  margin-top: 2em;
  color: #2a7a7b;
}
.fishing-info-section ul {
  list-style: none;
  padding-left: 1em;
  margin-bottom: 1em;
}
.fishing-info-section li::before {
  content: '✔';
  color: #4db6ac;
  margin-right: 0.5em;
}
.fishing-info-section li {
  margin-bottom: 0.6em;
}
.fishing-info-section a {
  color: #007c72;
  text-decoration: underline;
}

/* ガイドライン */
.fishing-guidelines {
  margin-top: 1em;
}
.guideline-item {
  margin-bottom: 1.5em;
}
.guideline-item strong {
  display: block;
  font-size: 1em;
  color: #333;
  background-color: #f0f0f0;
  padding: 0.4em 0.8em;
  border-radius: 4px;
  margin-bottom: 0.5em;
}
.guideline-item p {
  font-size: 0.9em;
  margin: 0;
}

/* banner-links */
.banner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin-top: 1.5em;
}
.banner-links a {
  display: block;
  width: 100%;
  max-width: 250px;
  text-align: center;
}
.banner-links img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.banner-links figcaption {
  margin-top: 0.5em;
  font-size: 0.85em;
  color: #555;
}

/* 観光セクション */
.island-explore p {
  margin: 2em 0 1em;
  font-size: 0.95em;
}
.sight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1em;
  margin-top: 1em;
}
.sight-item {
  text-align: center;
}
.sight-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
}
.caption {
  font-size: 0.75em;
  color: #555;
  margin-top: 0.3em;
}
.spot-button {
  margin-top: 2em;
  text-align: center;
}
.spot-button .button {
  display: inline-block;
  background-color: #000000;
  color: white;
  text-decoration: none;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  font-size: 0.95em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s;
}
.spot-button .button:hover {
  background-color: #333333;
}

/* stay-section */
.stay-section {
  max-width: 1000px;
  margin: 4em auto 2em;
  padding: 0 1em;
  text-align: center;
}
.stay-section h2 {
  font-size: 1.6em;
  color: #2a7a7b;
  margin-bottom: 0.5em;
}
.stay-section p {
  font-size: 0.95em;
  color: #444;
  margin-bottom: 2em;
}
.stay-section img {
  width: 100%;
  height: auto;
  max-width: 1000px;
  border-radius: 8px;
  margin-bottom: 1.5em;
}


/*--ぱんくず--*/
.breadcrumb {
  font-size: 0.85em;
  padding: 1em;
  width: 100%;
  margin: 0 auto;
  color: #333;
	background-color: #EDEDED;
}
.breadcrumb a {
  color: #007c72;
  text-decoration: none;
}
.main-visual img {
  width: 100%;
  height: auto;
  display: block;
}


@media (max-width: 768px) {
  .main-visual img {
    height: 60vw; /* 任意で高さ調整 */
    object-fit: cover;
    object-position: center center; /* 中央を基準に切り抜き */
  }
}


@media (max-width: 768px) {
  .about-awashima,
  .intro {
    padding-left: 1em;
    padding-right: 1em;
  }
}

