@charset "UTF-8";
/* ミスドミュージアム */
.contents {
  background: #fff5db url(../img/misudo_museum/contents_bg.png) repeat center top;
  background-size: 160rem auto;
}

.mainttl {
  background: #ffc536 url(../img/misudo_museum/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: 6.5rem 0 3.5rem;
  font-size: 1.8rem;
  line-height: 2.33;
}

.floor {
  max-width: 110rem;
  margin: auto;
}
.floor__scroll {
  display: none;
}
.floor__nav {
  width: 91.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  padding: 5rem 0 0;
}
.floor__nav__area {
  width: 33.3333333333%;
  box-sizing: border-box;
  text-align: left;
}
.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: #f99520;
  border-radius: 0.4rem;
  font-size: 1.77605rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #fff;
  text-align: center;
}

.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__detail {
  width: 40rem;
  text-align: left;
}
.spot__detail.wide {
  width: 100%;
}
.spot__detail.narrow {
  width: 27.2rem;
}
.semi .spot__detail {
  width: 52rem;
}
.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: #f99520;
}
.spot__ttl .num {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 8rem;
  height: 8rem;
  background: #f99520;
  border-radius: 0.8rem;
  font-family: "Righteous", cursive;
  font-size: 4rem;
  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 #f99520;
}
.spot__ttl .book {
  display: inline-block;
  padding: 0.25em 0.8em 0.35em;
  background: #ffd6ae;
  border-radius: 1rem;
  font-size: 1.8rem;
  line-height: 1;
  color: initial;
  vertical-align: middle;
}
.spot__ttl .sp + .book {
  margin: 0 0 0.5em 0.7em;
}
.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;
}
.spot__more + .spot__txt {
  padding: 6rem 0 0;
}
.spot__txt + .spot__txt {
  padding: 1.8rem 0 0;
}
.spot__txt .txtbtn {
  text-decoration: underline;
  color: inherit;
}
.contents .spot__photo {
  width: 43.2rem;
  margin: 1rem 0 0;
  border-radius: 2rem;
  overflow: hidden;
}
.contents .narrow .spot__photo {
  width: auto;
  margin: 2.5rem 0 0;
  border-radius: 1rem;
}
.contents .semi .spot__photo {
  width: 33rem;
}
.spot__more {
  padding: 8rem 0 0;
}
.spot__more.allergy {
  padding-top: 5rem;
}
.spot__more__btn {
  display: inline-block;
  width: 48.2rem;
  height: 13rem;
  margin: 0 auto;
  padding: 1em 0 0;
  background: #faaa4d url(../img/misudo_museum/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: #f99520;
  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: #f99520;
  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: #f99520;
}
.spot__spec {
  padding: 0.5rem 0 0;
  overflow: hidden;
}
.spot__spec__ttl {
  width: 8.9rem;
  margin-top: 1.5rem;
  background: #f99520;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
  text-align: center;
  float: left;
  clear: both;
}
.spot__spec__txt {
  width: 41rem;
  padding: 1.5rem 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  float: right;
}
.spot__notice {
  padding: 0.5em 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.spot__notice__txt {
  margin-left: 1em;
  text-indent: -1em;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  .contents {
    background: #fff5db url(../img/misudo_museum/contents_bg_sp.png) repeat center top;
    background-size: 100% auto;
  }
  .mainttl {
    background: #ffc536 url(../img/misudo_museum/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: 265.3333333333vw;
  }
  .floor__scroll {
    display: block;
    padding: 0 7.3333333333vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
    color: #f99520;
  }
  .floor__nav {
    width: auto;
    display: block;
    justify-content: unset;
    padding: 9.3333333333vw 10.4vw 0;
  }
  .floor__nav__area {
    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;
  }
  .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__detail, .spot__detail.wide, .spot__detail.narrow, .semi .spot__detail {
    width: auto;
  }
  .spot__detail.narrow {
    padding: 4.6666666667vw 0 0;
    overflow: hidden;
  }
  .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: 7.3333333333vw;
    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 .sp + .book {
    margin: 0.5em 0 0;
  }
  .spot__ttl small {
    font-size: 4vw;
  }
  .spot__txt {
    font-size: 4vw;
    line-height: 1.66;
  }
  .spot__txt.link {
    font-size: 3.2vw;
    padding: 1em 5.3333333333vw 0;
    text-align: left;
  }
  .narrow .spot__txt {
    width: 40.2666666667vw;
    line-height: 1.66;
    float: right;
  }
  .spot__more + .spot__txt {
    font-size: 3.2vw;
    padding: 8vw 5.3333333333vw 0;
    text-align: left;
  }
  .spot__txt + .spot__txt {
    font-size: 3.2vw;
    padding: 1em 5.3333333333vw 0;
    text-align: left;
  }
  .contents .spot__photo {
    width: auto;
    margin: 5.3333333333vw 0 0;
    border-radius: 3.2vw;
  }
  .contents .narrow .spot__photo {
    width: 32.8vw;
    margin: 1.3333333333vw 0 2vw;
    border-radius: 3.2vw;
    float: left;
  }
  .contents .narrow .spot__photo.wide {
    width: auto;
    float: none;
  }
  .contents .semi .spot__photo {
    width: auto;
  }
  .spot__more {
    padding: 13.3333333333vw 5.3333333333vw 0;
  }
  .spot__more.allergy {
    padding-top: 5.3333333333vw;
  }
  .spot__more__btn {
    display: block;
    width: auto;
    height: 24.2666666667vw;
    padding: 0.5em 0 0;
    background: #faaa4d url(../img/misudo_museum/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;
  }
  .spot__subttl {
    padding: 0 0 0.3em;
    width: 40.2666666667vw;
    font-size: 4.5333333333vw;
    float: right;
  }
  .spot__spec {
    padding: 2vw 0 0;
  }
  .spot__spec__ttl {
    width: 21.3333333333vw;
    margin-top: 3.2vw;
    border-radius: 0.8vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
  }
  .spot__spec__txt {
    width: 54.6666666667vw;
    padding: 3.2vw 0 0 2.6666666667vw;
    font-size: 4vw;
    line-height: 1.466;
  }
  .spot__spec__txt small {
    margin-top: 0.3em;
    font-size: 3.2vw;
  }
  .spot__notice {
    padding: 0.3em 0 0;
    font-size: 3.2vw;
  }
}