/*
Theme Name: アングラーズ
Description: アングラーズ様サイト
Version: 1.0
*/
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}
a img:hover {
  opacity: 0.5;
}
button:hover {
  cursor: pointer;
  opacity: 0.7;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.leftcol {
  float: left;
}
.rightcol {
  float: right;
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
body {
/*  background: url(common/img/bg-img-01.jpg) center top no-repeat;*/
  background-attachment: fixed;
  margin: 0;
  line-height:1.4;
}

/* menu
*******************************************************/
.header-logo p {
  font-size: 12px;
  color: #174fc0;
  margin-top: -8px;
}

.header-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.header-right ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.header-right ul li {
  margin-left: 15px;
}
.header-right ul li a {
  color: #000;
  font-size: 14px;
}
.header-right ul li form {
  margin-top: 3px;
  margin-right: 10px;
  display: flex;
}
.header-right ul li input[type="text"], .header-right ul li input[type="image"] {
  border: solid 2px #a2b8e6;
}
.header-right ul li input[type="text"] {
  padding: 3px;
}
.header-right ul li input[type="image"] {
  vertical-align: middle;
  padding: 1px 6px;
  display: block;
}
#header-nav {
  margin-bottom: 20px;
}
#header-nav > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#header-nav > ul > li {
  position: relative;
}
#header-nav > ul > li::before {
  content: '';
  position: absolute;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  top: 15px;
  left: 0px;
}
#header-nav > ul > li.ico-blog::after {
  content: '';
  position: absolute;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
  height: 30px;
  top: 15px;
  right: 0px;
}
#header-nav > ul > li > a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 30px 57px 10px;
}
#header-nav > ul > li.ico-family {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 30px 47px 10px;
  cursor: pointer;
}
#header-nav > ul > li.ico-middle {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 30px 47px 10px;
  cursor: pointer;
}
#header-nav > ul > li > a:hover {
  background: rgba(166, 198, 238, 0.5);
  border-radius: 3px;
}
#header-nav ul li.ico-home {
  background: url(common/img/ico-menu-01.png) 60px 6px no-repeat;
}
#header-nav ul li.ico-family {
  background: url(common/img/ico-menu-02.png) 69px 8px no-repeat;
}
#header-nav ul li.ico-middle {
  background: url(common/img/ico-menu-03.png) 64px 2px no-repeat;
}
#header-nav ul li.ico-map {
  /*background: url(common/img/ico-menu-04.png) 120px 6px no-repeat;*/
  background: url(common/img/ico-menu-04.png) center 6px no-repeat;
}
#header-nav ul li.ico-event {
  background: url(common/img/ico-menu-05.png) 85px 4px no-repeat;
}
#header-nav ul li.ico-blog {
  background: url(common/img/ico-menu-06.png) 95px 8px no-repeat;
}
#header-nav ul li.ico-family .mega-menu,
#header-nav ul li.ico-middle .mega-menu2 {
  display: flex;
  opacity: 0;
  background: #a2b8e6;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  position: absolute;
  top: 61px;
  width: 1120px;
  z-index: 1;
  visibility: hidden;
  transition: all 0.7s;
}
#header-nav ul li.ico-family .mega-menu {
  left: -157px;
}
#header-nav ul li.ico-middle .mega-menu2 {
  left: -323px;
}
#header-nav ul li.ico-family .mega-menu.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
#header-nav ul li.ico-middle .mega-menu2.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}

#header-nav ul li.ico-family .mega-menu li,
#header-nav ul li.ico-middle .mega-menu2 li {
  padding-right: 20px;
}
.breadcrumbs {
  background: #174fbe;
  color: #fff;
  font-size: 13px;
  padding: 20px 0 20px 50px;
  margin-bottom: 10px;
  padding-left: calc(50% - 580px);
}
.breadcrumbs a {
  color: #fff;
}

/* 共通
********************************************************/
#wrapper {
  background: #fff;
  width: 1160px;
  margin: 0 auto;
  padding: 20px 50px 10px;
}

#wrapper article {
  width: 700px;
  float: left;
}

#wrapper aside {
  width: 270px;
  float: right;
  margin-left: 30px;
}
.body-wrap {
  background: #fff;
/*  width: 1260px;*/
  margin: -10px auto 0;
}
.blue-back {
  background: #5880d1;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  padding: 10px 30px;
  text-align: left;
}
.btn {
  background: #001940;
  border-radius: 3px;
  color: #fff;
  padding: 10px 50px;
  position: relative;
}
.btn::after {
  content: ">";
  position: absolute;
  right: 7px;
}
.btn-wrap {
  display: block;
  margin: 30px 0;
}
.btn-img {
  border-radius: 2px;
  margin-top: 10px;
}
.lineat-sort li {
  float: left;
  width: 32%;
}
.lineat-sort li a img {
  border-radius: 10px;
}
.text-center {
  text-align: center;
}

/* Meta Slider
********************************************************/
#metaslider_5.flexslider .slides li:first-child {
  margin-left: 180px;
}
.flex-control-paging li a.flex-active {
  background: #ffcc66!important;
}
.flex-control-paging li a {
  width: 13px!important;
  height: 13px!important;
  background: #a1c3e7!important;
}

/* トップページ
********************************************************/
#top-slider {
  background: #fff;
/*  width: 1260px;*/
  overflow-x: hidden;
  margin: 0 auto;
}
#top {
  background: #fff;
  width: 1160px;
  margin: 0 auto;
  padding: 0px 50px 10px;
}
#top article {
  width: 100%;
}
#top .banner ul {
  display: flex;
  justify-content: space-between;
}
#top .blog {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 60px;
}
#top .blog h3 {
  color: #24bbe1;
  font-size: 21px;
  font-weight: bold;
  padding: 2px 0 30px 0;
  border-bottom: solid 3px #24bbe1;
}
#top .blog .shop-blog {
  width: 66%;
}
#top .blog .shop-blog h3::before {
  content: url(common/img/ico-blog-01.png);
  position: relative;
  top: 8px;
  left: -7px;
}
#top .shop-blog ul li {
  min-height: 360px;
}
#top .shop-blog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top .shop-blog ul > li {
  border: solid 1px #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 2pc #ddd;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  width: 49%;
}
#top .shop-blog ul > li:first-child {
  background: #feff99;
}
#top .shop-blog ul > li:first-child::before {
  content: url(common/img/ico-newitem-01.png);
  position: absolute;
  top: 0;
  left: 0;
}
#top .shop-blog ul > li:first-child .date {
  background: #fe9900;
  float: left;
}
#top .shop-blog ul > li:first-child .new-item {
  color: #fe9900;
  float: left;
  text-align: left;
  margin-top: 13px;
}
#top .shop-blog ul > li:first-child .blog-title {
  color: #fe9900;
  clear: both;
  text-align: left;
  margin-top: 13px;
  font-size: 13px;
}
#top .shop-blog ul > li:first-child .title {
  clear: both;
}
#top .shop-blog .thumbnail {
  height: 200px;
  overflow: hidden;
}
#top .shop-blog .thumbnail img {
  width: 100%;
}
#top .shop-blog .date {
  color: #fff;
  background: #24bbe1;
  border-radius: 3px;
  font-size: 11px;
  display: inline-block;
  margin: 10px 10px 5px;
  padding: 6px 9px;
}
#top .shop-blog .blog-title{
  color: #24bbe1;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  padding: 0 10px;
}
#top .shop-blog .title {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  padding: 0 10px 5px;
}
#top .shop-blog .content {
  color: #000;
  font-size: 16px;
  text-align: left;
  padding: 0 10px 10px;
}
#top .blog .blog-right {
  width: 33%;
}
#top .fishing-blog h3::before {
  content: url(common/img/ico-blog-02.png);
  position: relative;
  top: 8px;
  left: -7px;
}
#top .fishing-blog .thumbnail img {
  width: 100%;
  height: 100%;
}
#top .twitter h3 {
  border-bottom: solid 3px #1da1f2;
  color: #1da1f2;
}
#top .twitter h3::before {
  content: url(common/img/ico-good-01.png);
  position: relative;
  top: 8px;
  left: -7px;
}
#top .information h3 {
  border-bottom: solid 3px #f49d3e;
  color: #f49d3e;
}
#top .information h3::before {
  content: url(common/img/ico-news-01.png);
  position: relative;
  top: 8px;
  left: -7px;
}
#top .information .date {
  color: #000;
  font-size: 12px;
  text-align: left;
  margin: 2px 0;
}
#top .information .title {
  color: #4974ff;
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
  margin: 3px 0 20px;
}
.bottom-wrapper {
  background: #37a9ff;
  width: 100%;
}
.bottom-wrapper .bottom-banner {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px;
  margin: 0 auto;
  width: 1160px;
}
.bottom-wrapper .bottom-banner ul li img {
  border-radius: 5px;
}

/* おさかなペディア一覧
********************************************************/
#archive {
  background: #fff;
  width:1260px;
  margin:0 auto;
}
#archive article {
  float: left;
  margin: 20px 0 0 50px;
  padding-bottom: 30px;
  width: 880px;
}
#archive aside {
  float: right;
  width: 300px;
}
.archive-header {
  background: #ffffcc;
  display: flex;
  justify-content: space-between;
}
.archive-header ul {
  display: flex;
  padding: 10px;
}
.archive-header ul li {
  border-radius: 5px;
  margin-right: 10px;
}
.archive-header ul li:last-child {
  margin-right: 0;
}
.archive-header ul li a {
  display: block;
  padding: 7px 15px;
}
.term-freshwater .archive-header ul .fresh {
  background: #5880d1;
}
.term-freshwater .archive-header ul .fresh a {
  color: #fff;
}
.term-saltwater .archive-header ul .salt {
  background: #5880d1;
}
.term-saltwater .archive-header ul .salt a {
  color: #fff;
}
.term-soft .archive-header ul .soft {
  background: #5880d1;
}
.term-soft .archive-header ul .soft a {
  color: #fff;
}
.term-hazardous .archive-header ul .hazardous {
  background: #5880d1;
}
.term-hazardous .archive-header ul .hazardous a {
  color: #fff;
}
.post-type-archive-picturebook .archive-header ul .all {
  background: #5880d1;
}
.post-type-archive-picturebook .archive-header ul .all a {
  color: #fff;
}
.archive-header ul li {
  background: #d8e0f8;
}
.archive-header ul li a {
  color: #7896d9;
}
.archive-header div {
  padding: 16px;
  display: flex;
}
.archive-header div span {
  color: #7896d9;
  margin-right: 10px;
}
.archive-header div input[type="image"] {
  margin-left: -7px;
  padding: 1px 6px;
  vertical-align: middle;
}
.archive-header div input[type="text"],
.archive-header div input[type="image"] {
  background: #fff;
  border: solid 2px #a2b8e6;
}
.archive-header div input[type="text"] {
  padding: 3px;
}
.fish-list {
  width: 100%;
}
.fish-list h2 {
  background: #5880d1;
  color: #fff;
  font-weight: normal;
  padding: 10px 30px;
}
.fish-list ul {
  border: solid 1px #c4c4c4;
  box-shadow: 1px 1px 2pc #c4c4c4;
  margin-bottom: 30px;
  padding: 20px;
}
.fish-list ul li {
  width: 19%;
}
.fish-list ul li img {
  width: 100%;
  height: auto;
}

/* おさかなペディア投稿ページ
********************************************************/
.single-wrap{
  width: 98%;
}
.single-wrap h2 {
  color: #4a6cc7;
  border-bottom: solid 3px #999999;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.single-wrap h2:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  width: 10%;
  border-bottom: 3px solid #174ebe;
}
.single-images {
  background: url(common/img/bg-img-02.jpg) center top no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 2pc #c4c4c4;
  padding: 30px 40px;
}
.single-images .single-main {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.single-images .single-main img {
  width: 100%;
  height: auto;
}
.single-thumb {
  display: flex;
  justify-content: center;
  width: 100%;
}
.single-thumb li {
  width: 200px;
  margin-right: 20px;
  overflow: hidden;
}
.single-thumb li:last-child {
  margin-right: 0;
}
.single-thumb li img {
  width: 100%;
  border-radius: 5px;
}
.single-thumb li img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.single-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}
.single-list li {
  border: solid 1px #ddd;
  box-shadow: 1px 1px 2pc #ddd;
  margin-bottom: 15px;
  padding: 15px 20px;
  width: 44%;
}
.single-list li a {
  color: #4974ff;
  text-decoration: underline;
}
.single-list dl {
  margin: 0;
}
.single-list dl dt {
  width: 40%;
  float: left;
}
.single-list dl dd {
  margin: 0;
  width: 60%;
  float: right;
}
.single-list li p {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.single-list .huge-area {
  width: 100%;
}
.single-list .huge-area dt {
  width: 18%;
  /*padding: 5px 10px 5px 0;*/
}
.single-list .huge-area dd {
  width: 82%;
}
.single-list .huge-area dd a {
  /*padding: 5px 10px 5px 0;*/
  width:33.333%;
  float:left;
  display:inline-block;
}
.single-list .danger dt {
  background: url(common/img/ico-single-01.png) 1px 1px no-repeat;
  padding-left: 40px;
  width: 29%;
}
.related-list h3 {
  background: #5880d1;
  color: #fff;
  font-size: 19px;
  font-weight: normal;
  padding: 10px 0;
  text-align: center;
}
.related-list ul {
  border: solid 1px #ddd;
  box-shadow: 1px 1px 2pc #ddd;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
  padding: 15px;
}
.related-list ul li {
  width: 160px;
  overflow: hidden;
}
.related-list ul li img {
  width: 100%;
  height: auto;
}

/* 仕掛け講座一覧
********************************************************/
.tackles .archive-header {
  background: none;
}

/* 仕掛け講座投稿
********************************************************/
.tackles .archive-header {
  background: none;
}
.tackles .archive-header div {
  padding: 0;
}
.single-tackles .single-wrap {
  margin-top: 30px;
}
.tackles .single-images {
  background: none;
  padding: 0;
  margin-bottom: 50px;
}
.tackles .single-main {
  height: auto;
  margin-bottom: 15px;
}
.tackles .single-content {
  border: solid 8px #a7bce7;
  font-size: 16px;
  padding: 25px 40px;
}
.tackles-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.tackles-items li {
  border: solid 1px #ddd;
  width: 49%;
  margin-bottom: 20px;
}
.free-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.free-items li {
  width: 49%;
  margin-bottom: 20px;
}
.free-items li .post-wrap {
  border: solid 1px #ddd;
}
.post-wrap {
  padding: 20px;
  text-align: center;
}
.post-wrap img {
  width: 100%;
  height: auto;
}
.post-wrap h4 {
  color: #174ebe;
  text-align: left;
}
.post-wrap p {
  font-size: 16px;
  text-align: left;
}
.post-wrap a {
  background: #174ebe;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 8px 90px 8px 15px;
  margin: 10px 0;
  position: relative;
}
.post-wrap a::after {
  content: ">";
  font-size: 16px;
  position: absolute;
  top: 4px;
  right: 10px;
}
.fish-list {
  margin-top: 60px;
}
.fish-list ul {
  display: flex;
  flex-wrap: wrap;
}
.fish-list ul li {
  padding-right: 10px;
  margin-bottom: 20px;
}
.fish-list ul li:nth-child(5n) {
  padding-right: 0;
}
.fish-list ul li a {
  color: #000;
}

/* 仕掛け講座一覧
********************************************************/
.glossary .archive-header {
  background: #fff;
}
.glossary .archive-header h2 {
  color: #184FBE;
  border: none;
  line-height: 151px;
  margin: 0 0 0 50px;
}
.glossary .archive-header h2::after {
  border: none;
}
.glossary-list {
  border: solid 1px #ddd;
  box-shadow: 1px 1px 2pc #ddd;
  margin-top: 30px;
  padding: 10px 50px 50px;
}
.glossary-list h2 {
  padding-left: 30px;
}
.glossary-list ul li{
  padding: 25px 0;
  border-bottom: solid 1px #ddd;
}
.glossary-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.glossary-list ul li a {
  color: #000;
}

/* 仕掛け講座詳細
********************************************************/
.glossary .single-wrap {
  text-align: center;
}
.glossary .single-wrap h2 {
  text-align: left;
}
.glossary .single-wrap p {
  border: solid 1px #ddd;
  color: #000;
  font-size: 16px;
  padding: 50px;
  text-align: left;
}
.glossary .single-wrap a {
  background: #011940;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  padding: 10px 70px;
  margin: 10px 0;
  position: relative;
}
.glossary > a::after {
  content: ">";
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* 固定ページ
********************************************************/
#page{
  width:1260px;
  margin:0 auto;
}
#page article {
  float: left;
  margin: 20px 0 0 50px;
  padding-bottom: 30px;
  width: 880px;
}
#page aside {
  float: right;
  width: 300px;
}
.map h2 {
  border-bottom: solid 4px #8ca7ee;
}
.gmp_map_opts {
  border: solid 1px #ddd;
  padding: 10px;
}
.icon-info {
  margin-top: 30px;
  display: flex;
}
.icon-info li {
  padding: 15px 10px 15px 70px;
}
.icon-info li.icon-map01 {
  background: url(common/img/ico-map-01.png) 7px 3px no-repeat;
}
.icon-info li.icon-map02 {
  background: url(common/img/ico-map-02.png) 15px 8px no-repeat;
}
.icon-info li.icon-map03 {
  background: url(common/img/ico-map-03.png) 15px 8px no-repeat;
}

/* 店舗情報詳細
********************************************************/
.shop-wrap {
  border: solid 1px #a6a6a6;
  padding: 20px;
}
.shop-wrap .shop-top {
  display: flex;
  margin-bottom: 30px;
}
.shop-wrap .shop-top .top-left {
  width: 51%;
}
.shop-wrap .shop-top .top-right {
  width: 49%;
  padding-left: 25px;
}
.top-left p {
  color: #000;
  font-size: 16px;
}
.shop-wrap .shop-top .top-left .text-link {
  background: #e8eefd;
  padding: 20px 30px;
}
.shop-wrap .shop-top .top-left .text-link a p {
  font-size: 15px;
  color: #3366ff;
  margin: 0;
  text-decoration: underline;
}
.shop-wrap .shop-top .top-right .content h3 {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: normal;
  color: #333333;
}
.shop-wrap .content2 {
  margin: 30px 0;
}
.top-right ul li span {
  background: #174fbe;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  padding: 3px 12px;
}
.top-right ul li p {
  color: #000;
  font-size: 16px;
  margin: 6px 0;
}
.top-right ul li dl {
  color: #000;
  font-size: 16px;
  margin: 5px 0 0;
  display: flex;
}
.top-right ul li dl dt {
  width: 80px;
}
.top-right ul li dl dd {
  margin: 0;
}
.top-right .part-time {
  color: red;
}
.shop-staff dl {
  display: flex;
}
.shop-staff dl dt {
  width: 20%;
}
.shop-staff dl dd {
  width: 79%;
}
.shop-staff dl dt img {
  width: 100%;
  height: auto;
}
.shop-staff dl dt figcaption {
  color: #fff;
  background: #4c75cc;
  font-size: 18px;
  text-align: center;
  padding: 5px 0;
  margin-top: -6px;
}
.shop-staff dl dd p {
  color: #000;
  font-size: 16px;
  margin: 6px 0;
}
.shop-pict ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-fish_boat .shop-pict ul {
  justify-content: flex-start;
}
.single-fish_boat .shop-pict ul li {
  margin-right: 15px;
}
.single-fish_boat .shop-pict ul li:last-child {
  margin-right: 0;
}
.shop-pict ul li {
  width: 32%;
}
.shop-pict ul li.boat-pict {
  width: 49%;
}
.shop-pict ul li img {
  width: 100%;
  height: auto;
}
.shop-wrap .boat-top {
  display: block;
}
.boat-top ul li span {
  background: #174fbe;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 3px 12px;
}
.boat-top ul li p {
  color: #3f3f3f;
  font-size: 13px;
  margin: 6px 0;
}
.boat-top ul li span {
  display: inline-block;
}
.boat-top ul li p {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.boat-gmap {
  width: 100%;
  display: block;
}
.detail {
  font-size: 13px;
  text-align: center;
  margin: 10px 0 0;
}
.caution {
  font-size: 20px;
  font-weight: bold;
}
.blog-link-title{
  padding:10px 0 10px 30px;
  margin-bottom:20px;
  color:#fff;
  background-color:#5880d1;
  font-size:20px;
}
.blog-link {
  color: #000;
  display: flex;
  font-size: 16px;
  margin: 6px 0;
}
.blog-link li{
  box-sizing:border-box;
  margin:0;
  padding:10px 20px;
  display:block;
  max-width:33.333%;
  min-width:33.333%;
 }
.blog-link li a {
  display:block;
  color: #4974ff;
  line-height:1.4;
  text-decoration: underline;
}
.blog-link li a img{
  width:100%;
  display:block;
  height:auto;
  margin:0 auto 10px auto;
}
.bottom-img {
  text-align: center;
  margin: 100px 0 30px;
}
.single-bottom {
  text-align: center;
  margin: 30px 0 40px;
}
.map-wrap {
  position: relative;
  width: 100%;
  height: 400px; /* ★ここで必ず高さを先に確保 */
  overflow: hidden;
}

.map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 店舗ブログ一覧のスマホ表示*****
@media only screen and (max-width : 768px) {
.blog-link li{
  padding:0 40px;
  max-width:100%;
  min-width:100%;
  margin-bottom:20px;
 }
}*/




/* お料理・さばき方固定ページ
********************************************************/
.cooking .archive-header {
  background: #fff;
}
.cooking-middle {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.cooking-middle p {
  margin-top: 30px;
}
.cooking .page-single h2 {
  margin-bottom: 20px;
}
.cooking-wrap {
  box-shadow: 1px 1px 2pc #c4c4c4;
  padding: 20px;
  margin-bottom: 30px;
}
.cooking-wrap dl dt {
  float: left;
  margin-right: 20px;
}
.cooking-wrap dl .title {
  font-weight: bold;
}
.cooking-wrap dl .content {
  margin: 10px 0 0 0;
}
.cooking-wrap dl .btn {
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 0 0;
  padding: 10px 0px;
}
.cooking-wrap dl .btn::after {
  top: 8px;
  right: 11px;
}
.cooking-wrap dl .btn a {
  color: #fff;
  padding: 10px 40px 10px 30px;
}

/* LINE@固定ページ
********************************************************/
.lineat .archive-header {
  margin-bottom: 30px;
}

/* 2列リスト用@固定ページ
********************************************************/
.col_2_wrap{
	width:880px;
	box-shadow: 1px 1px 2pc #c4c4c4;
	padding: 20px;
	margin:0 auto 30px auto;
	box-sizing: border-box;
}
.col_2_wrap *{
	box-sizing: border-box;
}
.col_2_wrap ul{
	width:100%;
	padding:0;
	margin:0;
}
.col_2_wrap ul:after{
	content: "";
	display: table;
	clear:both;
}
.col_2_wrap ul li{
	list-style-type: none;
	width:50%;
	float:left;
	border-bottom:solid 1px #ccc;
	padding:15px;
}
.col_2_wrap ul li .img{
	display: block;
	float:left;
	overflow:hidden;
	width:40%;
	margin-right:5%;
	height:120px;
	text-align:center;
}
.col_2_wrap ul li .img img{
	height:100%;
    object-fit:cover;
}
.col_2_wrap ul li div{
	padding:10px 0 0 0;
	float:left;
	width:55%;
	height:120px;
	overflow:hidden;
	line-height:1.1;
}
.youtube-wrap.col_2_wrap ul li .img{
	width:40%;
}
.youtube-wrap.col_2_wrap ul li .img iframe{
	width:100%;
	height:100%;
}
.youtube-wrap.col_2_wrap ul li div{
	width:55%;
}
.col_2_wrap ul li div a.btn{
	display: block;
	width:200px;
	text-indent:-9999px;
	height:38px;
	margin-top:15px;
}
.archive-wrap.col_2_wrap ul li div{
	padding:10px 0 0 0;
	font-size:86%;
	height:auto;
	line-height:1.5;
}
.archive-wrap.col_2_wrap ul li div a p{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	color:#000;
}
.archive-wrap.col_2_wrap ul li div a strong{
	font-size:100%;
}
.archive-wrap.col_2_wrap ul li .img{
	height:146px;
}
.cooking-wrap.col_2_wrap ul li div a.btn{
	background:url("/wp-content/themes/anglers/common/img/btn-cooking.png") no-repeat 0 0;
}
.youtube-wrap.col_2_wrap ul li div a.btn{
	background:url("/wp-content/themes/anglers/common/img/btn_youtube.png") no-repeat 0 0;
}


/* YouTube@固定ページ
********************************************************/
.cooking-wrap dl {
  display: inline-block;
  margin: 0;
}
.cooking-wrap .right-side {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.cooking-wrap .right-side a {
  display: block;
  margin-top: 10px;
}



/* ファミリー向け固定ページ
********************************************************/
.family .archive-header {
  background: #fff;
}
.family-wrap {
  border: solid 1px #c4c4c4;
  box-shadow: 1px 1px 2pc #c4c4c4;
  padding: 20px;
  margin-bottom: 30px;
}
.family-wrap ul li {
  border-bottom: solid 1px #ddd;
}
.family-wrap ul li:last-child {
  border-bottom: none;
}
.family-wrap dl dt {
  float: left;
  margin-right: 20px;
}
.family-wrap dl .date {
  color: #333333;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.family-wrap dl .title {
  color: #000;
  font-size: 15px;
  margin: 10px 0 0 0;
}
.family-wrap dl .excerpt {
  color: #333333;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.family .btn-wrap {
  text-align: center;
  margin-bottom: 50px;
}

/* 店舗一覧固定ページ
********************************************************/
.shop-table table {
  width: 100%;
  border: 0;
}
.shop-table table tr th {
  background: #858585;
  border: 1px solid #999;
  color: #fff;
  padding: 5px;
}
.shop-table table tr th:first-child {
  width: 35%;
}
.shop-table table tr th:nth-child(2) {
  width: 45%;
}
.shop-table table tr th:nth-child(3) {
  width: 30%;
}
.shop-table table tr td {
  border: 1px solid #999;
  text-align: left;
  padding: 10px;
}
.shop-table table tr td a {
  color: #4974ff;
  text-decoration: underline;
}

/* おすすめアイテム紹介詳細ページ
********************************************************/
.re-item .archive-header {
  background: #fff;
  margin-bottom: 30px;
}
.re-item .single-wrap {
  text-align: center;
}
.re-item .single-wrap .category {
  background: #bcd2eb;
  border-radius: 3px;
  color: #406ec9;
  display: block;
  font-size: 19px;
  padding: 7px 15px;
  width: 190px;
  text-align: left;
}
.re-item .single-wrap .date {
  border: none;
  color: #333333;
  font-size: 13px;
  margin: 10px 0 0 0;
  padding: 0;
  text-align: left;
}
.re-item .single-wrap h2 {
  text-align: left;
}
.re-item .single-wrap .content-wrap {
  border: solid 1px #ddd;
  padding: 50px;
}
.re-item .single-wrap img {
  margin-bottom: 30px;
}
.re-item .single-wrap p {
  color: #000;
  font-size: 16px;
  text-align: left;
}
.re-item .single-wrap a {
  color: #4974ff;
  text-decoration: underline;
}
.re-item .single-wrap .btn {
  background: #011940;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 10px 70px;
  margin: 30px 0;
  position: relative;
  text-decoration: none;
}
.re-item .single-wrap .btn::after {
  content: ">";
  position: absolute;
  right: 10px;
}

/* 店舗ブログ固定ページ
********************************************************/
.weblogs .archive-header {
  background: #fff;
  color: #000;
  display: block;
  margin-bottom: 40px;
}
.weblogs .archive-header p {
  font-size: 16px;
}
.blog-link-block {
  display: flex;
  flex-wrap: wrap;
}
.blog-link-block li {
  margin-right: 13px;
  border-bottom: none!important;
  text-align: center;
}
.blog-link-block li:nth-child(5n) {
  margin-right: 0;
}
.blog-link-block li p {
  background: #9eb5ef;
  margin: 15px 0 0;
  padding: 3px 0;
}
.blog-link-block li a p {
  color: #fff;
  font-weight: bold;
}
.weblogs-wrap {
  border: solid 2px #c4c4c4;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.weblogs-wrap ul li {
  border-bottom: solid 1px #ddd;
  margin-top: 10px;
}
.weblogs-wrap ul li:last-child {
  border-bottom: none;
}
.weblogs-wrap dl {
  display: flex;
}
.weblogs-wrap dl .date {
  color: #000;
  font-size: 16px;
  margin-right: 0!important;
  min-width: 0px;
}
.weblogs-wrap dl .title {
  color: #000;
  font-size: 16px;
  margin-left: 30px;
  width: 250px;
}
.weblogs-wrap dl .excerpt {
  color: #000;
  font-size: 16px;
  width: 300px;
}
.weblogs-wrap dl .title a,
.weblogs-wrap dl .excerpt a {
  color: #4974ff;
  text-decoration: underline;
}
.before-content li {
  display: flex;
}
.before-content li p {
  padding-left: 10px;
  margin: 0;
}
.before-content li::before {
  content: ">";
  color: #5880d1;
  vertical-align: middle;
}
.content-wrap img {
  max-width: 100%;
  height: auto;
}
.middle-content {
  display: flex;
  justify-content: space-between;
  flex-flow: nowrap;
  width: 100%;
}
.middle-left {
  width: 59%;
}
.middle-right {
  margin: 15px 0 0 20px;
  width: 40%;
}

/* 固定ページ
********************************************************/
.page-single h2 {
  color: #4a6cc7;
  border-bottom: solid 3px #999999;
  font-weight: normal;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

/* コンタクトページ
********************************************************/
div.wpcf7 {
  padding: 20px 30px;
  border: solid 2px #c4c4c4;
}
.wpcf7 table {
  border: none;
  border-spacing: 0px;
  width: 100%;
}
.wpcf7 th {
  background: #8ca7ee;
  color: #fff;
  font-weight: normal;
  padding: 20px;
  text-align: left;
}
.wpcf7 td {
  background: #b5c7f4;
  padding: 20px;
}
.wpcf7 input {
  border: none;
  font-size: 15px;
  padding: 10px;
}
.wpcf7 textarea {
  border: none;
  font-size: 15px;
  padding: 10px;
}
.wpcf7 p {
  color: #333333;
}
input.wpcf7-submit,
input.wpcf7-confirm {
  background: #001940;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 10px 100px 10px 30px;
}
.wpcf7-submit:hover,
.wpcf7-confirm:hover {
  cursor: pointer;
  opacity: 0.7;
}
.confirm-btn,
.submit-btn {
  display: inherit;
  text-align: center;
  margin-top: 40px;
}
.confirm-btn::after,
.submit-btn::after {
  content: ">";
  color: #fff;
  position: relative;
}
.confirm-btn::after {
  right: 40px;
}
.submit-btn::after {
  right: 90px;
}
.wpcf7c-btn-back {
  border-radius: 5px;
}

/* category
********************************************************/
#category article {
  width: 100%;
}

#category section.introduce ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#category section.introduce ul li {
  width: 33%;
}

/* blog
********************************************************/
#main article {
  width: 100%;
}

table.blog-table {
  width: 100%;
  margin: 0 auto;
}

table.blog-table tr td:first-child {
  width: 200px;
}

/* archive
********************************************************/
#archive section .date {
  margin-right: 30px;
}
.archive-wrap {
  border: solid 1px #c4c4c4;
  box-shadow: 1px 1px 2pc #c4c4c4;
  padding: 20px;
  margin-bottom: 30px;
}
.archive-wrap dl dt {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.archive-wrap dl dt img {
  width: 100%;
  height: auto;
}
.archive-wrap dl .date {
  color: #000;
  font-size: 13px;
  margin: 10px 0 0 0;
}
.archive-wrap dl .title {
  color: #000;
  font-size: 16px;
  margin: 10px 0 0 0;
  font-weight: bold;
}
.archive-wrap dl .excerpt {
  color: #000;
  font-size: 16px;
  margin: 10px 0 0 0;
}
.archive-wrap li {
  border-bottom: solid 1px #c4c4c4;
}

/* 会社概要
********************************************************/
.table-about {
  width: 95%;
}
.table-about .td-top {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.table-about td {
  border-bottom: 1px dotted #999999;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.table-about td:first-child {
  width: 13%;
}
.color-blue {
  color: #0066cc;
}
.cell-center {
  text-align: center;
}

/* リンク
********************************************************/
.recommend-link {
  width: 95%;
}
.recommend-link tr td {
  padding-bottom: 20px;
}
.recommend-link tr td:first-child {
  width: 32%;
}
.recommend-link tr td p {
  margin: 0 0 10px;
}
.recommend-link tr td a {
  text-decoration: underline;
  color: #000;
}
.table-link {
  width: 95%;
}
.table-link td {
  border-bottom: 1px solid #ffffff;
  background-color: #ececec;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}
.table-link .title a {
  color: #4974ff;
  text-decoration: none;
}
.table-link td a {
  color: #4974ff;
  text-decoration: underline;
}
.menuup {
  text-align: right;
  margin-right: 5%;
}

/* 検索結果
********************************************************/
.search-results .archive-wrap dl .title {
  color: #4974ff;
  text-decoration: underline;
}
.search-results .archive-wrap dl .excerpt {
  color: #4974ff;
  text-decoration: underline;
}

/* サイドバー
********************************************************/
aside {
  margin-top: 20px;
}
aside h2 {
  background: #5880d1;
  border-bottom: solid 6px #d8e0f8;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 25px 0px;
  margin: 0 30px 0 0;
}
aside h2 span {
  font-weight: bold;
}
.full-alphabet-list {
  display: flex;
  flex-wrap: wrap;
  border: solid 2px #95AFE2;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 30px 10px 0;
}
.full-alphabet-list li {
  width: 20%;
  margin-bottom: 10px;
  position: relative;
  left: 12px;
}
.full-alphabet-list li a {
  color: #000;
  font-weight: 600;
}
.full-alphabet-list li::before {
  content: ">";
  color: #3968C7;
  font-size: 14px;
  position: absolute;
  top: 2px;
  left: -12px;
}
.list-top {
  border-top: none;
  border-left: solid 2px #95AFE2;
  border-right: solid 2px #95AFE2;
  border-bottom: solid 2px #95AFE2;
  border-radius: 0 0 5px 5px;
  margin: 0 30px 10px 0;
  padding: 10px 0 0 20px;
}
.alphabet-list {
  background: #fff;
  border-left: solid 2px #95AFE2;
  border-right: solid 2px #95AFE2;
  border-bottom: solid 2px #95AFE2;
  border-radius: 0 0 5px 5px;
  padding: 10px 30px 0px;
  margin: 0px 30px 10px 0;
}
.alphabet-list li {
  border-bottom: dotted 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.alphabet-list li:last-child {
  border: none;
}
.alphabet-list li a {
  color: #000;
  font-weight: 600;
  display: block;
}

/* wp-pagenavi
********************************************************/
.wp-pagenavi {
  text-align: center;
  margin: 20px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #5880d1;
  border: none;
  color: #fff;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  color: #000;
}

/* footer
*******************************************************/
footer {
  background: #4c75cc;
  width: 100%;
}
.toTop {
  position: fixed;
  bottom: 60px;
  right: -1188px;
  /* top: 0; */
  left: 0;
  width: 100px;
  z-index: 9999;
  margin: auto;
  opacity: 0;
  transition: all .3s;
}

.toTop img {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}

.toTop.scroll {
  opacity: 1;
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 0;
  width: 1160px;
}
.footer-nav {
  display: flex;
}
.footer-nav ul li {
  font-size: 12px;
  font-weight: normal;
  padding-left: 50px;
  margin-bottom: 15px;
  color: #fff;
}
.footer-nav ul .txt-ico::before {
  content: "> ";
  color: #fff;
  padding-left: 5px;
}
.footer-nav ul li a {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom {
  color: #fff;
  font-size: 10px;
}
.footer-bottom span {
  display: table-cell;
  height: 180px;
  vertical-align: bottom;
}

/* Advanced Custom Field Google Map
*******************************************************/
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 5px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.sp {
  display: none;
}



/* 20180517 山中追加 おすすめ釣りスポット 釣り船 */





.item-alphabet-list{
  border: solid 2px #95AFE2;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 30px 10px 0;
}

.item-alphabet-list li {
  width: auto;
  margin-bottom: 10px;
  font-size: 14px;
}
.item-alphabet-list li a {
  color: #000;
  font-weight: 600;
}
.item_icon{
  color: #3968C7;
}

.bottom_separator{
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: dotted 2px #95AFE2;
}

/* スマホ */
@media screen and (max-width: 769px){

.item-alphabet-list{
  margin: 0px 10px 20px;

}

.item-alphabet-list li{
  border-bottom: dotted 2px #95AFE2;
}

.sp_br_remove br{
  display: none;
}

}

/* img-vw */
/* 画面幅の50%の幅で画像を表示 */
image-vw {
  width : 50vw ; 
}

/* img */
img {
   max-width: 100%;  /* 横幅に合わせて自動縮小するが、拡大はしない */
}