@charset "UTF-8";
/* おそうじ館 */
.contents {
  background: #ebf5fd url(../img/osoji/contents_bg.png) repeat center top 18.5rem;
  background-size: 160rem auto;
}

.mainttl {
  background: #8ec9f2 url(../img/osoji/mv_bg.jpg) no-repeat center center;
  background-size: auto 100%;
}
.mainttl__txt {
  margin-top: -3rem;
  font-size: 4rem;
  line-height: 1.4;
  color: #fff;
}
.mainttl__txt .en {
  font-size: 2.6rem;
  letter-spacing: 0.12em;
}

.leadtxt {
  padding: 8rem 0 0;
  font-size: 1.8rem;
  line-height: 2.33;
}

.floor {
  max-width: 108rem;
  margin: auto;
}
.floor__scroll {
  display: none;
}
.floor__nav {
  width: 80.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: start;
}
.floor__nav__area {
  width: 34.1rem;
  box-sizing: border-box;
  text-align: left;
}
.floor__nav__area:nth-of-type(2) {
  width: 26.3rem;
}
.floor__nav__area:last-of-type {
  width: 20.1rem;
}
.floor__nav__spot {
  position: relative;
  padding: 0 0 2rem 4.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.floor__nav__spot .num {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3.2rem;
  height: 3.2rem;
  background: #4eabea;
  border-radius: 0.4rem;
  font-size: 1.77605rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
}
.floor__nav__spot .subnav {
  padding: 0.5em 0 0 1.2em;
}
.floor__nav__spot .subnav__item {
  list-style: disc outside;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

.nobooking {
  padding: 1em 0 2rem;
  font-size: 1.6rem;
  line-height: 1;
}

.spot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 98rem;
  margin: 8rem auto 0;
  padding: 4rem 5rem 5rem;
  background: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
}
.spot.bg01 {
  background: #fff url(../img/osoji/bg01.svg) no-repeat right 25rem top 5rem;
  background-size: 14.5rem auto;
}
.spot__detail {
  width: 40rem;
  text-align: left;
  overflow: hidden;
}
.spot__detail.wide {
  width: 100%;
}
.spot__detail.narrow {
  width: 27.2rem;
}
.spot__detail.narrow .spot__photo {
  width: auto;
}
.spot__ttl {
  position: relative;
  min-height: 9.6rem;
  padding: 0 0 2rem 11.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.583;
  color: #0371d6;
}
.spot__ttl .num {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 8rem;
  height: 8rem;
  background: #4eabea;
  border-radius: 0.8rem;
  font-family: "Righteous", cursive;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 8rem;
  color: #fff;
  text-align: center;
}
.spot__ttl .num:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.9rem 0 0.9rem 1.1rem;
  border-color: transparent transparent transparent #4eabea;
}
.spot__ttl .book {
  display: inline-block;
  margin: 0 0 0 0.8em;
  padding: 0.25em 0.8em 0.35em;
  background: #d4ecfc;
  border-radius: 1rem;
  font-size: 1.8rem;
  line-height: 1;
  color: initial;
  vertical-align: middle;
}
.spot__ttl small {
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  color: initial;
}
.spot__txt {
  font-size: 1.6rem;
  line-height: 2;
}
.narrow .spot__txt {
  line-height: 1.75;
}
.contents .spot__photo {
  width: 43.2rem;
  margin-top: 1rem;
  border-radius: 2rem;
  overflow: hidden;
}
.narrow .contents .spot__photo {
  width: auto;
  margin-top: 2.5rem;
  border-radius: 1rem;
}
.spot__more {
  width: 100%;
  padding: 4rem 0 0;
}
.spot__more__btn {
  display: inline-block;
  width: 48.2rem;
  height: 13rem;
  margin: 0 auto;
  padding: 1em 0 0;
  background: #0e3e9e url(../img/osoji/btn_bg.png) no-repeat center center;
  background-size: contain;
  border-radius: 2rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
.spot__more__btn:hover {
  opacity: 0.7;
}
.spot__more__btn em {
  position: relative;
  display: inline-block;
  width: 17rem;
  padding-right: 1em;
  background: #fff;
  border-radius: 1.5rem;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #0e3e9e;
  line-height: 3rem;
}
.spot__more__btn em:before {
  content: "";
  position: absolute;
  display: block;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #0e3e9e;
  border-radius: 50%;
}
.spot__more__btn em:after {
  content: "";
  position: absolute;
  display: block;
  right: 2.02rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.7rem;
  border-color: transparent transparent transparent #fff;
}
.spot__subttl {
  padding: 0.8em 0 0.3em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0371d6;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  .contents {
    background: #ebf5fd url(../img/osoji/contents_bg_sp.png) repeat center top 26.6666666667vw;
    background-size: 100% auto;
  }
  .mainttl {
    background: #8ec9f2 url(../img/osoji/mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .mainttl__txt {
    margin-top: -2.6666666667vw;
    font-size: 5.6vw;
  }
  .mainttl__txt .en {
    font-size: 3.7333333333vw;
  }
  .leadtxt {
    padding: 11.3333333333vw 0 2vw;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .floor {
    overflow-x: auto;
  }
  .floor__map {
    width: 200vw;
  }
  .floor__scroll {
    display: block;
    margin-top: -10vw;
    padding: 0 7.3333333333vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
    color: #4eabea;
  }
  .floor__nav {
    width: auto;
    display: block;
    justify-content: unset;
    padding: 9.3333333333vw 10.4vw 0;
  }
  .floor__nav__area, .floor__nav__area:nth-of-type(2), .floor__nav__area:last-of-type {
    width: auto;
  }
  .floor__nav__spot {
    position: relative;
    padding: 0 0 2.4vw 9.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 7.4666666667vw;
  }
  .floor__nav__spot .num {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 0.8vw;
    font-size: 4.1573866667vw;
    line-height: 7.4666666667vw;
  }
  .floor__nav__spot .subnav {
    padding: 0.2em 0 0 1.2em;
  }
  .floor__nav__spot .subnav__item {
    font-size: 4vw;
    line-height: 1.7333;
  }
  .nobooking {
    padding: 1em 10.4vw 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.75;
    text-align: left;
  }
  .spot {
    display: block;
    justify-content: unset;
    flex-wrap: unset;
    width: auto;
    margin: 10.6666666667vw 5.3333333333vw 0;
    padding: 8vw 5.3333333333vw 9.3333333333vw;
    border-radius: 3.2vw;
  }
  .spot.bg01 {
    background: #fff;
  }
  .spot__detail, .spot__detail.wide, .spot__detail.narrow {
    width: auto;
  }
  .spot__ttl {
    position: relative;
    min-height: 14.6666666667vw;
    padding: 0 0 0.7em 18.4vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .spot__ttl .num {
    width: 14.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 8.4333333333vw;
    line-height: 14.6666666667vw;
  }
  .spot__ttl .num:after {
    border-width: 1.6666666667vw 0 1.6666666667vw 1.8666666667vw;
  }
  .spot__ttl .book {
    margin: 0.5em 0 0;
    border-radius: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .spot__ttl small {
    font-size: 4vw;
  }
  .spot__txt {
    font-size: 4vw;
    line-height: 1.66;
  }
  .contents .spot__photo {
    width: auto;
    margin-top: 5.3333333333vw;
    border-radius: 3.2vw;
  }
  .narrow .contents .spot__photo {
    margin-top: 8.2666666667vw;
    border-radius: 3.2vw;
  }
  .spot__more {
    padding: 6.6666666667vw 0 0;
  }
  .spot__more__btn {
    display: block;
    width: auto;
    height: 24.2666666667vw;
    padding: 0.5em 0 0;
    background: #0e3e9e url(../img/osoji/btn_bg_sp.png) no-repeat center center;
    background-size: contain;
    border-radius: 3.7333333333vw;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .spot__more__btn em {
    width: 35.2vw;
    border-radius: 3.6vw;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
  }
  .spot__more__btn em:before {
    right: 2.9333333333vw;
    width: 4vw;
    height: 4vw;
  }
  .spot__more__btn em:after {
    right: 4vw;
    border-width: 1.0666666667vw 0 1.0666666667vw 1.3333333333vw;
  }
}