/* Scss Document */
/* Scss Document */
.floor-event {
  width: 100%;
  background-image: url(../images/smileplaza/deco01.png), url(../images/smileplaza/deco02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right, center;
}
@media only screen and (max-width: 640px) {
  .floor-event {
    background-size: auto 100%, auto 100%;
  }
}
.floor-event-item {
  padding: 6.5rem 9.5rem 0;
  background: #fff;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .floor-event-item {
    padding: 6.5rem 0 0;
  }
}
.floor-event-item .button_more {
  width: auto;
}
.floor-container {
  margin-top: 6rem;
  padding: 2.8rem 3.6rem 8.5rem;
  border-radius: 1em;
  border: solid 2px #620f15;
}
@media only screen and (max-width: 640px) {
  .floor-container {
    margin-top: 3rem;
    padding-bottom: 3.6rem;
  }
}
.floor-body {
  margin-bottom: 3.6rem;
  display: flex;
  align-items: flex-start;
  width: 96.4rem;
}
@media only screen and (max-width: 640px) {
  .floor-body {
    width: 100%;
  }
}
.floor-num {
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 7.2rem;
  color: #620f15;
  width: 10rem;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .floor-num {
    width: 17%;
  }
}
.floor-open {
  font-size: 5.8rem;
  color: #620f15;
}
@media only screen and (max-width: 640px) {
  .floor-open {
    font-size: 7.5vw;
  }
}
.floor-date {
  margin-bottom: 1em;
  font-size: 3.2rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 640px) {
  .floor-date {
    font-size: 5vw;
  }
}
.floor-date span {
  background: linear-gradient(transparent 70%, #f6bbbf 70%);
}
@media only screen and (max-width: 640px) {
  .floor-text {
    width: 83%;
  }
}
.floor-title {
  color: #620f15;
  font-size: 3.2rem;
}
@media only screen and (max-width: 640px) {
  .floor-title {
    margin-bottom: 0.5em;
    font-size: 5vw;
  }
}
.floor-lead {
  margin-bottom: 2em;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .floor-lead {
    margin-bottom: 0;
    font-size: 3.75vw;
  }
}
.floor-image {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95rem;
  gap: 2.8rem;
}
@media only screen and (max-width: 640px) {
  .floor-image {
    width: 100%;
    flex-direction: column;
  }
}
.floor-image figure {
  width: 46rem;
}
@media only screen and (max-width: 640px) {
  .floor-image figure {
    width: 100%;
  }
}

.access {
  margin-right: auto;
  margin-left: auto;
  width: 665px;
  overflow: hidden;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .access {
    width: 100%;
  }
}
.access dt {
  color: #620f15;
  float: left;
  clear: left;
  padding: 0.5em 0 0.5em;
}
@media only screen and (max-width: 640px) {
  .access dt {
    padding: 1em 0 0.25em;
    float: none;
  }
}
.access dd {
  border-bottom: dotted 1px #620f15;
  padding: 0.5em 0 0.5em 190px;
}
@media only screen and (max-width: 640px) {
  .access dd {
    padding: 0 0 1em;
  }
}

@media only screen and (max-width: 640px) {
  #access iframe {
    height: 50rem;
  }
}/*# sourceMappingURL=smileplaza.css.map */