@charset "UTF-8";
*{
  margin:0;
  padding:0;
}
a{
  text-decoration: none;
  color: black;
}
h2{
  font-size: 40px;
  font-family: "游教科書体 横用","YuKyokasho Yoko";
  font-weight: bold;
}
h3{
  font-size: 30px;
  font-family: "游教科書体 横用","YuKyokasho Yoko";
  font-weight: bold;
}
p{
  font-size: 24px;
  font-family: "游教科書体 横用","YuKyokasho Yoko";
	font-weight:bold;
}
ul{
  list-style: none;
}
main{
  background-image: url(../img/backyellow.png);
  width: 100%;
  height: auto;
  margin-top: -10px;
  background-repeat: repeat;
}
.openbtn{
  display: none;
}
#g-nav{
  display: none;
}
.tellme{
	color:blue;
}
/*ヘッダー*/
header{
  width: 100%;
  height: 140px;
  background-color: #A7E0FF;
  display: flex;
  justify-content: space-between;
  padding: 0px 80px;
}
.logon{
  margin-top: 35px;
}
.phone{
  display: block;
  display: flex;
}
.one{
  margin-top: 20px;
}
.phone img{
  width: 70px;
  height: 70px;
  margin-top: 10px;
}
span{
  letter-spacing: 5px;
	color:blue;
	font-size:24px;
}
/*スケジュール*/
.schedule{
  text-align: center;
  padding-top: 100px;
}
.schedule h2{
  padding-bottom: 20px;
}
.schedule p{
  padding-bottom: 10px;
}
.calendar{
  margin-top: 50px;
}
.topca{
  width: 850px;
  margin: 0 auto;
}
table {
  border-collapse: collapse;
}
th, td {
  border: 1px solid #333;
  font-family: "游教科書体 横用","YuKyokasho Yoko";
  height: 50px;
  background-color: white;
}
th{
  background-color: #D6D6D6;
}
/*最新の釣果*/
.new{
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
}
.blur h2{
  background-color: #A7E0FF;
  width: 400px;
  padding: 50px 0px;
  text-align: center;
}
.new p{
  border: 3px solid black;
  background-color: white;
  width: 330px;
  height: 80px;
  padding: 20px;
  text-align: center;
  margin: 40px 80px 0px 0px;
}
.fish{
  margin: 50px 80px 0px 80px;
  display: grid;
  grid-template-columns:250px 250px 250px 250px;
  gap: 60px 40px;
}
.seika img{
  margin-bottom: 10px;
	width:250px;
	height:250px;
}
.seika p{
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
.tokasns{
  margin: 60px 80px 0px 0px;
}
.tokasns h3{
  text-align: right;
}
.btn{
  background-color: #FFA2A2;
  height: 70px;
  width: 400px;
  border-radius: 20px;
}
.big{
  padding: 18px 100px;
  position: relative;
  top: 10px;
  right: -790px;
}
.seisei{
	margin-top:60px;
}
.seikaturi{
	width:1120px;
	margin-left:100px;
}
.seikatotal{
	padding:30px 0px 100px 0px;
}
.seikatotal h3{
	margin-bottom:15px;
}
.seikatotal p{
	font-size:22px;
}
.seikatotal img{
	margin-top:20px;
}
/*捌き屋*/
.frendsns{
  margin-top: 100px;
}
.oto{
  margin: 0px 40px 0px 80px;
  display: flex;
  justify-content: space-between;
}
.oto p{
  margin-top: 30px;
  line-height: 50px;
}
.space{
  letter-spacing: 3px;
}
.small{
  font-size: 18px;
  padding: 10px 50px;
  margin-left: 80px;
  font-weight: bold;
}
.otoimg{
	margin-top: -80px;
}
.otoimg img{
  margin-right: 40px;
}
.up{
  position: relative;
  top: -100px;
}
.upone{
	margin-right: 0px;
	height: auto;
	width: 300px;
	margin-left: 800px;
	margin-top: -80px;
}
/*船長挨拶*/
.topship{
  margin-top: 100px;
}
.chao{
  display: flex;
  justify-content: space-between;
  margin: 40px 80px 0px 80px;
}
.chao p{
  letter-spacing: 1px;
  line-height: 50px;
  font-weight: bold;
}
.chao img{
  position: relative;
  top: -120px;
}
.topship img{
  display: none;
}
/*フッター*/
footer{
  background-color: #A7E0FF;
}
ul{
  display: flex;
  justify-content: space-between;
  margin: 0px 80px;
  padding-top: 70px;
}
li{
  font-size: 24px;
  font-weight: bold;
  font-family: "游教科書体 横用","YuKyokasho Yoko";
}
.fotmenu{
  display: flex;
  justify-content: space-between;
  margin: 70px 80px;
}
.fotmenu p{
  font-size: 16px;
  margin-top: 10px;
}
.fotmenu img{
  margin-top: 10px;
}
.center{
  text-align: center;
}
/*注意事項*/
.main{
  padding: 120px 0px 60px 0px ;
}
.attention h3{
  color: #FF0000;
  font-size: 40px;
  margin: 50px 0px 20px 60px;
}
.attention p{
  font-size: 20px;
  margin: 0px 0px 0px 80px;
  letter-spacing: 2px;
  line-height: 50px;
}
.attention img{
  display: block;
  margin:  0 auto;
  width: 500px;
  height: 500px;
  padding-top: 30px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
/*釣り船紹介*/
.grade{
  display: flex;
  padding: 50px 0px 80px 80px;
}
.topgrade{
  height: 280px;
  margin: 120px 0px 0px 80px;
}
.topgrade td{
  height: 0px;
  padding: 0px 30px;
	font-weight:bold;
}
.row{
  height: 60px;
}
.line{
  line-height: 30px;
}
.interior{
  margin: 0px 100px 0px 80px;
}
.interior h3{
  font-size: 40px;
}
.interiorimg{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.interiorset p{
  font-size: 20px;
}
.person{
  width: 720px;
  height: 370px;
  background-color: #D6D6D6;
  margin: 80px 0px 100px 80px;
}
.person p{
  font-weight: bold;
}
.personcenter{
  text-align: center;
  padding-top:30px;
}
.personreft{
  text-align: right;
  padding-right: 200px;
  margin-top: 30px;
}

.business{
	text-align: center;
}
.text--link{
	margin-top: 30px;
}
.text--link > a{
	background-color: yellow;
	padding: 20px;
}
/*最新の釣果詳細*/
.haiteku{
  padding-bottom: 140px;
}
/*料金*/
.price{
  padding-bottom: 100px;
}
.turi{
  display: flex;
}
.turi h2{
  height: 160px;
}
.turi img{
  margin: -80px 0px 0px 50px;
  display: block;
}
.toprice{
  width: 940px;
  text-align: center;
  margin-bottom: 20px;
}
.toprice th{
  padding: 0px 20px;
}
.priceless{
  margin: -20px 0px 0px 80px;
}
.priceless p{
  margin-top: 10px;
}
/*アクセス*/
.map{
  margin: 50px 0px 150px 80px;
}
.map p{
  margin-top: 20px;
}