@charset "utf-8";

.top-hero .hero-search {
  margin: 0 15px;
  background: rgba(23, 145, 134, 0.9);
  border: solid 1px rgba(23, 145, 134, 0.9);
  border-radius: 5px;
  overflow: hidden;
}

.top-hero .hero-search .search-inputs {
  display: flex;
  background: #fff;
}

.top-hero .hero-search .search-inputs input {
  font-size: 16px;
  width: 100%;
  -webkit-appearance: none;
  border: none;
}

.top-hero .hero-search .search-inputs .search-date {
  flex: 0 0 auto;
  position: relative;
  border-right: solid 1px #008489;

}

.top-hero .hero-search .search-inputs .search-date::before {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 25px;
  background: url(/assets/img/top/hero_icon_date.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.top-hero .hero-search .search-inputs .search-date::after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  border-style: solid;
  border-color: #179184;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.top-hero .hero-search .search-inputs .search-date-to {
  flex: 0 0 auto;
  position: relative;
  border-right: solid 1px #008489;

}

.top-hero .hero-search .search-inputs .search-date-to::before {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 25px;
  background: url(/assets/img/top/hero_icon_date.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.top-hero .hero-search .search-inputs .search-date-to::after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  border-style: solid;
  border-color: #179184;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.search-date-to input:first-child{
  padding: 10px 25px 10px 36px;
}

.top-hero .hero-search .search-inputs .search-date input {
  padding: 10px 25px 10px 36px;
}

.top-hero .hero-search .search-inputs .search-area {
  flex: 0 0 auto;
  position: relative;
}

.top-hero .hero-search .search-inputs .search-area::before {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 25px;
  background: url(/assets/img/top/hero_icon_area.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

.top-hero .hero-search .search-inputs .search-area::after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  border-style: solid;
  border-color: #179184;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none;
}

.top-hero .hero-search .search-inputs .search-area select {
  font-size: 16px;
  width: 100%;
  padding: 10px 25px 10px 36px;
  cursor: pointer;
  text-overflow: ellipsis;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.top-hero .hero-search .search-inputs .search-area select::-ms-expand {
  display: none;
}

.top-hero .hero-search .search-inputs .search-city {
  flex: 0 0 auto;
  border-left: solid 1px #008489;

}

.top-hero .hero-search .search-inputs .search-city::before {
  display: none;
  /* background-image: url(image path); */
}

.top-hero .hero-search .search-inputs .search-city select {
  padding: 10px 25px;
}


.top-hero .hero-search .search-inputs .search-word input {
  padding: 10px;
}

.top-hero .hero-search .search-tags {
  padding: 15px;
}

.top-hero .hero-search .search-tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top-hero .hero-search .search-tags ul li {
  color: #fff;
  text-align: center;
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
}

.top-hero .hero-search .search-tags ul li a,
.top-hero .hero-search .search-tags ul li span {
  display: block;
  padding: 0 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.top-hero .hero-search .search-tags ul li span:hover,
.top-hero .hero-search .search-tags ul li a:hover {
  color: #179184;
  background: rgba(255, 255, 255, 0.99);
}

.top-hero .hero-search .search-subtmit {
  position: relative;
  width: 245px;
  margin: 0 auto 20px;
  font-weight: bold;
  border-radius: 44px;
  background: #fff;
}

.top-hero .hero-search .search-subtmit::after {
  display: block;
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  background: url(/assets/img/top/hero_icon_search.png) no-repeat center center;
  background-size: contain;
}

.top-hero .hero-search .search-subtmit input[type="submit"] {
  display: block;
  width: 100%;
  color: #179184;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 1em;
  -webkit-appearance: none;
  border: none;
  background: transparent;
}


@media screen and (max-width: 767px) {
  .top-hero {
    padding: 22px 15px 42px;
    background: url(/assets/img/top/hero_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .top-hero .hero-copy {
    width: 291px;
    height: 58px;
    margin: 0 auto 21px;
  }

  .top-hero .hero-search {
    max-width: 345px;
    margin: 0 auto;
  }

  .top-hero .hero-search .search-inputs {
    flex-wrap: wrap;
  }

  .top-hero .hero-search .search-inputs .search-date {
    /* width: 50%; */
    width: 100%;
    border-bottom: solid 1px #008489;

  }

  .top-hero .hero-search .search-inputs .search-date-to {
    /* width: 50%; */
    width: 100%;
    border-bottom: solid 1px #008489;

  }
  .top-hero .hero-search .search-inputs .search-area {
    border-left: solid 1px #008489;
    width: 50%
  }

  .top-hero .hero-search .search-inputs .search-word {
    border-top: solid 1px #008489;
    width: 100%
  }

  .top-hero .hero-search .search-tags ul li {
    margin: 0 6px 6px 0;
  }
}

@media screen and (min-width: 768px), print {
  .top-hero {
    margin-top: -70px;
    padding-top: 160px;
    height: 700px;
    background: url(/assets/img/top/hero_bg.jpg) no-repeat center center;
    background-size: auto 700px;
  }

  .top-hero .hero-copy {
    width: 510px;
    height: 108px;
    margin: 0 auto 21px;
  }

  .top-hero .hero-search {
    width: 1000px;
    margin: 0 auto;
  }

  .top-hero .hero-search .search-inputs .search-area .search-city{
    width: 22%;
    border-left: solid 1px #008489;
  }

  .top-hero .hero-search .search-inputs .search-word {
    width: 70%;
    /* width: 600px; */
    border-left: solid 1px #008489;
  }

  .top-hero .hero-search .search-tags ul li {
    font-size: 14px;
    margin: 0 10px 10px 0;
  }

  .top-hero .hero-search .search-tags ul li a {
    padding: 0 10px;
  }

  .top-hero .hero-search .search-subtmit {
    margin: 0 auto 25px;
  }
}

@media screen and (min-width: 1366px) {
  .top-hero {
    background-size: cover;
  }
}

/* ------------------------------
  .container
------------------------------ */
@media screen and (max-width: 767px) {
  .container.top-container {
    margin-top: -15px;
    padding: 45px 15px;
    border-radius: 15px 15px 0 0;
    background: #fff;
  }
}

@media screen and (min-width: 768px), print {
  .container.top-container {
    margin-top: -110px;
    padding: 50px;
  }
}

/* ------------------------------
  .top-about
------------------------------ */
.top-about {
  text-align: center;
  margin-bottom: 25px;
}

.top-about .about-heading {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.top-about .about-description {
  font-weight: bold;
  margin-bottom: 10px;
}

.top-about .about-description strong {
  color: #179184;
}

.about-flow {
  position: relative;
}

.about-flow .slick-arrow {
  position: absolute;
  top: 80px;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  background: none;
  border-style: solid;
  border-color: #c1c1c1;
  border-width: 0 3px 3px 0;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
}

.about-flow .slick-arrow.slick-disabled {
  opacity: 0;
}

.about-flow .slick-arrow.slick-prev {
  left: 20px;
  transform: rotate(135deg);
}

.about-flow .slick-arrow.slick-next {
  right: 20px;
  transform: rotate(-45deg);
}

.about-flow-item {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.about-flow-item img {
  width: 210px;
  margin: 0 auto;
}

.about-flow .slick-dots {
  display: inline-flex;
  justify-content: center;
}

.about-flow .slick-dots li {
  width: 15px;
  height: 5px;
  margin: 0 7px;
  border-radius: 3px;
  background: #e6e6e6;
  overflow: hidden;
}
.about-flow .slick-dots li.slick-active {
  background: #179184;
}

.about-flow .slick-dots button {
  opacity: 0;
}

@media screen and (min-width: 768px), print {
  .top-about {
    margin-bottom: 50px;
  }

  .top-about .about-heading {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .top-about .about-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-flow {
    margin: 0 auto 10px;
    width: 945px;
  }

  .about-flow-item {
    width: 315px;
  }
}

.slider-wrap .slick-list {
  margin-right: -6px;
}

.slider-wrap .slick-slide {
  padding: 5px;
  margin-right: 6px;
}

@media screen and (min-width: 768px), print {
  .section-header h2 {
    font-size: 22px;
  }
}

/* ----------------------------
  item-card
---------------------------- */
.item-card {
  width: 260px;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.item-card a {
  display: block;
  color: inherit;
}

.item-card .item-thumb {
  position: relative;
  height: 195px;
  overflow: hidden;
}

.item-card .item-thumb img {
  position: absolute;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-card .item-summary {
  position: relative;
  line-height: 1.5;
  padding: 10px;
}

.item-card .item-summary .item-price {
  position: absolute;
  top: -16px;
  right: 0;
  display: inline-block;
  padding: 5px 10px 5px 13px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #179184;
  border-radius: 16px 0 0 16px;
}

.item-card .item-summary .item-maker {
  font-size: 12px;
  color: #666;
}

.item-card .item-summary .item-name {
  font-size: 14px;
  font-weight: bold;
}

.item-card .user-wrap {
  padding: 10px;
}

.item-card .item-summary+.user-wrap {
  background: #f4f4f1;
}

@media (hover: hover) {
  .item-card {
    transition: box-shadow 0.2s;
  }

  .item-card:hover {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  }
}


