@charset "utf-8";
/* CSS Document */
.main {
  background-color: #F9EBDC;
}
.top-img {
  width: 100%;
  height: 100vh;
  background-image: url("../img/top/slick-img3.jpeg");
  background-position: 25% 75%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.top-img-filter {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.20);
}
.top-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.0rem;
  line-height: 3.5rem;
  text-align: left;
  color: #fff;
  padding: 200px 0 0 24px;
}
.shop-info {
  font-size: 5.0rem;
  margin-bottom: 20px;
}
.top-text span {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .top-img {
    height: 655px;
  }
  .top-img-filter {
    height: 655px;
  }
  .shop-info {
  font-size: 3.2rem;
  }
  .top-text {
    padding: 80px 0 0 24px;
  }
}
.shop-info-title {
  color: #593c31;
  font-size: 2.8rem;
  font-weight: 800;
  padding: 80px 0 40px;
  line-height: 3.0rem;
}
.shop-info-title span {
  font-size: 1.8rem;
  font-weight: 800;
}
@media (max-width: 600px) {
  .shop-info-title {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
.shop-info-title span {
  font-size: 1.6rem;
  }
}
.section-shop-info__list-wapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.section-shop-info__list {
  color: #593c31;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 350px;
  text-align: left;
}
.section-shop-info__list dt {
  width: 80px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 0 20px 0;
  border-bottom: 1px dashed #593c31;
}
.section-shop-info__list dd {
  width: 249px;
  font-size: 1.6rem;
  padding: 20px 0 20px 20px;
  border-bottom: 1px dashed #593c31;
  margin-left: 1px;
}
.section-shop-info__list span {
  font-size: 1.4rem;
}
@media (max-width: 700px) {
  .section-shop-info__list-wapper {
    justify-content: center;
  }
  .section-shop-info__list dt {
    padding: 5px 0 5px 0;
  }
  .section-shop-info__list dd {
    padding: 5px 0 5px 20px;
  }
}
.section-shop-info__map {
  height: 328px;
  max-width: 800px;
  margin: 0 auto 60px;
}
.section-shop-info__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #593c31;
}
.section-shop-info-recruit {
  padding-bottom: 100px;
}