/*  
  Theme Name: 釣り公園シモツピアーランドのテーマ
  Theme URI: 
  Description: 釣り公園シモツピアーランドのテーマのテーマ
  Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/* Base Layout CSS */
html{
  scroll-behavior: smooth;
  visibility: hidden;
}
html.wf-active,
html.loading-delay {
  visibility: visible;
}
body {
  font-size: 16px;
  /* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
  /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  /* font-family: "M PLUS 1p";
  font-family: "M PLUS Rounded 1c";  */
/*  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
*/
	font-family: tbudgothic-std, sans-serif;
  font-style: normal;
	font-display:swap;
  line-height: 140%;
  letter-spacing: 0.5pt;
  /*font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;*/
  /*line-height: 180%;*/
  /*letter-spacing: 2.4pt;*/
}
a:not(.btn):not(.no-effect) {
  transition: .4s;
}
a:not(.btn):not(.no-effect):hover {
/*  padding-left: 3px;
*/}
img {
  max-width: 100%;
  height: auto;
}
a:hover img {
  -moz-opacity:0.65;
  opacity:0.65;
  filter:alpha(opacity=65);
}
img, a:link img, a:visited img {
  border:0;
  vertical-align:bottom;
}
hr {
  margin: 30px 0;
  border: none;
  display: block;
  height: 1px;
  background-color: #CCC;
}
figcaption {
  text-align: center;
}
.wf-mplus1p { font-family: "M PLUS 0.5p"; }
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }
.font-kosugi-maru {
  font-family: 'Kosugi Maru', sans-serif;
}

/* Bootstrap CSS Customize */
h1,h2,h3,h4,h5,h6 { font-weight:500; }
dt{font-weight:500;}

@media (max-width:992px){
  .container {
    max-width: 100%;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 8px 12px !important;
}


/* Header CSS Customize */
#header.fixed {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #FFF;
  padding: 5px 5px;
  z-index: 9999;
  opacity: 1;
  transition: .4s;
}
#header.fixed.nobg {
  opacity: 0;
  transition: .4s;
}
#globalHeader {
  position: absolute;
  top: 10px;
  left: 20px;
  display: inline-block;
  max-width: 306px;
  z-index: 1000;
}

#headerTitle {
  width: 300px;
}
#headerTitle h1 {
  display: inline-block;
  letter-spacing: 1.2pt;
  font-size: 2rem;
  font-weight: 550;
  font-family: 'Kosugi Maru', sans-serif;
  margin: 0;
  padding: 0;
}
#headerTitle h1 a {
  color: #2995E2;
}
#headerTitle h1 a:hover {
  text-decoration: none;
  padding-left: 0;
}
#headerTitle h1 .title {
  float: left;
}
#headerTitle h1 .title {
  margin-top: 3px;
  margin-left: 10px;
}
#headerTitle h1 .title,
#headerTitle h1 .sub,
#headerTitle h1 .name {
  display: block;
}
#headerTitle h1 .sub {
  font-size: 1.3125rem;
}

#headerTel {
  position: absolute;
  top: 5px;
  right: 20px;
  display: inline-block;
  max-width: 380px;
  margin-left: auto;
  text-align: right;
  letter-spacing: 1pt;
}
#headerTel .catch_copy {
  margin: 0 0 5px;
  font-size: 12px;
  letter-spacing: 0.1px;
  font-weight: 500;
}
#headerTel .tel {
  font-size: 1.45rem;
  font-weight: bold;
  color: #2995E2;
  vertical-align: bottom;
}
/*@media (max-width:1140px){*/
/*@media (max-width:1350px){*/
@media (max-width:992px){
  #headerTel {
    display: none;
  }
  #header.fixed{
    top:0;
  }
}



/* Navi CSS Customize */
#globalNavi {
  display: inline-block;
  font-size: 100%;
  font-weight: bold;
  width: 100%;
  letter-spacing: 1.2pt;
  text-align: right;
  margin-top: 50px;
  padding-right: 20px;
  z-index: 100;
}

#globalNavi .navbar {
  padding: 0;
}
#globalNavi ul {
  padding: 0;
  width: 100%;
  margin-left: 10px;
  font-weight: 550;
}
#globalNavi ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 120%;
  vertical-align: middle;
  margin-left: 30px;
}
#globalNavi ul li:first-child {
  margin-left: 0;
}
#globalNavi ul li a {
  color: #2995E2;
  padding: 12px 5px 7px 5px;
  display: inline-block;
  vertical-align: middle;
}
#globalNavi ul li a:hover {
  color: #2995E2;
  text-decoration: none;
}
#globalNavi ul li a span {
  display: block;
}
#globalNavi .navbar-toggler {
/*
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
*/
}
#globalNavi {
  position: relative;
}
#globalNavi .submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#globalNavi .mainmenu > ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 36px;
}
#globalNavi .submenu ul {
  background-color: #fff;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
#globalNavi ul .submenu ul li {
  background-color: #fff;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
}
#globalNavi ul .submenu ul li a {
  border-bottom: none;
  min-width: 200px;
}
@media (max-width:992px){
  #globalNavi .submenu {
    display: none;
  }
}

#globalNavi ul li.search {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
#globalNavi ul li.search a {
  background: none;
  border-bottom: none;
  padding: 12px 5px 2px 5px;
}
#globalNavi ul .search_form {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  background-color: #fff;
  padding: 15px 20px;
  width: 300px;
  text-align: right;
}
#globalNavi ul .search_form .screen-reader-text {
  display: none;
}
#globalNavi ul .search_form input[type=text] {
  border: 1px solid #333;
  padding: 5px 8px;
  width: 180px;
  border-radius: 5px;
}
#globalNavi ul .search_form input[type=submit] {
  border: none;
  border: 1px solid #333;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
.navbar-toggler {
  width: 40px;
  height: 40px;
  padding: 0;
  border-color: #fff;
  background: #2995E2;
  border-radius: 50%;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 20px;
}

@media (max-width:992px){
  #globalNavi {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 100%;
    padding-right: 10px;
    margin-top: 0px;
  }
  #globalNavi ul {
    background-color: #fff;
    margin-left: 0;
    width: calc(100% + 10px);
  }
  #globalNavi ul li {
    text-align: left;
    margin-left: 0;
  }
  #globalNavi ul li a {
    display: block;
    padding: 28px;
    background: url(images/list_icon_g.png) no-repeat 8px 31px;
    border-bottom: none;
  }
  #globalNavi ul li.search a {
    display: none;
  }
  #globalNavi ul .search_form {
    display: block;
    position: relative;
    top: 0;
    text-align: left;
    padding-left: 10px;
  }
}



/* Visual Layout CSS */
#visual {
  z-index: 60;
}
#visual .container {
  position: relative;
  text-align: center;
}
#visual .photo {
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 300px;
}
#visual.sub-visual .photo {
  position: relative;
}
body.home #visual .photo {
  height: 100vh;
}
#visual.sub-visual .container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
#visual .text {
  position: absolute;
  top: 0;
  left: 0;
}
body.home #visual .text {
  min-height: calc(100vh 120px);
}
#visual.main-visual .text p {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 20px;
  font-size: calc(1.6rem + ((1vw - .64rem)*.5));
  line-height: 2;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateY(-10%) translateX(-10%);
  -webkit-transform: translateY(-10%) translateX(-10%);
  height: 100%;
}
#visual.main-visual .text p strong {
  background-color: #fff;
  color: #2995E2;
  padding: .9em .3em;
  margin: 0 .4em;
  display: inline-block;
  opacity: 0.9;
}

#visual.sub-visual {
  padding-top: 100px;
}
#visual.sub-visual .text {
  position: relative;
  top: 120px;
  text-align: center;
  text-shadow: 0px 0px 5px #999;
}
#visual.sub-visual .text .title {
  padding-top: 0px;
  color: #fff;
}
#visual.sub-visual .text span {
  display: block;
  font-size: 0.75rem;
  color: #000;
  padding-top: 5px;
}



/* Main Layout CSS */
#main {
  padding-top: 30px;
  padding-bottom: 50px;
  z-index: 100;
}
body.home #main {
  padding-top: 30px;
}
#main .page-title {
  margin-bottom: 50px;
}

#main.page-template .two-column {
  overflow: hidden;
}
#main.page-template .two-column .content-block {
  width: 75%;
  float: left;
}
#main.page-template .entry-body {
  font-size: 87.5%;
}
#main.page-template .entry-body.bg-none {
  padding: 0;
}
@media (max-width:767px){
  #main.page-template .two-column .content-block {
    width: 100%;
    float: none;
  }
  #main.page-template .entry-body {
  }
}

#main.page-template .page-title {
  margin-bottom: 30px;
}
.home .page-title h2 {
  color: #333;
  font-size: 180%;
  padding-bottom: 5px;
  padding-right: 10px;
  letter-spacing: 4pt;
}
body.single #main.page-template .page-title h2 {
  border-bottom: 1px solid #333;
}
#main.page-template .page-title h3 {
  background-color: #bdeff6;
  padding: 10px;
}
/* #main.page-template h2 {
  color: #2995E2;
  font-size: 187.5%;
  padding-bottom: 5px;
} */
#main.page-template h3 {
  font-size: 131.25%;
  color: #2995E2;
  margin-bottom: 20px;
}
#main.page-template h4 {
  font-size: 118.75%;
  margin-bottom: 20px;
}
@media (max-width:767px){
  #main.page-template h1 {
    font-size: 187.5%;
  }
}



/* Sidebar Layout CSS */
#sidebar {
  width: 23%;
  float: right;
}
@media (max-width:767px){
  #sidebar {
    width: 100%;
    float: none;
  }
}



#categorylist .sidebox {
  /*border: 1px solid #CCC;*/
  margin-bottom: 50px;
  padding: 10px;
  background-color: #bdeff6;
  border-radius: 5px;
}
#categorylist .title {
  margin: 0;
  padding: 15px 0 0;
  color: #2995E2;
  font-size: 130%;
}
#categorylist .title:before {
  content: "";
  padding-left: 15px;
}
#categorylist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#categorylist li {
  margin: 10px 0;
  padding: 0;
}
#categorylist li a, #categorylist ul.children li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  transition: .4s;
}
#categorylist li a:hover, #categorylist li a.active,
#categorylist li.current_page_item a, #categorylist li.current_page_parent a,
#categorylist ul.children li a:hover, #categorylist ul.children li a.active,
#categorylist ul.children li.current_page_item > a, #categorylist ul.children li.current_page_parent > a
{
  display: block;
  padding: 15px;
  background-color: #2995E2;
  color: #FFF;
}
#categorylist ul.children li:not(.current_page_item) ul.children {
  display: none;
}
#categorylist li a:hover, #categorylist ul.children li a:hover {
  background-position: 15px center;
  padding-left: 35px;
  padding-right: 10px;
  padding: 15px 10px 15px 20px;
}
#categorylist li:last-child {
  border-bottom: none;
}
.fa-green {
  color: #2995E2;
}
#categorylist li a:hover .fa-green {
  color: #fff;
}
#categorylist ul ul {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}

#sidebox-calendar.sidebox {
  background-color: #eee;
}
#sidebox-calendar.sidebox .body {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size:90%;
}
#sidebox-calendar.sidebox .body table {
  border: none;
  margin-bottom: 0;
  width: 100%;
}
#sidebox-calendar.sidebox .body table th, #sidebox-calendar.sidebox .body table td {
  padding: 0;
  text-align: center;
}
#sidebox-calendar.sidebox .body table th {
  border: none;
  background-color: #fff;
}
#sidebox-calendar.sidebox .body table td {
  border: none;
}
#sidebox-calendar.sidebox .body table td a:not(.btn):not(.no-effect):hover {
  padding-left: 0;
  background-color: #bdeff6;
}
.wp-calendar-table {
}
.wp-calendar-table caption {
  color: #333;
  text-align: center;
  caption-side: top;
}
.wp-calendar-table #today {
  background-color: #bdeff6;
}



#bannerlist {
  font-size: 0;
  letter-spacing: 0;
}
#bannerlist ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}
#bannerlist li {
  display: inline-block;
  margin: 1%;
  padding: 0;
  width: 23%;
}
#bannerlist li img {
  width: 100%;
  height: auto;
}
#bannerlist li a, #bannerlist li a:hover {
  display: block;
  padding-left: 0;
}
@media (max-width:767px){
  #bannerlist {
    margin-bottom: 80px;
  }
  #bannerlist li {
    margin: 1%;
    width: 48%;
  }
}




/* Footer CSS Customize */
#footer{
  background: url(images/bg_footer2.png) no-repeat top;
  /*background-size: cover;*/
  background-size: 100% auto;
  color: #fff;
  margin-top: 30px;
}
#footer #globalFooter{
  background: url(images/bg_footer.jpg) no-repeat bottom;
  /*background-size: cover;*/
  background-size: 100% 70%;
  color: #fff;
}
#footer a:not(.sp-only a) {
  color: #fff;
}
#globalFooter .information .title {
  letter-spacing: 1.2pt;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Kosugi Maru', sans-serif;
  margin-bottom: 40px;
}
#globalFooter .information .title,
#globalFooter .information .sub,
#globalFooter .information .name {
  display: block;
}
#globalFooter .information .sub {
  font-size: 1.3125rem;
}
#globalFooter .information .address {
  margin-bottom: 5px;
}
#globalFooter .navigation ul li .nav-link {
  padding: 30px 10px;
}
#globalFooter .copyright {
  font-size: 80%;
  margin-bottom: 0;
}
#globalFooter .copyright p{
	margin:0;
}
.footerimg {
    margin-right: calc(50% - 50vw + 10px);
    margin-left: calc(50% - 50vw);
}
.footerimg img{
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width:767px){
  #footer {
    padding-top: 50px;
  }
  #globalFooter .navigation ul li .nav-link {
    padding: 5px 10px;
    font-size: 80%;
  }
}


#pagetop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1000;
}



/* Page CSS Customize */
.content-block {
  padding: 30px 0;
}

.content-block-column {
  opacity : 0;
  transform: translateY(30px);
  transition: 1s;
}


ul.child_post_type_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.child_post_type_list li {
  margin: 10px 0;
  padding: 0;
  border: 1px solid #2995E2;
  width: 49%;
  margin-left: 0%;
  margin-right: 1%;
  float: left;
}
ul.child_post_type_list li:nth-child(even) {
  width: 49%;
  margin-left: 1%;
  margin-right: 0%;
  float: right;
}
ul.child_post_type_list li a {
  display: block;
  padding: 15px 10px 15px 45px;
  text-decoration: none;
  color: #333;
  background: url(images/list_icon.png) no-repeat 20px center;
  background-color: #FFF;
  transition: .4s;
}
ul.child_post_type_list li a:hover, ul.child_post_type_list li a.active
{
  display: block;
  padding: 15px 10px 15px 45px;
  background: url(images/list_icon_on.png) no-repeat 20px center;
  background-color: #2995E2;
  color: #FFF;
}
ul.child_post_type_list li a:hover {
  background-position: 15px center;
  padding-left: 35px;
  padding-right: 10px;
  padding: 15px 10px 15px 35px;
}
ul.child_post_type_list li a:hover .fa-green {
  color: #fff;
}



/* Index Page CSS Customize */
#index_navigation {
  margin-top: 40px;
  margin-bottom: 20px;
}
#index_navigation .nav li {
  border-right: 1px solid #ccc;
  width: 16.66666%;
  text-align: center;
}
#index_navigation .nav li:last-child {
  border-right: none;
}
#index_navigation .nav li a {
  padding: 30px;
}
@media (max-width:899px){
  #index_navigation .nav li a {
    padding: 15px;
  }
}
@media (max-width:767px){
  #index_navigation {
    display: none;
  }
}


#index_fishing {
  background: url(images/bg_index_01.png) no-repeat center top;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 150px;
}
#index_fishing .page-title {
  background-color: #2995E2;
  width: 100%;
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 50px;
  text-align: center;
}
#index_fishing .page-title h2 {
  margin-bottom: 0;
  font-size: 2rem;
  color: #FFF;
  padding:0;
}

#index_fishing #contents-index-fishing table{width:100%;border:none;}
#index_fishing #contents-index-fishing table tr{width:100%;border-bottom:1px solid;}
#index_fishing #contents-index-fishing table th{
	width: 35%;
	border: none;
	font-weight: 500;
	white-space: nowrap;
	padding-left:3px;
}
#index_fishing #contents-index-fishing table td{
	width: 65%;
	border: none;
	font-weight: 600;
	text-align: end;
	font-size: 135%;
	padding:20px 10px;
	white-space: nowrap;	
}

#index_fishing dl {
  font-weight: bold;
  display: block;
  width: 100%;
  border-bottom: 1px solid #333;
  margin: 10px 0 30px;
}
#index_fishing dl dt,
#index_fishing dl dd {
  display: inline-block;
}
#index_fishing dl dt {
  width: 30%;
  font-size:130%;
	white-space: nowrap;
}
#index_fishing dl:nth-of-type(1) dt {
  width: 60%;
  font-size:100%;
}
#index_fishing dl:nth-of-type(1) dd{
  vertical-align: middle;
}
#index_fishing dl dd {
  font-size:160%;
	white-space: nowrap;
}

#fishing-gallery {
}
#fishing-gallery .slick-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#fishing-gallery img {
  width: 380px;
  height: 380px;
  object-fit: cover;
  margin: 10px;
  z-index: 100;
}
#fishing-gallery .slick-prev,#fishing-gallery .slick-next {
  width: 50px;
  height: 50px;
  z-index: 200;
}
#fishing-gallery .slick-prev:before, #fishing-gallery .slick-next:before {
  font-size: 50px;
}


.fishing-meta {
}
.fishing-meta ul {
  margin: 0;
  list-style: none;
}
.fishing-meta li {
  display: inline-block;
  padding: 3px 7px;
  min-width: 120px;
  text-align: center;
  border-right: 1px solid #333;
}
.fishing-meta li:first-child {
  border-left: 1px solid #333;
}


#index_news {
  background: url(images/bg_index_02.jpg) no-repeat center bottom;
  /*background-size: cover;*/
  background-size: 100%;
  padding-bottom: 300px;
}
#index_news .entry-body {
  width: 80%;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
}
#index_news .page-title {
  margin-bottom: 20px;
}
#index_news ul {
  list-style: none;
  height: 150px;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
}
#index_news li {
  margin-bottom: 10px;
  border-bottom: 1px solid #2995E2;
}
#index_news li .date {
  margin-right: 10px;
}
#index_news li a {
  text-decoration: none;
}
#index_news .panel-blue .label {
  display: inline-block;
  padding: 5px 30px;
  background-color: #fff;
  border-radius: 7px;
  color: #2995E2;
}


#index_guide {
  background: url(images/bg_index_03.png) no-repeat center bottom;
  /*background-size: cover;*/
  background-size: 100%;
  padding-bottom: 200px;
}
#index_guide .page-title {
  margin-bottom: 60px;
}



.entry-body p {
  line-height: 180%;
}
.panel {
  padding: 30px 50px;
  margin: 10px 0 20px;
}
.panel-blue {
  background-color: rgba(41, 149, 226, 0.75);
  border-radius: 25px;
  color: #fff;
}
.panel-blue a {
  color: #fff;
}

.btn-circle {
  width: 70px;
  height: 70px;
  line-height: 70px;
  padding: 0;
  background-color: #2995E2;
  color: #fff;
  border-radius: 50%;
}




/* Form Layout CSS */
form label {
  width: 100%;
}
form input[type=text], form input[type=email], form textarea, form select {
  width: 100%;
}
form input[type=submit] {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}



/* Common CSS */
.content-block {
}
.content-block-column {
  opacity : 0;
  transform: translateY(30px);
  transition: 1s;
}
.entry-body {
  margin-bottom: 50px;
  overflow: hidden;
}

.btn-wide {
  width: 100%;
}
.btn-wide180 {
  width: 180px;
}

.panel-pink {
  border: 2px solid #E46379;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  min-height: 190px;
}
@media (max-width:767px){
  .panel-pink {
    padding: 15px 10px;
  }
}

.btn-orange {
  color: #FFFFFF;
  background-color: #FFA303;
  border-color: #FFA303;
  box-shadow: 0 1px 2px 2px rgba(128, 128, 128, 0.3);
}
.btn-orange:hover {
  color: #FFFFFF;
  background-color: #E68F00;
  border-color: #FFA303;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 163, 3, 0.5);
}

.underline {
  background: linear-gradient(transparent 70%, #bdeff6 30%);
  margin-bottom: 10px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
  margin-bottom: 0.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
  margin-bottom: 0.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
.wp-caption-text {
  text-align: center;
}


table:not(.table, #index_fishing table) {
  border: none;
  border-collapse: collapse;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #62b1e9;
}
table:not(.table, #index_fishing table) th {
  padding: 15px 15px;
  vertical-align: middle;
  text-align: center;
  line-height: 180%;
  border: 1px solid #62b1e9;
  background-color: #bdeff6;
  white-space: nowrap;
}
table:not(.table, #index_fishing table) td {
  margin: 0;
  padding: 15px 15px;
  vertical-align: middle;
  line-height: 180%;
  border: 1px solid #62b1e9;
}

.table-middle, .table-middle th, .table-middle td {
  vertical-align: middle;
}
.table-noborder, .table-noborder th, .table-noborder td {
  border: none !important;
}

.mt0{margin-top:0 !important;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.mb0{margin-bottom:0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}


/*テンプレート*/
.sub-visual h2{color:#fff; letter-spacing: 8pt;}
.info h2{
	text-align: center;
	font-size:140%;

}
.info .sec{
	background:url('https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/bg_infoH2.jpg') no-repeat top;
	background-size:100%;
	margin:1rem 0 5rem;
	padding:3.5rem 0 3rem;
}
.info .entry-body {
	width:80%;
}
.info h2 span{
	position: relative;
	display:inline-block;
}
.info h2 span:before{
	content: "";
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    top: 3rem;
    left: -6rem;
}
.info h2 span:after{
	content: "";
    margin: auto;
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    top: -3.5rem;
    right: -6rem;
}
.info .sec:nth-child(1) h2 span:before{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish01.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(1) h2 span:after{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish02.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(2) h2 span:before{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish03.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(2) h2 span:after{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish04.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(3) h2 span:before{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish05.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(3) h2 span:after{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish06.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(4) h2 span:before{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish07.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(4) h2 span:after{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish08.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(5) h2 span:before{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish09.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(5) h2 span:after{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish10.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(6) h2 span:before{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish11.png) no-repeat center;
	background-size: contain;
}
.info .sec:nth-child(6) h2 span:after{
    background: url(https://shimotsu-pialand.com/wordpress/wp-content/themes/pialand2/images/icon_fish12.png) no-repeat center;
	background-size: contain;
}

#gallery-1 .gallery-item{
  position: relative;
  width: 100%; 	
}
#gallery-1 .gallery-item:before{
  content: "";
  display: block;
  padding-top: 120%; 	
}
#gallery-1 img{
  width: 100%;
  aspect-ratio: 1/1.2;
  height: auto;
  object-fit: cover;
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	height:100%;
}

.gallery img{
	border:none!important;
	padding:0.5rem;
}


.info table tbody th{
  background-color:#a2daf8!important;
} 
.info table tbody th:nth-child(even){
  background-color:#c4e2f7!important;
}
.info table tbody tr:nth-child(even) th{
  background-color:#c4e2f7!important;
}
.info table tbody td{
  background-color:#dddddd!important;
/*	width:auto!important;
*/}
.info table tbody tr:nth-child(even) td{
  background-color:#eeeeef!important;
}


a{
  color:#298fdc;
}

/* video */
.mv-wrap {
	position: relative;
	height:100vh;
}
video {
	display: block;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.mv-bg {
	display: block;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 30, 0, 0.2);
	z-index: 2;
}
.mv-wrap a{ 
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 100;
  width: 300px;
  opacity: 0;
  animation: opacityAnimation 2.0s ease forwards 2.0s;
}
@keyframes opacityAnimation {
  0% {
      opacity: 0;
  }
  100% {
    opacity: 1;
}}

/*nav*/
#index_navigation .nav li a{
  color:#298fdc;
  font-weight: 550;
}

/*guide*/
.guide span{
  font-weight:550;
}
.guide_icon{
  max-width:80px;
  height:80px;
  margin:0.5rem auto;
  display: flex;
  align-items: center;
}

/*釣果情報*/
.title-block h2{
  font-size: 1.5em;
  padding-bottom:5px;
}
#fishing-list .photo{
	width:100%;
	height:185px;
	overflow: hidden;
}
#fishing-list .photo img{
	width:100%;
	height:185px;
	object-fit: cover;
	object-position: center;
}
.fishing-meta{
	display:flex;
	margin: 0.5rem 0;
    font-size: 110%;
    justify-content: space-between;
}
.fishing-meta-date{
	margin:0;
}
.fancybox-hidden .fishing-meta{
	font-weight:600;
	margin:2rem 0;
	font-size: 100%;
	justify-content: flex-start;
}
.fancybox-hidden .fishing-meta span{
	padding:0.2rem 0.8rem;
	border-left:1px solid;
}
.fancybox-hidden .fishing-meta strong{
	color:#298fdc;
}
.fishing-meta-weather{
  font-size: 80%;
  font-weight:550;
}
.fishing-meta-weather span{
  padding-right:0.7rem;
}
.sidebox select,.sidebox input{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		margin:5px 0;
}
.sidebox form input[type=submit]{
	background-color:#298fdc;
	width:100%;
	color:#fff;
}
#categorylist ul{
	display:inline-grid;
	width:100%;
}
.wp-pagenavi a, .wp-pagenavi span{
	display:inline-block;
}


@media (min-width:768px){
  .sp-only {display: none !important;}
}
@media (max-width:992px){
	#index_fishing .page-title{font-size:1.5rem;}
	h2,h3{font-size:1.5rem;}
}
@media (max-width:767px){
  .pc-only {display: none !important;}
	#index_fishing{background:none; background-color:#b7e9f0; padding:5rem 0 0;position:relative;}
	#index_fishing .sp-only h2{
		text-align: center;
		background: #fff;
		padding: 2.2rem 0;
		color: #2995e2;
		font-size: 130%;
		position: absolute;
		top: -1rem;
		z-index: 1000;
		width: 90%;
		margin: auto;
	}
	.slick-slide a:hover{padding-left:0!important;}
	#index_fishing .info{background-color:#fff; padding:1rem; margin:0 0 0.5rem; color:#2995e2; font-weight:550;}
	#index_fishing .info h3{font-size:100%; border-bottom:2px solid; padding:0.3rem 0; }
	#index_fishing .info .row{text-align: center; justify-content: center;}
	#index_fishing .info .row span{border-right:2px solid; padding: 0 0.6rem;}
	#index_fishing .info .row span strong{font-size:80%;}
	#index_fishing .info .row span:first-child{padding:0;max-width:80px;}
	#index_fishing .info .row span:nth-child(4){border: none;}
	#index_fishing .col-md-9{padding:0 0;}
	#fishing-gallery .slick-wrapper{width:100%;}
	#fishing-gallery img{width:160px;height:160px;margin:5px;}
	#index_news{padding-bottom:0; background: none;}
	#index_news .entry-body{width:95%; margin-top:0;}
	#index_news ul{height:220px;}
	#index_news ul .comment{display:block;}
	.important{background:none; color:#333; padding:2rem 0 0;}
	.important div{margin-top:1.5rem; height:400px; overflow-y: auto;}
	#index_news .panel-blue .label{display:none;}
	.fancybox-hidden .fishing-meta{flex-direction: column;}
	.fishing-meta-weather span{display:block;}
	.guide .col-md-2{width:33%;} 
	.guide span{
	  font-size:80%;
	}
	.guide_icon{
	  max-width:50px;
	  height:50px;
      justify-content: center;
	}
  #visual.sub-visual {
    padding-top: 0;
  }
	#visual.sub-visual .container{top:60%;}
	.info .sec{padding:0;}
	.info .entry-body{width:100%;}
	#footer #globalFooter{background: none; background-color: #62abe3; padding-top:0;}
	#footer{background: none;}
	.footerlink{margin-bottom:2rem; padding:2rem 0;background-color: #b7e9f0;}
	.footerlink a{
		display: block;
		width: 80%;
		margin: 1rem auto;
		background-color: #fff;
		text-align: center;
		padding: 1.8rem;
		color: #333;
		font-weight: 600;
	}
}


