@charset "utf-8";

/* ======================================================
* index.css
* ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Layout
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Layout
 * SP Media Queries
 * Print
====================================================== */
.location_category {
  align-items: center;
}
.location_category .location_category_icon {
  display: flex;
  margin-right: 15px;
}
.location_category_property {
  margin-top: 10px;
}
.icon-location {
  display: inline-block;
  min-width: 100px;
  padding: 0 3px;
  background-color: #787878;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}
.location_category_flexbox {
    display: flex;
  }
.js-no-results {
    margin-top: 30px;
  }

.location-reset_button {
  border: 1px solid #dfdfe3;
  background-color: #fff;
}
.select_location {
  background-color: #fff;
}
.location_column-layout {
    margin-top: 0;
  }

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  .location_category {
  display: flex;
}
   /* PCプルダウン*/
  .location-select-wrap {
    display: -webkit-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
   .location-select-wrap + .location-compo {
    margin-top: 40px;
  }
  .location-select-wrap .location_select_pulldown {
    position: relative;
    width: 250px;
    margin-left: 1px;
  }
  .location-select-wrap .location_select_pulldown::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 0;
    border-right: 2px solid #ff2424;
    border-bottom: 2px solid #ff2424;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: none;
  }
  .location-select-wrap .select_location {
    width: 100%;
    padding: 10px 30px 11px 15px;
    border: 1px solid #dfdfe3;
    font-size: 1.8rem;
    font-weight: normal;
    cursor: pointer;
  }
  .location-select-wrap .select_location::-ms-expand {
    display: none;
  }
  .location_select_category {
    display: flex;
    align-items: center;
  }
  .location-reset_button {
    cursor: pointer;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
  }
  .button-wrapper {
    display: flex;
  align-items: center;
}
  .location_navi_inner {
    padding: 30px 40px!important;
  }
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  .icon-location {
    display: inline-block;
    min-width: 65px;
    padding: 0 3px;
    background-color: #787878;
    color: #fff;
    font-size: 1.0rem;
    font-weight: 300;
    font-style: normal;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
  }
   /* SPプルダウン*/
    .location-select-wrap {
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .location-select-wrap + .location-compo {
    margin-top: 30px;
  }
  .location-select-wrap .location_select_pulldown {
    position: relative;
    width: 100%;
    margin-left: 1px;
  }
  .location-select-wrap .location_select_pulldown::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 0;
    border-right: 1.5px solid #ff2424;
    border-bottom: 1.5px solid #ff2424;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: none;
  }
  .location-select-wrap .select_location {
    width: 100%;
    padding: 11px 33px 11px 15px;
    border: 1px solid #dfdfe3;
    font-size: 1.4rem;
    font-weight: normal;
    cursor: pointer;
  }
  .location-select-wrap .select_location::-ms-expand {
    display: none;
  }
  .location-reset_button {
    height: 35px;
    margin-top: 15px;
    padding: 0px 22px;
    font-size: 14px;
  }
  .button-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .location_navi_inner {
    padding: 21px 15px!important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .location-select-wrap .location_select_pulldown {
    width: 170px;
  }
}