@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) { /*ウィンドウ幅が最大479pxまでの場合に適用*/
  h1, h2, h3, h4, p, dl {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  }
  #header {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 0 0 10px 0;
  }
  #header h1 img {
    max-width: 70%;
    margin: auto;
    display: block;
  }
  .header_title {
    width: 100%;
    margin: auto;
    background: #171C61;
  }
  p.header_title_in {
    /*max-width: 1000px;*/
    text-align: center;
    margin: auto;
    color: #fff;
    font-size: 0.6em;
    line-height: 1.5;
    padding: 5px 0;
    margin-bottom: 1em;
  }
  /*************************************************/
  /*トップページ*/
  /*************************************************/
  #main_img .slider img {
    width: 100%;
    background-size: cover;
  }
  .slick-dots {
    display: none;
  }
 .googleCalendar iframe {
	 width: 100%;
  }
	.googlecal, .googlemap {
    width: 100%;
    margin: auto;
	font-size: 50%!important;
  }
  .googlecal {
    height: 450px;
    margin: auto;
  }
  .googlemap {
    height: 300px;
    margin: auto;
  }
  .index_title {
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #171C61;
    line-height: 1.6;
    margin-bottom: 2em
  }
  #information {
    border: #C30D23 solid 5px;
    padding: 1em 1em;
    margin: 2em 0 1em 0;
  }
  #information2 {
    border: #C30D23 solid 5px;
    padding: 1em 1em;
    margin: 1em 0 2em 0;
  }
  #information p, #information2 p {
    color: #C30D23;
    text-align: center;
    font-size: 90%;
    line-height: 1.5
  }
  #information p span {
    font-weight: bold;
    color: #C30D23;
  }
  article {
    margin-bottom: 2em;
  }
  .center {
    margin-bottom: 50px;
    font-size: 80%;
  }
  .small_text {
    font-size: 80%;
    margin-bottom: 50px;
  }
  /*釣果ブログ*/
  article div p a {
    font-size: 80%;
  }
  article div p.date {
    font-size: 80%;
    font-weight: bold;
    color: #171C61;
  }
  article div.entry {
    margin-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 10px;
  }
  .gallery-p {
    overflow: hidden;
    display: flex;
    margin-bottom: 1em;
  }
  .gallery {
    display: flex;
  }
  .gallery img {
    height: 200px; /* スライダーの高さ */
    width: auto;
  }
  .gallery:first-child {
    animation: gallery 60s -30s linear infinite; /* スライダーの速度（２番目の数字は１番目の数字の半分にします） */
  }
  .gallery:last-child {
    animation: gallery2 60s linear infinite; /* 60sの部分は上の数字と同じ */
  }
  #index_area2 {
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
    margin: auto;
  }
  #index_area2 h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #171C61;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #index_area2 h3 span {
    color: #5e5e5e;
    font-size: 0.5em;
    font-weight: normal;
  }
  #index_area p.ikametal {
    background-color: #12114E;
    color: #FFE700;
    margin-top: 10px;
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
  }
  #index_area p.ikametal span {
    color: #fff;
    font-size: 11px;
  }
  .cssgrid2 {
    display: flex;
	 flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .cssgrid2 > div {
    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;
    width: 100%!important;
	  margin-bottom: 1em;
  }
  .cssgrid2 > div img {
    opacity: 0.6;
    display: block;
  }
  .cssgrid2 > div a:hover {
    opacity: 0.5;
  }
  .cssgrid3 {
    width: 100%;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
    margin-bottom: 10px;
  }
  .cssgrid3 > div {
	  width: 48%;
	  margin-bottom: 1em;
    position: relative;
  }
  .cssgrid3 > div img {
    width: 100%;
    display: block;
  }
  .cssgrid3 > div {
    display: inline-block;
  }
  .cssgrid3 > div a:hover {
    opacity: 0.5;
  }
  /*共通コンテンツ*/
  /***************************************************/
  #index_area {
    margin-bottom: 50px;
    overflow: hidden;
    width: 90%;
    margin: auto;
  }
  #index_area h3 {
    font-size: 1.3em;
    font-weight: bold;
    color: #1e2d56;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  #index_area h3 span {
    color: #5e5e5e;
    font-size: 0.5em;
    font-weight: normal;
  }
  #none {
    display: none;
  }
  .none {
    display: none;
  }
  /*フッター*/
  #footer {
    background: #171C61;
  }
  #footer .foot_logo img {
    max-width: 250px;
    margin-bottom: 10px;
  }
  #footer p {
    text-align: center;
    color: #fff;
    font-size: 0.9em;
  }
  .footer_in {
    width: 90%;
    margin: auto;
  }
  #footer .foot_tel {
    font-size: 1em;
    margin-top: 1em;
    color: #FFFF00;
    font-weight: bold;
  }
  #footer .brnone {
    display: block;
  }
  #footer .foot_tel span {
    font-size: 1.5em;
    color: #FFFF00;
  }
  #footer .foot_tel a {
    color: #FFFF00 !important;
  }
  .cssgrid4 {
    max-width: 300px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 1em;
    margin: auto;
    margin: 20px auto;
  }
  #footer ul {
    display: none;
  }
  #footer p.copy {
    text-align: center;
    font-size: 0.5em;
    color: #000;
    padding: 20px 0;
    background: #ffff;
  }
  #information p.osirase_red {
    background-color: #C30D23;
    color: #fff;
    padding: 5px;
    line-height: 1.5;
  }
  /*ページトップ*/
  #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;
  }
  .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 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;
  }
		
	
	
}