@charset "UTF-8";
.region{
	display: flex;
	float: left;
	padding: 0 10px 0 0;
	width:auto;
}
.bl-box {
    margin-bottom: -5px;
    font-size: 1.0em;
    letter-spacing: 0.1em;
}
.bl-box2 {
    margin: 30px 0 0 4px;
    font-size: 1.0em;
    letter-spacing: 0.1em;
}
.bl-box3 {
    margin: 40px 0 0 4px;
    font-size: 1.0em;
    letter-spacing: 0.1em;
}
.gojuon-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    text-align: left;
}
.gojuon-nav a {
    flex: 1;
    text-align: left;
    padding: 5px 0;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.8em;
    transition: background-color 0.2s, color 0.2s;
    border-radius: 4px;
}
.gojuon-nav a:hover {
    /*background-color: #007bff;*/
    color: #cccccc;
}
.gojuon-nav2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
    text-align: left;
}
.gojuon-nav2 a {
    flex: 1;
    text-align: left;
    padding: 5px 0;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.0em;
    transition: background-color 0.2s, color 0.2s;
    border-radius: 4px;
	display: inline-flex;
	align-items: center;
}
.gojuon-nav2 a:hover {
    /*background-color: #007bff;*/
    color: #cccccc;
}

.gojuon-nav ul {
	display: flex;
	flex-flow: wrap;
	width: 100%;
}
.gojuon-nav li {
	width: 20%;
	text-align: center;
}
.gojuon-nav2 ul {
    display: flex;
    flex-flow: wrap;
	justify-content: unset;
    width: 100%;
    margin: 0 2%;
}
.gojuon-nav2 li {
	width: 25%;
}

/************PC***************/
@media screen and (min-width: 768px){
	.gojuon-nav ul {
        display: flex;
        flex-flow: wrap;
        width: 100%;
		justify-content: space-between;
        margin: 0 2%;
	}
	.gojuon-nav li {
		width: auto;
	}
	.gojuon-nav2 ul {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
        width: 100%;
	}
	.gojuon-nav2 li {
		width: auto;
	}
}



.link-list-container hr {
    width: 100%; 
    border: none;
    border-top: 1px solid #333;
    margin-top: -25px;
    margin-bottom: 30px;
}
.link-list-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 70px 30px 30px 30px;
    border-radius: 8px;
}
.link-list-container h1 {
    text-align: left;
    color: #333;
    margin-bottom: 30px;
    font-size: 1.8em;
}

/* PC */
@media (min-width: 769px) {
  .wrapper {
    display: flex;
    gap: 30px;
	}
}
/* スマホ・タブレット */
@media (max-width: 768px) {
	.ship-table-container {
		width: 100%;       /* 横幅を親要素に合わせる */
		overflow-x: auto;  /* 横方向にはみ出た場合にスクロールバーを表示 */
		white-space: nowrap; /* セル内での意図しない改行を防ぐ（任意） */
		-webkit-overflow-scrolling: touch; /* iOSでのスクロールを滑らかにする */
		margin-bottom: 50px;
	}
}


.kigou-box{
	margin-left: 4px;
}
.kigou-box img{
	margin-left: 4px;
	padding-top: 0px;
}
.kigou-box img {
  width: 16px;   /* 画像サイズ調整 */
  height: auto;
  vertical-align: middle;
  margin-left: 2px;
  padding-top: 20;
}
/* ------------------- 左側のナビゲーション ------------------- */
.side-nav {
    width: 220px;
    flex-shrink: 0;
    padding: 0 0 0 0;
    background-color: #ffffff;
    border-radius: 0px;
    position: sticky;
    top: 166px;
    height: fit-content;
}
.side-nav h2 {
    font-size: 1.1em;
    color: #007bff;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}
.side-nav ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.side-nav li a {
    display: block;
    padding: 11px 5px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    /*border-bottom: 1px dashed #ced4da;*/
    transition: background-color 0.2s, color 0.2s;
}
.side-nav li a:hover {
    color: #000000;
    background-color: #e9ecef;
}
.ship-table-container {
    margin-bottom: 50px;
}
.side-nav2 {
    width: 200px;
    flex-shrink: 0;
    padding: 0 0 0 0;
    background-color: #ffffff;
    border-radius: 0px;
    position: sticky;
    top: 166px;
    height: fit-content;
}
.side-nav2 h2 {
    font-size: 1.1em;
    color: #007bff;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}
.side-nav2 ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.side-nav2 li a {
    display: block;
    padding: 7px 5px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    /*border-bottom: 1px dashed #ced4da;*/
    transition: background-color 0.2s, color 0.2s;
}
.side-nav2 li a:hover {
    color: #000000;
    background-color: #e9ecef;
}	


/* ------------------- 右側のコンテンツ ------------------- */

/* 釣り船などのアンカー調整 */
h3[id] {
	scroll-margin-top: 150px;
}

.main-content {
    flex-grow: 1;
}
.main-content h2 {
    border-bottom: 3px solid #007bff;
    padding-bottom: 5px;
    margin-top: 30px;
    color: #007bff;
    padding-top: 50px;
    margin-top: -50px;
    font-size: 1.5em;
}
.main-content h3 {
    margin-top: 20px;
    color: #555;
    background-color: #e9ecef;
    padding: 5px 10px;
    border-left: 5px solid #333333;
    font-size: 1.2em;
    margin: 0 0 20px;
}
.link-group {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    /* 多段組み設定 */
    column-count: 1;
}
.link-group li {
    margin-bottom: 5px;
    padding: 3px 0;
    break-inside: avoid-column;
}
.link-group li a {
    text-decoration: none;
    color: #212529;
    display: block;
    padding: 2px 5px;
    border-radius: 3px;
    transition: background-color 0.2s;
}
.link-group li a:hover {
    color: #000000;
    background-color: #e9ecef;
}

@media (min-width: 768px) {
.link-group.column-3 {
    column-count: 3;
    column-gap: 20px;
	}
}
@media (max-width: 767px) {
/* 親コンテナ */
.side-nav2 {
	width: auto;
	position: initial;
  /*
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  align-items: start;
	*/
}

/* 1段目 (奇数・偶数ペア) */
.side-nav2 > div:nth-of-type(1), .side-nav2 > div:nth-of-type(1) + ul { grid-column: 1; grid-row: 1; }
.side-nav2 > div:nth-of-type(2), .side-nav2 > div:nth-of-type(2) + ul { grid-column: 2; grid-row: 1; }

/* 2段目 (奇数・偶数ペア) */
.side-nav2 > div:nth-of-type(3), .side-nav2 > div:nth-of-type(3) + ul { grid-column: 1; grid-row: 2; }
.side-nav2 > div:nth-of-type(4), .side-nav2 > div:nth-of-type(4) + ul { grid-column: 2; grid-row: 2; }

/* 見出しのデザイン */
.side-nav2 .bl-box2, 
.side-nav2 .bl-box3 {
  display: flex;
  align-items: center;
  padding: 8px 30px 8px 12px;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  background: #efefef;
  color: #333;
  font-weight: bold;
  z-index: 2;
  transition: background-color 0.3s;
	margin: 0;
}

/* 見出し：ホバー時 */
.side-nav2 .bl-box2:hover, .side-nav2 .bl-box3:hover {
  /*background: #ffe8e8;*/
}

/* 右端の矢印 */
.side-nav2 .bl-box2::after, .side-nav2 .bl-box3::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* 開いた時の矢印アクション（見出しにis-openが付く場合） */
.side-nav2 .is-open::after {
  transform: translateY(-30%) rotate(-135deg);
}

/* ふわっと開くリストの設定 */
.side-nav2 > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border-radius: 0 0 6px 6px;
  
  /* アニメーション用 */
  display: block !important; /* Gridレイアウト維持のため常に生成 */
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.4s ease, visibility 0.3s;
  
  /* 見出しの直下に来るように調整 */
  position: relative;
  /* top: 45px; 見出しの高さに合わせて調整 */
  margin-bottom: 15px; /* リストが開いた時、下の段を押し下げる余白 */
}

/* 開いた時のスタイル */
.side-nav2 > ul.is-open {
  visibility: visible;
  opacity: 1;
  max-height: 500px; /* コンテンツに合わせて十分な高さを指定 */
  padding: 10px 5px;
  border: 1px solid #efefef;
  border-top: none;
}

/* リスト内リンク */
.side-nav2 > ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #555;
  font-size: 0.9em;
  border-bottom: 1px dashed #efefef;
}


.side-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: auto !important;
    justify-content: space-between;
    width: 100% !important;
}
.side-nav {
    /*display: flex;*/
    width: auto;
	position: initial;
	}
.side-nav li {
    align-items: center;
    padding: 0 0 0 14px;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    background: #efefef;
    color: #333;
    font-weight: bold;
    z-index: 2;
    transition: background-color 0.3s;
    margin: 0 0 15px;
    width: 100%;
    /* justify-content: space-between; */
	}
	
.gojuon-nav2 {
	display: none;
	}
.gojuon-nav {
	display: none;
	}
.ship-table {
    margin-bottom: 0 !important;
	}
.ttlBox {
    position: sticky;
    background: #fff;
    z-index: 10;
    padding: 0;
    top: 60px;
	}

}

@media (min-width: 768px) {
.ttlBox {
    position: sticky;
    top: 62px;
    height: fit-content;
    z-index: 10;
    background-color: #fff;
    padding: 10px 0 0;
	}
}

.ship-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ship-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 50px;
}
.ship-table th, .ship-table td {
    border: 1px solid #999;
    padding: 12px 16px;
    text-align: left;
    white-space: nowrap;
}
.ship-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.ship-table tr:hover {
    background-color: #f9f9f9;
}
.ship-table a {
    color: #0073aa;
    text-decoration: none;
}
.ship-table a:hover {
    text-decoration: underline;
}




/*　釣船・釣り場情報　右幅の追加　*/
.ship-table th:nth-child(1),
.ship-table td:nth-child(1),
.ship-table th:nth-child(2),
.ship-table td:nth-child(2),
.ship-table th:nth-child(3),
.ship-table td:nth-child(3) {
  padding-right: 20px !important;
  white-space:nowrap !important;
}

