﻿@charset "utf-8";

@media only screen and (max-width: 320px) {
  :root { font-size: 8.5px; }
}
@media only screen and (min-width: 480px) {
  :root { font-size: 11.4px; }
}


/* 広告
---------------------- */
.catch_adv {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 25px 0 10px;
}
.catch_adv > div:nth-of-type(2) {
  margin-left: 60px;
}


/* お気に入りボタン
---------------------- */
.catch_item_favorite {
display: none;
}


/* catch_item
---------------------- */
.catch_item {
  font-size: 1.6rem;
  border-bottom: solid 2.5rem #ccc;
}
.catch_item *:not(.search__shiplist_unit_plan_list *) {
  line-height: 1.24;
}
@media print, screen and (min-width: 835px) {
  .catch_item {
    font-size: 16px;
    border: none;
    margin: 50px 0;
  }
  .catch_item:first-of-type {
    /*margin-top: 24px;*/
  }
}

/* catch_item header
---------------------- */
.catch_item header {
  position: relative;
  min-height: 8.5rem;
  padding: 2.2rem 14.5rem 1.8rem 7.2rem;
}
.catch_item header h2 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 0.4rem;
}
.catch_item header .catch_item_location {
  font-size: 1.4rem;
}
.catch_item header .catch_item_thumb {
  position: absolute;
  top: 1.3rem;
  left: 0.6rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: brightness(1.1);
}
.catch_item header .catch_item_time {
  position: absolute;
  top: 1.9rem;
  right: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  color: #ea8900;
}
.catch_item header .catch_item_detail {
  position: absolute;
  top: 4.1rem;
  right: 1.5rem;
  font-size: 1.3rem;
}
.catch_item header .catch_item_detail a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.6rem 0.4rem 0.5rem;
  border: solid 1px #1e84dd;
  border-radius: 4px;
  color: #1e84dd;
  background: #fff;
}
.catch_item header .catch_item_detail a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 0.8rem;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #1e84dd;
  border-right: 1px solid #1e84dd;
  transform: rotate(45deg);
}







/*お気に入り船に登録する*/
.catch_item_favorite_btn {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  background: #fff;
  word-break: break-all;
  border: #fa4641 1px solid;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  padding: 4px 6px 3px 7px;
  transition: all .2s ease;
  margin: 10px 0 2px 10px;
}
.catch_item_favorite_btn.on {
  background: #fa4641;
}
.catch_item_favorite_btn span {
  color: #fa4641;
  margin: 0 3px 0 0;
  font-weight: bold;
  font-size: 13px;
}
.catch_item_favorite_btn.on span {
  color: #fff;
}
.catch_item_favorite_btn span::after {
  content: "する";
}
.catch_item_favorite_btn.on span::after {
  content: "済み";
}
.catch_item_favorite_btn svg {
  transform-origin: center center;
  transform:scale(1);
  transition: all .3s ease;
  margin-top: 1px;
}
.catch_item_favorite_btn.on svg {
  transform:scale(1.1);
}
.catch_item_favorite_btn path {
  fill: #fff;
  stroke: #fa4641;
  stroke-width: 10px;
  stroke-linecap: round;
  stroke-linejoin: miter;
  transition: all .3s ease;
}
.catch_item_favorite_btn.on path {
}

/*Swiperプリロードの最小高*/
/*.catch_item_slider_main div.swiper-container,*/
/*.catch_item_slider_main div.swiper-wrapper,*/
.catch_item_slider_main div.swiper-slide {
	min-height: 200px;
}
@media print, screen and (min-width: 835px) {
  .catch_item_slider_main div.swiper-slide {
    min-height: 300px;
  }
}
/*Swiperプリロードの縦位置調整（釣果コメントある場合）*/
.catch_item_slider_main .swiper-slide:not([title=""]) .swiper-lazy-preloader {
  top: calc(50% - 15px);
}
@media print, screen and (min-width: 835px) {
/*Swiperのサイズ異常Fix*/
.swiper-container-autoheight .swiper-slide {width: 500px !important;}
}




@media print, screen and (min-width: 835px) {
  .catch_item header {
    min-height: 100px;
    margin: 0 0 30px;
    padding: 24px 20px 0px 96px;
    background: #f0f0f0;
  }
  .catch_item header h2 {
    font-size: 26px;
  }
  .catch_item header .catch_item_location {
    display: inline-block;
    margin: 0 15px 20px 0;
    vertical-align: top;
    max-width: 600px
  }
  .catch_item header .catch_item_thumb {
    top: 12px;
    left: 10px;
    width: 75px;
    height: 75px;
  }
  .catch_item header .catch_item_time {
    top: 38px;
    font-size: 20px;
  }
  .catch_item header .catch_item_detail {
    position: absolute;
    top: 34px;
    right: 160px;
    display: inline-block;
  }
  .catch_item header .catch_item_detail a {
    padding: 8px 20px 7px 10px;
    border-radius: 8px;
  }
}

/* catch_item_layout */
@media print, screen and (min-width: 835px) {
  .catch_item_layout {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* catch_item_slider
---------------------- */
.catch_item_slider {
  margin: 0 0 1.5rem;
}
.catch_item_slider_main .swiper-slide {
  position: relative;
}
.catch_item_slider_main .swiper-slide:not([title=""]):after {
  content: attr(title);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: calc( 1em * 1.24 + 11px );
  padding: 5px 10px 6px;
  background-color: rgba(0,0,0,0.65);
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}
.catch_item_slider_thumb {
  margin: 6px 6px 0;
}
.catch_item_slider_thumb .swiper-slide {
  height: 5.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.catch_item_slider_thumb .swiper-slide-thumb-active {
  border: solid 3px #1e84dd;
}
@media print, screen and (min-width: 835px) {
  .catch_item_slider {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 500px;
    margin-left: 30px;   
  }
  .catch_item_slider_thumb {
    margin: 6px 0 6px;
  }
  .catch_item_slider_thumb .swiper-slide {
    cursor: pointer;
  }
}

/* slider_parts
---------------------- */
.catch_item_slider_main .swiper-button-next {
  right: -2.6rem;
}
.catch_item_slider_main .swiper-button-prev {
  left: -2.6rem;
}
.catch_item_slider_main .swiper-button-next,
.catch_item_slider_main .swiper-button-prev {
  top: 50%;
  width: calc(3rem * 3);
  height: calc(3rem * 3);
  margin-top: calc(-1.5 * 3rem);
  color: #fff;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
}
.catch_item_slider_main .swiper-button-next:after,
.catch_item_slider_main .swiper-button-prev:after {
  font-size: 2.5rem;
}

.catch_item_slider_main .swiper-pagination {
  bottom: 3.5rem !important;
}
.catch_item_slider_main .swiper-pagination-bullet {
  background: #fff;
  opacity: .6;
}
.catch_item_slider_main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1e84dd;
}

/* catch_item_body
---------------------- */
.catch_item_body {
  padding: 0 1.5rem;
}
.catch_item_date {
  margin: 0 0 0.7rem;
  font-weight: bold;
  color: #1e84dd;
  font-size: 18px;
}
.catch_item_fish {
  width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.5rem;
	border-bottom: solid 1px #ccc;
}
.catch_item_fish th,
.catch_item_fish td {
	padding: 0.7rem;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
	text-align: right;
  font-weight: bold;
}
.catch_item_fish th {
  text-align: left;
  font-size: 2rem;
}
.catch_item_fish th span,
.catch_item_fish th h2 {
  display: inline-block;
  background: #fff100;
  padding: 0 0.5rem;
  font-weight: inherit;
}

/*----釣果コメント----*/
.catch_item_comment {
  padding: 0 7px;
}
.catch_item_comment_txt {
  margin-bottom: 2rem;
  line-height: 1.8 !important;
  letter-spacing: 0.03em;
}
.catch_item_comment_txt_more {
  display: none;
}
.catch_item_comment_txt_more:empty {
  display: none;
}
.catch_item_comment_txt:has(:not(:empty))::after {
  content: "…"
}
.catch_item_comment_txt:has([style="display: inline;"])::after {
  content: none; /*JS用のCSS。使用していない*/
}
.catch_item_comment_txt:not(:has(span)) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.catch_item_comment_txt:has(:empty) + .catch_item_comment_btn {
  display: none;
}
.catch_item_comment_check {
  display: none;
}
.catch_item_comment_check:checked + .catch_item_comment_txt::after{
  content: none;
}
.catch_item_comment_check:checked + .catch_item_comment_txt > .catch_item_comment_txt_more {
   display: inline;
}
.catch_item_comment_check:checked ~ .catch_item_comment_btn {
  display: none;
}
.catch_item_comment_btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: -13px auto 30px;
}
.catch_item_comment_btn span {
  display: block;
  border-radius: 50px;
  padding: 8px 33px 8px 17px;
  background: #3d3d3d;
}
.catch_item_comment_btn span b {
  font-size: 1.4rem;
  position: relative;
  color: #fff;
}
.catch_item_comment_btn span b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -80%) rotate(-45deg);
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
}

@media print, screen and (min-width: 835px) {
  .catch_item_comment_btn span {
    padding: 9px 33px 6px 17px;
  }
  .catch_item_comment_btn span b {
    font-size: 1.3rem;
  }
}


/*---------------*/


.catch_item_btns {
  margin: 0 0 2.2rem;
  display:-webkit-box;
  display:flex;
}
.catch_item_btns li {
  width: 100%;
}
.catch_item_btns li a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 1.2rem 0.6rem 1.2rem 0.6rem;
  border: solid 1px #4c4c4c;
  border-radius: 4px;
  color: #000;
}
.catch_item_btns li:first-child {
  margin-right: 1.4rem;
}
.catch_item_btns li:first-child a {
  border: solid 1px #fa4641;
  background: #fa4641;
  color: #fff;
}
@media print, screen and (min-width: 835px) {
  .catch_item_body {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 60px;
    width: 470px;
  }
  .catch_item_date {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/* catch_item_information
---------------------- */
.catch_item_information {
  margin: 0 1.5rem;
  position: relative;
}
.catch_item_information_body {
  background: #1a1a1a;
  padding: 3.5rem 1rem;
  display: none;
}
.catch_item_information h2 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 1.5rem;
  color: #fff;
}
.catch_item_information h2 span {
  position: relative;
  /*display: inline-block;*/
}
.catch_item_information h2 span a {
  color: #fff;
  text-decoration: none;
}
.catch_item_information h2 span::before,
.catch_item_information h2 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.5rem;
  margin: auto;
  width: 3rem;
  height: 3px;
  background: #fff;
}
.catch_item_information h2 span::after {
  left: inherit;
  right: -3.5rem;
}

.catch_item_information_toggle {
  padding: 2rem 0 2rem;
  border-top: solid 1px #ccc;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.catch_item_information_toggle span {
  display: inline-block;
  position: relative;
  padding-left: 6.5rem;
  padding-right: 2rem;
}
.catch_item_information_toggle span::before {
  content: "";
  position: absolute;
  display: block;
  top: -1rem;
  left: 0;
  width: 5.9rem;
  height: 3.8rem;
  background: url(../img/catch/ico_weather_toggle.png) no-repeat 0 0;
  background-size: cover;
}
.catch_item_information_toggle span::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 0;
  width: 0.6em;
  height: 0.6em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.catch_item_information_toggle span:last-child {
  display: none;
}
.is_open .catch_item_information_toggle span:first-child {
  display: none;
}
.is_open .catch_item_information_toggle span:last-child {
  display: inline-block;
}
.is_open .catch_item_information_toggle span::after {
  transform: rotate(225deg);
  top: 0.5rem;
}

@media print, screen and (min-width: 835px) {
  .catch_item_information {
    margin: 0;
  }
  .catch_item_information h2 {
    font-size: 18px;
    margin: 0 0 1.5rem;
  }
  .catch_item_information_toggle {
    position: absolute;
    top: -70px;
    left: 0;
    width: 455px;
  }
  .catch_item_information_body {
    padding: 30px 0 31px 30px;
  }
  .catch_item_information_layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
}


/* catch_item_tidegraph
---------------------- */
.catch_item_tidegraph {
  margin: 0 0 5rem;
}
@media print, screen and (min-width: 835px) {
  .catch_item_tidegraph {
    margin: 0;
    width: 45%;
  }
  .catch_item_weather {
    margin: 0;
    width: 55%;
  }
}

.tide_graph_bg {
  position:relative;
  padding:0 0 0 24px;
  width:296px;
  margin:0 auto;
  box-sizing:border-box;
  transform: translateX(-5px);
}
@media only screen and (max-width: 320px) {
  .tide_graph_bg {
    transform-origin: left top;
    transform: scale(0.92);
  }
}
@media only screen and (min-width: 480px) {
  .tide_graph_bg {
    transform-origin: center top;
    transform: scale(1.4);
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 835px) {
  .tide_graph_bg {
    transform-origin: center top;
    transform: scale(1.5);
  }
}

.tide_graph_bg span {
  position: absolute;
  width: 3.5em;
  text-align: right;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
}

.tide_graph {
  width: 265px;
  height: 155px;
  background: url(../img/catch/tide_graph_bg.png) no-repeat left top;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: relative;
  font-size: 0;
  letter-spacing: 0;
}

.tide_graph .graph_line {
  margin:0 0 8px 2px;
  position:absolute;
  bottom:0;
  left:0;
  font-size:0;
  letter-spacing:0;
}

.tide_graph ul {
  position: absolute;
  bottom: 8px;
  left: 2px;
  font-size: 0;
}

.tide_graph li {
  margin:0 1px 0 0 ;
  display:inline-block;
  font-size:0;
}

.tide_graph li:nth-child(3n) {
  margin-right:3px;
}

.tide_graph li:last-child {
  margin-right:0;
}

.tide_graph li img {
  vertical-align: bottom;
  width:2px;
  margin: 0;
}

.tide_graph .hit__point {
  text-align: center;
  top: 100px;
  left: 250px;
  z-index: 999;
  position: absolute;
  width:85px;
  height:85px;
}

/* catch_item_weather
---------------------- */
.weather_ul {
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  width:100%;
  max-width: 500px;
  font-size: 1.2rem;
  margin:0 auto;
  display:-webkit-box;
  display:flex;
  -webkit-flex-wrap:wrap;
	flex-wrap: wrap;
}
.weather_ul li {
  position: relative;
  width:33.3333%;
  height:86px;
  padding: 0px 5px 3px;
  margin: 0 0 20px;
  box-sizing:border-box;
  display:-webkit-box;
  display:flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-flex-wrap:wrap;
  flex-wrap: wrap;
}

.weather_ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 91px;
  background: url(../img/catch/information_line.png) no-repeat;
}

.weather_ul li > div {
  display:table;
  margin:0 auto;
}
.weather_ul li div p {
  display:table-cell;
  vertical-align:bottom;
}
.weather_ul li div p:nth-child(1) {
  width:32px;
  padding:0 0 1px 0;
  white-space: nowrap;
}
.weather_ul li div p:nth-child(2) {
  color:#e6b417;
  font-weight:bold;
  padding:0 0 0 0;
  font-size: 1.2rem;
}

/* 背景画像 */
.weather_ul .sunrise {
  background: url(../img/catch/sunrise.png) no-repeat center top / 104px 60px;
}
.weather_ul .moonrise {
  background: url(../img/catch/moonrise.png) no-repeat center top / 104px 60px;
}
.weather_ul .moon {
  background: url(../img/catch/moon.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather {
  background: url(../img/catch/weather.png) no-repeat center top / 104px 60px;
}
.weather_ul .temperature {
  background: url(../img/catch/temperature.png) no-repeat center top / 104px 60px;
}
.weather_ul .water_temperature {
  background: url(../img/catch/water_temperature.png) no-repeat center top / 104px 60px;
}
.weather_ul .tide {
  background: url(../img/catch/tide.png) no-repeat center top / 104px 60px;
}
.weather_ul .tide_level {
  background: url(../img/catch/tide_level.png) no-repeat center top / 104px 60px;
}
.weather_ul .wave {
  background: url(../img/catch/wave.png) no-repeat center top / 138px 60px;
}
.weather_ul .wind {
  background: url(../img/catch/wind.png) no-repeat center top 0.6rem / 138px 60px;
}
.weather_ul .ebb {
  background: url(../img/catch/ebb.png) no-repeat center top / 138px 60px;
}
.weather_ul .pressure {
  background: url(../img/catch/pressure.png) no-repeat center 13px / 46px;
}
.weather_ul .bi {
  background: url(../img/catch/bi.png) no-repeat center 14px / 69px;
}

/* 個別調整 */
@media only screen and (max-width: 834px) {
  .weather_ul .sunrise,
  .weather_ul .moonrise {
    width: 50%;
    height: auto;
    padding: 0.5rem 0 0.5rem 5rem ;
    margin-bottom: 25px;
  }
  .weather_ul .sunrise {
    background: url(../img/catch/sunrise.png) no-repeat left 0.5rem center / 8rem;
  }
  .weather_ul .moonrise {
    background: url(../img/catch/moonrise.png) no-repeat left center / 8rem;
  }
  .weather_ul li * {
    font-size: 3vw !important;
  }
  .weather_ul .sunrise:after,
  .weather_ul .moonrise:after,
  .weather_ul .pressure:after,
  .weather_ul .water_temperature:after,
  .weather_ul .bi:after {
    display: none;
  }
}
@media only screen and (min-width: 835px) {
  .weather_ul li {
    position: relative;
    width:25%;
    height:86px;
    padding: 0px 5px 3px;
    margin: 0 0 10px;
  }
  .weather_ul li * {
    font-size: 12px !important;
  }
  .weather_ul li:nth-child(4n):after {
    display: none;
  }
}


.weather_ul .temperature p span:nth-child(1) {
  color:#ff4b3e;
}
.weather_ul .temperature p span:nth-child(2) {
  color:#3b7cdd;
}
.weather_ul .water_temperature p:nth-child(2) {
  color:#27c2c4;
}
.weather_ul .tide p:nth-child(1),
.weather_ul .tide p:nth-child(1),
.weather_ul .wind p:nth-child(1) {
  width:20px;
}
.weather_ul .sunrise p:nth-child(1),
.weather_ul .moonrise p:nth-child(1) {
  width:40px;
}
.weather_ul .ebb p:nth-child(1) {
  width:55px;
}

.weather_ul .sunrise div:nth-child(1) p:nth-child(2),
.weather_ul .moonrise div:nth-child(1) p:nth-child(2) {
  color:#e26f1b;
}
.weather_ul .sunrise div:nth-child(2) p:nth-child(2),
.weather_ul .moonrise div:nth-child(2) p:nth-child(2) {
  color:#3481d4;
}



/* 月齢画像 */
.weather_ul .moon.moon_bg00 {
  background: url(../img/catch/moon/00.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg01 {
  background: url(../img/catch/moon/01.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg02 {
  background: url(../img/catch/moon/02.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg03 {
  background: url(../img/catch/moon/03.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg04 {
  background: url(../img/catch/moon/04.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg05 {
  background: url(../img/catch/moon/05.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg06 {
  background: url(../img/catch/moon/06.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg07 {
  background: url(../img/catch/moon/07.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg08 {
  background: url(../img/catch/moon/08.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg09 {
  background: url(../img/catch/moon/09.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg10 {
  background: url(../img/catch/moon/10.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg11 {
  background: url(../img/catch/moon/11.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg12 {
  background: url(../img/catch/moon/12.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg13 {
  background: url(../img/catch/moon/13.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg14 {
  background: url(../img/catch/moon/14.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg15 {
  background: url(../img/catch/moon/15.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg16 {
  background: url(../img/catch/moon/16.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg17 {
  background: url(../img/catch/moon/17.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg18 {
  background: url(../img/catch/moon/18.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg19 {
  background: url(../img/catch/moon/19.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg20 {
  background: url(../img/catch/moon/20.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg21 {
  background: url(../img/catch/moon/21.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg22 {
  background: url(../img/catch/moon/22.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg23 {
  background: url(../img/catch/moon/23.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg24 {
  background: url(../img/catch/moon/24.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg25 {
  background: url(../img/catch/moon/25.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg26 {
  background: url(../img/catch/moon/26.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg27 {
  background: url(../img/catch/moon/27.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg28 {
  background: url(../img/catch/moon/28.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg29 {
  background: url(../img/catch/moon/29.png) no-repeat center 8px / 45px 45px;
}
.weather_ul .moon.moon_bg30 {
  background: url(../img/catch/moon/30.png) no-repeat center 8px / 45px 45px;
}

/* 天気画像 */
.weather_ul .weather.weather_bg100 {
  background: url(../img/catch/weather/100.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg100N {
  background: url(../img/catch/weather/100N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg101 {
  background: url(../img/catch/weather/101.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg101N {
  background: url(../img/catch/weather/101N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg102 {
  background: url(../img/catch/weather/102.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg102N {
  background: url(../img/catch/weather/102N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg104 {
  background: url(../img/catch/weather/104.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg104N {
  background: url(../img/catch/weather/104N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg110 {
  background: url(../img/catch/weather/110.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg110N {
  background: url(../img/catch/weather/110N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg112 {
  background: url(../img/catch/weather/112.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg112N {
  background: url(../img/catch/weather/112N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg115 {
  background: url(../img/catch/weather/115.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg115N {
  background: url(../img/catch/weather/115N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg200 {
  background: url(../img/catch/weather/200.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg201 {
  background: url(../img/catch/weather/201.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg201N {
  background: url(../img/catch/weather/201N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg202 {
  background: url(../img/catch/weather/202.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg204 {
  background: url(../img/catch/weather/204.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg210 {
  background: url(../img/catch/weather/210.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg210N {
  background: url(../img/catch/weather/210N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg212 {
  background: url(../img/catch/weather/212.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg215 {
  background: url(../img/catch/weather/215.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg300 {
  background: url(../img/catch/weather/300.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg301 {
  background: url(../img/catch/weather/301.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg301N {
  background: url(../img/catch/weather/301N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg302 {
  background: url(../img/catch/weather/302.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg303 {
  background: url(../img/catch/weather/303.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg308 {
  background: url(../img/catch/weather/308.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg311 {
  background: url(../img/catch/weather/311.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg311N {
  background: url(../img/catch/weather/311N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg313 {
  background: url(../img/catch/weather/313.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg314 {
  background: url(../img/catch/weather/314.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg400 {
  background: url(../img/catch/weather/400.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg401 {
  background: url(../img/catch/weather/401.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg401N {
  background: url(../img/catch/weather/401N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg402 {
  background: url(../img/catch/weather/402.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg403 {
  background: url(../img/catch/weather/403.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg406 {
  background: url(../img/catch/weather/406.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg411 {
  background: url(../img/catch/weather/411.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg411N {
  background: url(../img/catch/weather/411N.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg413 {
  background: url(../img/catch/weather/413.png) no-repeat center top / 104px 60px;
}
.weather_ul .weather.weather_bg414 {
  background: url(../img/catch/weather/414.png) no-repeat center top / 104px 60px;
}

/* 満ち引き画像 */
.weather_ul .ebb.ebb_bg00 {
  background: url(../img/catch/ebb00.png) no-repeat center top / 138px 60px;
}
.weather_ul .ebb.ebb_bg01 {
  background: url(../img/catch/ebb01.png) no-repeat center top / 138px 60px;
}



/*ボタン*/
.catch_item_tide_detail_action {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 7px 10px 0;
}
.catch_item_tide_detail_action * {
  line-height: 1;
}
.catch_item_tide_detail_action_btn {
}
.catch_item_tide_detail_action_btn a {
  padding: 12px 17px 14px;
  border-radius: 8px;
  display: block;
  border: rgba(255,255,255,.7) 1px solid;
}
.catch_item_tide_detail_action_btn span {
  color: rgba(255,255,255,.92);
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 23px;
}
.catch_item_tide_detail_action_btn span::before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
}
.catch_item_tide_detail_action_btn span::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  transform: translate(5px, -50%) rotate(-135deg);
  border: 2px solid #1A1A1A;
  border-top: none;
  border-right: none;
  left: 0;
  top: 50%;
}

@media print, screen and (min-width: 835px) {
  .catch_item_tide_detail_action_btn a {
    padding: 14px 20px 12px;
  }
  .catch_item_tide_detail_action_btn span {
    font-size: 1.4rem;
    padding: 2px 0 0 25px;
  }
  .catch_item_tide_detail_action_btn span::before {
    width: 18px;
    height: 18px;
  }
}




/*-----------------釣り船ごとの釣果ページの調整-------------------*/
#main_ship .catch_item_favorite,
#main_ship .catch_item_btns,
#main_ship header {
  display: none;
}
#main_ship .catch_item {
  padding-top: 15px;
}


/*-----------------釣果用ローディング-------------------*/
.catch_loading {
  text-align: center;
  margin: 30px 0 130px;
}
.catch_loading img {
  width: auto;
}



/*-----------------リンクリスト-------------------*/
.common_catch__linklist {
  margin: 40px 0;
}
.common_catch__linklist:last-of-type {
  margin-bottom: 140px;
}
.common_catch__linklist .common__linklist_title {
  font-size: 18px;
}
.common_catch__linklist .common__linklist_list li a {
  font-size: 13px;
}



/*-----------------リンクリスト２-------------------*/
.common_catch__linklist2 {
  margin: 40px 0;
}
.common_catch__linklist2 .common__linklist2_title {
  font-size: 18px;
}
.common_catch__linklist2 .common__linklist2_list li a {
  font-size: 12px;
}



/*-----------------ページ数表示-------------------*/
.common_catch__num {
  max-width: 970px;
  margin: 0 auto;
  padding: 16px 15px 14px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-bottom: solid 1.1rem #ccc;
}
.common_catch__num em {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 2px;
}
.common_catch__num b {
  font-size: 1.4rem;
}
.common_catch__num span {
  font-size: 1.4rem;
}
.common_catch__num i {
  font-size: 1.5rem;
  margin: 0 1px;
}
@media print, screen and (min-width: 835px) {
  .common_catch__num {
    padding-top: 25px;
    border-bottom: none;
    padding-bottom: 0;
  }
}




/*-----------------ページネーション-------------------*/
.common_catch__paging {
  font-size: 1.6rem;
  margin: 20px 0;
}
.common_catch__paging_block {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}
.common_catch__paging_nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  margin: 20px 0;
}
.common_catch__paging_nav_prev {
  width: 35%;
  text-align: center;
}
.common_catch__paging_nav_prev a {
  display: block;
}
.common_catch__paging_nav_num {
  width: 30%;
  text-align: center;
}
.common_catch__paging_nav_next {
  width: 35%;
  text-align: center;
}
.common_catch__paging_nav_next a {
  display: block;
}
.common_catch__paging_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  margin: 20px 0;
}
.common_catch__paging_list_item {
  margin: 0 15px;
}
.common_catch__paging_list_item span {
  display: block;
  background: #FA7D00;
  color: #fff !important;
  border-color: #FA7D00 !important;
}
.common_catch__paging_list_item a {
  display: block;
}

.common_catch__paging_nav_prev a,
.common_catch__paging_nav_next a,
.common_catch__paging_list_item span,
.common_catch__paging_list_item a {
  padding: 10px 10px;
  border: #FA7D00 1px solid;
  border-radius: 4px;
  color: #FA7D00;
  min-width: 40px;
  text-align: center;
}



/*-----------------よくあるご質問-------------------*/
.common_catch__pagefaq {
  margin: 45px 0 40px;
}
#main_catch .common_catch__pagefaq {
  margin-bottom: 140px;
}
@media print, screen and (min-width: 835px) {
  .common_catch__pagefaq .common__pagefaq_list_item_title {
    font-size: 20px;
  }
  .common_catch__pagefaq .common__pagefaq_list_item_title::before {
    font-size: 20px;
  }
  .common_catch__pagefaq .common__pagefaq_list_item_unit_detail_txt {
    font-size: 14px;
  }
  .common_catch__pagefaq .common__pagefaq_list_item_unit_detail::before {
    font-size: 18px;
  }
}











