/*! バストップpc用 */

/* --------------------start_キービジュアル-------------------- */

/* start_search */
.Search__form-group--departure .Search__select {
  border-radius: 4px 4px 0 0;
}

.Search__form-group--departure .Search__input-text {
  background: url(../images/icn_busStop.svg) no-repeat right 10px center / 16px;
  border-radius: 0 0 4px 4px;
  border-top: none;
}
/* end_search */

/* --------------------end_キービジュアル-------------------- */

/* --------------------start_テーマ（4x2）-------------------- */
#Theme {
  margin-bottom: 40px;
}

.Theme__items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.Theme__item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 154px;
  min-height: 165px;
  margin-bottom: 20px;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 2px #e5e5e5 inset;
  transition: box-shadow 0.3s;
}

.Theme__item:not(:nth-child(6n)) {
  margin-right: 20px;
}

.Theme__item:hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}
/* --------------------end_テーマ（4x2）-------------------- */

/* --------------------start_おすすめエリア-------------------- */
#RecommendArea {
  padding: 60px 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.Common21__inner--RecommendArea {
  position: relative;
  z-index: 0;
}

.RecommendArea__items {
  display: flex;
  justify-content: flex-start;
}

.RecommendArea__item {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 240px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}

.RecommendArea__item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.RecommendArea__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.RecommendArea__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: var(--corporate-color);
  border-radius: 50%;
  position: absolute;
  bottom: 13px;
  right: 15px;
}

.RecommendArea__link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 20px;
  right: 23px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}

.RecommendArea__img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  height: 100%;
  transform: translate(-50%, -50%);
}

.RecommendArea__img img {
  width: auto;
  height: 240px;
  transition: opacity 0.3s;
}

.RecommendArea__item:hover img {
  opacity: calc(var(--hoverOpacity) - 0.1);
}

.RecommendArea__name {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  padding: 12px 20px;
  background-color: white;
  font-feature-settings: "palt";
}
/* --------------------end_おすすめエリア-------------------- */

/* --------------------start_魅力-------------------- */
#Charm {
  padding: 60px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
}

.Charm__items {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.Charm__item {
  position: relative;
  width: 188px;
  padding: 156px 15px 15px 15px;
  background: white;
  border-radius: 6px;
}

.Charm__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.Charm__ttl {
  margin-bottom: 5px;
  color: var(--sub-corporate-color);
  font-weight: 600;
  line-height: 1.3;
}

.Charm__ttl-icn {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 1;
  padding: 3px 15px;
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
  border-radius: 100px;
  background: var(--sub-corporate-color);
}

.Charm__ttl-icn-num {
  font-size: 18px;
}

.Charm__txt {
  font-size: 1.4rem;
}

.Charm__link {
  display: block;
  margin-top: 10px;
  padding-left: 12px;
  font-size: 1.4rem;
  line-height: 1.3;
  text-indent: -12px;
}

.Charm__link:hover {
  text-decoration: underline;
}

.Charm__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}
/* --------------------end_魅力-------------------- */

/*keyvisual横幅固定*/
#Keyvisual {
  background-color: #f5f5f5;
  background-size: 1400px auto;
}
