﻿@charset "utf-8";

/*釣り船詳細（PC）のプラン名の幅調整*/
#main_ship .search__shiplist_unit_plan_list_item_info_title {
  font-size: 1.9rem;
}
/*釣り船詳細（PC）のプラン名のアロー削除*/
#main_ship .search__shiplist_unit_plan_list_item_link::after {
  display: none;
}
/*釣り船詳細（PC）のプランごとの詳細ボタン*/
#main_ship .search__shiplist_unit_plan_list_item_info_btn {
  display: block;
}


/*釣り船情報（SP）*/
.ship__header {
  display: none;
}

/*釣り船情報（PC）*/
.ship__heading {
  display: block;
  padding: 9px 0 20px;
  box-shadow: 0 2px 7px rgba(0,0,0,.4);
  position: relative;
  z-index: 1;
}
.ship__heading_block {
  max-width: 970px;
  margin: 0 auto;
}
.ship__heading_title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.ship__heading_title_name {
  margin: 10px 0 5px;
}
.ship__heading_title_name_txt {
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: bold;
}
.ship__heading_title_name_kana {
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 1px 0 0;
  color: #999999;
}
.ship__heading_title_favorite {
  flex-shrink: 0;
  margin: -4px 0 0 -3px;
}
.ship__heading_title_favorite_btn {
  display: block;
  margin-left: 10px;
  padding: 5px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.ship__heading_title_favorite_btn svg {
  transform-origin: center center;
  transform:scale(.95);
  transition: all .3s ease;
}
.ship__heading_title_favorite_btn.on svg {
  transform: scale(1);
}
.ship__heading_title_favorite_btn svg path {
  fill: #d9d9d9;
  transition: all .3s ease;
}
.ship__heading_title_favorite_btn.on svg path {
  fill: #fa4641;
}
.ship__heading_txt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.ship__heading_txt_address {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.ship__heading_txt_address_item {
  font-size: 1.4rem;
  margin: 3px 0;
  position: relative;
  line-height: 1.3;
}
.ship__heading_txt_address_item:not(:first-of-type) {
  margin-left: 15px;
}
.ship__heading_txt_address_item:not(:first-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #1a1a1a;
  position: absolute;
  left: -10px;
  top: .25em;
}
.ship__heading_txt_map {
  margin: 0 0 0 10px;
  flex-shrink: 0;
}
.ship__heading_txt_map a,
.ship__heading_txt_map span {
  padding: 5px 7px;
  display: block;
  font-size: 1.4rem;
  border: #419ef0 1px solid;
  border-radius: 3px;
  color: #419ef0;
  font-weight: bold;
  cursor: pointer;
}
.ship__heading_rating {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-start;
  margin: 0 0 0;
}
.ship__heading_rating strong {
  font-family: -apple-system, sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  margin: 0 0 -5px 2px;
}
.ship__heading_rating svg {
  margin: 0 0 0 3px;
}
.ship__heading_rating a {
  font-family: -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 1px 2px;
  text-decoration: underline;
}
.ship__heading_rating b {
  display: inline-block;
  font-family: -apple-system, sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 -1px 7px;
  padding: 2px 4px 1px;
  color: #fff;
  background: linear-gradient(
    135deg,
    #fa4641 0%,
    #fa4641 30%,
    #ff7a00 50%,
    #fa4641 70%,
    #fa4641 100%
  );
  background-size: 100% 100%;
  transform: skewX(-16deg);
  transform-origin: center;
  animation: ratingShake 0.6s ease-out 2;
}


/*釣り船ナビ*/
.ship__nav {
  padding: 0;
  background: #114e83;
}
.ship__nav_block {
  max-width: 970px;
  margin: 0 auto;

}
.ship__nav_set {
}
.ship__nav_set_list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.ship__nav_set_list_item {
  position: relative;
}
.ship__nav_set_list_item:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: calc(100% - 24px);
  background: rgba(255,255,255,.4);
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px 0;
}
.ship__nav_set_list_item a {
}
.ship__nav_set_list_item span {
}
.ship__nav_set_list_item a,
.ship__nav_set_list_item span {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  padding: 21px 0 20px;
  margin: 0;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
}
.ship__nav_set_list_item a:hover,
.ship__nav_set_list_item span:hover {
  color: #fff100;
}


/*釣り船紹介文*/
.ship__intro {
  padding: 32px 0 35px;
}
.ship__intro_block {
  max-width: 970px;
  margin: 0 auto;
}
.ship__intro_unit {
  height: auto;
}
.ship__intro_unit::after {
  content: none;
}
.ship__intro_unit_btn {
  display: none;
}


/*メッセージ*/
.ship__intro_message {
  margin-top: 25px;
}
.ship__intro_message_heading_icon img {
  width: 63px;
}



/*おすすめコメント*/
.ship__intro_recommend {
  margin-top: 25px;
}



/*お試しモニター中！*/
.ship__trial {
  padding: 27px 15px 0;
  background: #F0F0F0;
}
.ship__trial_block {
  max-width: 970px;
  margin: 0 auto;
}
.ship__trial_detail figure img {
  width: 345px;
}
.ship__trial_detail_day {
  top: 65%;
  left: 8.2%;
}
.ship__trial_detail_day span img {
  width: 24px;
}
.ship__trial_detail_day em {
  font-size: 2rem;
}
.ship__trial_detail_day b {
  font-size: 1.4rem;
  margin: 0 0 -2px -1px;
}


/*超絶ポイント還元*/
.ship__pointup {
  padding: 27px 15px 0;
  background: #F0F0F0;
}
.ship__pointup_block {
  max-width: 970px;
  margin: 0 auto;
}
.ship__pointup_bnr:hover {
  filter: brightness(1.1);
}


/*釣り船予約プラン*/
.ship__plan {
  background: #f0f0f0;
  padding: 30px 0 0;
}
.ship__plan_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 30px 30px;
}

.ship__plan_header_title {
  font-size: 2.8rem;
}
.ship__plan_header_match {
  font-size: 1.8rem;
  border-radius: 4px;
  padding: 3px 10px 0;
  margin: 0 0 2px 3px;
  height: 2em;
}
.ship__plan_header_match em {
  font-size: 2.2rem;
  margin: 0 1px 0 1px;
}
.ship__plan_nodata {
  padding: 0;
}
.ship__plan_nodata_image {
  text-align: center;
}
.ship__plan_nodata_image img {
  width: auto;
  width: 60%;
}



/*口コミ・評判*/
.ship__review {
  background: #f0f0f0;
  padding: 30px 0 0;
}
.ship__review_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 30px 30px;
}




/*釣り船情報*/
.ship__detail {
  background: #f0f0f0;
  padding: 30px 0 0;
}
.ship__detail_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 15px 30px;
}
.ship__detail_list_item {
  padding: 15px 0 0;
  margin: 15px;
  border-top: #cccccc 1px solid;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}
.ship__detail_list_item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 15px;
}
.ship__detail_list_item_title {
  color: #2a86d8;
  font-size: 1.4rem;
  margin: 0 0 0 5px;
  width: 205px;
  flex-shrink: 0;
}
.ship__detail_list_item_txt {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.ship__detail_list_item_txt2 {
  font-size: 1.6rem;
  margin: 0 5px 0 0;
}
.ship__detail_list_item_txt_url {
  font-size: 1.5rem;
}
.ship__detail_list_item_txt_sup a:hover {
  color: #fb8a19;
}
.ship__detail_list_item_txt_sup b:hover {
  color: #fb8a19;
}
.ship__detail_list_item_txt_url a:hover {
  color: #fb8a19;
}


/*釣り船釣果*/
.ship__catch {
  background: #f0f0f0;
  padding: 30px 0 0;
}
.ship__catch_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 15px 30px;
}


/*釣り船地図*/
.ship__map {
  background: #f0f0f0;
  padding: 30px 0 0;
}
.ship__map_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 30px 30px;
}
.ship__map_view {
  width: 100%;
  height: 50vh;
  background: #AADAFF;
}
.ship__map_legend_item i img {
  width: 40px;
}


/*よくあるご質問*/
.ship__pagefaq {
  background: #f0f0f0;
  padding: 30px 0 0;
}
.ship__pagefaq_wrap {
}
.ship__pagefaq_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 30px 30px;
}
.ship__pagefaq_title {
  margin-bottom: 17px;
}
.ship__pagefaq_title br {
  display: none;
}


/*この船に関連する記事*/
.ship__magazine {
  background: #f0f0f0;
  padding: 30px 0 50px;
}
.ship__magazine_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 15px 30px;
}
.ship__magazine_title {
  margin-bottom: 17px;
}
.ship__magazine_title br{
  display: none;
}


/*キャンセルポリシー*/
.ship__cancelpolicy {
  background: #f0f0f0;
  padding: 0 0 50px;
  border: none;
  margin: -20px 0 0;
}
.ship__cancelpolicy .reserve_common__cancelpolicy_block {
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 15px 15px;
}


/*おすすめの釣り船*/
.ship__recommend {
  background: #f0f0f0;
  padding: 30px 0 0;
}
.ship__recommend_block {
  border: none;
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 15px 30px;
}
.ship__recommend_title {
  margin-bottom: 17px;
}
.ship__recommend_title br {
  display: none;
}
.ship__recommend_title i {
  display: inline;
}
.ship__recommend .common__wrapcard_ship_list_item:nth-of-type(6) {
  display: none;
}


/*写真（横スライドで表示）*/
.ship__modal_photo {
  width: 80vw;
}
.ship__modal_photo_thumblist_item {
  width: calc(100% / 4);
  padding: 1.5px;
}
.ship__modal_photo_thumblist_item img {
  object-fit: cover;
  height: auto;
}
.ship__modal_photo_overlay_inner {
  padding-bottom: 0;
}

/*地図（横スライドで表示）*/
.ship__modal_access {
  width: 80vw;
}
.ship__modal_access_unit {
  padding-left: 30px;
  padding-right: 15px;
}
.ship__modal_access_unit_map_view {
  height: 55vh;
}
.ship__modal_access_unit_legend_item i img {
  width: 40px;
}



.ship_catch__block {
  padding-top: 30px;
}
.ship_catch__close_info {
  padding-right: 200px;
}



.ship_catch__fixbtm {
  padding: 15px 0 13px;
}
.ship_catch__fixbtm_list {
  margin-top: 11px;
}



.ship_catch__pagetitle {
  padding-bottom: 22px;
}
.ship_catch__pagetitle br {
  display: none;
}

/*釣果検索*/
.ship_catch__search {
  margin-bottom: -20px;
  padding: 22px 15px;
}
.ship_catch__search_title {
  margin-right: 16px;
}
.ship_catch__search_title svg {
  margin-right: 5px;
}
.ship_catch__search_field select {
  height: 41px;
  padding-top: 4px;
  width: 200px;
}

/*プラン詳細*/
.ship_plan__whole_unit_optionlist_item em {
  font-size: 1.1rem;
}


/*口コミ*/
.ship_review__postlist_item_info_user_name b {
  padding: 2px 4px 1px;
  margin: 0 0 1px 4px;
}














