@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* ----------------------------------------------------
cardbox
---------------------------------------------------- */
.cardbox {
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  border-radius: 20px;
  background: url(../images/common/img_k.png) center left 26px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .cardbox {
    margin-bottom: 11.467vw;
    height: 40vw;
    border-radius: 4.533vw;
    background: url(../images/common/img_k.png) center left 4.267vw/40.267vw no-repeat #00b3ec;
  }
}
.cardbox > .link {
  width: 320px;
  height: 70px;
}
@media (max-width: 750px) {
  .cardbox > .link {
    width: 64vw;
    height: 16vw;
  }
}
.cardbox > .link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 100vw;
  background: url(../images/common/icon_arrow_white.png) center left/49px no-repeat;
}
@media (max-width: 750px) {
  .cardbox > .link a {
    font-size: 4vw;
    background: url(../images/common/icon_arrow_white_s.png) center left/8.267vw no-repeat;
  }
}
.cardbox > .link a:hover {
  opacity: 1;
  color: #00b3ec;
  background: url(../images/common/icon_arrow_lightblue.png) center left/49px no-repeat #fff;
}
@media (max-width: 750px) {
  .cardbox > .link a:hover {
    background: url(../images/common/icon_arrow_lightblue_s.png) center left/8.267vw no-repeat #fff;
  }
}

/* ----------------------------------------------------
search
---------------------------------------------------- */
.search_head {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .search_head {
    margin-bottom: 0;
  }
}
.search_head .help {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
@media (max-width: 750px) {
  .search_head .help {
    display: none;
  }
}
.search_head .help:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_help_lightblue.png) center center/100% no-repeat;
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.search_head .help:hover {
  opacity: 0.6;
}
.search h2 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .search h2 {
    font-size: 4.533vw;
  }
}
.search h2:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background: #00b3ec;
  position: relative;
  top: 3px;
  margin: 0 10px;
  order: 2;
}
@media (max-width: 750px) {
  .search h2:before {
    top: 2px;
    margin: 0 6px;
  }
}
.search h2:after {
  content: "search";
  color: #00b3ec;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  position: relative;
  top: 4px;
  order: 3;
}
@media (max-width: 750px) {
  .search h2:after {
    top: 0.8vw;
    font-size: 4.8vw;
  }
}
.search .category {
  margin-bottom: 62px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .search .category {
    margin-bottom: 12.267vw;
    font-size: 3.467vw;
  }
}
.search .category:after {
  content: "";
  display: block;
  width: 226px;
}
@media (max-width: 750px) {
  .search .category:after {
    content: none;
  }
}
.search .category label {
  cursor: pointer;
}
@media (max-width: 750px) {
  .search .category label {
    width: 48%;
  }
}
.search .category span {
  padding-left: 60px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  width: 226px;
  height: 60px;
  background: #deff1d;
  border-radius: 100vw;
}
@media (max-width: 750px) {
  .search .category span {
    padding-left: 11.733vw;
    margin-top: 3.2vw;
    margin-bottom: 0;
    width: 100%;
    height: 14.933vw;
  }
}
.search .category span.food {
  background: url(../images/common/icon_food_black.png) center left 26px/17px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .search .category span.food {
    background: url(../images/common/icon_food_black.png) center left 4.8vw/3.733vw no-repeat #deff1d;
  }
}
.search .category span.leisure {
  background: url(../images/common/icon_leisure_black.png) center left 19px/24px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .search .category span.leisure {
    background: url(../images/common/icon_leisure_black.png) center left 4.267vw/5.333vw no-repeat #deff1d;
  }
}
.search .category span.shopping {
  background: url(../images/common/icon_cart_black.png) top 19px left 21px/23px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .search .category span.shopping {
    background: url(../images/common/icon_cart_black.png) top 5.067vw left 4.267vw/5.067vw no-repeat #deff1d;
  }
}
.search .category span.beauty {
  background: url(../images/common/icon_kira_black.png) center left 25px/21px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .search .category span.beauty {
    background: url(../images/common/icon_kira_black.png) center left 5.067vw/4.8vw no-repeat #deff1d;
  }
}
.search .category span.other {
  background: url(../images/common/icon_car_black.png) center left 20px/24px no-repeat #deff1d;
}
@media (max-width: 750px) {
  .search .category span.other {
    background: url(../images/common/icon_car_black.png) center left 3.733vw/5.6vw no-repeat #deff1d;
  }
}
.search .category input[type="radio"] {
  box-sizing: border-box;
  appearance: none;
  position: absolute;
}
.search .category input[type="radio"]:checked + span {
  color: #fff;
  background: #00b3ec;
}
.search .category input[type="radio"]:checked + span.food {
  background: url(../images/common/icon_food_white.png) center left 26px/17px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .search .category input[type="radio"]:checked + span.food {
    background: url(../images/common/icon_food_white.png) center left 4.8vw/3.733vw no-repeat #00b3ec;
  }
}
.search .category input[type="radio"]:checked + span.leisure {
  background: url(../images/common/icon_leisure_white.png) center left 19px/24px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .search .category input[type="radio"]:checked + span.leisure {
    background: url(../images/common/icon_leisure_white.png) center left 4.267vw/5.333vw no-repeat #00b3ec;
  }
}
.search .category input[type="radio"]:checked + span.shopping {
  background: url(../images/common/icon_cart_white.png) top 19px left 21px/23px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .search .category input[type="radio"]:checked + span.shopping {
    background: url(../images/common/icon_cart_white.png) top 5.067vw left 4.267vw/5.067vw no-repeat #00b3ec;
  }
}
.search .category input[type="radio"]:checked + span.beauty {
  background: url(../images/common/icon_kira_white.png) center left 25px/21px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .search .category input[type="radio"]:checked + span.beauty {
    background: url(../images/common/icon_kira_white.png) center left 5.067vw/4.8vw no-repeat #00b3ec;
  }
}
.search .category input[type="radio"]:checked + span.other {
  background: url(../images/common/icon_car_white.png) center left 20px/24px no-repeat #00b3ec;
}
@media (max-width: 750px) {
  .search .category input[type="radio"]:checked + span.other {
    background: url(../images/common/icon_car_white.png) center left 3.733vw/5.6vw no-repeat #00b3ec;
  }
}
.search .category.area {
  margin-bottom: 0;
}
.search .category.area:before {
  content: "";
  display: block;
  width: 166px;
  order: 2;
}
@incldue sp {
  .search .category.area:before {
    content: none;
  }
}
.search .category.area:after {
  width: 166px;
}
@media (max-width: 750px) {
  .search .category.area:after {
    content: none;
  }
}
.search .category.area span {
  padding: 0;
  margin: 17px 0 0 0;
  justify-content: center;
  text-align: center;
  width: 166px;
  background: #fff;
  color: #007fe8;
  border: 1px solid #007fe8;
}
@media (max-width: 750px) {
  .search .category.area span {
    margin-top: 3.2vw;
    width: 100%;
    font-size: 3.733vw;
  }
}
.search .category.area input[type="radio"]:checked + span {
  color: #fff;
  background: #00b3ec;
  border: 1px solid #00b3ec;
}
.search .area_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background: #007fe8;
  border-radius: 100vw;
  cursor: pointer;
}
@media (max-width: 750px) {
  .search .area_btn {
    height: 14.933vw;
    font-size: 4vw;
  }
}
.search .area_btn span {
  display: block;
}
.search .area_btn span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 21px;
  background: url(../images/common/icon_access_white.png) center center/100% no-repeat;
  position: relative;
  top: 4px;
  margin-right: 20px;
}
@media (max-width: 750px) {
  .search .area_btn span:before {
    width: 3.2vw;
    heiht: 4.533vw;
    top: 4px;
    margin-right: 3.2vw;
  }
}
.search .arealist_container {
  padding: 50px 0;
  display: none;
}
@media (max-width: 750px) {
  .search .arealist_container {
    padding: 6.667vw 0;
  }
}
.search .arealist_container .list_section + .list_section {
  margin-top: 50px;
}
@media (max-width: 750px) {
  .search .arealist_container .list_section + .list_section {
    margin-top: 10.667vw;
  }
}
.search .btnbox .searchbtn a {
  padding-left: 20px;
  background: url(../images/common/icon_search_blue.png) top 24px left 98px/20px no-repeat #fff;
}
@media (max-width: 750px) {
  .search .btnbox .searchbtn a {
    background: url(../images/common/icon_search_blue.png) top 5.067vw left 8vw/4.267vw no-repeat #fff;
  }
}
.search .btnbox .searchbtn a:hover {
  background: url(../images/common/icon_search_white.png) top 24px left 98px/20px no-repeat #007fe8;
}
@media (max-width: 750px) {
  .search .btnbox .searchbtn a:hover {
    background: url(../images/common/icon_search_white.png) top 5.067vw left 8vw/4.267vw no-repeat #007fe8;
  }
}
.search .btnbox .resetbtn a {
  background: #fff;
}
.search .btnbox .resetbtn a:hover {
  background: #007fe8;
}
