@charset "UTF-8";
/*responsive----------------------------------------------------*/
/*color*/
/*body*/
body {
  font-family: "Noto Sans JP", "M PLUS Rounded 1c", "Noto Sans Japanese", sans-serif !important;
}

p {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
  word-break: break-word;
}
@media (max-width: 768px) {
  p {
    font-size: 12px;
  }
}
p.p-cb-header-desc {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  p.p-cb-header-desc {
    font-size: 12px;
  }
}
@media (max-width: 1366px) {
  p {
    font-size: 16px;
  }
  p.p-cb-header-desc {
    font-size: 16px;
  }
}

.alignright {
  display: block;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.pc2 {
  display: block;
}
@media (max-width: 1024px) {
  .pc2 {
    display: block;
  }
}
@media (max-width: 599px) {
  .pc2 {
    display: none;
  }
}

.pc3 {
  display: block;
}
@media (max-width: 1024px) {
  .pc3 {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc3 {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc3 {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

.sp2 {
  display: none;
}
@media (max-width: 1024px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 599px) {
  .sp2 {
    display: block;
  }
}

.sp3 {
  display: none;
}
@media (max-width: 1024px) {
  .sp3 {
    display: none;
  }
}
@media (max-width: 375px) {
  .sp3 {
    display: block;
  }
}

.sp4 {
  display: none;
}
@media (max-width: 1024px) {
  .sp4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp4 {
    display: block;
  }
}
@media (max-width: 599px) {
  .sp4 {
    display: block;
  }
}

body {
  background-image: url(http://www.sakanayahirosan.com/wp/wp-content/themes/harves_child/image/top/kodawari_bk.png);
  background-size: cover;
}
body.home {
  background-image: none;
}

.button {
  text-align: center;
}
.button a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 13px;
  color: #001976;
  border-bottom: 1px solid #001976;
  display: inline-block;
  position: relative;
}
.button a::before {
  content: "";
  position: absolute;
  background: url(../image/common/yajirushi.png) no-repeat center center/contain;
  height: auto;
  aspect-ratio: 1/1;
  width: 50px;
  top: 50%;
  left: -65px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 1366px) {
  .button a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .button a {
    font-size: 14px;
  }
}
.button.button01 a {
  color: white;
  border-bottom: 1px solid white;
}
.button.button01 a::before {
  background: url(../image/common/yajirushi_white.png) no-repeat center center/contain;
}

/*header*/
@media (min-width: 1025px) {
  header#js-header {
    box-shadow: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1450px) {
  header#js-header .p-header-bar {
    height: 68px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  header#js-header .p-header-bar {
    height: 59px;
  }
}
@media (min-width: 1025px) {
  header#js-header .p-header-bar .p-header-logo {
    max-height: 120px !important;
    top: 25px;
  }
}
@media (min-width: 1025px) and (max-width: 1450px) {
  header#js-header .p-header-bar .p-header-logo {
    max-height: 89px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  header#js-header .p-header-bar .p-header-logo {
    max-height: 75px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1100px) {
  header#js-header .p-header-bar .p-header-logo {
    max-height: 90px !important;
  }
}
@media (min-width: 1025px) {
  header#js-header .p-header-bar .p-header-nav {
    font-weight: 600;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    position: fixed;
    width: 75%;
    margin-left: auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    top: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  header#js-header .p-header-bar .p-header-nav {
    width: 85%;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  header#js-header .p-header-bar .p-header-nav {
    font-size: 16px;
    top: 20px;
  }
}
@media (min-width: 1025px) {
  header#js-header .p-header-bar .p-header-nav .p-header-nav__list {
    justify-content: flex-start;
    padding-left: 10%;
  }
  header#js-header .p-header-bar .p-header-logo {
    filter: none !important;
    position: fixed;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  header#js-header .p-header-bar .p-header-logo {
    top: 20px;
  }
}
@media (min-width: 1025px) {
  header#js-header button {
    display: none;
  }
  header#js-header button::before {
    background: #001976;
    position: fixed;
  }
  header#js-header .p-header-membermenu {
    display: none;
  }
  header#js-header .p-header-membermenu a::before {
    background: #001976;
    position: fixed;
  }
}
@media (max-width: 1024px) {
  header#js-header {
    position: fixed;
    top: 0;
    width: 100%;
  }
  header#js-header .p-header-bar {
    height: 90px;
    background-color: #fff;
  }
}
@media (max-width: 1024px) and (max-width: 375px) {
  header#js-header .p-header-bar {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  header#js-header .p-header-bar .p-header-membermenu {
    display: none;
  }
  header#js-header .p-header-bar .p-header-nav-sp {
    height: 90px;
    color: #001976;
  }
}
@media (max-width: 1024px) and (max-width: 375px) {
  header#js-header .p-header-bar .p-header-nav-sp {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  header#js-header .p-header-bar .p-header-logo {
    filter: none !important;
  }
}
@media (max-width: 1024px) and (max-width: 375px) {
  header#js-header .p-header-bar .p-header-logo {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  header#js-header .p-header-bar .p-header-logo .c-logo {
    max-height: 120px;
  }
}
@media (max-width: 1024px) and (max-width: 375px) {
  header#js-header .p-header-bar .p-header-logo .c-logo {
    max-height: 83px;
  }
}
@media (max-width: 1024px) {
  header#js-header .p-header-bar .p-header-logo .c-logo .c-logo-picture img {
    height: auto !important;
  }
}
[data-header-bar-transparent] {
  --tcd-header-base-bg-color: #ffffff00 !important;
}

.wave {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 150px;
  z-index: 4;
}
@media (max-width: 768px) {
  .wave {
    transform: scaleY(0.6);
    transform-origin: center bottom;
    height: 69px;
  }
}

.side {
  position: absolute;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25%;
  height: 20em;
}
@media (max-width: 768px) {
  .side {
    width: 36%;
  }
}
@media (max-width: 599px) {
  .side {
    display: none;
  }
}
.side:hover {
  animation: bounce 0.5s ease;
}

/* アニメーションの基本設定 */
@keyframes bounce {
  0% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10px) scale(1.1);
  }
  50% {
    transform: translateY(0) scale(0.9);
  }
  70% {
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
section#js-mv1 .hirosan_img {
  position: absolute;
  width: 100%;
  /* height: auto; */
  height: calc(100svh - var(--tcd-header-message-height, 0px));
}
section#js-mv1 .hirosan_img::before {
  content: "";
  position: absolute;
  background-image: url(../image/top/hirosan_top.png);
  width: 100%;
  height: 49em;
  background-position: right;
  background-repeat: no-repeat;
  bottom: 0;
  background-size: contain;
  z-index: 3;
}
@media (max-width: 1600px) {
  section#js-mv1 .hirosan_img::before {
    height: 34em;
  }
}
@media (max-width: 1366px) {
  section#js-mv1 .hirosan_img::before {
    height: 28em;
  }
}
@media (max-width: 1024px) {
  section#js-mv1 .hirosan_img::before {
    height: 24em;
  }
}
@media (max-width: 599px) {
  section#js-mv1 .hirosan_img::before {
    height: 10em;
  }
}
section#js-mv1 .hirosan_img h2.hirosan_logo {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1100px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo {
    top: 44%;
  }
}
@media (max-width: 820px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo {
    top: 50%;
  }
}
@media (max-width: 599px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo {
    top: 57%;
  }
}
section#js-mv1 .hirosan_img h2.hirosan_logo img {
  display: block;
  margin: 0 auto;
}
section#js-mv1 .hirosan_img h2.hirosan_logo img.logo {
  width: 19%;
}
@media (max-width: 1366px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo img.logo {
    width: 17%;
  }
}
@media (max-width: 1100px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo img.logo {
    width: 28%;
  }
}
@media (max-width: 768px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo img.logo {
    width: 42%;
  }
}
@media (max-width: 599px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo img.logo {
    width: 40%;
  }
}
section#js-mv1 .hirosan_img h2.hirosan_logo img.catch {
  width: 35%;
  margin-top: 10px;
}
@media (max-width: 1100px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo img.catch {
    width: 62%;
  }
}
@media (max-width: 768px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo img.catch {
    width: 79%;
  }
}
@media (max-width: 599px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo img.catch {
    width: 70%;
  }
}
section#js-mv1 .hirosan_img h2.hirosan_logo p {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 1366px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo p {
    font-size: 18px;
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  section#js-mv1 .hirosan_img h2.hirosan_logo p {
    font-size: 14px;
  }
}
section#js-mv1 .p-mv1-content {
  position: absolute;
  top: 30em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
section#js-mv1 .p-mv1-content h2.p-mv1-content-title {
  font-size: 20px;
  font-family: "Noto Sans JP", "M PLUS Rounded 1c", "Noto Sans Japanese", sans-serif !important;
  position: relative;
}
section#js-mv1 .p-mv1-content h2.p-mv1-content-title::before {
  content: "";
  background-image: url(../image/top/top_catch.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 10rem;
  background-repeat: no-repeat;
  top: -7em;
  background-position: center;
  background-size: contain;
}
section#js-mv1 .p-mv1-content h2.p-mv1-content-title::after {
  content: "";
  background-image: url(../image/top/logo_white.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 20rem;
  background-repeat: no-repeat;
  top: -22em;
  background-position: center;
  background-size: contain;
}

.p-mv1__pagination {
  display: none !important;
}

.l-container {
  padding-block: 0 !important;
}
.l-container h2 {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.l-container h2 img {
  margin: 0 auto;
  height: 130px;
  width: auto;
}
@media (max-width: 1366px) {
  .l-container h2 img {
    height: 100px;
  }
}
@media (max-width: 599px) {
  .l-container h2 img {
    height: 90px;
  }
}
@media (max-width: 426px) {
  .l-container h2 img {
    height: 83px;
  }
}
.l-container p.top_txt {
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media (max-width: 1366px) {
  .l-container p.top_txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-container p.top_txt {
    font-size: 14px;
  }
}
.l-container #section-563 {
  background-image: url(../image/top/kodawari_bk.png);
  background-size: cover;
  position: relative;
  padding-bottom: 110px;
}
.l-container #section-563 .side {
  background-image: url(../image/top/sidefish01.png);
  bottom: 4em;
  left: -3em;
}
@media (max-width: 768px) {
  .l-container #section-563 .side {
    left: -1em;
    bottom: 0;
  }
}
.l-container #section-563 svg.wave {
  fill: #001976;
}
.l-container #section-563::before {
  position: absolute;
  content: "";
  background-image: url(../image/top/wave_under01.png);
  top: 0;
  width: 100%;
  height: 20em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-container #section-563 .p-cb-item-inner {
  padding: 100px 0 200px;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text {
  background-color: white;
  padding: 60px;
  border-radius: 20px;
  border: 3px solid #001976;
  position: relative;
  box-shadow: 20px 20px 0px 0px #001976;
  margin: 90px auto 0;
}
@media (max-width: 1600px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text {
    max-width: 90%;
    padding: 60px 30px;
  }
}
@media (max-width: 599px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text {
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text {
    padding: 30px 20px;
  }
}
@media (max-width: 426px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text {
    max-width: 95%;
    box-shadow: 10px 10px 0px 0px #001976;
  }
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .txt p {
  font-size: 18px;
  line-height: 2em;
  word-break: auto-phrase;
  letter-spacing: 0.1em;
}
@media (max-width: 1366px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .txt p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .txt p {
    font-size: 12px;
  }
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number,
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
  position: absolute;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number img,
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title img {
  width: 100%;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number {
  width: 10%;
  left: -23px;
  top: -86px;
}
@media (max-width: 1366px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number {
    top: -53px;
  }
}
@media (max-width: 1100px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number {
    width: 13%;
  }
}
@media (max-width: 1024px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number {
    width: 20%;
    top: -84px;
  }
}
@media (max-width: 599px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .number {
    top: -43px;
  }
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
  width: 14%;
}
@media (max-width: 1100px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
    width: 40%;
    top: -68px;
    right: 0;
  }
}
@media (max-width: 820px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
    width: 51%;
    top: -72px;
  }
}
@media (max-width: 768px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
    width: 47%;
    top: -79px;
  }
}
@media (max-width: 599px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
    width: 58%;
  }
}
@media (max-width: 500px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
    width: 71%;
    top: -76px;
  }
}
@media (max-width: 426px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text .title {
    right: -27px;
  }
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 .img {
  width: 45%;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 .txt {
  width: 50%;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 .title {
  left: -95px;
  bottom: -66px;
}
@media (max-width: 1100px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 .title {
    left: inherit;
    bottom: inherit;
  }
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01::before {
  content: "";
  position: absolute;
  background-image: url(../image/top/bk01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 20em;
  right: -320px;
  bottom: -210px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01::before {
    right: -210px;
    bottom: -307px;
  }
}
@media (max-width: 1100px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 {
    flex-direction: column-reverse;
    row-gap: 30px;
  }
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 .img {
    width: 100%;
  }
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 .txt {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text01 {
    row-gap: 15px;
  }
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 {
  margin-top: 170px;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 .img {
  width: 80%;
  margin: 40px auto 0;
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 .img img {
  width: 100%;
}
@media (max-width: 1024px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 .img {
    width: 100%;
  }
}
.l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 .title {
  right: -95px;
  top: 0;
}
@media (max-width: 1100px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 .title {
    top: -68px;
    right: 0;
  }
}
@media (max-width: 599px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 .title {
    top: -76px;
  }
}
@media (max-width: 426px) {
  .l-container #section-563 .p-cb-item-inner .p-cb-free-content .kodawari_text.text02 .title {
    right: -27px;
  }
}
.l-container #section-3 {
  background-image: url(../image/top/fish_bk.png);
  position: relative;
}
.l-container #section-3::before {
  position: absolute;
  content: "";
  background-image: url(../image/top/wave_under02.png);
  top: 0;
  width: 100%;
  height: 20em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.l-container #section-3 P {
  color: #fff;
}
.l-container #section-3 .wave {
  display: none;
}
.l-container #section-3 .p-cb-item-inner {
  padding: 73px 0 134px;
}
@media (min-width: 1025px) {
  .l-container #section-3 .p-cb-item-inner {
    width: 100%;
    max-width: 1400px;
  }
}
.l-container #section-3 .p-cb-item-inner .p-post-cards {
  grid-template-columns: var(--tcd-post-cards-columns, repeat(4, 1fr));
}
.l-container #section-3 .p-cb-item-inner .p-post-cards .p-post-cards-item__category {
  display: none;
}
.l-container #section-3 .p-cb-item-inner .p-post-cards .p-post-cards-item__content {
  border: none;
}
.l-container #section-3 .p-cb-item-inner .p-post-cards .p-post-cards-item__content .p-post-cards-item__title {
  color: #fff;
}
.l-container #section-3 .p-cb-item-inner .p-post-cards .p-post-cards-item__content .p-post-cards-item__date {
  display: none;
}
.l-container #section-3 .p-cb-item-inner .p-cb-header {
  position: relative;
}
.l-container #section-3 .p-cb-item-inner h2.p-cb-header-title {
  position: relative;
  height: 130px;
}
.l-container #section-3 .p-cb-item-inner h2.p-cb-header-title::before {
  content: "";
  position: absolute;
  background-image: url(../image/top/title02.png);
  height: 130px;
  width: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .l-container #section-3 .p-cb-item-inner h2.p-cb-header-title {
    height: 100px;
  }
  .l-container #section-3 .p-cb-item-inner h2.p-cb-header-title::before {
    height: 100px;
  }
}
@media (max-width: 599px) {
  .l-container #section-3 .p-cb-item-inner h2.p-cb-header-title {
    height: 90px;
  }
  .l-container #section-3 .p-cb-item-inner h2.p-cb-header-title::before {
    height: 90px;
  }
}
@media (max-width: 426px) {
  .l-container #section-3 .p-cb-item-inner h2.p-cb-header-title {
    height: 83px;
  }
  .l-container #section-3 .p-cb-item-inner h2.p-cb-header-title::before {
    height: 83px;
  }
}
.l-container #section-3 .p-cb-item-inner .button a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.l-container #section-3 .p-cb-item-inner .button a::before {
  background: url(../image/common/yajirushi_white.png) no-repeat center center/contain;
}
.l-container #section-3 .p-cb-item-inner p {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-container #section-3 .p-cb-item-inner p {
    font-size: 14px;
  }
}
.l-container #section-437 {
  background-image: url(../image/top/fish_bk.png);
  position: relative;
  margin-top: -1px;
  padding-bottom: 110px;
}
.l-container #section-437 .side {
  background-image: url(../image/top/sidefish02.png);
  top: 0;
  right: -3em;
}
.l-container #section-437 svg.wave {
  fill: #F9F0E1;
}
.l-container #section-437 .wave {
  bottom: -1px;
}
.l-container #section-437 .p-cb-item-inner {
  padding: 100px 0 200px;
  position: relative;
}
.l-container #section-437 .p-cb-item-inner p {
  color: #fff;
}
.l-container #section-437 .p-cb-item-inner .fish {
  margin-bottom: 100px;
}
.l-container #section-437 .p-cb-item-inner .fish .fish_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-bottom: 70px;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
@media (max-width: 1366px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 1200px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media (max-width: 1024px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
@media (max-width: 599px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list {
    row-gap: 0;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 426px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.l-container #section-437 .p-cb-item-inner .fish .fish_list .item {
  width: 23%;
}
@media (max-width: 768px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list .item {
    width: 48%;
  }
}
@media (max-width: 375px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list .item {
    width: 100%;
  }
}
.l-container #section-437 .p-cb-item-inner .fish .fish_list .item .img img {
  width: 100%;
  height: auto;
}
.l-container #section-437 .p-cb-item-inner .fish .fish_list .item p {
  text-align: center;
  color: white;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media (max-width: 1366px) {
  .l-container #section-437 .p-cb-item-inner .fish .fish_list .item p {
    font-size: 14px;
  }
}
.l-container #section-437 .p-cb-item-inner .insta {
  margin-bottom: 100px;
}
.l-container #section-437 .p-cb-item-inner .insta .insta_wrap {
  width: 80%;
  margin: 40px auto 70px;
}
.l-container #section-437 .p-cb-item-inner .insta .insta_wrap img {
  width: 100%;
  height: auto;
}
.l-container #section-437 .p-cb-item-inner .moriawase {
  position: relative;
}
@media (max-width: 1100px) {
  .l-container #section-437 .p-cb-item-inner .moriawase {
    padding-bottom: 13em;
    text-align: center;
  }
}
.l-container #section-437 .p-cb-item-inner .moriawase::before {
  content: "";
  position: absolute;
  background-image: url(../image/top/moriawase02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 876px;
  height: 33em;
  right: -280px;
  bottom: -250px;
  z-index: 5;
}
@media (max-width: 1600px) {
  .l-container #section-437 .p-cb-item-inner .moriawase::before {
    width: 837px;
    height: 30em;
    bottom: -225px;
    right: -170px;
  }
}
@media (max-width: 1366px) {
  .l-container #section-437 .p-cb-item-inner .moriawase::before {
    width: 649px;
    height: 24em;
    bottom: -151px;
    right: -120px;
  }
}
@media (max-width: 1200px) {
  .l-container #section-437 .p-cb-item-inner .moriawase::before {
    width: 486px;
    height: 20em;
    right: -78px;
    bottom: -95px;
  }
}
@media (max-width: 1100px) {
  .l-container #section-437 .p-cb-item-inner .moriawase::before {
    width: 609px;
    height: 25em;
    bottom: -225px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media (max-width: 599px) {
  .l-container #section-437 .p-cb-item-inner .moriawase::before {
    width: 469px;
  }
}
.l-container #section-437 .p-cb-item-inner .moriawase .title {
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1600px) {
  .l-container #section-437 .p-cb-item-inner .moriawase .title {
    width: 50%;
  }
}
.l-container #section-437 .p-cb-item-inner .moriawase .title img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .l-container #section-437 .p-cb-item-inner .moriawase .title {
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .l-container #section-437 .p-cb-item-inner .moriawase .title {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .l-container #section-437 .p-cb-item-inner .moriawase .title {
    width: 60%;
  }
}
.l-container #section-437 .p-cb-item-inner .moriawase p {
  margin-bottom: 30px;
  font-size: 18px;
}
@media (max-width: 1366px) {
  .l-container #section-437 .p-cb-item-inner .moriawase p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-container #section-437 .p-cb-item-inner .moriawase p {
    font-size: 14px;
  }
}
.l-container #section-437 .p-cb-item-inner .moriawase .button {
  text-align: left;
  margin-left: 65px;
}
@media (max-width: 1100px) {
  .l-container #section-437 .p-cb-item-inner .moriawase .button {
    text-align: center;
  }
}
.l-container #section-673 {
  background-color: #F9F0E1;
  margin-top: -1px;
  position: relative;
}
.l-container #section-673 .side {
  background-image: url(../image/top/sidefish03.png);
  top: 0;
  left: -3em;
}
@media (max-width: 768px) {
  .l-container #section-673 .side {
    left: -1em;
    top: -10em;
  }
}
.l-container #section-673 svg.wave {
  fill: #F6F6F6;
}
.l-container #section-673 .wave {
  bottom: -1px;
}
.l-container #section-673 .p-cb-item-inner {
  padding: 100px 0 200px;
}
.l-container #section-673 .p-cb-item-inner h2.p-cb-header-title {
  position: relative;
  height: 130px;
}
.l-container #section-673 .p-cb-item-inner h2.p-cb-header-title::before {
  content: "";
  position: absolute;
  background-image: url(../image/top/title04.png);
  height: 130px;
  width: inherit;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .l-container #section-673 .p-cb-item-inner h2.p-cb-header-title {
    height: 100px;
  }
  .l-container #section-673 .p-cb-item-inner h2.p-cb-header-title::before {
    height: 100px;
  }
}
@media (max-width: 599px) {
  .l-container #section-673 .p-cb-item-inner h2.p-cb-header-title {
    height: 90px;
  }
  .l-container #section-673 .p-cb-item-inner h2.p-cb-header-title::before {
    height: 90px;
  }
}
@media (max-width: 426px) {
  .l-container #section-673 .p-cb-item-inner h2.p-cb-header-title {
    height: 83px;
  }
  .l-container #section-673 .p-cb-item-inner h2.p-cb-header-title::before {
    height: 83px;
  }
}
.l-container #section-673 .p-cb-item-inner p {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .l-container #section-673 .p-cb-item-inner p {
    font-size: 14px;
  }
}
.l-container #section-673 .p-cb-item-inner .splide::before {
  content: "";
  position: absolute;
  background-image: url(../image/top/blog_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 20em;
  right: -320px;
  bottom: -210px;
}
@media (max-width: 1100px) {
  .l-container #section-673 .p-cb-item-inner .splide::before {
    right: -70px;
    bottom: -280px;
  }
}
@media (max-width: 599px) {
  .l-container #section-673 .p-cb-item-inner .splide::before {
    bottom: -335px;
  }
}
.l-container #section-673 .p-cb-item-inner .splide .p-post-cards-item__content {
  background-color: white;
}
.l-container #section-673 .p-cb-item-inner .p-post-cards-item__content {
  background-color: white;
}

body:not(.home) .l-container .l-contents {
  display: inline-block;
  background-color: white;
  padding: 60px;
  border-radius: 20px;
  border: 3px solid #001976;
  position: relative;
  box-shadow: 20px 20px 0px 0px #001976;
  margin: 30px auto 200px;
}
@media (max-width: 1600px) {
  body:not(.home) .l-container .l-contents {
    max-width: 80%;
  }
}
@media (max-width: 599px) {
  body:not(.home) .l-container .l-contents {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  body:not(.home) .l-container .l-contents .l-main .p-single {
    row-gap: 26px;
  }
}
body:not(.home) .l-container .l-contents .l-main header h1.p-single-header__title {
  text-align: center;
  font-size: 30px;
  color: #001976;
}
@media (max-width: 768px) {
  body:not(.home) .l-container .l-contents .l-main header h1.p-single-header__title {
    font-size: 20px;
  }
}
body:not(.home) .l-container .l-contents .l-main h2 {
  text-align: left;
  color: #001976;
  font-size: 25px;
  width: 100%;
  border-bottom: 1px solid #001976;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  body:not(.home) .l-container .l-contents .l-main h2 {
    font-size: 18px;
  }
}
body:not(.home) .l-container .l-contents .l-main h3 {
  text-align: left;
  color: #001976;
  font-size: 20px;
  padding-left: 22px;
  position: relative;
  margin: 20px 0;
}
body:not(.home) .l-container .l-contents .l-main h3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #001976;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
body:not(.home) .l-container .l-contents .l-main .p-single-bottom h3 {
  padding-left: 0;
}
body:not(.home) .l-container .l-contents .l-main .p-single-bottom h3::before {
  content: none;
}
body:not(.home) .l-container .l-contents .l-main h4 {
  text-align: left;
  color: #001976;
  font-size: 20px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  body:not(.home) .l-container .l-contents .l-main p {
    font-size: 14px;
  }
}
body:not(.home) .l-container .l-contents .l-main .mokuji {
  background-color: #F5F1ED;
  padding: 30px 40px;
  margin: 40px auto;
}
@media (max-width: 599px) {
  body:not(.home) .l-container .l-contents .l-main .mokuji {
    padding: 30px 20px;
  }
}
body:not(.home) .l-container .l-contents .l-main .mokuji ol {
  list-style: auto;
  list-style-position: inside;
}
body:not(.home) .l-container .l-contents .l-main .mokuji ol li {
  line-height: 2em;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media (max-width: 768px) {
  body:not(.home) .l-container .l-contents .l-main .mokuji ol li {
    font-size: 14px;
  }
}
body:not(.home) .l-container .l-contents .l-main .mokuji.moriawase ul li {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
body:not(.home) .l-container .l-contents .l-main .mokuji.moriawase ul li span {
  color: #001976;
}
body:not(.home) .l-container .l-contents .l-main .menu {
  margin-bottom: 20px;
}
body:not(.home) .l-container .l-contents .l-main .tokusho .item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #001976;
}
body:not(.home) .l-container .l-contents .l-main .tokusho .item p {
  width: 70%;
}
body:not(.home) .l-container .l-contents .l-main .tokusho .item p.title {
  width: 25%;
}
@media (max-width: 768px) {
  body:not(.home) .l-container .l-contents .l-main .tokusho .item p {
    width: 100%;
  }
  body:not(.home) .l-container .l-contents .l-main .tokusho .item p.title {
    width: 100%;
  }
}
body:not(.home) .l-container .l-contents .l-main .p-single-header__image {
  width: 60%;
  margin: 20px auto;
}
body:not(.home) .l-container .l-contents .l-main .p-single-header__image img {
  border-radius: 20px;
}
@media (max-width: 768px) {
  body:not(.home) .l-container .l-contents .l-main .p-single-header__image {
    width: 100%;
  }
}
body:not(.home).single .l-container .l-contents {
  margin: 30px auto 90px;
}
body:not(.home).single .button {
  margin-bottom: 110px;
}
body:not(.home).archive .c-archive-header:where(:has(img)) {
  margin-top: -91px;
}
@media (max-width: 1600px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    height: 360px;
  }
}
@media (max-width: 1450px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    margin-top: -71px;
    height: 296px;
  }
}
@media (max-width: 1366px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    margin-top: -60px;
  }
}
@media (max-width: 1024px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    height: 216px;
    margin-top: 61px;
  }
}
@media (max-width: 820px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    height: 566px;
    margin-top: -18px;
  }
}
@media (max-width: 599px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    height: 486px;
  }
}
@media (max-width: 500px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    height: 356px;
    margin-top: 0px;
  }
}
@media (max-width: 426px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    height: 313px;
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  body:not(.home).archive .c-archive-header:where(:has(img)) {
    height: 276px;
    margin-top: -1px;
  }
}
body:not(.home).category .l-contents {
  background-color: initial;
  border: none;
  box-shadow: none;
  padding: initial;
}
body:not(.home).category .l-contents .p-post-cards-item .p-post-cards-item__content {
  background-color: #fff;
}
@media (max-width: 1100px) {
  body:not(.home).category .l-contents .p-post-cards-item .p-post-cards-item__content h2 {
    font-size: 18px;
  }
}
body:not(.home).category .l-contents .screen-reader-text {
  display: none;
}
body:not(.home).category-12 .c-archive-header-terms {
  display: none;
}
body:not(.home).page-id-150 .c-archive-header {
  margin-top: -91px;
}
@media (max-width: 1600px) {
  body:not(.home).page-id-150 .c-archive-header {
    height: 360px;
  }
}
@media (max-width: 1450px) {
  body:not(.home).page-id-150 .c-archive-header {
    margin-top: -71px;
    height: 296px;
  }
}
@media (max-width: 1366px) {
  body:not(.home).page-id-150 .c-archive-header {
    margin-top: -60px;
  }
}
@media (max-width: 1024px) {
  body:not(.home).page-id-150 .c-archive-header {
    height: 216px;
    margin-top: 61px;
  }
}
@media (max-width: 820px) {
  body:not(.home).page-id-150 .c-archive-header {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  body:not(.home).page-id-150 .c-archive-header {
    height: 566px;
    margin-top: -18px;
  }
}
@media (max-width: 599px) {
  body:not(.home).page-id-150 .c-archive-header {
    height: 486px;
  }
}
@media (max-width: 500px) {
  body:not(.home).page-id-150 .c-archive-header {
    height: 356px;
    margin-top: 0px;
  }
}
@media (max-width: 426px) {
  body:not(.home).page-id-150 .c-archive-header {
    height: 313px;
    margin-top: 30px;
  }
}
@media (max-width: 375px) {
  body:not(.home).page-id-150 .c-archive-header {
    height: 276px;
    margin-top: -1px;
  }
}
body:not(.home).page-id-150 .c-breadcrumb {
  margin-top: 0px;
}
@media (max-width: 599px) {
  body:not(.home).page-id-150 .c-breadcrumb {
    padding-block-start: 0px !important;
  }
}
body:not(.home).page-id-150 .fish_img {
  margin-bottom: 30px;
}
body:not(.home).page-id-150 .tokusho .item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #001976;
}
body:not(.home).page-id-150 .tokusho .item p {
  width: 70%;
}
body:not(.home).page-id-150 .tokusho .item p.title {
  width: 25%;
}
@media (max-width: 768px) {
  body:not(.home).page-id-150 .tokusho .item p {
    width: 100%;
  }
  body:not(.home).page-id-150 .tokusho .item p.title {
    width: 100%;
  }
}

footer .p-footer-main {
  background-color: #F6F6F6;
}
footer .p-footer-main .p-footer-logo {
  filter: none;
}
@media (max-width: 1024px) {
  footer .p-footer-main .p-footer-logo .c-logo__image {
    height: 100px !important;
  }
}
footer .p-footer-main .p-footer-nav {
  border-top: none;
}
footer .p-footer-main .p-footer-nav .p-footer-nav-list ul li a {
  color: #333333;
  font-size: 16px;
}
footer .p-footer-main .p-footer-bottom .p-footer-bottom-sns .c-sns-icons {
  color: #333333;
}
footer .p-footer-main .p-footer-bottom .p-footer-copyright {
  color: #333333;
}

.p-cb {
  row-gap: 0 !important;
}

.c-breadcrumb {
  border-top: none !important;
  border-bottom: none !important;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .c-breadcrumb {
    padding-block-start: 74px !important;
  }
}

.single-post .c-breadcrumb__list > li:nth-child(2) {
  display: none;
}

.c-back-to-top {
  position: fixed;
  right: 56px;
  bottom: 56px;
  width: 244px;
  height: 124px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
@media (max-width: 1450px) {
  .c-back-to-top {
    width: 201px;
  }
}
@media (max-width: 1366px) {
  .c-back-to-top {
    right: 16px;
    height: 79px;
  }
}
@media (max-width: 599px) {
  .c-back-to-top {
    width: 155px;
  }
}

.c-back-to-top.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.c-archive-header__picture {
  display: block;
}

.c-archive-header__image {
  width: 100%;
  height: auto;
  display: block;
}

.archive-header-img {
  width: 100%;
  line-height: 0;
  /* ← Safari対策 */
}

.archive-header-img picture {
  display: block;
}

.c-archive-header__image {
  display: block;
  width: 100%;
  height: auto;
}

.wpcf7-form p {
  font-size: 20px;
  color: #001976;
  font-weight: bold;
  margin-bottom: 20px;
}
.wpcf7-form label .wpcf7-form-control[type=text] {
  width: 100% !important;
  box-sizing: border-box;
}
.wpcf7-form label .wpcf7-form-control[type=textarea] {
  width: 100% !important;
}

/* Contact Form 7 はみ出し対策（基本） */
.wpcf7 *,
.wpcf7 *::before,
.wpcf7 *::after {
  box-sizing: border-box;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  max-width: 100%;
  width: 100%;
}

.submit_button {
  text-align: center;
}
.submit_button input.wpcf7-submit {
  color: #fff;
  background-color: #001976;
  display: inline-block;
  width: 40%;
  padding: 10px;
}
@media (max-width: 599px) {
  .submit_button input.wpcf7-submit {
    width: 100%;
  }
}

.wpcf7-spinner {
  display: block !important;
}

form.p-drawer-bottom-search {
  display: none;
}

/* 商品ページ */
body.woocommerce .l-container .l-contents {
  display: flex;
  align-items: flex-start;
  background-color: initial;
  padding: 0;
  border-radius: 20px;
  border: none;
  position: relative;
  box-shadow: none;
  margin: 30px auto 200px;
}

@media (max-width: 1024px) {
  body.woocommerce .l-container .l-contents {
    display: inline-block;
  }
  body.woocommerce .l-sidebar--left {
    margin-bottom: 20px;
  }
}
.p-product-header-summary .single_add_to_cart_button {
  background-color: #fff;
}

h2.p-product-tabs-section-title {
  border: none;
}
h2.p-product-tabs-section-title span {
  border-top: none;
  margin-inline: inherit;
}

body.woocommerce.tax-product_cat .l-contents {
  display: flex;
  align-items: flex-start;
}

body.woocommerce .p-product-tax-header {
  height: 0;
}

.c-archive-header__noimage-spacer {
  margin-bottom: 0 !important;
}

/* 「ブログ」という文字を含むパンくずを非表示 */
.c-breadcrumb__item span[itemprop=name]:where(:contains("ブログ")) {
  display: none;
}/*# sourceMappingURL=style.css.map */