@charset "UTF-8";
/* lp place 共通
   ========================================================================== */
.lp-main-wrap.lp-place-shinjuku .hero {
  background-image: url("../../img/lp/place/hero-bg-shinjuku.jpg");
}
.lp-main-wrap.lp-place-shibuya .hero {
  background-image: url("../../img/lp/place/hero-bg-shibuya.jpg");
}
.lp-main-wrap.lp-place-ikebukuro .hero {
  background-image: url("../../img/lp/place/hero-bg-ikebukuro.jpg");
}
.lp-main-wrap.lp-place-hachioji .hero {
  background-image: url("../../img/lp/place/hero-bg-hachioji.jpg");
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-shinjuku {
    background-position: 15%;
  }
}
@media screen and (max-width: 425px) {
  .lp-main-wrap .hero-ikebukuro {
    background-position: 15%;
  }
}

.place-search {
  background-color: #EFF8E9;
}
.place-search h2 {
  margin-bottom: 40px;
}
.place-search h2:before {
  content: "";
  background-image: url("../../img/lp/lp_common/icon-search.svg");
}
.place-search__item {
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  justify-content: space-between;
}
.place-search__item:after {
  display: block;
  width: calc((100% - 10px) / 3);
  content: "";
}
.place-search__item li {
  font-size: 14px;
  position: relative;
  width: calc((100% - 10px) / 3);
  margin-bottom: 5px;
  transition: 0.4s;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .place-search__item li {
    width: 100%;
    margin-bottom: 0;
  }
}
.place-search__item li a {
  line-height: 50px;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  text-decoration: none;
  color: #262626;
}
@media screen and (max-width: 960px) {
  .place-search__item li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .place-search__item li a {
    font-size: 14px;
  }
}
.place-search__item li:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #12B247;
  border-right: 2px solid #12B247;
  transform: rotate(-45deg);
  border-bottom: 2px solid #262626;
  border-right: 2px solid #262626;
}
.place-search__item li:hover {
  background-color: #EFF8E9;
}
.place-search__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-wrap: wrap;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 980px) {
  .place-search__list {
    padding: 0 8px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 980px) {
  .place-search__list li {
    border-bottom: 1px solid #EBEBEB;
  }
}
.place-search__list li:last-of-type {
  border-bottom: none;
}
.place-search__list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 16px;
  color: #0066D2;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .place-search__list li a {
    color: #262626;
    text-decoration: none;
    padding: 13px 4px 13px 4px;
  }
}
.place-search__list li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icon/arrow-link.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .place-search__list li a::before {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
.place-search__list li:hover {
  opacity: 0.7;
}
.place-search-sht {
  margin-bottom: 60px;
}
@media screen and (max-width: 425px) {
  .place-search-sht {
    margin-bottom: 20px;
  }
}

.place-popular {
  background-color: #EFF8E9;
}
.place-popular h2:before {
  content: "";
  background-image: url("../../img/lp/lp_common/icon-search.svg");
}
.place-popular-box a {
  display: block;
  text-decoration: none;
}
.place-popular-content {
  margin-bottom: 30px;
  padding: 32px;
  transition: 0.4s;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .place-popular-content {
    padding: 24px 15px;
  }
}
.place-popular-content:hover {
  background-color: #d8f0db;
}
.place-popular-txt-con {
  padding: 0 0 12px 132px;
  background-repeat: no-repeat;
  background-size: 100px 100px;
}
@media screen and (max-width: 425px) {
  .place-popular-txt-con {
    padding: 0 0 0 95px;
    background-size: 75px 75px;
  }
}
.place-popular .job-sale {
  background-image: url("../../img/lp/lp_common/occupation-img-sale.svg");
}
.place-popular .job-food {
  background-image: url("../../img/lp/lp_common/occupation-img-food.svg");
}
.place-popular .job-cvs {
  background-image: url("../../img/lp/lp_common/occupation-img-cvs.svg");
}
.place-popular .job-event {
  background-image: url("../../img/lp/lp_common/occupation-img-event.svg");
}
.place-popular .condition-housewife {
  background-image: url("../../img/lp/lp_common/img-housewife.svg");
}
.place-popular .condition-university {
  background-image: url("../../img/lp/lp_common/img-university.svg");
}
.place-popular .condition-inexperienced {
  background-image: url("../../img/lp/lp_common/img-inexperienced.svg");
}
.place-popular .condition-station {
  background-image: url("../../img/lp/lp_common/img-station.svg");
}
.place-popular .condition-sideline {
  background-image: url("../../img/lp/lp_common/img-sideline.svg");
}
.place-popular .condition-short {
  background-image: url("../../img/lp/lp_common/img-short.svg");
}
.place-popular-ttl {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 1px;
  color: #262626;
}
@media screen and (max-width: 425px) {
  .place-popular-ttl {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  .place-popular-ttl {
    font-size: 16px;
  }
}
.place-popular-txt {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 425px) {
  .place-popular-txt {
    font-size: 14px;
  }
}

.freeword-search {
  padding-bottom: 60px;
  background-color: #EFF8E9;
}
.freeword-search-con {
  padding-bottom: 80px;
}
.freeword-search h2 {
  margin-bottom: 40px;
}
.freeword-search h2:before {
  content: "";
  background-image: url("../../img/lp/lp_common/icon-search.svg");
}
@media screen and (max-width: 425px) {
  .freeword-search h2 {
    margin-bottom: 30px;
  }
}
.freeword-search-content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .freeword-search-content {
    width: 90%;
  }
}
.freeword-search-box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .freeword-search-box {
    justify-content: space-between;
  }
}
.freeword-search-place {
  font-size: 24px;
  line-height: 40px;
  display: inline-block;
  color: #262626;
}
@media screen and (max-width: 960px) {
  .freeword-search-place {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .freeword-search-place {
    font-size: 20px;
  }
}
.freeword-search-times {
  font-size: 32px;
  line-height: 36px;
  display: inline-block;
  margin-left: 20px;
  color: #262626;
}
@media screen and (max-width: 960px) {
  .freeword-search-times {
    font-size: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .freeword-search-times {
    font-size: 28px;
    margin-left: 0;
  }
}
.freeword-search-form {
  width: 60%;
  margin-left: 20px;
  height: 40px;
}
@media screen and (max-width: 960px) {
  .freeword-search-form {
    width: 50%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .freeword-search-form {
    width: 65%;
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .freeword-search-form {
    width: 60%;
  }
}
.freeword-search-submit {
  line-height: 40px;
  width: 120px;
  height: 40px;
  margin-left: 20px;
  font-weight: normal;
  font-size: 16px;
}
.freeword-search-btn-wrap--pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .freeword-search-btn-wrap--pc {
    display: none;
  }
}
.freeword-search-btn-wrap--sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .freeword-search-btn-wrap--sp {
    display: block;
    margin-top: 10px;
    text-align: right;
  }
}

.place-seo-txt {
  font-size: 14px;
  margin-top: 40px;
  padding: 15px;
  transition: 0.4s;
  text-align: left;
  color: #333;
  border: 1px solid #D8F0DB;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .place-seo-txt {
    text-align: left;
  }
}

/*# sourceMappingURL=place.css.map */
