.bg-page {
  padding: 180px 0 20px 0;
  background-color: #f8f9ee;
  background-image: url(../../img/reserve/bg-about-l.png), url(../../img/reserve/bg-about-r.png);
  background-size: 17%;
  background-position: left 50px, right 50px;
  background-repeat: repeat-y;
  position: relative;
  z-index: 2;
}

.bg-page .bg-bottom {
  z-index: 3;
  position: absolute;
  bottom: -222px;
  display: block;
  width: 100%;
  content: '';
  background: url(../../img/reserve/bg-about-btm.png) no-repeat center/100%;
}

.bg-page .note {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 180px;
}

.rounded-box {
  position: relative;
  z-index: 9;
  background: #fff;
  border: 3px solid #534741;
  border-radius: 40px;
  width: 100%;
  max-width: 710px;
  margin: auto;
  position: relative;
  padding: 100px 26px 50px;
  margin-bottom: 120px;
}

.rounded-box .ttl01 {
  margin: 40px 0 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #00b09d;
  padding: 4px;
  letter-spacing: 2px;
  font-weight: 900;
}

.rounded-box .ttl01 span {
  border: 1px dashed #fdf8bc;
  display: block;
  padding: 10px 0;
}

.rounded-box .ttl01.inline {
  display: inline-block;
}

.rounded-box .ttl01.inline span {
  padding: 6px 26px;
}

.rounded-box .box-ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  text-align: center;
  text-align: center;
}

.rounded-box .box-ttl img {
  max-width: 350px;
}

.rounded-box .box-ttl.box-ttl02 {
  top: -30px;
}

.rounded-box .txt {
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 18px;
}

.rounded-box .txt.right {
  text-align: right;
}

.rounded-box .txt a {
  color: #3fa9f5;
  text-decoration: underline;
}

.bg-02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#cdebff), to(#ffd2ff));
  background: linear-gradient(#cdebff 0%, #ffd2ff 100%);
}

.bg-02 .bg-02-02 {
  background-image: url(../../img/common/bg-ft-logo.png), url(../../img/reserve/bg-flow-l.png), url(../../img/reserve/bg-flow-r.png);
  background-size: 100%, 42%, 46%;
  background-position: bottom -80px left 0, left 220px, right 130px;
  background-repeat: no-repeat, repeat-y, repeat-y;
  padding: 120px 0 320px 0;
}

.bg-02 .rounded-box {
  margin-top: 60px;
  padding: 50px 26px;
  margin-bottom: 0;
  text-align: center;
}

.bg-02 .rounded-box .ttl01 {
  margin-top: 20px;
}

.bg-02 .rounded-box .txt {
  padding: 0 20px;
  text-align: left;
}

.bg-02 .rounded-box .introduce-slider {
  margin: 0 auto;
  max-width: 100%;
}

.bg-02 .rounded-box .introduce-slider img {
  width: 100%;
}

.bg-02 .rounded-box .introduce-slider .slick-slide {
  margin: 0 10px;
}

.bg-02 .rounded-box .slick-prev,
.bg-02 .rounded-box .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  height: 40px;
  width: 40px;
}

.bg-02 .rounded-box .slick-prev {
  left: -40px;
  background: url(../../img/greeting/staff/ic-prev.png) no-repeat center/contain;
}

.bg-02 .rounded-box .slick-next {
  right: -40px;
  background: url(../../img/greeting/staff/ic-next.png) no-repeat center/contain;
}

.bg-02 .rounded-box .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.bg-02 .rounded-box .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.bg-02 .rounded-box .slick-dots button {
  color: transparent;
  outline: none;
  border: none;
  width: 8px;
  height: 8px;
  display: block;
  padding: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c69c6d;
}

.bg-02 .rounded-box .slick-dots .slick-active button {
  background: #c69c6d;
}

.ft-logo {
  min-height: 0;
  height: 0;
  background: none;
  background-color: #FED2FF;
}

@media screen and (max-width: 767px) {
  .bg-page {
    padding: 70px 0 60px 0;
    background-image: url(../../img/first/bg-promise-l-_sp.png), url(../../img/first/bg-promise-r_sp.png);
    background-size: 38%, 27%;
    background-repeat: no-repeat;
    background-position: left 60px, right 400px;
  }
  .bg-page .note {
    font-size: 20px;
    margin-bottom: 130px;
    line-height: 34px;
  }
  .bg-page .bg-bottom {
    bottom: -70px;
  }
  .rounded-box {
    padding: 60px 30px 30px 30px;
    margin-bottom: 60px;
  }
  .rounded-box .box-ttl {
    top: -120px;
  }
  .rounded-box .box-ttl img {
    width: 280px;
  }
  .rounded-box.box-map {
    padding: 40px 10px 0 10px;
  }
  .rounded-box .txt {
    font-size: 15px;
    line-height: 26px;
  }
  .rounded-box .ttl01 {
    text-align: left;
    margin-top: 30px;
  }
  .rounded-box .ttl01 span {
    padding-left: 10px;
    font-size: 17px;
  }
  .rounded-box .ttl01.inline {
    margin-top: 10px;
  }
  .rounded-box .ttl01.inline span {
    padding: 4px 12px;
  }
  .bg-02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#cdebff), to(#ffd2ff));
    background: linear-gradient(#cdebff 0%, #ffd2ff 100%);
  }
  .bg-02 .bg-02-02 {
    background-image: url(../../img/common/bg-ft-logo_sp.png), url(../../img/reserve/bg-flow-l.png), url(../../img/reserve/bg-flow-r.png);
    background-size: 100%, 50%, 42%;
    background-position: bottom, left top, right top;
    background-repeat: no-repeat, repeat-y, repeat-y;
    padding: 80px 0 200px 0;
  }
  .bg-02 .rounded-box {
    margin-top: 40px;
    padding: 20px;
  }
  .bg-02 .rounded-box .txt {
    padding: 0;
  }
  .bg-02 .rounded-box .introduce-slider {
    margin: 20px auto;
    max-width: 94%;
  }
  .bg-02 .rounded-box .slick-prev,
  .bg-02 .rounded-box .slick-next {
    top: 32%;
    width: 26px;
    height: 26px;
  }
  .bg-02 .rounded-box .slick-prev {
    left: -20px;
  }
  .bg-02 .rounded-box .slick-next {
    right: -20px;
  }
}
