.wavy-line {
    display: flex;
    height: 100px;
    margin-left: -100px;
    margin-top: -20px;
    --wave-w: 50px;
    --wave-h: 25px;
    transform:scaleY(0.6);
  }
  
  .wavy-line div {
    width: var(--wave-w);
    height: var(--wave-h);
    border: solid 2px #696969;
    border-radius: 75px 75px 0 0;
    border-bottom: 0;
    margin-left: var(--wave-w);
  }
  
  .wavy-line div:after {
    content: "";
    display: inline-block;
    width: var(--wave-w);
    height: var(--wave-h);
    position: relative;
    left: var(--wave-w);
    top: calc(var(--wave-h) - 2px);
    border: solid 2px #696969;
    border-radius: 0 0 75px 75px;
    border-top: 0;
  }
  
/* ==========================
   LEGACY SWIPER CSS (DISABLED)
   ==========================
  
  .dli_clock {
    vertical-align: middle;
  }
       .swiper-slide {
          text-align: center;
          font-size: 18px;
          width: 300px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
      }
  .swiper-button-prev,
  .swiper-button-next {
    fill: #fff;
    stroke: none;
    stroke-width: 0;
    z-index: 10000;
    width: 20px;
    margin-top: -18px;
    background-image: none;
  }
  
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  .dli-clock {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
  }
  
  .dli-clock::before, .dli-clock::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 50%;
    background: currentColor;
    border-radius: 0.1em;
    transform: translate(-0.05em, 0.05em);
  }
  
  .dli-clock::before {
    width: 0.1em;
    height: 0.4em;
  }
  
  .dli-clock::after {
    width: 0.35em;
    height: 0.1em;
  }

  #pagination {
    color: #203258;
  }
  .swiper-pagination-current {
    font-weight: 600;
  }
  .swiper-pagination {
    /* position: relative;
      left: 652px;
      top: 105px; *
      font-size: 40px;
      top: 579px !important;
      text-align: right !important;
      /* top: 60px; *
  }
  /* 前への矢印 *
  .swiper-button-prev {
    left: 850px;
      position: relative;
      display: inline-block;
      top: 88px;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
      font-size: 15px !important;
    }
    .swiper-button-prev::after {
      position: absolute;
      top: 18px;
      right: 21px;
      color: #203258;
    }
    .swiper-button-next::after {
      position: absolute;
      top: 18px;
      right: 20px;
      color: #203258;
    }
    .swiper-container [class^="swiper-button-"]{
     color: gray;
  }
  /* 次への矢印 *
  .swiper-button-next,
  .swiper-button-prev {
      position: relative;
      display: inline-block;
      top: 98px;
      background-color: #ffffff;
      opacity: 1;
      border-radius: 50%;
      width: 50px !important;
      height: 50px !important;
  }
  .swiper-button-next {
    right: -86px !important;
  }

  .swiper-button-prev {
    left: -86px !important;
  }
  .swiper-pagination-total {
    font-size: 20px;
  }

========================== */

  /* #header_logo img {
  max-height: inherit !important;
  width: 290px;
  height: 158px;
}

#header_top .inner {
  margin-left: 80px;
} */

#global_menu {
  /* margin-left: 110px !important; */
  margin-top: 20px !important;
  color: #203258;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: 'Noto Sans JP';
}

.top_blog_wrapper {
  padding: 0px 407px;
  margin-bottom: 70px;
  position: relative;
}

.top_blog_cont {
  height: 522px;
  /* width: 376px; */
}

 .top_blog_ul {
  text-align: left;
  gap: 0px 20px;
  width: calc(100% / 4);
}

.mr_15 {
  margin-right: 15px;
}

.no_calc {
  width: 100%;
}
.top_blog_li {
  padding: 30px 0;
}

.d_flex {
  display: flex;
}

.p_0 {
  padding: 0;
}

.top_blog_thumbnail {
  width: 100%;
  height: 444px;
}

.no_slider_thumbnail {
  width: 100%;
  height: 444px;
}

.top_blog_outer {
  margin-top: 15px;
  vertical-align: top;
  text-align: left;
  min-width: 376px;
  width: 100%;
}

.no_blog {
  text-align: left;
}

.no_kiji {
  margin-left: 180px;
}

.top_blog_inner {
  display: inline-block;
}

.top_profile_img {
  border-radius: 50%;
  vertical-align: middle;
  width: 31px;
  height: 31px;
}

.top_profile_name {
  margin-left: 11px;
  font-weight: bold;
  font-size: 13px;
  color: #203258;
}

.top_clock_outer {
  display: inline-block;
  float: right;
  margin-top: 10px;
}

.top_profile_title {
  font-size:16px;
  font-weight: bold;
  margin-top:12px;
  color: #203258;
  line-height: 1.5;
}

.top_button_area {
  margin: 110px 103px 0; 
}

.book_icon {
  width: 31px;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
}

.mappin_icon {
  width: 21px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.button_insta_icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.button_search_icon {
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: 10px;
}

.to_button_wrap {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
}

.to_button_wrap {
  display: flex; /*--横並び指定--*/
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.to_button_wrap .box-a {
  flex-grow: 1;
  position: relative;
  margin-right: 2em;
}

.to_button_wrap .box-a::after {
  position: absolute;
  top: 15px;
  left: 100%;
  margin: 0 1rem;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #D1D1D1;
  height: 35px;
}

.to_button_wrap .box-b {
  flex-grow: 1;
}

.top_button_commn {
  border:none;
  padding: 20px 0;
  width: 130px;
  color: #203258;
  font-size: 20px;
  font-weight: 500;
}

.top_button_last {
  color: #203258;
  font-size: 20px;
  font-weight: 500;
  border:none;
  padding: 20px 0;
  width: 130px;
}

.top_button_commn:hover,
.top_button_last:hover {
  cursor: pointer;
}

.fish_life_wrapper {
  margin: 80px auto 150px;
  display: flex;
  justify-content: center;
}

.fish_life_inner {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-top: 130px;
}

.fish_life_head {
  font-size: 64px;
  line-height: 1.5;
  letter-spacing: 3.2px;
  color: #203258;
  font-weight: 900;
}

.fish_life_text {
  line-height: 1.8;
  letter-spacing: 0.32px;
  color: #203258;
  font-size: 16px;
  font-weight: 400;
  margin-top: 27px;
}

.fish_life_img {
  width: 190px;
  margin-left: 142px;
  width: 425px;
  height: 487px;
  display: inline-block;
}

.sp_fish_life_img {
  display: none;
}

.outer_fish_life {
  background-image: url(../img/pc_bk_nami.png);
  background-repeat: no-repeat,repeat;
  background-size: cover;
  background-color: #ffffff;
  height: 636px;
}

.blog_outer {
  background-color: #ffffff;
  height: 100%;
  max-height: 795px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.blog_outer_1 {
  background-color: #ffffff;
  height: auto;
  max-height: 795px;
}

.blog_wrapper {
  text-align: center;
  clear: both;
  background-color: #ffffff;
  position: relative;
  top: 80px;
}

.blog_title_area {
  text-align: left;
}

.blog_head {
  display: inline-block;
  font-size: 60px;
  letter-spacing: 6px;
  color: #203258;
  font-weight: 800;
}

.blog_sub_head {
  font-size: 22px;
  margin-left: 20px;
  color: #203258;
  font-weight: bold;
}

.blog_area {
  margin: 40px 0 60px 0;
}

.blog_ul {
  justify-content: space-around;
  text-align: left;    
}

.blog_fist_li {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
  border-right: 1px dashed #9F9F9F;
  height: 488px;
  width: 400px;
  float: left;
}

.blog_second_li {
  border-bottom: 1px dashed #9F9F9F;
  padding-bottom: 20px;
}

.blog_third_li {
  border-bottom: 1px dashed #9F9F9F;
  padding: 20px 0;
}

.blog_for_li {
  padding-top: 20px;
}

.blog_first_img {
  width: 400px;
  height: 244px;
  transition:1s all;
  object-fit: cover;
}

.blog_other_img {
  width: 219px;
  height: 132px;
  display: inline-block;
  transition:1s all;
}

.blog_other_img:hover,
.blog_first_img:hover {
  transform:scale(1.2,1.2);
  transition:1s all;
}

.second_transfer {
  margin-left: 485px;
}

.blog_cont_inner {
  margin-top: 18px
}

.blog_other_inner {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.blog_cont_title {
  font-size: 24px;
  font-weight: bold;
  color: #203258;
}

.blog_sub_cont_title {
  font-size: 22px;
}

.blog_conttxt_outer {
  font-size: 12px;
  font-weight: 400;
  color: #203258;
  margin-top: 24px;
}

.blog_first_profile {
  margin-top: 30px;
}

.blog_other_profile {
  margin-top: 30px; 
}

.blog_profile_inner {
  display: inline-block;
  padding-right: 30px;
  margin-top: 20px;
}

.blog_profile_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
}

.blog_profile_name {
  margin-left: 8px;
  color: #203258;
  font-size: 15px;
  font-weight: bold;
}

.blog_clock_inner {
  display: inline-block;
  margin-left: 45px;
  font-size: 14px;
  color: #203258;
  font-weight: 400;
  float: right;
  margin-top: 27px;
}

.blog_list_button {
  width: 300px;
  height: 60px;
  border: 1px solid #203258;
  border-radius: 30px;
  color: #203258;
  font-size: 16px;
  background-color: #ffffff;
  font-weight: 500;
}

.blog_list_button:hover {
  cursor: pointer;
}

.blog_img_wrapper {
  display: inline-block;
  width: 219px;
  overflow: hidden;
}

.blog_first_img_wrapper {
  width: 400px;
  overflow: hidden;
}

.insta_area {
  text-align: center;
  padding: 100px 103px;
  background-color: #ffffff;
}

.inner_insta_area {
  position: relative;
}

.insta_back_img {
  margin: 0 auto;
  display: block;
  height: 538px;
  width: 1160px;
}

.sp_insta_back_img {
  display: none;
}

.insta_cont_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.insta_icon {
  width: 48px;
  height: 48px;
}

.insta_head {
  color: #ffffff;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: 7px;
  margin-top: 10px;
  height: 86px;
}

.insta_sub_head {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.insta_text {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  margin-top: 20px;
}

.insta_button {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  width: 300px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  background-color: transparent;
}

.insta_button:hover {
 cursor: pointer;
}

.search_button_outer {
  background-image: url(../img/pc_bk_nami2.png);
  background-size: cover;
  background-color: #ffffff;
  margin-top: -80px;
  height: 400px;
}

.search_button_area {
  margin: 80px auto 80px;
  position: relative;
  top: 80px;
  text-align: center;
}

.search_header_area {
  text-align: left;
  margin-left: 180px;
}

.searcd_head {
  display: inline-block;
  font-size: 60px;
  color: #203258;
  font-weight: 800;
}

.searcd_sub_head {
  font-size: 20px;
  margin-left: 22px;
  color: #203258;
  font-weight: bold;
}

.search_button_wrapper {
  margin: 40px 0 100px 0;
}

.search_button {
  color: #ffffff;
  border-radius: 20px;
  width: 50vh;
  height: 140px;
  font-size: 24px;
  font-weight: bold;
}

.search_button:hover {
  cursor: pointer;
}

.search_button_poji {
  border: 1px solid #175EA4;
  background-color: #175EA4;
}

.search_button_inn {
  border: 1px solid #3CBBF8;
  background-color: #3CBBF8;
  margin-left: 20px;
}

.pin_icon {
  width: 23px;
  height: 33px;
  vertical-align: sub;
}

.search_icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.ml_10 {
  margin-left: 10px;
}

.sp {
  display: none;
}

.top_profile_title a,
.blog_cont_title a {
  color: #203258 !important;
}
@media screen and (max-width: 1104px) {
  /* スマホ */
  .search_button_area {
    margin: 80px 10px 80px 10px;
  }

  .search_button {
    width: 100%;
    height: 100px;
    font-size: 20px;
  }

  .pin_icon {
    vertical-align: middle;
  }

  .search_button_inn {
    margin-left: 0;
    margin-top: 15px;
  }

  .searcd_sub_head {
    display: block;
    text-align: left;
    margin-left: 0;
    margin-top: 5px;
  }

  .blog_conttxt_outer {
    margin-top: 15px;
  }

  .insta_area {
    padding: 70px 15px 100px;
  }
  
  .insta_back_img {
    display: none;
  }

  .top_blog_cont {
    display: block !important;
  }

  .sp_insta_back_img {
    margin: 0;
    display: block;
    height: 350px;
    width: 100%;
  }

  .blog_wrapper {
    margin: 0 15px;
    position: inherit;
    padding-top: 30px;
  }
  
  .blog_fist_li {
    border-bottom: 1px dashed #9F9F9F;
    padding-right: 0;
    border-right: none;
    height: auto;
    float: none;
    padding-bottom: 15px;
  }

  .blog_second_li {
    padding-top: 20px;
  }

  .second_transfer {
    margin-left: 0;
  }

  .fish_life_wrapper {
    margin: 80px 15px 150px;
    padding: 0;
    display: block;
  }

  .fish_life_head {
    font-size: 45px;
  }

  .fish_life_img {
    display: none;
  }

  .sp_fish_life_img {
    margin-left: 0;
    height: 320px;
    width: 100%;
    display: block;
  }

  .blog_outer {
    height: initial;
    max-height: initial;
    display: block;
  }

  .blog_first_img_wrapper,
  .blog_img_wrapper {
    width: 170px;
  }

  .blog_cont_title {
    margin-top: 10px;
  }

  .blog_first_img,
  .blog_other_img {
    width: 170px;
    height: 150px;
  }

  .blog_first_img_wrapper,
  .blog_cont_inner {
    display: inline-block;
  }

  .blog_first_img_wrapper {
    vertical-align: top;
  }

  .blog_cont_inner {
    width: 150px;
    margin-left: 10px;
  }

  .blog_cont_inner {
    margin-top: 0;
  }

  .blog_head,
  .searcd_head {
    font-size: 45px;
  }
  
  .fish_life_inner {
    margin-top: 0;
  }

  .blog_profile_inner {
    padding-right: 0;
  }

  .blog_profile_name {
    font-size: 12px;
  }
  
  #footer_contents {
    margin-top: 90px;
  }

  .insta_head {
    font-size: 50px;
  }

  .fish_life_text {
    margin-bottom: 30px;
  }

  .no_kiji {
    margin-left: 0;
  }

  .outer_fish_life {
    height: 720px;
    margin-top: -30px;
  }

  .search_header_area {
    margin-left: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .blog_clock_inner {
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
 
  .top_blog_wrapper {
    padding: 0;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 70px;
    width: 100%;
  }

  .top_blog_thumbnail {
    /* width: 100%; */
    height: 444px;
  }

  .top_button_area {
    margin: 110px 15px 0;
  }

  .to_button_wrap {
    background-color: inherit;
    border: none;
    border-radius: 0px;
  }

  .top_blog_outer {
    min-width: 100%;
  }

  .top_button_commn {
    display: inline-block;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    width: 150px;
  }

/* ==========================
   LEGACY SWIPER CSS (DISABLED)
   ==========================

  .swiper-slide{
    margin-right: 0;
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  #pagination {
    margin-top: 30px;
    left: -25px;
  }

  .top_blog_ul {
    gap: 10px;
  }

  .top_blog_li {
    margin: 0;
    /* width: 350px !important; *
    margin-right: 15px;
  }

  .no_top_blog_li {
    width: 100% !important;
  }

  .secound_to_button {
    margin-top: 15px;
  }

  .sp_fish_search {
    padding: 18px 0px;
    margin-left: 10px;
  }

  .sp_inn {
    padding: 16px 0px;
    margin-left: 10px;
  }

  .no_blog {
    height: 15px !important;
    width: auto !important;
  }

  .no_slider_thumbnail {
    width: 350px;
  }

  .m_0 {
    margin: 0 !important;
    overflow-y: scroll;
  }
  .sp_top_blog_ul {
    gap: 0 10px;
  }
}

========================== */