@charset "UTF-8";
.page-bg {
  padding: 180px 0 110px 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 80px;
  background-repeat: repeat-y;
  position: relative;
  z-index: 2;
}

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

.page-bg .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: 100px;
}

.rounded-box .txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.rounded-box .txt .green {
  color: #00b09d;
}

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

.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 .ttl02 {
  font-size: 20px;
  background-color: #fdf8bc;
  display: inline-block;
  font-weight: 900;
  padding: 6px 12px 6px 32px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  position: relative;
}

.rounded-box .ttl02::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #00b09d;
}

.rounded-box .img-wrap.promise {
  max-width: 300px;
  margin: 20px auto 0 auto;
}

.rounded-box .img-wrap.tokucho {
  max-width: 100%;
  margin: 20px auto 0 auto;
}

.rounded-box .img-wrap.banner {
  max-width: 100%;
  margin-bottom: 30px;
}

.policy-list li {
  list-style: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 32px;
  position: relative;
  padding-left: 16px;
}

.policy-list li::before {
  position: absolute;
  content: '・';
  left: 0;
}

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

.bg-page02 .bg-page02-02 {
  background-image: url(../../img/reserve/bg-flow-btm.png), url(../../img/reserve/bg-flow-l.png), url(../../img/reserve/bg-flow-r.png);
  background-size: 100%, 42%, 42%;
  background-position: bottom, left 200px, right 200px;
  background-repeat: no-repeat, repeat-y, repeat-y;
  padding: 250px 0 180px 0;
}

.bg-sea {
  background-color: #5fdbed;
  padding: 50px 0 300px 0;
  background-image: url(../../img/common/bg-sea.png), url(../../img/common/bg-sea-top.png), url(../../img/reserve/bg-flow03-btm.png);
  background-position: left 0 top 330px, top, bottom;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: 100%;
  position: relative;
}

.bg-sea .mermaidog {
  position: absolute;
  top: -250px;
  right: 2%;
  width: 16%;
}

.bg-sea .rounded-box {
  margin-top: 50px;
  padding: 50px 26px;
}

.ttl-char {
  max-width: 350px;
  margin: 0 auto;
}

.char-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.char-wrap .img-wrap {
  width: 22%;
}

.char-wrap .img-wrap img {
  width: 100%;
}

.char-wrap .img-wrap .char-name {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 22px;
}

.char-wrap .fukidashi-wrap {
  width: 65%;
  position: relative;
  z-index: 9;
  background: #fff;
  border: 3px solid #534741;
  border-radius: 40px;
  margin: auto;
  position: relative;
  padding: 50px 50px 20px 50px;
}



.char-wrap .fukidashi-wrap::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -40px;
  top: 150px;
  background: url(../../img/desease-dtl/ic-fukidashi.png) no-repeat center/contain;
}

.char-wrap .fukidashi-wrap .ttl01 {
  margin: 0 0 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #00b09d;
  padding: 4px;
  letter-spacing: 1px;
  font-weight: 900;
}

.char-wrap .fukidashi-wrap .ttl01 span {
  border: 1px dashed #fdf8bc;
  display: block;
  padding: 10px 0;
}

.char-wrap .fukidashi-wrap .ttl01.inline {
  display: inline-block;
}

.char-wrap .fukidashi-wrap .ttl01.inline span {
  padding: 6px 26px;
}

.char-wrap .fukidashi-wrap .txt {
  font-weight: 400;
  margin-bottom: 30px;
}

.link-wrap {
  max-width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px auto;
}

.link-wrap img {
  max-width: 260px;
}

.ft-logo {
  min-height: 0 !important;
  height: 0 !important;
  background-image: none !important;
}

@media screen and (max-width: 767px) {
  .page-bg {
    padding: 60px 0 60px 0;
    background-image: url(../../img/first/bg-promise-l-_sp.png), url(../../img/first/bg-promise-r_sp.png);
    background-size: 32%, 27%;
    background-position: left 100px, right 120px;
  }
  .page-bg .note {
    font-size: 17px;
    margin-bottom: 130px;
    line-height: 30px;
  }
  .page-bg .bg-bottom {
    bottom: -70px;
  }
  .rounded-box {
    padding: 60px 20px 30px 20px;
  }
  .rounded-box .box-ttl {
    top: -120px;
  }
  .rounded-box .box-ttl img {
    width: 280px;
  }
  .rounded-box .txt {
    font-size: 15px;
  }
  .rounded-box .txt.bg-green {
    margin-bottom: 20px;
  }
  .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;
  }
  .rounded-box .ttl02 {
    font-size: 15px;
    padding: 4px 12px 4px 24px;
    margin: 16px 0;
    display: block;
  }
  .rounded-box .img-wrap.promise {
    max-width: 200px;
  }
  .bg-page02 .bg-page02-02 {
    padding: 120px 0 70px 0;
    background-image: url(../../img/reserve/bg-flow-btm_sp.png), url(../../img/reserve/bg-flow-l_sp.png), url(../../img/reserve/bg-flow-r_sp.png);
    background-size: 100%, 46%, 60%;
    background-position: bottom, left 390px, right 110px;
    background-repeat: no-repeat, repeat-y, repeat-y;
  }
  .bg-page02 .rounded-box .img-map {
    margin-top: 14px;
  }
  .bg-page02 .rounded-box .ttl01 {
    display: block;
  }
  .bg-sea {
    padding: 50px 0 150px 0;
    background-image: url(../../img/common/bg-sea.png), url(../../img/common/bg-sea-top.png), url(../../img/reserve/bg-flow03-btm_sp.png);
    background-position: left 0 top 100px, top, bottom;
    background-repeat: repeat-y, no-repeat, no-repeat;
  }
  .bg-sea .mermaidog {
    top: -120px;
    width: 30%;
  }
  .bg-sea .rounded-box {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .bg-sea .rounded-box .ttl01 span {
    padding: 6px 10px;
    line-height: 24px;
  }
  .char-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .char-wrap .img-wrap {
    width: 100%;
    max-width: 150px;
  }
  .char-wrap .img-wrap.dragon {
    max-width: 200px;
  }
  .char-wrap .img-wrap .char-name {
    font-size: 19px;
  }
  .char-wrap .fukidashi-wrap {
    margin-top: 20px;
    width: 100%;
    padding: 30px 30px 10px 30px;
  }
  .char-wrap .fukidashi-wrap::before {
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 34px;
    height: 34px;
    background: url(../../img/desease-dtl/ic-fukidashi_sp.png) no-repeat center/contain;
  }
  .char-wrap .fukidashi-wrap .ttl01 {
    display: block;
  }
  .char-wrap .fukidashi-wrap .ttl01.inline {
    display: block;
  }
  .char-wrap .fukidashi-wrap .ttl01.inline span {
    padding: 6px 0;
    font-size: 18px;
    line-height: 26px;
  }
  .link-wrap {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-wrap img {
    max-width: 200px;
  }
  .policy-list li {
    font-size: 15px;
    line-height: 26px;
  }
}
