@charset "UTF-8";
.wf-hannari {
  font-family: "Hannari";
}

.wf-kokoro {
  font-family: "Kokoro";
}

.wf-sawarabimincho {
  font-family: "Sawarabi Mincho";
}

.wf-sawarabigothic {
  font-family: "Sawarabi Gothic";
}

.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}

.wf-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

@media only screen and (max-width: 991px) {
  .tategaki {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 992px) {
  .tategaki {
    font-size: 1.5em;
  }
}
section#service-guide-menu {
  background-repeat: repeat;
  background-color: #ebedf1;
  background-image: radial-gradient(circle at 100% 150%, #ebedf1 24%, #fff 24%, #fff 28%, #ebedf1 28%, #ebedf1 36%, #fff 36%, #fff 40%, transparent 40%, transparent), radial-gradient(circle at 0 150%, #ebedf1 24%, #fff 24%, #fff 28%, #ebedf1 28%, #ebedf1 36%, #fff 36%, #fff 40%, transparent 40%, transparent), radial-gradient(circle at 50% 100%, #fff 10%, #ebedf1 10%, #ebedf1 23%, #fff 23%, #fff 30%, #ebedf1 30%, #ebedf1 43%, #fff 43%, #fff 50%, #ebedf1 50%, #ebedf1 63%, #fff 63%, #fff 71%, transparent 71%, transparent), radial-gradient(circle at 100% 50%, #fff 5%, #ebedf1 5%, #ebedf1 15%, #fff 15%, #fff 20%, #ebedf1 20%, #ebedf1 29%, #fff 29%, #fff 34%, #ebedf1 34%, #ebedf1 44%, #fff 44%, #fff 49%, transparent 49%, transparent), radial-gradient(circle at 0 50%, #fff 5%, #ebedf1 5%, #ebedf1 15%, #fff 15%, #fff 20%, #ebedf1 20%, #ebedf1 29%, #fff 29%, #fff 34%, #ebedf1 34%, #ebedf1 44%, #fff 44%, #fff 49%, transparent 49%, transparent);
  background-size: 50px 25px;
}

.zenitsu {
  background: linear-gradient(120deg, transparent 90%, #fff 90%) 0 0/40px 40px, linear-gradient(-120deg, transparent 90%, #fff 90%) 0 0/40px 40px, linear-gradient(120deg, transparent 90%, #fff 90%) 20px 20px/40px 40px, linear-gradient(-120deg, transparent 90%, #fff 90%) 20px 20px/40px 40px, linear-gradient(#ff3, #f63);
}

.asanoha {
  background: url("data:image/svg+xml;charset=utf-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='70' height='40' viewBox='0 0 140 80' preserveAspectRatio='none'%3e%3cpath fill='%23f0f0f0' d='M4 1h42l21 36zM3 3l63 36h-42zM1 4l21 36-21 36zM3 77l21-36h42zM46 79h-42l63-36zM69 44v41h-24zM95 85h-24v-41zM73 43l63 36h-42zM74 41h42l21 36zM118 40l21-36v72zM137 3l-21 36h-42zM94 1h42l-63 36zM71 36v-41h24zM45-5h24v41zM-70-40v160h280v-160z'/%3e%3c/svg%3e");
}

.baby-costume {
  position: relative;
}

.bottom-textarea-bg-band {
  bottom: 0;
  height: 100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.bottom-textarea-bg-flame__1 {
  width: 85%;
  height: 100px;
  bottom: 125px;
  margin: auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .bottom-textarea-bg-flame__1 {
    width: 60%;
  }
}

.bg-shippou {
  position: relative;
  background-size: 10%;
  background-repeat: repeat;
  fill-opacity: 20%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.takeyama-heading--v1 {
  position: relative;
}
.takeyama-heading--v1::before {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  content: "";
  background-image: url(../images/h-sakura-dzGOZxHP-v1.0.0.svg);
  background-size: contain;
}

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
  margin: 20px 0;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide-container {
  width: 20%;
  height: 20%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  max-width: 600px;
  margin: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.form-control {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}