@charset "UTF-8";
.fv {
  position: relative;
}
.search {
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .search {
    position: absolute;
    max-width: 1140px;
    padding: 0 20px;
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  .search {
    position: relative;
    max-width: 93.33vw;
    top: -50px;
    z-index: 1;
  }
}
.search__box {
  background-color: #fff;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .search__box {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .search__box {
    padding: 20px 25px 30px;
  }
}
@media (min-width: 768px) {
  .search__inner {
    gap: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .search__inner {
    font-size: 14px;
    gap: 0 1.46vw;
  }
}
.search__p {
  position: relative;
  color: #2a465b;
}
.search__p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.search__place .search__p {
  padding-left: 25px;
}
.search__place .search__p::before {
  background-image: url(../img/common/icon_place.svg);
  width: 18px;
  height: 23px;
  top: 0;
}
.search__settlement .search__p {
  padding-left: 30px;
}
.search__settlement .search__p::before {
  background-image: url(../img/common/icon_settlement.svg);
  width: 23px;
  height: 16px;
  top: 3px;
}
@media (min-width: 768px) {
  .search__settlement .search__input {
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 767px) {
  .search__settlement .search__input {
    border-radius: 5px;
  }
}
.search__return .search__p {
  padding-left: 30px;
}
.search__return .search__p::before {
  background-image: url(../img/common/icon_return.svg);
  width: 23px;
  height: 16px;
  top: 3px;
}
@media (min-width: 768px) {
  .search__return .search__input {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .search__return .search__input {
    border-radius: 5px;
  }
}
.search__open, .search__btn {
  max-width: 100%;
  height: 55px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .search__open, .search__btn {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .search__open, .search__btn {
    width: 110px;
  }
}
.search__open span, .search__btn span {
  position: relative;
}
.search__open span::before, .search__btn span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.search__open {
  background-color: #fff;
  color: #2a465b;
  border: 1px solid #a5b1ba;
}
@media (max-width: 767px) {
  .search__open {
    width: 100%;
  }
}
.search__open span {
  padding-left: 30px;
}
.search__open span::before {
  background-image: url(../img/common/icon_detail.svg);
  width: 19px;
  height: 16px;
  top: 3px;
}
.search__btn {
  background: #336565;
  color: #fff;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .search__btn {
    width: 160px;
  }
}
.search__btn span {
  padding-left: 30px;
}
.search__btn span::before {
  background-image: url(../img/common/icon_search.svg);
  width: 20px;
  height: 20px;
  top: 1px;
}
.search__btn:hover {
  background: #4a7777;
}
.search__input {
  background-color: #e9ecef;
  color: #2a465b;
  border: solid 1px #a7a7a7;
  max-width: 100%;
  height: 55px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search__input {
    width: 222px;
    padding: 5px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .search__input {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .search__input {
    width: 100%;
    padding: 5px 20px;
  }
}
.search__select {
  position: relative;
  background-color: #fff;
  color: #2a465b;
  border: 1px solid #a5b1ba;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .search__select {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .search__select {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .search__select {
    width: 100%;
  }
}
.search__select select {
  max-width: 100%;
  height: 55px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search__select select {
    width: 200px;
    padding: 5px 15px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .search__select select {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .search__select select {
    width: 100%;
    padding: 5px 20px;
  }
}
.search__select::before {
  border-bottom: 8px solid #2a465b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  width: 0;
}
.search__select::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #2a465b;
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% + 3px);
  width: 0;
}

@media (max-width: 767px) {
  .car {
    position: relative;
    margin-top: -500px;
    z-index: 0;
  }
}
.car__head {
  background-color: #336565;
  color: #fff;
}
@media (min-width: 768px) {
  .car__head {
    padding: 110px 20px 30px;
  }
}
@media (max-width: 767px) {
  .car__head {
    padding: 500px 0 45px;
  }
}
.car__title {
  position: relative;
  line-height: 1;
}
.car__title::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #4a7777;
  letter-spacing: 0.08em;
  z-index: 0;
}
@media (min-width: 768px) {
  .car__title::after {
    font-size: 76px;
    line-height: 76px;
    content: "CAMPING CAR";
  }
}
@media (max-width: 767px) {
  .car__title::after {
    font-size: 53px;
    white-space: pre;
    transform: translateY(-25%);
    content: "CAMPING\a CAR";
  }
}
.car__title > span {
  position: relative;
  letter-spacing: 0.08em;
  z-index: 1;
}
@media (min-width: 768px) {
  .car__title > span {
    line-height: 76px;
  }
}
@media (max-width: 767px) {
  .car__title > span {
    line-height: 34px;
  }
}
.car__body {
  background-color: #f8f9f9;
}
@media (min-width: 768px) {
  .car__body {
    padding: 70px 0 50px;
  }
}
@media (max-width: 767px) {
  .car__body {
    padding: 15px 0 45px;
  }
}
@media (min-width: 768px) {
  .car__body > .inner {
    max-width: 1180px;
    padding: 0 20px;
  }
}
.car__items {
  list-style: none;
}
@media (min-width: 768px) {
  .car__items {
    gap: 30px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .car__items {
    gap: 2.2vw 1.83vw;
  }
}
@media (max-width: 767px) {
  .car__items {
    gap: 15px 0;
  }
}
.car__item {
  position: relative;
  max-width: 100%;
  border: 1px solid #a5b1ba;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .car__item {
    width: calc(50% - 25px);
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .car__item {
    width: calc(50% - 1.83vw);
  }
}
@media (max-width: 767px) {
  .car__item {
    width: 100%;
  }
}
.car__anc:hover {
  opacity: 1;
}
.car__anc:hover .car__img img {
  transform: scale(1.2);
}
.car__anc:hover .car__btn {
  background: #4a7777;
}
.car__img {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
@media (min-width: 768px) {
  .car__img {
    width: 277px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .car__img {
    width: 20.28vw;
  }
}
@media (max-width: 767px) {
  .car__img {
    width: 34.27vw;
  }
}
.car__img img {
  transition: transform 0.3s;
  object-fit: cover;
}
@media (min-width: 768px) {
  .car__img img {
    width: 277px;
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .car__img img {
    width: 20.28vw;
  }
}
@media (max-width: 767px) {
  .car__img img {
    width: 34.27vw;
    max-height: 32.93vw;
    min-height: 100%;
  }
}
.car__content {
  flex: 1;
}
@media (min-width: 768px) {
  .car__content {
    padding: 30px 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .car__content {
    padding: 2.2vw 1.46vw 0.73vw;
  }
}
@media (max-width: 767px) {
  .car__content {
    padding: 10px 10px 5px 10px;
  }
}
.car__name {
  line-height: 28px;
  letter-spacing: 0.08em;
}
.car__price span {
  color: #336565;
}
.car__others {
  line-height: 21px;
}
.car__details {
  list-style: none;
}
.car__detail {
  position: relative;
  padding-left: 15px;
}
.car__detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #336565;
  border-radius: 50%;
}
.car__rating span {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1;
  color: #c2c2c2;
}
.car__rating span::before, .car__rating span::after {
  content: "★★★★★";
  letter-spacing: 0.2rem;
}
.car__rating span::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f8cf00;
}
.car__rating span[data-rate="5"]::after {
  width: 100%;
}
.car__rating span[data-rate="4"]::after {
  width: 80%;
}
.car__rating span[data-rate="3"]::after {
  width: 60%;
}
.car__rating span[data-rate="2"]::after {
  width: 40%;
}
.car__rating span[data-rate="1"]::after {
  width: 20%;
}
.car__rating span[data-rate="0"]::after {
  width: 0%;
}
.car__btn {
  position: relative;
  display: block;
  background: #336565;
  border-radius: 50%;
  color: #fff;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  .car__btn {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .car__btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}
.car__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-2px) rotate(45deg);
}
@media (min-width: 768px) {
  .car__btn::after {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .car__btn::after {
    width: 6px;
    height: 6px;
  }
}/*# sourceMappingURL=top.css.map */