@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------

共通css

----------------------------------------------------------*/


.h2_mv {
	background: url("../images/h2_mv.jpg") no-repeat center;
	background-size: cover;
}



/*----------------------------------------------------------

施設紹介

----------------------------------------------------------*/

/*施設紹介
-----------------------------*/
.sec_inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6%;
}

.h4_box {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:600px){
	iframe {
		height: 300px;
	}
}



/*漁港紹介
-----------------------------*/
.sec_port01 p {
	margin-top: 0;
}
.sec_port01 .sec_inner{
	width: 90%;
	max-width: 1000px;
}
h4 {
	height: 42px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
}
h4 img {
	height: 100%;
}

@media screen and (max-width:1000px){
h4 {
	margin: 0 auto;
	margin-bottom: 20px;
}
h4 img {
	height: 100%;
}
}







/*漁場紹介
-----------------------------*/
.sec_port02 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 120px;
}

.sec_port02 .img_box {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
}
.sec_port02 .img_box img {
	width: 100%;
}

.sec_port02 ul {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 700px) {
	.sec_port02 {
	margin-bottom: 60px;
}

}



.table_box {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 6%;
}
.table_box .tbl-r05  {
	width: 100%;
	border: 1px solid #1F518E;
	color: #1F518E;
}
.tbl-r05 tr.thead {
	background: #1F518E;
	line-height: 50px;
	color: #fff;
}
.tbl-r05 tr.thead th {
	border-left: 1px solid #fff;
	width: 25%;
}
.tbl-r05 tr.thead th:first-child {
	border-left: none;
	width: 15%;
}
.tbl-r05 tr.thead th:last-child {
	border-left: none;
	width: 25%;
}
.tbl-r05 td {
	border-left: 1px solid #1F518E;
	border-bottom: 1px solid #1F518E;
	padding: 10px;
	text-align: center;
}
.tbl-r05 td:first-child {
	border-left: none;
	font-weight: bold;
	text-align: left;
}


@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 80%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
	  border-left: none;
  }
  .tbl-r05 td:first-child {
    background: #1F518E;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}












