@charset "UTF-8";
/* CSS Document */
.wrap {
  overflow: hidden;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  h1, h2, h3, h4, p, dl {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #fff;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #171C61;
    text-align: center;
  }
  p.header_title_in {
    max-width: 1000px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    padding: 5px 0;
  }
  h1 img {
    width: 250px;
    /*float: left;*/
    margin: auto;
    display: block;
  }
  .header_right {
    float: right;
  }
  .header_right p {
    float: left;
    color: #fff;
    line-height: 1.2;
  }
  .header_right p.tellink span {
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
  .header_right p.top_kensaku a {
    display: block;
    background: #fff;
    padding: 0.3em;
    letter-spacing: 0.3em;
    font-size: 1.5em;
    margin-left: 20px;
    border-radius: 3px;
  }
  .header_right p.top_kensaku a::before {
    content: "▶︎";
    font-size: 0.5em;
    vertical-align: middle;
  }
  #head_area {
    max-width: 1000px;
    margin: auto;
    padding: 20px 0;
    overflow: hidden;
    background: url("../img/header_top.png") top center no-repeat;
  }
  /*メイン画像*/
  #main_img .slider img {
    width: 100%;
    background-size: cover;
  }
  #information {
    border: #C30D23 solid 5px;
    padding: 30px 50px;
    margin: 2em 0 1em 0;
  }
	#information2{
    border: #C30D23 solid 5px;
    padding: 30px 50px;
	margin-bottom: 3em;
	}	
	#information p,#information2 p {
    color: #C30D23;
    text-align: center;
  }

  #information p span {
    font-weight: bold;
    color: #C30D23;
  }
  .index_title {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #171C61;
    line-height: 2;
  }
	
	.googlecalendar iframe{
    width: 100%!important;
	}
  .googlecal, .googlemap {
    width: 100%;
    margin: auto;
  }
  article div p.date {
    font-size: 0.8em;
    font-weight: bold;
    color: #171C61;
  }
  article div.entry {
    margin-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 10px;
  }
  /*釣果ギャラリー*/
  #index_area2 {
    margin: auto;
    width: 100%;
    margin-bottom: 5em;
  }
  #index_area2 h3 {
    font-size: 32px;
    font-weight: bold;
    color: #171C61;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #index_area2 h3 span {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: normal;
  }
  /**/
  .gallery-p {
    overflow: hidden;
    display: flex;
  }
  .gallery {
    display: flex;
  }
  .gallery img {
    height: 250px; /* スライダーの高さ */
    width: auto;
  }
  .gallery:first-child {
    animation: gallery 60s -30s linear infinite; /* スライダーの速度（２番目の数字は１番目の数字の半分にします） */
  }
  .gallery:last-child {
    animation: gallery2 60s linear infinite; /* 60sの部分は上の数字と同じ */
  }
  /*共通コンテンツ*/
  /***************************************************/
  #index_area {
    margin: auto;
    max-width: 1000px;
    margin-bottom: 5em;
  }
  #index_area h3 {
    font-size: 32px;
    font-weight: bold;
    color: #171C61;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #index_area h3 span {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: normal;
  }
  /*ディスプレイnone*/
  .none {
    display: none;
  }
/************************************************************************/
/*インデックスのnoneレスポンシブ*/
/************************************************************************/
/*第二磯丸について*/
.cssgrid2 {
  max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;*/
  margin: auto;
  margin-bottom: 30px;
}
.cssgrid2 > div {
  overflow: auto;
  /*min-width: 0;
  padding: 0px;*/
	width: 32%;
	margin-bottom: 1em;
  position: relative;
}
.cssgrid2 > div img {
  width: 100%;
}
.cssgrid2 > div p {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  width: 100%;
}
.cssgrid2 > div p span {
  font-size: 0.5em !important;
  color: #FFFF00;
}
.cssgrid2 > div {
  background-color: #171C61;
  display: inline-block;
}
.cssgrid2 > div img {
  opacity: 0.6;
  display: block;
}
.cssgrid2 > div a:hover {
  opacity: 0.5;
}
.center {
  text-align: center;
}
.small_text {
  font-size: 0.8em;
  margin-top: 1em;
}
@media (min-width: 767px) {
  #header p.tellink a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #fff;
  }
}
/*レイアウト*/
.footer_in {
  background: #171C61;
  padding: 40px 0;
}
#footer .foot_logo img {
  max-width: 250px;
  margin-bottom: 10px;
}
#footer p {
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
#footer .footer_ul {
  width: 100%;
  background: #12114E;
}
#footer ul {
  max-width: 1000px;
  padding: 10px 0;
  overflow: hidden;
  margin: auto;
}
#footer ul li a {
  float: left;
  margin-right: 20px;
  color: #fff;
  font-size: 0.8em;
}
#footer p.copy {
  text-align: center;
  font-size: 0.8em;
  color: #000;
  padding: 20px 0;
}
#footer .ad a {
  color: #fff;
  text-decoration: none;
}
#footer .foot_tel {
  font-size: 1.2em;
  margin-top: 1em;
  color: #FFFF00;
  font-weight: bold;
}
#footer .foot_tel span {
  font-size: 1.5em;
  color: #FFFF00;
}
#footer .foot_tel a {
  color: #FFFF00 !important;
}
#footer .brnone {
  display: none;
}
/*フッターのボタン*/
.cssgrid4 {
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1.5em;
  margin: auto;
  margin: 30px auto;
}
.cssgrid4 > div {}
/*.cssgrid4 > div a p {
	text-align: center;
	padding: 5px;
	color: #1e2d56!important;
}*/
.cssgrid4 > div a p {
  color: #12114E !important;
}
.cssgrid4 div a {
  background: #fff;
  border-radius: 100px;
  overflow: auto;
  padding: 5px;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: #12114E !important;
}
.cssgrid4 div a:hover {
  background: #FFFF00;
  color: #1e2d56 !important;
}
/*ページトップ*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 100%;
}
#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 20px 0;
  text-align: center;
  display: block;
  border-radius: 100px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}
#page-top .fas {
  color: #fff;
}
.cssgrid3 {
  max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 1em;*/
  margin-bottom: 10px;
}
.cssgrid3 > div {
  /*overflow: auto;
  min-width: 0;
  padding: 0px;*/
	width: 24%;
	margin-bottom: 1em;
  position: relative;
}
.cssgrid3 > div img {
  width: 100%;
  display: block;
}
.cssgrid3 > div {
  display: inline-block;
}
.cssgrid3 > div a:hover {
  opacity: 0.5;
}
#information p.osirase_red {
  background-color: #C30D23;
  color: #fff;
  margin-top: 10px;
}
#index_area p.ikametal {
  background-color: #12114E;
  color: #FFE700;
  margin-top: 10px;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
  padding: 0.5em 0;
}
#index_area p.ikametal span {
  color: #fff;
  font-size: 13px;
  padding-top: 20px;
}
	
	.fsousalist_notouch > .sousalistwpin > .wpinpin > .sousalibb{
		display: none;
	}
}