@charset "utf-8";
/* 釣りポジ検索スタイル */
#main_contents {
  border-top: 1px solid #CED3DB;
}

.search_result_warpper {
  float: left;
  width: 360px;
  text-align: center;
  padding: 0 40px;
}

.search_result_inner {
  border-bottom: 1px solid #CED3DB;
  width: 100%;
  padding: 30px 0;
  height: 40px;
}

.form_close_button,
.form_active_button {
  width: 120px;
  border-radius: 10px;
  background-color: #ffffff;
  border: none;
  color: #203258;
  font-weight: bold;
  font-size: 14px;
  float: left;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_close_button:hover,
.form_active_button:hover {
  cursor: pointer;
}

.rersult_text {
  display: inline-block;
  float: right;
}

.search_results_text,
.subject {
  color: #203258;
  font-size: 16px;
  font-weight: 400;
}

.result_count_text {
  font-size: 34px;
  color: #203258;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 5px;
}

.keyword_area {
  position: relative;
  margin-top: 30px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  clear: both;
}

/* 検索アイコン */
.search_icon {
  position: absolute;
  width: 19px;
  height: 19px;
  left: 15px;
  z-index: 2;
  top: 13px;
}

.keyword_form {
  width: 100%;
  height: 45px;
  border: 1px solid #CED3DB;
  border-radius: 7px;
  clear:both;
  padding-left: 40px;
}

.prefectures_head {
  display: block;
  margin-top: 25px;
  color: #203258;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

.prefs_area {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 都道府県セレクトボックスのキーワードピン*/
.pin_icon {
  display: block;
  top: 12px;
  left: 15px;
  position: absolute;
  width: 16px;
  height: 24px;
}

.prefs_text {
  font-size: 11px;
  position: absolute;
  top: 6px;
  left: 43px;
  font-weight: 400;
  color: #203258;
}

.prefs_select {
  width: 100%;
  height: 45px;
  padding-left: 38px;
  padding-top: 15px;
  border-radius: 7px;
  font-weight: 500;
  color: #203258; 
  border-color: #CED3DB; 
}

.fishing_search_button {
  display: block;
  background-color: #0063B7;
  border-radius: 30px;
  border: 1px solid #0063B7;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  margin-top: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.reslut_list:hover {
  cursor: pointer;  
}

.reslut_list_inner {
  background-color: #ffffff;
  width: 100%;
  margin: 0 0 10px;
  border: none;
  border-radius: 10px;
  list-style:none;
  padding: 23px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.area_text {
  font-weight: bold;
  color: #203258;
  font-size: 16px;
  margin-left: 23px;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.fish_totalling_wrpper {
  margin-right: 23px;
  float: right;
}

.d_inline {
  display: inline-block;
  white-space: nowrap;
}

.fish_totalling {
  display: inline-block;
  margin-right: 18px;
}

.fish_icon {
  width: 26px;
  height: 13px;
}

.cout_text {
  color: #203258;
  font-size: 16px;
  font-weight: 500;
  margin-left: 8px;
}

.post_time_area {
  display: inline-block;
}

.d_time_area {
  float: right;
  padding: 0 80px;
}

.dli_clock {
  width: 14px;
  height: 14px;
}

.clock_text {
  vertical-align: text-top;
  margin-left: 8px;
}

.close_icon {
  width: 13px;
  height: 11px;
  margin-right: 10px;
}
.area_icon {
  width: 17px;
  height: 15px;
  margin-right: 10px;
}

#maps {
  height: calc(100vh - 100px);
  float: right;
  width: 100%;
  max-width: calc(100% - 440px);
}

.d_none {
  display:none
}

/* 吹き出しスタイル */
.speech_bubble {
  padding: 22px 25px;
}

.speech_bubble_buil {
  color: #203258;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.bubble_totalling_outer {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.bubble_fish_icon {
  width: 26px;
  height: 13px;
}

.bubble_fish_count {
  font-size: 16px;
  font-weight: 500;
  color: #203258;
  margin-left: 8px;
  vertical-align: bottom;
}

.bubble_fish_clock {
  display: inline-block;
  vertical-align: super;
  margin-left: 15px;
  float: right;
  color: #203258;
  font-size: 12px;
  font-weight: 400px;
}

.bubble_clock_icon {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-right: 8px
}

.bubble_time {
  color: #203258;
  font-weight: 400;
  font-size: 12px;
  vertical-align: bottom;
}

/* 釣りポジ検索詳細 */
.fishing_detail_inner {
  padding: 20px 80px 80px 80px;
}


.d_time_text {
  font-size: 14px;
  color: #203258;
  font-weight: 400;
  margin-left: 8px;
  vertical-align: top;
}

.d_building_innner {
  padding-bottom: 20px;
  border-bottom: 1px solid gray;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 40px;
}

.d_building {
  display: inline-block;
  font-size: 36px;
  color: #203258;
  font-weight: bold;
}

.d_addr {
  font-size: 14px;
  color: #203258;
  font-weight: 400;
  display: inline-block;
}

.comment_wrapper {
  margin: 20px 0 60px 0;
}

.d_comment {
  font-size: 16px;
  color: #203258;
  font-weight: 400;
  line-height: 1.5;
}

.detail_sub_title {
  font-size: 20px;
  color: #203258;
  font-weight: bold;
}

.d_fishing_wrpper {
  margin: 20px 0;
}

.d_count,
.fish_unit {
  vertical-align: top;
}

.ml_8 {
  margin-left: 8px;
}

.d_insta_wrapper {
  margin: 60px 0 30px 0;
}

.detail_bg {
  background-color: #000000;
  opacity: 0.5;
  z-index: 25;
  width: 100vw;
  height: 100vh;
}

.d-fish {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dom_fish_name {
  font-size: 14px;
  font-weight: 500;
  color: #203258;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 8px;
  background-color: #ffffff;
  display: inline-block;
}

.ml_10 {
  margin-left: 10px;
}
.dom_fish_name.ml_10 {
  margin-left: 0;
}

.modal_pop_main_detail {
  background-color: #F0F2F5;
}

.d_time_wrapper {
  position: absolute;
  top: 40px;
  width: 100%;
}

.insta_block {
  justify-content: space-around;
}

.insta_list {
  width: 340px;
  height: 419px;
  background-color: #ffffff;
}

.insta_wrapper {
  padding: 20px;
}

.inner_insta_list {
  width: 300px;
  height: 300px;
  position: relative;
}

.insta_thumbnail,
.insta_noimage_thumbnail {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.insta_profile_outer {
  position: absolute;
  bottom: 0;
  height: 45px;
  opacity: 0.6;
  background-color: gray;
  width: 100%;
  background: transparent linear-gradient(180deg, #203258 0%, #203258 100%) 0% 0% no-repeat padding-box;
}

.blog_profile_area,
.time_area {
  padding: 8px 10px 7px 10px;
}

.blog_profile_area {
  float: left;
}

.time_text,
.profile_name {
  color: #ffffff;
}

.time_area {
  padding: 8px 10px 7px 10px;
}

.time_text,
.profile_name {
  color: #ffffff;
}

.float_clear {
  clear:both;
}

.insta_cont_area {
  padding-top: 15px;
}

.insta_post_title {
  font-size: 24px;
  color: #203258;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.5;
  height: 30px;
  display: inline-block;
}

.fish_size {
  float: right;
  color: #203258;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.area_wrapper {
  overflow: hidden;
  line-height: 1.5;
  height: 30px;
}

.ara_name {
  color: #203258;
  font-size: 12px;
  font-weight: 400;
}

.clock_icon {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: bottom;
}

.time_text {
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
}

.time_area {
  float: right;
  margin-top: 8px;
}

.profile_icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
}
  
.profile_name {
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
  height: 18px;
  width: 119px;
  line-height: 1.5;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.items {
  max-width: 1000px; 
  margin: 30px 0 0 -80px;
  width: calc(100% + 160px);
}
.swiper {
  overflow: auto;
}
.swiper-wrapper {
  height: auto;
  gap: 20px;
  justify-content: flex-start;
  padding-left: 80px;
}
.no_insta_text {
  margin: 0 80px;
}
.swiper-wrapper .spacer {
  width: 60px;
  height: 60px;
  display: block;
}
.time_color {
  color: #ffffff;
}

#header_top a.search_button {
  display: none;
}

.modal_pop_main_detail {
  left: auto;
  right: 0;
  width: 50%;
  height: 100vh;
  overflow: auto;
  background-color: #F0F2F5;
  transform: translate(0, -50%);
}
.non_form_outer {
  padding: 30px 0;
}
.non_form_outer > ul {
  max-height: calc(100vh - 264px);
  overflow: auto;
}

@media screen and (max-width:767px) {
  .fish_form_area,
  .search_result_warpper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .fish_form_area {
    padding-top: 90px;
  }
  .search_result_warpper {
    background: #f0f2f5;
    box-shadow: 0px 3px 10px rgba(0,0,0,.12);
  }
  .search_result_warpper {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .search_result_warpper .d_none {
    display: block;
  }
  .search_result_warpper .sp_d_none {
    display: none;
  }
  .rersult_text {
    padding-top: 5px;
  }
  #maps {
    float: none;
    max-width: none;
    height: calc(100vh - 90px);
  }
  .search_result_inner {
    border-bottom: none;
    padding: 20px 0;
    height: 50px;
  }
  .non_form_outer, .form_outer {
    border-top: 1px solid #CED3DB;
    padding: 30px 0;
    box-sizing: border-box;
    height: calc(100vh - 90px);
  }
  .non_form_outer > ul {
    max-height: calc(100vh - 151px);
  }
  .form_close_button, .form_active_button {
    padding: 0;
    line-height: 50px;
    width: 100px;
    margin-left: 40px;
  }
  .keyword_area, .reslut_list {
    margin-top: 0;
  }
  .reslut_list_inner {
    margin: 0 0 5px;
  }
  .prefectures_head {
    margin: 20px 10px;
    font-size: 15px;
  }
  .search_results_text, .subject {
    font-size: 15px;
  }
  .result_count_text {
    font-size: 32px;
    margin: 0;
  }
  .speech_bubble {
    padding: 3px 8px;
  }
  .speech_bubble_buil {
    font-size: 15px;
  }
  .bubble_fish_count {
    font-size: 14px;
    line-height: 14px;
    vertical-align: top;
  }
  .bubble_fish_icon {
    width: auto;
    height: 14px;
  }
  .bubble_time {
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
  }
  .bubble_clock_icon {
    margin-top: 0;
  }
  .detail_poji_pop .modal_pop_main {
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    width: calc(100vw - 50px);
    height: calc(100vh - 80px);
    box-shadow: 0px 20px 40px rgba(111,117,121,.2);
    border-radius: 20px;
  }
  .d_time_wrapper {
    top: 0;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    height: calc(100vh - 80px);
    overflow: auto;
  }
  .d_time_area {
    float: none;
    padding: 0 20px 10px 0;
  }
  .d_time_text {
    font-size: 11px;
    line-height: 14px;
    vertical-align: top;
  }
  .fishing_detail_inner {
    padding: 0;
  }
  .d_building_innner {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    align-items: center;
  }
  .d_building {
    font-size: 18px;
    word-break: break-all;
  }
  .d_addr {
    margin: 0;
    font-size: 12px;
    vertical-align: unset;
  }
  .close_parts {
    z-index: 1;
  }
  .d_comment {
    font-size: 13px;
  }
  .comment_wrapper {
    margin: 20px 0 40px 0;
  }
  .detail_sub_title {
    font-size: 15px;
  }
  .d_fishing_wrpper {
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .fish_icon {
    width: auto;
    height: 14px;
  }
  .dom_fish_name {
    font-size: 10px;
    line-height: 23px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0;
    display: inline-block;
  }
  .d-fish {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .d_insta_wrapper {
    margin: 40px 0 0;
  }
  .items {
    margin: 20px -30px 0;
    width: calc(100% + 60px);
  }
  .swiper {
    overflow: auto;
  }
  .swiper-wrapper {
    height: auto;
    gap: 5px;
    justify-content: flex-start;
    padding-left: 30px;
  }
  .inner_insta_list {
    width: 140px;
    height: 140px;
  }
  .insta_wrapper {
    padding: 10px;
  }
  .profile_icon {
    width: 15px;
    height: 15px;
  }
  .profile_name {
    font-size: 10px;
    line-height: 15px;
    width: auto;
    margin-left: 4px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
  }
  .blog_profile_area, .time_area {
    padding: 4px 5px;
  }
  .insta_profile_outer {
    height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .insta_list {
    width: 160px;
    height: 210px;
  }
  .time_area {
    float: none;
    margin: 0;
  }
  .clock_icon {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    vertical-align: middle;
  }
  .time_text {
    font-size: 10px;
    line-height: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .insta_cont_area {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .insta_post_title {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    height: auto;
  }
  .fish_size {
    font-size: 11px;
    margin-top: 0;
  }
  .area_wrapper {
    height: auto;
  }
  .ara_name {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .no_insta_text {
    margin: 0 30px;
  }
  .swiper-wrapper .spacer {
    width: 30px;
    height: 30px;
  }
  .history_back_btn {
    position: fixed;
    top: 20px;
    left: 10px;
    z-index: 100;
  }
  .history_back_btn a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: space-around;
  }
  .history_back_btn img {
    width: 20px;
    transform: rotate(90deg);
    filter: invert(26%) sepia(51%) saturate(2270%) hue-rotate(196deg) brightness(89%) contrast(93%);
  }
}