@charset "UTF-8";
/* CSS Document */
/* ::::::::::::::::::::::::::::::::: FOR STAYPLAN_INDEX PAGE 宿泊プラン ::::::::::::::::::::::::::::::::: */
/* New Parts CSS */
.stayplanIndexBlock01 {
  margin-bottom: 60px !important;
}

.stayplanIndexBlock01 .list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 25px;
}

.stayplanIndexBlock01 .list li {
  background: #fff;
  width: 160px;
  vertical-align: top;
  border-right: 1px solid #f4f3f1;
}

.stayplanIndexBlock01 .list li a {
  display: block;
  padding: 0 15px 20px;
  margin: 0;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #444;
}

.stayplanIndexBlock01 .list li a:hover {
  color: #638fa2;
}

.stayplanIndexBlock01 .list li a span {
  display: inline-block;
  background: url(../../img/common/vector_yellow_right.svg) no-repeat 0 8px/6px 6px;
  padding: 0 0 0 15px;
  margin: 0;
}

.stayplanIndexBlock01 .list li a span::after {
  content: none;
}

.stayplanIndexBlock01 .list li.active a {
  color: #638fa2;
}

.stayplanIndexBlock01 .list li img {
  margin: 0 -15px 15px;
  width: calc(100% + 30px);
}

.stayplanIndexBlock01 .anchorList {
  margin-bottom: 0;
}

@media screen and (min-width: 990px) {
  .planContentsList .btnWrap li + li {
    margin-left: 15px;
  }
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px) {
  .stayplanIndexBlock01 {
    position: relative;
    margin-bottom: 0 !important;
  }
  .stayplanIndexBlock01 .list,
  .stayplanIndexBlock01 .catList {
    display: none;
  }
  .planContentsList > li .tagList,
  .planContentsList > li .desc {
    display: none;
  }
}
