/* ----------------------------------------
---------------------------------------- */
.tx_sub {
  font-weight: 400;
  text-align: center;
  line-height: 3.2rem;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 981px) {
  .tx_sub {
    margin-bottom: 93px;
  }
}
.tx_sub span {
  white-space: nowrap;
}

section.bg_treatment, div.section.bg_treatment {
  background: #fff;
  position: relative;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 981px) {
  section.bg_treatment, div.section.bg_treatment {
    padding-top: 168px;
  }
}
section.bg_treatment::before, div.section.bg_treatment::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/500;
  background: url("../images/cloud_top_under.jpg") no-repeat center top;
  background-size: contain;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  section.bg_treatment::before, div.section.bg_treatment::before {
    top: -230px;
  }
}
@media print, screen and (min-width: 981px) {
  section.bg_treatment::before, div.section.bg_treatment::before {
    top: -280px;
  }
}
section.bg_treatment::after, div.section.bg_treatment::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/400;
  background: url("../images/cloud_bottom.png") no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}
@media print, screen and (min-width: 481px) {
  section.bg_treatment::after, div.section.bg_treatment::after {
    bottom: -83px;
  }
}
@media print, screen and (min-width: 768px) {
  section.bg_treatment::after, div.section.bg_treatment::after {
    bottom: -95px;
  }
}
@media print, screen and (min-width: 768px) {
  section.bg_treatment::after, div.section.bg_treatment::after {
    bottom: -190px;
  }
}
section.under_ttl, div.section.under_ttl {
  padding-top: 52px;
}
section.blue, div.section.blue {
  padding: 50px 0 0 !important;
}
@media print, screen and (min-width: 768px) {
  section.blue, div.section.blue {
    padding: 50px 0 !important;
  }
}
section.bg_reservation, div.section.bg_reservation {
  background: #fff;
  padding-top: 0px;
  position: relative;
  margin-top: 90px;
}
@media print, screen and (min-width: 768px) {
  section.bg_reservation, div.section.bg_reservation {
    margin-top: 175px;
  }
}
section.bg_reservation::before, div.section.bg_reservation::before {
  content: "";
  position: absolute;
  top: -67px;
  left: 0;
  width: 100%;
  aspect-ratio: 1400/296;
  background: url("../images/cloud_top.png") no-repeat center top;
  background-size: contain;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  section.bg_reservation::before, div.section.bg_reservation::before {
    top: -160px;
  }
}
@media print, screen and (min-width: 1200px) {
  section.bg_reservation::before, div.section.bg_reservation::before {
    top: -222px;
  }
}

/* ----------------------------------------
	treatment
---------------------------------------- */
.container_half, .container_half_r {
  max-width: 520px;
  margin: 0 auto 50px auto;
}
@media print, screen and (min-width: 981px) {
  .container_half, .container_half_r {
    display: flex;
    justify-content: space-between;
    max-width: none;
    margin: 0 auto 80px auto;
  }
}
@media print, screen and (min-width: 981px) {
  .container_half.mb_last, .container_half_r.mb_last {
    margin: 0 auto 76px auto;
  }
}
@media print, screen and (min-width: 981px) {
  .container_half .item, .container_half_r .item {
    width: 48%;
  }
}
.container_half .tx_ttl, .container_half_r .tx_ttl {
  color: #6c9bd2;
  font-size: clamp(22px, 4.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.4rem;
  margin-bottom: 8px;
  padding-top: 15px;
}
@media print, screen and (min-width: 981px) {
  .container_half .tx_ttl, .container_half_r .tx_ttl {
    padding-top: 0px;
    letter-spacing: 0.6rem;
    margin-bottom: 0.7em;
  }
}
@media print, screen and (min-width: 1025px) {
  .container_half .tx_ttl, .container_half_r .tx_ttl {
    letter-spacing: 1rem;
  }
}
.container_half .tx_sub, .container_half_r .tx_sub {
  text-align: left;
  line-height: 2.2em;
}
@media print, screen and (min-width: 981px) {
  .container_half .tx_sub, .container_half_r .tx_sub {
    line-height: 2em;
  }
}
@media print, screen and (min-width: 1025px) {
  .container_half .tx_sub, .container_half_r .tx_sub {
    line-height: 2.2em;
  }
}

.container_half_r {
  flex-direction: row-reverse;
}

.blue_box {
  background-color: #f8fafd;
  border: solid #6c9bd2 2px;
  font-weight: 500;
  padding: 0 1%;
  margin-top: 120px;
}
@media print, screen and (min-width: 768px) {
  .blue_box {
    padding: 20px 86px 5px 86px;
    margin-top: 230px;
  }
}
.blue_box .heading_treatment {
  font-size: 1.8rem;
  color: #6c9bd2;
  margin-bottom: 24px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .blue_box .heading_treatment {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.blue_box p {
  line-height: 2.3;
}
.blue_box p.tx_ttl {
  font-weight: 700;
  display: inline;
  padding-left: 2rem;
}

ul.square_treatment {
  list-style: none;
  padding-left: 1em;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  ul.square_treatment {
    margin-top: 75px;
  }
}
ul.square_treatment > li {
  position: relative;
  margin-bottom: 35px;
}
ul.square_treatment > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 15px;
  height: 15px;
  background-color: #333;
}
ul.square_treatment > li ul.disc p {
  display: inline;
}

.mw {
  position: relative;
}

#bg_01 {
  position: absolute;
  width: 206px;
  height: 206px;
  background-image: url(../images/bg_treatment_01.png);
  top: -97px;
  left: 0;
  z-index: 1;
  width: 30%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_01 {
    top: -145px;
    width: 100%;
  }
}

#bg_02 {
  position: absolute;
  width: 287px;
  height: 217px;
  background-image: url(../images/bg_treatment_02.png);
  top: -95px;
  right: 0;
  z-index: 1;
  width: 35%;
  aspect-ratio: 287/217;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_02 {
    top: -200px;
    width: 100%;
  }
}

#bg_03 {
  position: absolute;
  width: 179px;
  height: 235px;
  background-image: url(../images/bg_treatment_03.png);
  top: -58px;
  left: 0;
  z-index: 1;
  width: 30%;
  aspect-ratio: 179/235;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_03 {
    top: -35px;
    width: 100%;
  }
}

#bg_04 {
  position: absolute;
  width: 155px;
  height: 187px;
  background-image: url(../images/bg_treatment_04.png);
  top: -60px;
  right: 0;
  z-index: 1;
  width: 30%;
  aspect-ratio: 155/187;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_04 {
    top: -18px;
    width: 100%;
  }
}

#bg_05 {
  position: absolute;
  width: 161px;
  height: 163px;
  background-image: url(../images/bg_treatment_05.png);
  top: 405px;
  right: 0;
  z-index: 1;
  width: 30%;
  aspect-ratio: 161/163;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_05 {
    top: 308px;
    width: 100%;
  }
}

#bg_06 {
  position: absolute;
  width: 180px;
  height: 261px;
  background-image: url(../images/bg_treatment_06.png);
  top: -85px;
  left: 0;
  z-index: 1;
  width: 30%;
  aspect-ratio: 180/261;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_06 {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  #bg_07 {
    position: absolute;
    width: 131px;
    height: 184px;
    background-image: url(../images/bg_treatment_07.png);
    top: 345px;
    left: 25px;
    z-index: 1;
    width: 13%;
    aspect-ratio: 131/184;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 981px) {
  #bg_07 {
    width: 100%;
  }
}

#bg_08 {
  position: absolute;
  width: 169px;
  height: 144px;
  background-image: url(../images/bg_treatment_08.png);
  top: 455px;
  right: 0;
  z-index: 1;
  width: 30%;
  aspect-ratio: 169/144;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_08 {
    top: 370px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  #bg_09 {
    position: absolute;
    width: 97px;
    height: 66px;
    background-image: url(../images/bg_treatment_09.png);
    top: 700px;
    left: 0px;
    z-index: 2;
    width: 20%;
    aspect-ratio: 97/66;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 981px) {
  #bg_09 {
    top: 620px;
    width: 100%;
  }
}

#bg_10 {
  position: absolute;
  width: 284px;
  height: 272px;
  background-image: url(../images/bg_treatment_10.png);
  top: 850px;
  right: 0;
  z-index: 2;
  width: 38%;
  aspect-ratio: 284/272;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_10 {
    top: 735px;
    width: 100%;
  }
}

#bg_11 {
  position: absolute;
  width: 252px;
  height: 224px;
  background-image: url(../images/bg_treatment_11.png);
  top: 850px;
  left: 0px;
  z-index: 2;
  width: 38%;
  aspect-ratio: 252/224;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  #bg_11 {
    top: 805px;
    left: 83px;
    width: 100%;
  }
}

/* ----------------------------------------
	inq
---------------------------------------- */
.box_inq {
  background-color: #fff;
  border-radius: 10px;
  padding: 3%;
}
@media print, screen and (min-width: 1025px) {
  .box_inq {
    padding: 50px 93px;
  }
}
.box_inq .qa {
  max-width: 1400px;
  margin-bottom: 5px;
  border-bottom: 2px solid #c8c8c8;
}
.box_inq .qa a {
  color: #6c9bd2;
  border-bottom: 1px solid #6c9bd2;
}
.box_inq .qa.border_last {
  border-bottom: 0px solid #c8c8c8;
}
.box_inq .qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.4em 3.5em 1.7em 3em;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 901px) {
  .box_inq .qa summary {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .box_inq .qa summary {
    padding: 50px 46px;
  }
}
.box_inq .qa summary::before {
  position: absolute;
  left: 1em;
  top: 1.2em;
  font-weight: 500;
  font-size: 2rem;
  content: "Q.";
}
@media print, screen and (min-width: 901px) {
  .box_inq .qa summary::before {
    top: 1.4em;
  }
}
@media print, screen and (min-width: 1025px) {
  .box_inq .qa summary::before {
    top: 2.5em;
  }
}
.box_inq .qa summary::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #6c9bd2;
  transition: all 0.3s ease;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-position: center;
  background-size: 60% 3px, 3px 60%;
  background-repeat: no-repeat;
}
.box_inq .qa p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0em 1em 2.3em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  margin-top: -8px;
}
@media print, screen and (min-width: 768px) {
  .box_inq .qa p {
    padding: 0em 3em 2.3em;
  }
}
.box_inq .qa[open] p {
  transform: none;
  opacity: 1;
}
.box_inq .qa[open] summary::after {
  background-image: linear-gradient(#fff, #fff);
  background-size: 60% 3px;
  transform: translateY(-50%) rotate(0deg);
}

.map_modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}
.map_modal.is-active {
  opacity: 1;
  visibility: visible;
}
.map_modal .map_modal_inner {
  position: relative;
  background: #fff;
  border-radius: 10px;
  margin: 0 5%;
}
.map_modal img {
  width: 650px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .map_modal img {
    width: 90vw;
    height: auto;
  }
}
.map_modal .map_modal_close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: #6c9bd2;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* ----------------------------------------
	.doctor
---------------------------------------- */
.container_doctor, .container_doctor_r {
  max-width: 520px;
  margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 981px) {
  .container_doctor, .container_doctor_r {
    display: flex;
    justify-content: space-between;
    max-width: none;
    gap: 57px;
  }
}
.container_doctor .item_01 img, .container_doctor_r .item_01 img {
  display: block;
  width: 100%;
  max-width: 540px;
}
@media print, screen and (min-width: 981px) {
  .container_doctor .item_01, .container_doctor_r .item_01 {
    width: 50%;
  }
}
@media print, screen and (min-width: 981px) {
  .container_doctor .item_02, .container_doctor_r .item_02 {
    width: 50%;
    max-width: 498px;
  }
}
.container_doctor .tx_doctor, .container_doctor_r .tx_doctor {
  text-align: left;
  line-height: 1.8em;
}
.container_doctor .tx_doctor span, .container_doctor_r .tx_doctor span {
  letter-spacing: -1rem;
}
.container_doctor .tx_doctor.mb16, .container_doctor_r .tx_doctor.mb16 {
  margin-bottom: 3px;
}
.container_doctor .tx_doctor.mb35, .container_doctor_r .tx_doctor.mb35 {
  margin-bottom: 14px;
}
.container_doctor .tx_doctor.mb40, .container_doctor_r .tx_doctor.mb40 {
  margin-bottom: 26px;
}

.container_doctor_r {
  flex-direction: row-reverse;
}

.inner_doctor {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1100px;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 1200px) {
  .inner_doctor {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .inner_doctor.mt50 {
    margin-top: 50px;
  }
}

.keireki {
  background-color: #fff;
  border-radius: 10px;
  padding: 27px 15px 50px;
}
@media print, screen and (min-width: 768px) {
  .keireki {
    padding: 27px 48px 50px;
  }
}
.keireki .container_keireki {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .keireki .container_keireki {
    display: flex;
    justify-content: space-between;
    gap: 53px;
  }
}
@media print, screen and (min-width: 768px) {
  .keireki .container_keireki .item {
    width: 50%;
  }
}
.keireki .container_keireki .item .tx_ttl_blue, .keireki .container_keireki .item .tx_ttl_yellow {
  font-size: 1.8rem;
  color: #6c9bd2;
  font-weight: 500;
  border-bottom: 2px solid #6c9bd2;
  position: relative;
  padding-bottom: 4px;
  padding-left: 30px;
}
.keireki .container_keireki .item .tx_ttl_blue::before, .keireki .container_keireki .item .tx_ttl_yellow::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  background-image: url(../images/ico_diamond_01.png);
  width: 20px;
  height: 20px;
}
.keireki .container_keireki .item .tx_ttl_yellow {
  color: #ceb58d;
  border-bottom: 2px solid #ceb58d;
}
.keireki .container_keireki .item .tx_ttl_yellow::before {
  background-image: url(../images/ico_diamond_02.png);
}
.keireki .container_keireki .item ul.list_keireki {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .keireki .container_keireki .item.mb_only_sp {
    margin-bottom: 50px;
  }
}
.keireki #flower, .keireki #flower_02 {
  position: absolute;
  background-image: url(../images/bg_doctor.png);
  width: 83px;
  height: 130px;
  bottom: -95px;
  right: -12px;
  width: 25%;
  aspect-ratio: 83/130;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .keireki #flower, .keireki #flower_02 {
    width: 100%;
  }
}

/* ----------------------------------------
	reservation
---------------------------------------- */
.inner_reservation {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  max-width: 1100px;
  width: 100%;
  z-index: 3;
}
@media print, screen and (min-width: 1200px) {
  .inner_reservation.pa0 {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .inner_reservation {
    padding: 0 40px;
  }
}

.container_reservation {
  position: relative;
  max-width: 520px;
  margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 981px) {
  .container_reservation {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    gap: 109px;
  }
}
.container_reservation .item_01 img {
  display: block;
  width: 100%;
  max-width: 546px;
}
@media print, screen and (min-width: 981px) {
  .container_reservation .item_01 {
    width: 50%;
  }
}
@media print, screen and (min-width: 981px) {
  .container_reservation .item_02 {
    width: 50%;
    max-width: 450px;
  }
}
.container_reservation .item_02 .tx_ttl {
  color: #6c9bd2;
  font-size: clamp(22px, 4.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.4rem;
  margin-bottom: 8px;
  padding-top: 15px;
}
@media print, screen and (min-width: 981px) {
  .container_reservation .item_02 .tx_ttl {
    padding-top: 0px;
    letter-spacing: 0.6rem;
    margin-bottom: 0.7em;
  }
}
@media print, screen and (min-width: 1025px) {
  .container_reservation .item_02 .tx_ttl {
    letter-spacing: 1rem;
  }
}
.container_reservation .item_02 .tx_sub {
  text-align: left;
  line-height: 2.2em;
}
@media print, screen and (min-width: 981px) {
  .container_reservation .item_02 .tx_sub {
    line-height: 2em;
  }
}
@media print, screen and (min-width: 1025px) {
  .container_reservation .item_02 .tx_sub {
    line-height: 2.2em;
  }
}
.container_reservation .item_02 .tx_sub_02 {
  text-align: left;
  line-height: 2.2em;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 1200px) {
  .container_reservation .item_02 .tx_sub_02 {
    margin-top: 50px;
  }
}
.container_reservation #flower_01 {
  position: absolute;
  background-image: url(../images/bg_flower.png);
  width: 204px;
  height: 184px;
  bottom: -40px;
  right: -18px;
  z-index: -1;
  width: 38%;
  aspect-ratio: 204/184;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  .container_reservation #flower_01 {
    bottom: -85px;
    right: -68px;
    width: 100%;
  }
}

.container_reservation_r {
  max-width: 520px;
  margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 981px) {
  .container_reservation_r {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1100px;
    align-items: center;
    gap: 16px;
    margin-top: 63px;
  }
}
.container_reservation_r .item_01 img {
  display: block;
  width: 100%;
  max-width: 546px;
}
@media print, screen and (min-width: 981px) {
  .container_reservation_r .item_01 {
    width: 50%;
  }
}
@media print, screen and (min-width: 981px) {
  .container_reservation_r .item_02 {
    width: 50%;
  }
}
.container_reservation_r .item_02 .tx_ttl {
  color: #6c9bd2;
  font-size: clamp(22px, 4.5vw, 30px);
  font-weight: 500;
  letter-spacing: 0.6rem;
  margin-bottom: 8px;
  padding-top: 15px;
}
.container_reservation_r .item_02 table {
  max-width: 520px;
}
.container_reservation_r .item_02 .tx_attention {
  margin-top: 2px;
}
.container_reservation_r .item_02 .tx_attention span {
  white-space: nowrap;
}
.container_reservation_r #flower_02 {
  position: absolute;
  background-image: url(../images/bg_flower.png);
  width: 204px;
  height: 184px;
  bottom: -185px;
  left: -55px;
  z-index: -1;
  width: 38%;
  aspect-ratio: 204/184;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 981px) {
  .container_reservation_r #flower_02 {
    bottom: -118px;
    left: -55px;
    width: 100%;
  }
}

.tellBtn a {
  display: block;
  position: relative;
  padding: 0px 14px 6px 23px;
  max-width: 324px;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  background: #6c9bd2;
  z-index: 2;
  letter-spacing: -0.7rem;
}
@media print, screen and (min-width: 768px) {
  .tellBtn a {
    font-size: 28px;
  }
}
.tellBtn a:hover {
  background: #2e7ad1;
}
.tellBtn a span {
  margin: 0 2px;
}
.tellBtn a::before {
  position: absolute;
  content: "";
  background-image: url(../images/ico_tell_foot.png);
  width: 21px;
  height: 22px;
  left: 29px;
  top: 8px;
}
@media print, screen and (min-width: 768px) {
  .tellBtn a::before {
    top: 14px;
  }
}

.heading_reservation {
  position: relative;
  margin-bottom: 0.8em;
  line-height: 1.2;
  text-align: center;
  color: #6c9bd2;
  letter-spacing: 0.8rem;
  line-height: 1.1;
  background-image: url(../images/ico_star.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 50px;
  font-size: 30px;
  font-weight: 500;
}
.heading_reservation::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -10px;
  width: 73px;
  height: 2px;
  top: 100px;
  background-color: #ceb58d;
}
.heading_reservation span {
  font-size: clamp(16px, 4.5vw, 18px);
  font-weight: 500;
}

.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding-left: 0;
}
.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
}
.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
.flow09 > li dl dt {
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 10px;
  color: #6c9bd2;
}
.flow09 > li dl dd {
  margin: -8px 0 0;
  line-height: 3.7rem;
}
.flow09 > li .icon09 {
  position: relative;
  margin-right: 32px;
  margin-top: 20px;
}
@media print, screen and (min-width: 1025px) {
  .flow09 > li .icon09 {
    margin-top: 0px;
  }
}
.flow09 > li .icon09::after {
  content: "";
  display: block;
  height: calc(100% + 30px);
  position: absolute;
  margin: auto;
  border-left: 3px dotted #6c9bd2;
  width: 1px;
  left: 0;
  right: 0;
}
.flow09 > li .icon09.last::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .flow09 > li .icon09 img {
    width: 50px;
  }
}

.mt50_reservation {
  margin-top: 60px;
}

.img_foot_reservation {
  margin-top: 90px;
  height: 640px;
  background-image: url(../images/reservation_foot.png);
  background-size: cover;
  background-position: top center;
}

@media print, screen and (min-width: 981px) {
  #flower_03 {
    position: absolute;
    background-image: url(../images/bg_flower.png);
    width: 204px;
    height: 184px;
    top: 10px;
    right: -80px;
    z-index: -1;
    width: 100%;
    aspect-ratio: 204/184;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
  }
}

/* ----------------------------------------
	.page_access
---------------------------------------- */
.page_access .map {
  padding-top: 3em;
}
.page_access .map iframe {
  width: 100%;
  height: 300px;
}

/* ----------------------------------------
	.page_contact
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .page_contact .contentWrap {
    display: flex;
    justify-content: space-between;
  }
  .page_contact .contentWrap .contact_tel {
    width: 40%;
  }
  .page_contact .contentWrap .contact_form {
    width: 60%;
  }
}
.page_contact .contact_tel {
  margin-bottom: 50px;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .page_contact .contact_tel {
    margin: 0;
    padding-right: 40px;
  }
}
.page_contact .contact_tel a {
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  height: 65px;
  text-align: center;
  border: 1px solid #6c9bd2;
  background: #FFFFFF;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  transition: all 0.25s ease-out;
}
@media print, screen and (min-width: 768px) {
  .page_contact .contact_tel a {
    margin: 0;
    max-width: 320px;
    height: 80px;
  }
}
.page_contact .contact_tel a i {
  position: relative;
  padding-right: 8px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 1025px) {
  .page_contact .contact_tel a i {
    font-size: 2.2rem;
  }
}
.page_contact .contact_tel a span {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 1025px) {
  .page_contact .contact_tel a span {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_contact .contact_form {
    border-left: 1px dashed #6c9bd2;
    padding-left: 40px;
  }
}
.page_contact .contact_form table tr {
  border: none;
}
.page_contact .contact_form table th,
.page_contact .contact_form table td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0 25px;
  border: none;
}
.page_contact .contact_form table th a,
.page_contact .contact_form table td a {
  margin-right: 5px;
  text-decoration: underline;
  transition: all 0.25s ease-out;
}
.page_contact .contact_form table th a:hover,
.page_contact .contact_form table td a:hover {
  color: #E71A0F;
}
.page_contact .contact_form table th {
  vertical-align: top;
  padding-bottom: 8px;
  border: none;
}
.page_contact .contact_form table th span {
  position: relative;
  top: 4px;
  display: inline-block;
  float: right;
  margin-left: 10px;
  padding: 2px 10px 5px;
  font-size: 1.2rem;
  line-height: 1;
  color: #FFFFFF;
  background: #E71A0F;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.page_contact .contact_form table th .note {
  font-size: 1.2rem;
  color: #6c9bd2;
}

/* ----------------------------------------
	.page-privacy-policy
---------------------------------------- */
.page-privacy-policy .privacyList li {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .page-privacy-policy .privacyList li {
    padding-bottom: 30px;
  }
}

/* ----------------------------------------
	password
---------------------------------------- */
form.post-password-form {
  padding: 50px 5%;
}
@media print, screen and (min-width: 768px) {
  form.post-password-form {
    padding: 200px 5% 80px;
    text-align: center;
  }
}/*# sourceMappingURL=under.css.map */