@charset "UTF-8";
/* CSS Document */

#tourList_wrap .footer_attractive {
  background-color: #fdf6e5;
  padding-top: 0;
}
/* タブ */

.tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  /* max-width: 500px; */
}

.tab-2 label:nth-of-type(1) {
  background-color: #ec6a3f;
}

.tab-2 label:nth-of-type(2) {
  background-color: #1fbda0;
}

.tab-2 label:nth-of-type(3) {
  background-color: #eba600;
}

.tab-2 label:nth-of-type(1):hover,
.tab-2 label:nth-of-type(1):has(:checked) {
  background-color: #ec6a3f;
  opacity: inherit;
  color: #fff;
}
.tab-2 label:nth-of-type(2):hover,
.tab-2 label:nth-of-type(2):has(:checked) {
  background-color: #1fbda0;
  opacity: inherit;
  color: #fff;
}

.tab-2 label:nth-of-type(3):hover,
.tab-2 label:nth-of-type(3):has(:checked) {
  background-color: #eba600;
  opacity: inherit;
  color: #fff;
}

.tab-2 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: 0.6em 0;
  border-radius: 5px 5px 0 0;
  background-color: #eba600;
  opacity: 0.5;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.tab-2 > label span {
  font-size: 0.9em;
}

/* .tab-2 > label:hover,
.tab-2 label:has(:checked) {
  background-color: #eba600;
  opacity: inherit;
  color: #fff;
} */

.tab-2 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  /* background-color: #eba600; */
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-2 label:nth-of-type(1):has(:checked)::before {
  background-color: #ec6a3f;
}
.tab-2 label:nth-of-type(2):has(:checked)::before {
  background-color: #1fbda0;
}
.tab-2 label:nth-of-type(3):has(:checked)::before {
  background-color: #eba600;
}

.tab-2 input {
  display: none;
}

.tab-2 > div {
  display: none;
  width: 100%;
  /* padding: 1.5em 1em; */
  /* background-color: #fff; */
}

.l-orange .tourList {
  background-color: transparent;
}

/* 赤 */
#tourList {
  background-color: #fff5f2;
}

.l-orange .tourList__nav a {
  background-color: transparent;
}

#tourList .tourList__nav a {
  background-color: #ffa385;
}

#tourList .tourListPlan__ttl {
  border-left: solid 5px #ec6a3f;
}

#tourList .tourCard__icon__month {
  border: 1px solid #ec6a3f;
  color: #ec6a3f;
}

#tourList .tourCard__btn {
  background-color: #ec6a3f;
}

/* 緑 */
#tourList2 {
  background-color: #f0fffc;
}

#tourList2 .tourList__nav a {
  background-color: #71dbc8;
}

#tourList2 .tourListPlan__ttl {
  border-left: solid 5px #1fbda0;
}

#tourList2 .tourCard__icon__month {
  border: 1px solid #1fbda0;
  color: #1fbda0;
}

#tourList2 .tourCard__btn {
  background-color: #1fbda0;
}

/* オレンジ */
#tourList3 {
  background-color: #fdf6e5;
}

#tourList3 .tourList__nav a {
  background-color: #f3cc6c;
}

#tourList3 .tourListPlan__ttl {
  border-left: solid 5px #eba600;
}

#tourList3 .tourCard__icon__month {
  border: 1px solid #eba600;
  color: #eba600;
}

#tourList3 .tourCard__btn {
  background-color: #eba600;
}

.tab-2 label:has(:checked) + div {
  display: block;
}

@media screen and (min-width: 768px) {
  .tourList__wrap {
    background-color: #fff;
    padding: 40px 0;
  }

  .tab-2 > label {
    max-width: 100%;
    font-size: 1.2em;
  }

  .tab-2 {
    max-width: none;
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    /* margin: 0 auto; */
  }

  .tourList .l-wContainer {
    width: 950px;
  }

  .tourList__cg {
    width: 950px;
    margin: 0 auto;
  }

  .tourList .lineup__card {
    width: calc((950px - 40px) / 3);
  }
}
