.list-place {
  width: 100%;
  max-width: 1000px;
  margin: 5px auto 0;
  padding: 0 10px;
}
  .list-place__title--new {
    background-image: url('/images/new-place_title.webp');
  }
  .list-place__title--rec {
    margin-top: 40px;
    background-image: url('/images/rec-place_title.webp');
  }
  .list-place--rec{
    padding: 0 45px;
    width: 90%;
  }
  .list-place__list {
    margin: 20px auto;
  }
    .list-place__item {
      /* overflow: hidden; */
      border-radius: 8px;
      background: #fff;
      box-shadow: var(--shadow);
    }
      .list-place__img {
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
      }
      .list-place__head {
        padding: 0.4em 0;
        background-color: var(--orange);
        text-align: center;
        color: #fff;
        font-weight: bold;
      }
        .list-place__head--rec {
          background-color: var(--green);
        }
      .list-place__data {
        width: 80%;
        margin: 0.6em auto;
        min-height: 170px;
      }
        .list-place__th {
          width: 33%;
        }

.swiper-button-next,
.swiper-button-prev{
  background: #f5f5f5 !important;
  height: 105%;
  top: 10px;
  width: 45px;
  padding: 0 10px;
}
.swiper-button-prev{
  left: -2px;
}
.swiper-button-next{
  right: -2px;
}

.swiper-button-prev::after,
.swiper-button-next::after{
  color: var(--green);
  font-size: 15px;
  border: 1.5px solid var(--green);
  width: 35px;
  height: 10px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.new-place .swiper-button-prev::after,
.new-place .swiper-button-next::after{
  color: var(--orange);
  border: 1.5px solid var(--orange);
}
.list-area {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 10px 10px;
}
  .list-area__title {
    background-image: url('/images/search_title.webp');
  }
  .list-area__pc {
    position: relative;
    padding-right: 60px;
  }
    .list-area__map {
      display: block;
      width: 500px;
      height: 500px;
      margin: 10px auto;
    }
      .list-area__block {
        position: absolute;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4px;
        width: 110px;
      }
        .list-area__block--1 {
          top: -1%;
          left: 66%;
        }
        .list-area__block--2 {
          top: 30%;
          left: 65%;
        }
        .list-area__block--3 {
          top: 53%;
          left: 63%;
        }
        .list-area__block--4 {
          grid-template-columns: 1fr;
          width: 55px;
          top: 15%;
          left: 51%;
        }
        .list-area__block--5 {
          top: 76%;
          left: 50%;
        }
        .list-area__block--6 {
          top: 38%;
          left: 38%;
        }
        .list-area__block--7 {
          top: 84%;
          left: 37%;
        }
        .list-area__block--8 {
          grid-template-columns: 1fr;
          width: 55px;
          top: 35%;
          left: 30.5%;
        }
        .list-area__block--9 {
          grid-template-columns: 1fr;
          width: 55px;
          top: 40%;
          left: 23%;
        }
        .list-area__block--10 {
          top: 96%;
          left: 21%;
        }
        .list-area__button {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 2.6rem;
          background-color: #fff;
          border-radius: 3px;
          box-shadow: var(--shadow);
          color: var(--text-color);
          font-size: 1.5rem;
          font-weight: bold;
          text-decoration: none;
        }
          .list-area__button--small {
            font-size: 1.4rem;
          }
          .list-area__small {
            position: relative;
            display: none;
          }
          .list-area-link {
            padding: 10px 17px;
            margin: 0px 45px;
            border-bottom: solid 2px #cecdcc;
            font-weight: bold;
            position: relative;
            display: flex;
            align-items: center;
          }
          .c-dropdown-menu__icon {
            position: absolute;
            top: 50%;
            right: 24px;
            display: block;
            width: 8px;
            height: 8px;
            border-right: 1px solid #14ae67;
            border-bottom: 1px solid #14ae67;
            transition: all .5s;
            transform: translateY(-70%) rotate(45deg);
          }
          .circle-dropdown-menu__icon {
            position: absolute;
            top: 21%;
            right: 17px;
            display: block;
            border: 1px solid #14ae67;
            height: 23px;
            border-radius: 50%;
            width: 23px;
          }
          .c-area__list__icon.c-dropdown-menu__icon--up {
            transform: translateY(-30%) rotate(-135deg);
          }
          .c-dropdown-menu__icon--up {
            background-position-y: bottom;
            transform: rotate(180deg);
          }
          .js-drop-down-target {
            display: none;
          }
          .js-drop-down-target-show {
            display: block;
            margin: 0px 45px;
          }
          .area__list__child__link {
            position: relative;
            display: block;
            padding: 10px 50px;
            font-size: 14px;
            font-weight: bold;
            border-bottom: solid 1px #cecdcc;
          }
          .area__list__child__link a {
            text-decoration: none;
            color: #14ae67;
          }

@media screen and (max-width: 767px) {
  .list-area__pc {
    display: none;
  }
  .list-area{
    /* display: none; */
  }
  .list-area__small {
    padding-top: 30px;
    display: block;
  }
}

.list-feature {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 10px 10px;
}
  .list-feature__title {
    background-image: url('/images/search_title.webp');
  }
  .list-feature__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px auto 0;
  }
    .list-feature__item {
      overflow: hidden;
      display: grid;
      grid-template-columns: 4fr 5fr;
      justify-items: center;
      align-items: center;
      border-radius: 8px;
      background: #fff;
      box-shadow: var(--shadow);
      color: var(--text-color);
      font-size: 1.8rem;
      font-weight: bold;
      text-decoration: none;
    }
      .list-feature__img {
        width: 100%;
        height: 130px;
        object-fit: cover;
      }

.searchbox {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 10px 10px;
}
  .searchbox__form select{
    background: white;
  }
  .searchbox__title {
    background-image: url('/images/search_title.webp');
    margin-top:100px;
  }
  .cate_text{
    margin-top:60px;
    padding:20px 10px;
    background-color: #fff;
  }
  .searchbox__title.title_top{
    margin-top:30px;
  }
  .searchbox__form {
    margin: 20px auto 0;
    padding: 30px 80px;
    background: #fff;
    font-size: 1.8rem;
  }
    .searchbox__item{
      display: flex;
      border-bottom: solid 2px #f8d381;
    }
    .searchbox__item div:last-of-type{
      display: flex;
    }
    .searchbox__head {
      width: 120px;
      padding: 1.2em 0;
      font-weight: bold;
    }
    .searchbox__container {
      grid-column: span 1;
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      margin: 5px 0;
    }
      .searchbox__container--wide {
        grid-column: span 2;
      }
      .searchbox__container--full {
        padding: 1em;
        background: #f8d381;
      }
      .searchbox__container--button {
        grid-column: 1 / -1;
        border-bottom: none;
      }
        .searchbox__select {
          /* margin: 0 0.4em; */
          padding: 0.2em 0.4em;
          border-radius: 3px;
          font-size: 1.6rem;
        }
          .searchbox__container nobr {
            display: inline-flex;
            align-items: center;
            margin-right: 0.8em;
            column-gap: 4px;
          }
          .searchbox__container input {
            width: 1.5em;
            height: 1.5em;
            color: #fff;
            accent-color: var(--orange);
          }
@media screen and (max-width: 420px) {
  .list-feature .list-feature__list .list-feature__item span{
    margin: 10px 0;
  }
  .list-feature__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 460px) {
  .searchbox__item{
    /* flex-direction: column !important; */
    font-size: 12px !important;
  }
  .searchbox__head{
    width: 75px;
  }
  .searchbox__item select{
    font-size: 12px !important;
  }
  .searchbox__container{
    align-items: start !important;
  }
  .footer{
    clip-path: none;
  }
}
@media screen and (max-width: 767px) {
  .searchbox {
    margin: 40px auto 0;
    padding: 0 10px 10px;
  }
    .searchbox__form {
      margin: 20px auto 0;
      padding: 20px;
      background: #fff;
      font-size: 1.4rem;
    }
      .searchbox__item>div:last-of-type{
        flex-direction: column;
      }
      .searchbox__head {
        padding: 1.2em 0;
        font-weight: bold;
      }
      .searchbox__container {
        grid-column: span 1;
        display: flex;
        align-items: start;
        gap: 5px;
        flex:1;
      }
        .searchbox__container--wide {
          grid-column: span 2;
        }
        .searchbox__container--full {
          padding: 1em;
          background: #f8d381;
        }
        .searchbox__container--button {
          grid-column: 1 / -1;
          border-bottom: none;
        }
          .searchbox__select {
            /* margin: 0 0.4em; */
            padding: 0.2em 0.4em;
            border-radius: 3px;
            font-size: 1.6rem;
          }
            .searchbox__container nobr {
              display: inline-flex;
              align-items: center;
              margin-right: 0.8em;
            }
            .searchbox__container input {
              width: 1.5em;
              height: 1.5em;
              color: #fff;
              accent-color: var(--orange);
            }
}



.list-arti {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 0 10px 10px;
}
  .recommend-article{
    margin-top: 5px;
    padding: 0 45px;
    width: 90%;
  }
  .list-arti__title {
    background-image: url('/images/search_title.webp');
  }
  .list-arti__list {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px; */
    margin: 20px auto;
  }
    .list-arti__item {
      /* overflow: hidden; */
      border-radius: 8px;
      background: #fff;
      box-shadow: var(--shadow);
      color: var(--text-color);
      font-size: 1.8rem;
      text-decoration: none;
      padding-bottom: 5px;
    }
      .list-arti__img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
      }
      .list-arti__head {
        padding: 0.6em 1.2em;
        font-weight: bold;
      }
      .list-arti__desc {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0 1.2em 1.2em;
        min-height: 52px;
      }