
/*-------- 漁具設置状況用 --------*/

/*-------- 共通 --------*/

*{
 font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Meiryo','MS PGothic',Sans-serif;
 }

html {
 font-size: 100%;
  height:100%;
}

img {
 max-width: 100%;
}


a {
 text-decoration: none;
  color:#004EEB; /* リンクの色 */
}

a:link{
  text-decoration:none;
}

a:hover:not(.eachpage a:hover){
 text-decoration: none;
}


ul {
padding: 0;
}

li {
 list-style: none;
}



/*-------- レイアウト --------*/

.wrapper {
 max-width: 1600px;
 margin: auto;

}

/*-------- トップ --------*/

.top {
 background-color: white;
 display: flex;
 flex-wrap: wrap;
 align-items: flex end;
}


.logo{
 height:2.5em;
 line-height:2.5em;
 font-size:17px;
 font-weight:bold;
 letter-spacing: .01em;
 background-color:white;
 top: 0;
 display: flex;
 z-index:2;
}


.logo img{
 height:30px;
 width:50px;
 margin-top: auto;
 margin-bottom: auto;
 margin-left:10px;
 margin-right:3px;
}

/*-------- ぱんくず --------*/

.pan {
 font-size: 16px;
 font-weight: normal;
 margin-top: auto;
 margin-bottom: auto;
 margin-left: 70px;
}

/*-------- ページタイトル --------*/

.page-title {
 padding: 0.3rem 1.2rem;
 font-size: 18px;
 font-weight: bold;
 margin-top: 0rem;
 margin-bottom:1rem;
 border-left: 5px solid #1760a0;
 background-color: #97cdf3;
}

/*-------- 枠 --------*/


.main {
 margin: 0rem 0rem;
 margin-top: 1rem;
}

.waku {
 position: relative;
 margin-top: 1.5rem;
 padding: 1rem 0.5rem;
 border: solid 3px #97cdf3;
 border-radius: 8px;
}

.waku-title {
 position: absolute;
 display: inline-block;
 top: -13px;
 left: 10px;
 padding: 0 9px;
 line-height: 1;
 font-size: 1.1rem;
 font-weight: bold;
 background-color: #fff;
}

.p-umishiru {
 widht: 100%;
 aspect-ratio: 6/7;
 }
 
.p-umishiru iframe {
 width: 100%;
 height: 100%;
 }


/*-------- フッダー --------*/

.footer {
 padding: 0.2rem 1.0rem;
 font-size: 16px;
 margin-top: 1rem;
 background-color: #97cdf3;
}


/*-------- デスクトップ版（ここから） --------*/

@media (min-width: 800px) {

br {
 display: none;
}

.main {
 margin: 0rem 2rem;
}

.waku {

 padding: 1rem 1.5rem;
}

.waku-title {
 font-size: 1.2rem;
}

.page-title {
 padding: 0.3rem 1.5rem;
 font-size: 23px;
}

.wrapper {
 padding: 0 1.5rem;
}

.p-umishiru {
 widht: 100%;
 aspect-ratio: 15/8;
 }
 
.p-umishiru iframe {
 width: 100%;
 height: 100%;
 }

}

/*-------- デスクトップ版（ここまで） --------*/


/*-------- トップ --------*/
.waku-catP {
 display: flex;
 flex-wrap: wrap;
 gap: 1rem;
}

.waku-catP a {
 background-color:  #b8e0af;
 border-radius: 6px;
 font-size: 1.0rem;
 padding: 5px 10px;
}

