.pc {
  display: none !important;
}

.ss-contents {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.ss-center {
  max-width: none;
}

.ss-container {
  margin: 24px auto 0;
  border: none;
  padding-bottom: 30px;
}

.ss-container p {
  font-size: 14px;
  color: #333;
}

.greenbg {
  background: #E5FAE5;
  overflow: hidden;
  padding-bottom: 60px;
}

.yellowbg {
  background: #FCFFE9;
  overflow: hidden;
  padding-bottom: 60px;
}

#topBnrBox {
  background: #fff;
  /*  .bgAnima {
    background: url(../images/topBg.png) repeat-x;
    height: 350px;
    animation: bgAnima 60s linear infinite normal;
  } */
}

#topBnrBox h1 {
  display: table;
  position: relative;
  margin: 0 auto;
}

#topBnrBox h1 span {
  display: block;
  width: 430px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  margin-left: -215px;
  top: 250px;
  border: 1px solid #fff;
  padding: 12px 16px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 1px;
}

#topBnrBox h1 i {
  position: absolute;
  right: -160px;
  top: 90px;
}

/* @keyframes bgAnima {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -3580px 0;
  }
} */
.mainTtl {
  font-size: 19px;
  margin: 0px auto 16px;
  padding-top: 0;
  color: #333;
  padding-left: 0;
  height: auto;
}

.mainTtl span {
  padding: 0;
  text-align: center;
}

.meritList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 32px;
  margin: 32px auto 0;
}

.meritList li {
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid #08987E;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 16px;
  position: relative;
  text-align: center;
  line-height: 1.3;
}

.meritList li img {
  width: auto;
  height: 60px;
}

.meritList li em {
  font-weight: 700;
}

.meritList li::after {
  position: absolute;
  content: '';
  display: block;
  height: 32px;
  aspect-ratio: 178/38.5;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.meritList li:first-of-type::after {
  background: url(../images/merit_1_ttl.png) no-repeat center/cover;
}

.meritList li:nth-of-type(2)::after {
  background: url(../images/merit_2_ttl.png) no-repeat center/cover;
}

.meritList li:last-of-type::after {
  background: url(../images/merit_3_ttl.png) no-repeat center/cover;
}

.checkIcon {
  display: block;
  position: relative;
  padding-left: 26px;
  margin: 8px auto;
}

.checkIcon::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/check.svg) no-repeat;
  background-size: auto 18px;
}

#recommend {
  background: #FCF5F5;
  padding: 24px 10px;
}

#recommend .subTtl {
  width: fit-content;
  margin: 0 auto 16px;
  text-align: left !important;
}

#recommend .useBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  row-gap: 16px;
  text-align: center;
}

#recommend .useBox h3 {
  font-size: 18px;
}

#recommend .useBox img {
  width: 100%;
  opacity: 0;
  height: 0;
  transition: all 0.5s;
}

#recommend .useBox img.is-show {
  opacity: 1;
  height: auto;
}

#recommend .useBox .switchBtn {
  color: #767676;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#recommend .useBox .switchBtn::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url(../images/arrow_down.svg) no-repeat;
  background-size: auto 16px;
}

#recommend .useBox .switchBtn.opened::after {
    transform: rotate(180deg);
}

.redFont {
  color: #BF0000;
}

.reset {
  padding: 0 !important;
  margin: 0 auto !important;
  background: transparent !important;
}

.wn {
  margin: 16px 0;
  color: #666 !important;
  font-size: 14px !important;
  line-height: 1.5;
}

#ac1 .centerFont {
  font-weight: normal;
}

.centerFont {
  text-align: center;
  font-size: 16px!important;
  font-weight: bold;
  margin-top: 20px;
}

#TABU {
  padding: 0 0 80px;
  background: none;
  border: none;
}

#TABU .all_area div.content_area {
  background: #fff;
  padding: 30px 30px 60px;
}

#TABU .ss-tab {
  border: none;
  justify-content: space-between;
}

#TABU .ss-tab li {
  margin: 0;
  width: 24.2%;
}

#TABU .ss-tab li span {
  background: #009700;
  border: none;
  font-size: 24px;
}

#TABU .ss-tab li.active span {
  background: #fff;
  color: #009700;
}

.ss-hotelbox {
  overflow: visible;
}

.swiper-container.htl ul {
  height: auto;
  margin: 0 4px 20px 0 !important;
}

.swiper-container.htl ul.ss-hotel:after {
  position: absolute;
  content: '';
  top: 4px;
  left: 6px;
  width: 36px;
  height: 36px;
}

.swiper-container.htl .ss-hotel .hotel-img {
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 0 0 8px 0;
}

.swiper-container.htl .ss-hotel .hotel-img .bg-img {
  display: block;
}

.swiper-container.htl .ss-hotel .hotel-img img {
  aspect-ratio: 150 / 100;
  object-fit: cover;
}

.swiper-container.htl .ss-hotel {
  margin-bottom: 0;
  position: relative;
  padding: 0;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 0;
}


.swiper-container.htl .ss-hotel:last-of-type::after {
  display: none;
}



.swiper-container.htl .ss-hotel .hotel-name {
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  text-align: left;
}

.swiper-container.htl .ss-hotel .hotel-name a {
  color: #333 !important;
  font-weight: 600;
}

.swiper-container.htl .ss-hotel .hotel-main,.swiper-container.htl .ss-hotel #rvw-score {
  padding: 0 8px;
}

.swiper-container.htl .ss-hotel .hotel-main .htlrank {
  display: flex;
  align-items: end;
  justify-content: center;
  width: 26px;
  height: 24px;
  font-size: 12px;
  font-style: normal;
  background: url(../images/ranks.svg) left center/auto 24px no-repeat;
  background-position: -97px 1px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding-bottom: 1px;
}

.swiper-container.htl .ss-hotel .hotel-main .htlrank.htlrank1 {
  color: #333;
  background-position: 0 1px;
}

.swiper-container.htl .ss-hotel .hotel-main .htlrank.htlrank2 {
  color: #333;
  background-position: -33px 1px;
}

.swiper-container.htl .ss-hotel .hotel-main .htlrank.htlrank3 {
  color: #333;
  background-position: -65px 1px;
}

.swiper-container.htl .ss-hotel .hotel-main .area-name {
  color: #333;
  font-weight: 400;
  margin: 8px 0;
}

.swiper-container.htl .ss-hotel .hotel-main .chara .icon {
  border-color: #eb6100;
  background-color: #eb6100;
}

.swiper-container.htl .ss-hotel .hotel-main .chara .icon-reverse {
  border-color: #eb6100;
  color: #eb6100;
}

.swiper-container.htl .ss-hotel .hotel-main .chara .icon-reverse a {
  color: #eb6100;
}

.swiper-container.htl .ss-hotel .stars {
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 2px;
  /* width: 80px; */
  display: inline-block;
  position: relative;
}

.swiper-container.htl .ss-hotel .stars .review-base {
  color: #eaeaea;
  width: 100%;
  box-sizing: border-box;
}

.swiper-container.htl .ss-hotel .stars .review-rst {
  color: #ffba00;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  width: 0;
  box-sizing: border-box;
}

.swiper-container.htl .ss-hotel .review-score {
  color: #bf0000;
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}

.swiper-container.htl .ss-hotel .btn {
  margin: 16px 8px!important;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.swiper-container.htl .ss-hotel .btn li {
  padding: 8px;
  text-align: center;
  color: #333;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.swiper-container.htl .ss-hotel .btn li a {
  color: #333;
}

.swiper-container.htl .ss-button-middle.ss-button-ana, .swiper-container.htl .ss-button-middle.ss-button-jal {
  padding: 5px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
}

#Searchbox .ttl {
  margin-top: 0;
}

.ss-banner-box h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}

.markLink {
  padding: 0;
  overflow: hidden;
  position: relative !important;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.16);
}

.Link-list {
  width: auto;
  height: auto;
  margin: 8px 0;
  display: block;
  padding: 0px 16px;
}

.Link-list a {
  padding: 8px 0;
  position: relative;
  font-size: 12px;
  color: #333 !important;
}

.Link-list a:after {
  content: normal;
}

.Link-list a::before,.ttlicon_w:after {
  position: absolute;
  background-image: url(../images/icons.png) !important;
  background-size: auto 24px;
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  margin-left: 0;
}

.ttlicon:after,.Link-list a::before {
  display: none;
}



.ttlicon.search-icon::before,.ttlicon_w.search-icon::after {
  background-position: 0 0;
}

.ttlicon.plan-icon::before,.ttlicon_w.plan-icon::after {
  background-position: -30px 0px;
}

.ttlicon.feature-icon::before,.ttlicon_w.feature-icon::after {
  background-position: -63px 0px;
}

.ttlicon_w:after {
  top: 5px;
}

#packagePlan {
  padding-bottom: 24px;
}

#packagePlan section:first-child {
  margin-bottom: 24px;
}

#packagePlan .ttlicon {
  padding-left: 32px;
  position: relative;
  width: fit-content;
}

#packagePlan .ttlicon::before {
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icons.png) no-repeat;
  background-size: auto 24px;
  position: absolute;
}

#packagePlan .ttlicon.air-icon::before {
  background-position: -96px 0;
}

#packagePlan .ttlicon.jr-icon::before {
  background-position: -128px 0;
}

.rankTab {
  margin: 24px 0;
}

.rankTab ul {
  background: #eaeaea;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex-wrap: wrap;
  padding: 4px;
}

.rankTab ul li {
  width: calc((100% - 18px) / 4);
  box-sizing: border-box;
  background: #fff;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}

.rankTab ul li.active {
  background: #00b900;
  color: #fff;
}

#packagePlan .plan {
  display: none !important;
}

#recommedBnr {
  margin-top: 0;
}

#recommedBnr div {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}

#recommedBnr div a {
  display: block;
  width: calc(50% - 8px);
}

#recommedBnr div a img {
  width: 100%;
}

.airPackage .jrBtn {
  display: none !important;
}

.jrPackage .airBtn {
  display: none !important;
}

#search-box #search-box-body {
  background: transparent;
  padding: 0 16px;
}


.swiper-button-next,.swiper-button-prev {
  background-image: url(../images/arrow_light.png);
  width: 50px;
  height: 50px;
  background-size: auto 50px;
  right: 0;
}
.swiper-button-prev {
  transform: rotate(180deg);
  left: 0;
}
.swiper-button-disabled {
  display: none;
}

.ss-right dd ul {
  border-radius: 5px 5px 0 0;
}

.ss-right dd ul li a {
  position: relative;
}