body {
  font-size: 1.6rem;
  font-weight: 400;
}

.slick {
  display: none;
}
@media screen and (min-width: 1120px) {
  .slick {
    max-width: 1120px;
    display: block;
    margin: 30px auto 0px auto;
    width: 100%;
    height: 300px;
  }
  .slick img {
    width: 100%;
    height: 100%;
  }
  .slick li {
    margin: 0 10px;
  }
}

.single-item {
  margin: 10px auto;
  width: 375px;
  padding: 0px 15px;
}
.single-item img {
  width: 345px;
}
@media screen and (min-width: 1120px) {
  .single-item {
    display: none;
  }
}

.floor__top__desc {
  text-align: center;
  margin-top: 10px;
}
.floor__top__desc p {
  font-size: 1.6rem;
}
@media screen and (min-width: 1120px) {
  .floor__top__desc p {
    font-size: 1.8rem;
  }
}

.floor__instore {
  text-align: center;
  padding: 0px;
  background-color: #FDF4E9;
  padding-bottom: 10px;
}
.floor__instore h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 1120px) {
  .floor__instore {
    padding: 0;
    padding-bottom: 30px;
  }
  .floor__instore h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .floor__instore h2::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url("../img/deco-l.png");
    background-size: contain;
    margin: 0px 10px 0px 0px;
  }
  .floor__instore h2::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url("../img/deco-r.png");
    background-size: contain;
    margin: 0px 0px 0px 10px;
  }
}

.floor__instore__kinds img {
  width: 100%;
}
.floor__instore__kinds dt {
  font-size: 2rem;
  padding: 15px 0px;
}
.floor__instore__kinds dd {
  margin-bottom: 40px;
}
@media screen and (min-width: 1120px) {
  .floor__instore__kinds dt {
    font-size: 2.4rem;
    padding: 25px 0px;
  }
  .floor__instore__kinds dd {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
}

.floor__reserve {
  text-align: center;
  padding: 0px 15px;
  text-align: center;
  line-height: 100%;
  margin-bottom: 55px;
}
.floor__reserve h2 {
  font-size: 2.4rem;
  font-weight: 500;
}
.floor__reserve h2::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-l.png");
  background-size: contain;
  margin: 0px 10px 0px 0px;
}
.floor__reserve h2::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-r.png");
  background-size: contain;
  margin: 0px 0px 0px 10px;
}
.floor__reserve p {
  font-weight: 500;
  padding: 30px 0px 15px 0px;
  font-size: 1.6rem;
}
.floor__reserve a {
  font-size: 3rem;
  font-weight: 600;
}
.floor__reserve img {
  margin: 30px 0px 20px 0px;
  width: 300px;
}
@media screen and (min-width: 1120px) {
  .floor__reserve {
    margin: 30px 0px 90px 0px;
  }
  .floor__reserve p {
    padding: 40px 0px 20px 0px;
    font-size: 2rem;
  }
  .floor__reserve a {
    font-size: 5rem;
  }
  .floor__reserve img {
    margin: 40px 0px 0px 0px;
  }
  .floor__reserve h2 {
    font-size: 4rem;
  }
}

.floor__shop-data {
  margin: 0 15px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 800px) {
  .floor__shop-data {
    margin: 0 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}

.floor__shop-data__map iframe {
  width: 100%;
  height: 315px;
}
@media screen and (min-width: 800px) {
  .floor__shop-data__map iframe {
    width: 40vw;
    height: 100%;
  }
}
@media screen and (min-width: 1120px) {
  .floor__shop-data__map iframe {
    width: 530px;
    height: 370px;
  }
}

.floor__shop-address {
  font-size: 1.5rem;
  margin: 0 auto;
}
.floor__shop-address h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 20px;
}
.floor__shop-address h2::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-l.png");
  background-size: contain;
  margin: 0px 10px 0px 0px;
}
.floor__shop-address h2::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 16px;
  background-image: url("../img/deco-r.png");
  background-size: contain;
  margin: 0px 0px 0px 10px;
}
.floor__shop-address ul {
  text-align: left;
  display: inline-block;
}
@media screen and (min-width: 800px) {
  .floor__shop-address {
    padding: 0px 30px;
  }
}
@media screen and (min-width: 1120px) {
  .floor__shop-address {
    font-size: 1.6rem;
    font-weight: 400;
  }
  .floor__shop-address h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
}

.floor__shop-data__address {
  padding-bottom: 20px;
  line-height: 180%;
}
@media screen and (min-width: 1120px) {
  .floor__shop-data__address {
    line-height: 150%;
    padding-bottom: 5px;
    white-space: nowrap;
  }
}

.floor__shop-data__tel {
  padding-bottom: 30px;
}
@media screen and (min-width: 1120px) {
  .floor__shop-data__tel {
    padding-bottom: 20px;
  }
}

.floor__shop-data__station {
  line-height: 180%;
  padding-bottom: 30px;
}
@media screen and (min-width: 1120px) {
  .floor__shop-data__station {
    line-height: 150%;
    padding-bottom: 20px;
  }
}

.floor__shop-data__data {
  line-height: 180%;
}
@media screen and (min-width: 1120px) {
  .floor__shop-data__data {
    line-height: 150%;
  }
}/*# sourceMappingURL=floor.css.map */