@charset "UTF-8";
.page-bg {
  padding: 180px 0 10px 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;
}

.page-bg .bg-bottom {
  z-index: 3;
  position: absolute;
  bottom: -220px;
  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: 30px;
}

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

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

.rounded-box .txt.bg-green {
  background-color: #f8f9ee;
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
}

.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 .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 .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-family {
  display: block;
  max-width: 260px;
  margin: 40px auto 0 auto;
}

.rounded-box .img-doctor {
  display: block;
  max-width: 240px;
  margin: 40px auto 12px auto;
}

.rounded-box .img-map {
  margin-top: 40px;
}

.rounded-box .img-same {
  display: block;
  max-width: 240px;
  margin: 30px auto;
}

.rounded-box .img-gairai {
  display: block;
  max-width: 260px;
  margin: 40px auto 0 auto;
}

.rounded-box .btn-wrap {
  text-align: center;
}

.rounded-box .btn-wrap .btn-brown {
  display: inline-block;
  border: 1px solid #c69c6d;
  padding: 8px 60px;
  border-radius: 8px;
  color: #c69c6d;
}

.rounded-box .brings-wrap {
  margin-top: 20px;
  border: 3px solid #d7b524;
  padding: 18px;
}

.rounded-box.depart-note {
  padding: 50px;
}

.rounded-box.depart-note .ttl01 {
  margin-top: 0;
}

.rounded-box.depart-note .ttl02 {
  font-size: 16px;
}

.rounded-box.depart-note .note-list li {
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}

.rounded-box.depart-note .note-list li::before {
  position: absolute;
  content: '・';
  left: 0;
}

.rounded-box.depart-note .note-list-no {
  margin-bottom: 40px;
}

.rounded-box.depart-note .note-list-no li {
  font-weight: 400;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
}

.rounded-box.depart-note .note-list-no li::before {
  position: absolute;
  left: 0;
}

.rounded-box.depart-note .note-list-no li:nth-of-type(1)::before {
  content: '1）';
}

.rounded-box.depart-note .note-list-no li:nth-of-type(2)::before {
  content: '2）';
}

.rounded-box.depart-note .note-list-no li:nth-of-type(3)::before {
  content: '3）';
}

.desease-list li {
  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-bottom: 32px;
}

.desease-list li:last-of-type {
  margin-bottom: 0;
}

.desease-list li .txt-wrap {
  width: 78%;
}

.desease-list li .img-wrap {
  width: 20%;
}

.desease-list li .img-wrap img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ttl-shoukai {
  margin-top: 32px;
  font-size: 18px;
  color: #00b09d;
  font-weight: 500;
  margin-bottom: 10px;
}

.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-page02 .rounded-box .clear-both {
  clear: both;
}

.bg-page02 .rounded-box .space {
  float: left;
  height: 180px;
}

.bg-page02 .rounded-box .space.right {
  float: right;
  height: 450px;
}

.bg-page02 .rounded-box .space.space02 {
  height: 250px;
}

.bg-page02 .rounded-box .float-img {
  float: left;
  clear: both;
  width: 260px;
  margin: 20px;
}

.bg-page02 .rounded-box .float-img.floatimg-02 {
  float: right;
}

.bg-page02 .rounded-box.point-wrap .desease-list {
  margin-top: 20px;
}

.bg-page02 .rounded-box.point-wrap .desease-list li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bg-page02 .rounded-box.point-wrap .desease-list li .img-wrap {
  margin-top: 60px;
}

.bg-page02 .rounded-box.point-wrap .ttl02 {
  font-size: 16px;
}

.bg-page02 .img-mother {
  display: block;
  max-width: 260px;
  margin: 40px auto 0 auto;
}

.bg-faq {
  background-color: #5fdbed;
  padding: 180px 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 200px, top, bottom;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: 100%;
  position: relative;
}

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

.bg-faq .rounded-box {
  padding: 80px 26px 50px 26px;
}

.bg-faq .rounded-box .ttl01 {
  margin: 0;
  display: inline-block;
  text-align: left;
}

.bg-faq .rounded-box .ttl01 span {
  padding: 10px 30px;
}

.bg-faq .rounded-box .ttl02.vaccines {
  margin-bottom: 0;
  margin-top: 30px;
}

.bg-faq .rounded-box .img-vaccine {
  display: block;
  margin-top: 12px;
  max-width: 100%;
}

.bg-faq .rounded-box .txt {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
}

.faq-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 490px;
  margin: 0 auto;
}

.faq-cat-list li {
  width: 47%;
}

.faq-cat-list li a {
  text-align: center;
  padding: 12px 0;
  margin-bottom: 30px;
  background-color: #00b09d;
  color: #fff;
  text-decoration: underline;
  display: block;
  border-radius: 12px;
}

.qa-list {
  margin-top: 40px;
}

.qa-list li {
  margin-bottom: 26px;
}

.qa-list li .question-wrap {
  display: block;
  background-color: #f7931e;
  padding: 16px 86px 16px 24px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
}

.qa-list li .question-wrap::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  background: url(../../img/faq/ic-open.svg) no-repeat center/contain;
}

.qa-list li .question-wrap.opened {
  background-color: #fff;
  border: 1px solid #f7931e;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.qa-list li .question-wrap.opened::after {
  background: url(../../img/faq/ic-close.svg) no-repeat center/contain;
}

.qa-list li .question-wrap.opened .question-txt {
  color: #534741;
}

.qa-list li .question-wrap .question {
  font-size: 15px;
  background-color: #fdf8bc;
  display: inline-block;
  font-weight: 900;
  padding: 4px 16px 4px 26px;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.qa-list li .question-wrap .question::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #00b09d;
}

.qa-list li .question-wrap .question-txt {
  color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 900;
}

.qa-list li .answer-wrap {
  margin-top: 45px;
  margin-bottom: 50px;
  display: none;
}

.qa-list li .answer-wrap .answer {
  font-size: 15px;
  background-color: #fdf8bc;
  display: inline-block;
  font-weight: 900;
  padding: 4px 16px 4px 26px;
  position: relative;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.qa-list li .answer-wrap .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background-color: #00b09d;
}

.qa-list li .answer-wrap .answer-txt-wrap .clear-both {
  clear: both;
}

.qa-list li .answer-wrap .answer-txt-wrap .space {
  float: left;
  height: 130px;
}

.qa-list li .answer-wrap .answer-txt-wrap .float-img {
  float: left;
  clear: both;
  margin: 1.2em 1.2em 0 0;
  width: 270px;
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 20px;
  margin-right: 50px;
}


.qa-list li .answer-wrap .answer-txt-wrap .float-img img {
  width: 270px;
  height: 270px;
  -o-object-fit: contain;
     object-fit: contain;
}

.qa-list li .answer-wrap .answer-txt {
  font-weight: 400;
}

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

.bg-page03 .bg-page03-03 {
  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 200px, right 300px;
  background-repeat: no-repeat;
  padding: 330px 0 250px 0;
}

.bg-page03 .rounded-box .box-ttl {
  top: -174px;
}

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

@media screen and (max-width: 767px) {
  .page-bg {
    padding: 60px 0 10px 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 80px;
  }
  .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-family {
    margin-top: 32px;
    max-width: 160px;
  }
  .rounded-box .img-doctor {
    margin-top: 20px;
    padding: 0 20px;
  }
  .rounded-box .img-map {
    margin-top: 20px;
  }
  .rounded-box .img-gairai {
    margin-top: 20px;
  }
  .rounded-box .btn-wrap .btn-brown {
    display: block;
    padding: 8px 0;
    max-width: 100%;
  }
  .rounded-box.depart-note {
    padding: 20px;
  }
  .rounded-box.depart-note .note-list li {
    font-size: 14px;
    padding-left: 20px;
  }
  .rounded-box.depart-note .note-list-no {
    margin-bottom: 20px;
  }
  .rounded-box.depart-note .note-list-no li {
    font-size: 14px;
    padding-left: 20px;
  }
  .rounded-box.depart-note .ttl01 {
    display: block;
  }
  .rounded-box.depart-note .ttl02 {
    font-size: 14px;
  }
  .desease-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .desease-list li .txt-wrap {
    width: 100%;
  }
  .desease-list li .img-wrap {
    margin-top: 14px;
    width: 100%;
  }
  .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 .sp-illust {
    display: block;
    padding: 40px;
  }
  .bg-page02 .rounded-box .img-map {
    margin-top: 14px;
  }
  .bg-page02 .rounded-box .ttl01 {
    display: block;
  }
  .bg-page02 .rounded-box.point-wrap .desease-list {
    margin-bottom: 40px;
  }
  .bg-page02 .rounded-box.point-wrap .desease-list li .img-wrap {
    margin-top: 16px;
  }
  .bg-page02 .img-mother {
    max-width: 180px;
    margin-top: 14px;
  }
  .bg-page03 {
    background: -webkit-gradient(linear, left top, left bottom, from(#cdebff), to(#ffd2ff));
    background: linear-gradient(#cdebff 0%, #ffd2ff 100%);
  }
  .bg-page03 .bg-page03-03 {
    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 160px, right 180px;
    background-repeat: no-repeat;
    padding: 180px 0 110px 0;
  }
  .bg-page03 .rounded-box .txt {
    line-height: 24px;
    font-size: 14px;
  }
  .bg-page03 .rounded-box .box-ttl {
    top: -146px;
  }
  .bg-faq {
    padding: 220px 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-faq .mermaidog {
    top: -120px;
    width: 30%;
  }
  .bg-faq .rounded-box {
    padding: 40px 20px;
    margin-bottom: 80px;
  }
  .bg-faq .rounded-box .ttl01 span {
    padding: 6px 10px;
    line-height: 24px;
  }
  .faq-cat-list {
    max-width: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq-cat-list li {
    width: 100%;
  }
  .faq-cat-list li a {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .qa-list {
    margin-top: 20px;
  }
  .qa-list li .question-wrap {
    padding: 12px 56px 12px 16px;
  }
  .qa-list li .question-wrap::after {
    width: 24px;
    height: 24px;
    right: 16px;
  }
  .qa-list li .answer-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .qa-list li .answer-wrap .answer-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .qa-list li .answer-wrap .answer-txt-wrap .float-img {
    margin: 0;
    margin-top: 20px;
  }
}
