@charset "UTF-8";
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (min-width: 768px), print {
  #popular_plan {
    width: 980px;
    margin: 0 auto;
  }
  
}

.ac-plan__search__wrap {
    width: 100%;
    align-items: center !important;
}

.search_content {
    width: calc(100% - 320px - 10px);
}

.popular_plan_content .search_content {
  overflow: initial;
  margin: 0;
}

.left_box2 {
    float: none;
}

.recomend-box {
  display: flex;
  width: 100%;
  margin: 0;
  /* display: flex;
  flex-wrap: wrap; */
}

.recomend-box li {
  width: calc((100% - 7px * 2) / 3);
  height: 78px;
}

.recomend-box li:not(:first-child) {
  margin-left: 7px;
}

.recomend-box li a {
  align-items: center;
  background-color: #f2f4f9;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.recomend-box li a span {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  
}

.recomend-box .recomend-box--naha-area {
  background: #0CBBE5;
}

.recomend-box .recomend-box--hokubu-area {
  background: #01B282;
}

.recomend-box .recomend-box--chatan-area {
  background: #0167B2;
}

.recomend-box li a::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  transform: rotate(135deg);
  vertical-align: middle;
  width: 10px;
}

.ac-plan__search__wrap .ac-search {
  background: inherit;
  border: none;
}
.ac-plan__search__wrap .ac-search__headline {
  background: #00348b;
  border-radius: 3px;
}

p.maintitle {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 26px;
  font-weight: bold;
  padding: 14px 0 14px;
  text-align: center;
}

.plan_area {
  margin: 0 5px;
}

.plan_area .maintitle--naha {
  background: #0CBBE5;
  margin-top: 25px;
}

.plan_area .maintitle--hokubu {
  background: #01B282;
}

.plan_area .maintitle--chatan {
  background: #0167B2;
}

.add-plan {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  clear: both;
  margin-top: 45px;
}

.add-plan__titarea--tit {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #faf47d;
  color: #00348b;
  height: 44px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  text-align: center;
  width: calc(774px - 49px * 2);
}

.add-plan__titarea--tit span {
  display: inline-block;
}

.add-plan__titarea--tit::before, .add-plan__titarea--tit::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-color: transparent transparent #faf47d transparent;
  border-style: solid;
  border-width: 0 0 59px 49px;
  bottom: 0;
  height: 0;
  left: -49px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.add-plan__titarea--tit::after {
  border-color: #faf47d transparent transparent transparent;
  border-width: 59px 49px 0 0;
  left: initial;
  right: -49px;
}

.add-plan__titarea--tit span {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.add-plan__titarea--subtit {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #e27b00;
  letter-spacing: calc(-10em / 1000);
  margin-top: 26px;
  text-align: center;
}

.add-plan__watch {
  margin-top: 14px;
}

.add-plan__watch--text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 21px;
}

.add-plan__plan-tit {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/activity/okinawa/special/whalewatching/img/add-plan/tit-bg01.png);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 652px;
}

/* .plan_area > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  width: 100%;
} */

.add-plan__mvarea {
  height: 506px;
  margin: 21px auto 0;
  width: 688px;
}

.add-plan__mvarea iframe {
  height: 100%;
  width: 100%;
}

.add-plan__kaiser {
  margin-top: 64px;
}

.add-plan__toropiko {
  margin-top: 67px;
}

.add-plan__recotit--text {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #00348b;
  letter-spacing: -0.01em;
  text-align: center;
  position: relative;
}

.add-plan__recotit--text::before, .add-plan__recotit--text::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #82c1ea;
  bottom: 0;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 7px;
  width: 350px;
}

.add-plan__recotit--text::after {
  left: auto;
  right: 0;
}

.add-plan__recotit--tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/activity/okinawa/special/whalewatching/img/add-plan/tit-bg02.png);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18px auto 0;
  text-align: center;
  width: 509px;
}

.add-plan__recotit--subtit {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #00348b;
  margin: 13px 0 0;
  text-align: center;
  position: relative;
}

.add-plan__recotit--subtit::before, .add-plan__recotit--subtit.add-plan__titarea--tit::after, .add-plan__recotit--subtit.add-plan__recotit--text::after, .add-plan__recotit--subtit.add-plan__planbox--benefits--tit::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #faf47d;
  position: absolute;
  bottom: -6px;
  left: -2px;
  margin: auto;
  right: 0;
  height: 9px;
  width: 474px;
}

.add-plan__recotit--subtit span {
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
}

.add-plan__pointarea {
  margin-top: 29px;
}

.add-plan__pointarea--list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: #e8f7fe 10px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(127px);
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  padding: 0;
  width: calc(100% - (10px * 2));
}

.add-plan__pointarea--item {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.1428571429;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: calc(100% / 5 - (1px * 4));
      -ms-flex-preferred-size: calc(100% / 5 - (1px * 4));
          flex-basis: calc(100% / 5 - (1px * 4));
  height: 77px;
  position: relative;
  text-align: center;
  z-index: 0;
}

.add-plan__pointarea--item::before, .add-plan__pointarea--item.add-plan__titarea--tit::after, .add-plan__pointarea--item.add-plan__recotit--text::after, .add-plan__pointarea--item.add-plan__planbox--benefits--tit::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 70.27px;
  font-weight: 600;
  line-height: 1;
  bottom: -9px;
  color: #a3defa;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 1em;
  width: 1em;
  z-index: -1;
}

.add-plan__pointarea--item::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/activity/okinawa/special/whalewatching/img/add-plan/bg-img02.png);
  bottom: 0;
  height: 97px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 97px;
  z-index: -2;
}

@media screen and (min-width: 768px), print {
  .add-plan__pointarea--item:not(:first-child) {
    border-left: 1px solid #00348b;
  }
}

.add-plan__pointarea--item:first-child::before, .add-plan__pointarea--item.add-plan__titarea--tit:first-child::after, .add-plan__pointarea--item.add-plan__recotit--text:first-child::after, .add-plan__pointarea--item.add-plan__planbox--benefits--tit:first-child::after {
  content: "1";
}

.add-plan__pointarea--item:nth-child(2)::before, .add-plan__pointarea--item.add-plan__titarea--tit:nth-child(2)::after, .add-plan__pointarea--item.add-plan__recotit--text:nth-child(2)::after, .add-plan__pointarea--item.add-plan__planbox--benefits--tit:nth-child(2)::after {
  content: "2";
}

.add-plan__pointarea--item:nth-child(3)::before, .add-plan__pointarea--item.add-plan__titarea--tit:nth-child(3)::after, .add-plan__pointarea--item.add-plan__recotit--text:nth-child(3)::after, .add-plan__pointarea--item.add-plan__planbox--benefits--tit:nth-child(3)::after {
  content: "3";
}

.add-plan__pointarea--item:nth-child(4)::before, .add-plan__pointarea--item.add-plan__titarea--tit:nth-child(4)::after, .add-plan__pointarea--item.add-plan__recotit--text:nth-child(4)::after, .add-plan__pointarea--item.add-plan__planbox--benefits--tit:nth-child(4)::after {
  content: "4";
}

.add-plan__pointarea--item:nth-child(5)::before, .add-plan__pointarea--item.add-plan__titarea--tit:nth-child(5)::after, .add-plan__pointarea--item.add-plan__recotit--text:nth-child(5)::after, .add-plan__pointarea--item.add-plan__planbox--benefits--tit:nth-child(5)::after {
  content: "5";
}

.add-plan__pointarea--item span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
}

.add-plan__planbox {
  margin-top: 24px;
}

.add-plan__planbox--tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/activity/okinawa/special/whalewatching/img/add-plan/hukidashi.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 467px;
}

.add-plan__planbox--tit span {
  position: relative;
  top: -7px;
}

.add-plan__planbox .plan__Advertisement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  width: 100%;
}
.plan__Advertisement {
  margin-top: 15px;
}

.add-plan__planbox--item {
  border: 1px solid #00348b;
  -webkit-flex-basis: calc(100% / 2 - (12px));
  -ms-flex-preferred-size: calc(100% / 2 - (12px));
  flex-basis: calc(100% / 2 - (12px));
  margin-bottom: 10px;
  width: 49%;
}

.naha-item {
  border: 1px solid #0cb5de;
}

.hokubu-item {
  border: 1px solid #01B282;
}

.chatan-item {
  border: 1px solid #0167B2;
}

.add-plan__planbox--item:nth-child(even) {
  margin-left: 12px;
}

.add-plan__planbox--link {
  color: #1a1a1a !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.add-plan__planbox--link:link {
  color: #1a1a1a !important;
}

.add-plan__planbox--link:visited {
  color: #1a1a1a !important;
}

.add-plan__planbox--link:hover {
  opacity: .8;
}

.add-plan__planbox--link:hover img {
  opacity: 1;
}

.add-plan__planbox--link:hover span {
  opacity: 1;
}

.add-plan__planbox--imgarea {
  position: relative;
}

.add-plan__planbox--imgarea span {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  /* background-color: #fb5144; */
  color: #fff;
  padding: 8px;
}

.add-plan__planbox--imgarea .naha-label {
  background-color: #FF0000;
}

.add-plan__planbox--imgarea .hokubu-label {
  background-color: #FF0000;
}

.add-plan__planbox--imgarea .chatan-label {
  background-color: #FF0000;
}

.add-plan__planbox--imgarea img {
  width: 100%;
}

.add-plan__planbox--textarea {
  padding: 0 11px;
}

.add-plan__planbox--data {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 10px;
}

.add-plan__planbox--planname {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5555555556;
  color: #00348b;
  margin-top: 16px;
}

.add-plan__planbox--plantext {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5714285714;
  margin-top: 14px;
}

.add-plan__planbox--textarea .star_score {
  display: flex;
  margin-top: 10px;
}

.add-plan__planbox--textarea .star_score .number {
  font-weight: bold;
  font-size: 16px;
}

.add-plan__planbox--textarea .star_score .mouth {
  font-size: 15px;
  padding-left: 2%;
}

.add-plan__planbox--special {
	text-align: center;
}

.add-plan__planbox--special {
	text-align: center;
}

.add-plan__planbox--special_title {
  background: #00348b;
  color: #fff;
  padding-top: 3px;
}

.add-plan__planbox--special_title span {
  position: relative;
}
.add-plan__planbox--special_title span img {
  position: absolute;
  left: -25px;
}

.add-plan__planbox--special_text {
  border: 1px solid #00348b;
  font-weight: bold;
  padding: 8px;
}

.add-plan__planbox--textarea table {
  border-collapse: separate;
    border-spacing: 0 1px;
    margin: 0;
    border: none;
    font-size: 13px;
}

.add-plan__planbox--textarea table tr th {
  width: 13%;
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
  padding: 2px 0;
  text-align: center;
  font-size: 14px;
}

.add-plan__planbox--textarea table tr td {
  vertical-align: middle;
  line-height: 1.55;
  width: 63%;
  text-align: start;
  padding: 2px 0 2px 5px;
  font-size: 14px;
}

/* .add-plan__planbox--textarea table tr .naha-th {
  border: 1px solid #0cb5de;
  background-color: #0cb5de;
}

.add-plan__planbox--textarea table tr .hokubu-th {
  border: 1px solid #01B282;
  background-color: #01B282;
} */

.add-plan__planbox--textarea table tr .chatan-th {
  border: 1.3px solid #00348b;
  border-radius: 1px;
  color: black;
  background-color: inherit;
}

/* .add-plan__planbox--textarea table tr .naha-td {
  border: 1px solid #0cb5de;
}

.add-plan__planbox--textarea table tr .hokubu-td {
  border: 1px solid #01B282;
} */

.add-plan__planbox--textarea table tr .chatan-td {
	border: none;
  line-height: 1.4;
  /* font-weight: bold; */
}

.add-plan__planbox--detail {
  display: flex;
  justify-content: space-around;
}
.add-plan__planbox--pricearea {
  padding-top: 40px;
  padding-left: 19px;
  /* height: 20px; */
  text-align: left;
}

.add-plan__planbox--pricearea .p_boxL {
  float: left;
  width: 23%;
  padding: 0;
  position: relative;
  left: 17%;
}

.add-plan__planbox--pricearea .p_boxL img {
  width: 76%;
}

.add-plan__planbox--pricearea_befo {
  font-size: 14px;
  line-height: 1.5;
}

/* .add-plan__planbox--pricearea_befo span {
  text-decoration: line-through;
} */

.add-plan__planbox--pricearea_af {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8555555556;
  color: #fb5144;
  position: relative;
  /* margin-left: 34%; */
}

.add-plan__planbox--pricearea_af::before, .add-plan__planbox--pricearea_af.add-plan__titarea--tit::after, .add-plan__planbox--pricearea_af.add-plan__recotit--text::after, .add-plan__planbox--pricearea_af.add-plan__planbox--benefits--tit::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 33.59px;
  font-weight: 600;
  line-height: 0.9824352486;
  content: "→";
  height: 1em;
  margin-right: 10px;
  position: relative;
  width: 1em;
}

.add-plan__planbox--pricearea_af::before {
  display: none;
}

.add-plan__planbox--pricearea_af span {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.add-plan__planbox--benefits {
  margin-top: 35px;
}

.add-plan__planbox--benefits--tit {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  text-align: center;
}

.add-plan__planbox--benefits--tit::before, .add-plan__planbox--benefits--tit::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/activity/okinawa/special/whalewatching/img/add-plan/bg-img01.png);
  bottom: 0;
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 170px;
}

.add-plan__planbox--benefits--tit::after {
  left: auto;
  right: 0;
}

.add-plan__planbox--benefits ul {
  margin-top: 22px;
}

.add-plan__planbox--benefits ul li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7142857143;
  display: inline-block;
}

/* .add-plan__planbox--btn {
  margin: 28px auto 0;
  text-align: center;
} */

.add-plan__planbox--btn_text {
  display: none;
}

.add-plan__planbox--button p {
  margin: 10px auto;
  width: 50%;
  position: relative;
  height: 40px;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  border-radius: 3px;
  background: #f08300;
}

.tb_article_articleframe-button--orange > svg {
  width: 16px;
    height: 26px;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #FFF;
}

.add-plan__planbox--button p::after {
  content: '';
  position: absolute;
  top: 44%;
  right: 16px;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 767px) {
  .l-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .l-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .ac-wrapper {
    overflow: hidden;
  }

  .popular_plan_content .search_content {
    overflow: initial;
    margin: 0;
  }
  .recomend-box {
    box-sizing: border-box;
    flex-wrap: nowrap;
    margin: 27px auto 0;
    padding: 0 5px;
    width: 100%;
  }
  .recomend-box li {
    height: 56px;
    width: calc((100% - 6px * 2) / 3);
  }
  .recomend-box li:not(:first-child) {
    margin-left: 0;
  }
  .recomend-box li:not(:first-child) {
    margin-left: 6px;
  }
  /* .recomend-box li:not(:nth-child(-n+2)) {
    margin-top: 10px;
  } */

  .recomend-box li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
  .recomend-box li a span {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .recomend-box li a::after {
    height: 8px;
    width: 8px;
    margin-top: 3px;
    border-width: 3px;
  }

  #wrapper .ac-search__box .ac-search__headline {
    background: #00348b;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 1px;
  }

  .plan_area .plan_maintitle {
    padding: 10px 0 10px;
    margin-top: 12px;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  
  .plan_area .plan_maintitle span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
  }

  .plan_area .plan_maintitle--naha {
    background: #0CBBE5;
  }

  .plan_area .plan_maintitle--hokubu {
    background: #01B282;
  }

  .plan_area .plan_maintitle--chatan {
    background: #0167B2;
  }  
  .add-plan {
    clear: both;
    margin-top: 33px;
  }
  .add-plan__titarea--tit {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.9615384615;
    height: 55px;
    padding-top: 4px;
    width: calc(481px / 2);
  }
  .add-plan__titarea--tit span {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
  }
  .add-plan__titarea--tit::before, .add-plan__titarea--tit::after {
    border-width: 0 0 59px 64.5px;
    left: -64.5px;
  }
  .add-plan__titarea--tit::after {
    border-width: 59px 64.5px 0 0;
    left: initial;
    right: -64.5px;
  }
  .add-plan__titarea--subtit {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-top: 14px;
  }
  .add-plan__watch {
    margin-top: 12px;
  }
  .add-plan__watch--text {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
  }
  .add-plan__kaiser {
    margin-top: 45px;
  }
  .add-plan__toropiko {
    margin-top: 46px;
  }
  .add-plan__plan-tit {
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    background-image: url(/s/activity/okinawa/special/whalewatching/img/add-plan/tit-bg01_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: auto;
    max-width: calc(718px / 2);
    min-height: calc(96px / 2);
    width: 100%;
  }
  .add-plan__mvarea {
    height: calc(532px / 2);
    margin: 20px auto 0;
    width: 100%;
  }
  .add-plan__recotit--text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
  }
  .add-plan__recotit--text::before, .add-plan__recotit--text::after {
    width: 25%;
  }
  .add-plan__recotit--tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: 100%;
    height: calc(74px / 2);
    max-width: calc(651px / 2);
  }
  .add-plan__recotit--subtit {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7333333333;
    margin: 10px 0 0;
  }
  .add-plan__recotit--subtit::before, .add-plan__recotit--subtit.add-plan__titarea--tit::after, .add-plan__recotit--subtit.add-plan__recotit--text::after, .add-plan__recotit--subtit.add-plan__planbox--benefits--tit::after {
    bottom: 0;
    height: calc(10.37px / 2);
    width: calc(547.59px / 2);
  }
  .add-plan__recotit--subtit span {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
  }
  .add-plan__pointarea {
    margin-top: 11px;
  }
  .add-plan__pointarea--list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 0 10px;
    width: calc(100% - (20px * 2));
  }
  .add-plan__pointarea--item {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.875;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    height: auto;
    padding: 10px 0 9px 65px;
    text-align: left;
    width: calc(100% - (34px * 2));
  }
  .add-plan__pointarea--item::before, .add-plan__pointarea--item.add-plan__titarea--tit::after, .add-plan__pointarea--item.add-plan__recotit--text::after, .add-plan__pointarea--item.add-plan__planbox--benefits--tit::after {
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    top: 0;
    bottom: -5px;
    left: 19px;
    right: initial;
  }
  .add-plan__pointarea--item::after {
    height: calc(80px / 2);
    left: 10px;
    right: initial;
    top: 2px;
    width: calc(80px / 2);
  }
  .add-plan__pointarea--item:not(:first-child) {
    border-top: 1px solid #00348b;
  }
  .add-plan__pointarea--item span {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.7307692308;
  }
  .add-plan__planbox {
    margin-top: 22px;
  }
  .add-plan__planbox--tit {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background-image: url(/s/activity/okinawa/special/whalewatching/img/add-plan/hukidashi_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: calc(93px / 2);
    width: calc(601px / 2);
  }
  .add-plan__planbox > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
    width: 100%;
  }

  .plan_area > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
  }
  .add-plan__planbox__wrapper {
    display: flex;
  }
  .add-plan__planbox--item {
    -webkit-flex-basis: calc(100% / 2 - 6px);
        -ms-flex-preferred-size: calc(100% / 2 - 6px);
            flex-basis: calc(100% / 2 - 6px);
    padding: 8px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .add-plan__planbox--item:nth-child(even) {
    margin-left: 0;
  }
  .add-plan__planbox--link {
    text-decoration: none;
  }
  .add-plan__planbox--link:link {
    text-decoration: none;
  }
  .add-plan__planbox--link:visited {
    text-decoration: none;
  }
  .add-plan__planbox--imgarea {
    width: 100%;
    height: 120%;
  }
  .add-plan__planbox--imgarea img {
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
  .add-plan__planbox--imgarea span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 3px 13px;
    z-index: 1;
  }
  .add-plan__planbox--textarea {
    padding: 0;
    width: 75%;
  }

  .add-plan__planbox--special {
    width: 100%;
    margin-top: 6px;
  }

  .add-plan__planbox--special_title {
    line-height: 1.5;
  }

  .add-plan__planbox--special_title span img {
    width: 15px;
  }

  .add-plan__planbox--special_text {
    padding: 5px 0 5px 5px;
    text-align: left;
  }

  .add-plan__planbox--textarea table {
    width: 107%;
    margin: 6px 0;
  }

  .add-plan__planbox--textarea table tr th {
    width: 13%;
    vertical-align: middle;
    padding: 2px 0;
    font-size: 9px;
    text-align: center;
    border: 1.3px solid #00348b;
    border-radius: 1px;
    color: black;
    background-color: inherit;
  }
  
  .add-plan__planbox--textarea table tr td {
    vertical-align: middle;
    width: 25%;
    text-align: start;
    padding: 2px 0 1px 5px;
    font-size: 10px;
    border: none;
    line-height: 1.4;
    font-weight: normal;
  }
  .add-plan__planbox--data {
    font-size: 9px;
    font-weight: 300;
    line-height: 1.3888888889;
    margin-top: 8px;
  }
  .add-plan__planbox--planname {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 6px;
  }
  .add-plan__planbox--plantext {
    display: none;
  }

  .add-plan__planbox--textarea .star_score {
    display: flex;
    margin-top: 0;
  }

  .add-plan__planbox--textarea .star_score img {
    width: 7%!important;
    vertical-align: middle;
    margin-right: 0%;
    height: 4%!important;
  }
  .add-plan__planbox--pricearea {
    margin-top: 0;
    padding: 0 4px 8px;
  }
  .add-plan__planbox--pricearea_befo {
    font-size: 10px;
    line-height: 1.199;
    padding: 14px 0 5px;
  }
  .add-plan__planbox--pricearea_befo span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #FF0000;
    padding-left: 10px;
  }

  .add-plan__planbox--textarea .star_score .number {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
  }

  .add-plan__planbox--textarea .star_score .mouth {
    font-size: 10px;
    padding-left: 5px;
    margin-top: 0;
  }
  .add-plan__planbox--pricearea .p_boxL {
    float: left;
    width: 20%;
    margin-right: 6%;
    padding-left: 4%;
    padding: 0;
    position: unset;
}

.add-plan__planbox--pricearea .p_boxL img {
  width: 119%;
}
  .add-plan__planbox--pricearea_af {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 6px;
    padding-left: 32%;
    margin-left: 0;
  }
  .add-plan__planbox--pricearea_af span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
  }
  .add-plan__planbox--pricearea_af::before, .add-plan__planbox--pricearea_af.add-plan__titarea--tit::after, .add-plan__planbox--pricearea_af.add-plan__recotit--text::after, .add-plan__planbox--pricearea_af.add-plan__planbox--benefits--tit::after {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .add-plan__planbox--pricearea_af::before {
    display: none;
  }
  .add-plan__planbox--benefits {
    display: none;
  }
  /* .add-plan__planbox--btn {
    margin-top: 63%;
  } */
  .add-plan__planbox--btn img {
    display: none;
  }
  .add-plan__planbox--btn_text {
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #00348b;
    display: block;
    text-align: right;
    position: relative;
  }
  .add-plan__planbox--btn_text::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    content: "＞";
    height: 1em;
    margin-left: 0.5em;
    width: 1em;
  }
  .add-plan .plan__Advertisement__noplan {
    margin: 0 auto;
  }
  
  .search_content {
      width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .recomend-box li a::after {
    left: -2px;
    margin-left: 7px;
    top: -4px;
  }
  .add-plan__titarea--tit {
    width: calc(481px / 2 - 64.5px);
  }
  .add-plan__titarea--subtit {
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
  }
  .add-plan__recotit--tit {
    width: 100%;
  }
  .add-plan__recotit--text::before, .add-plan__recotit--text::after {
    width: 20%;
  }
}
