@charset "UTF-8";
/* CSS Document */

/* RESERVE PAGE : 868 */
.reserve-01 {
  padding: 60px 0;
}
.reserve-01 h3 {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
}
.reserve-01 ul {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 680px;
}
.reserve-01 ul li {
  background-color: var(--color-litebeige);
  padding: 15px;
  text-align: left;
  margin-bottom: 10px;
  border-radius: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.reserve-01 ul li i {
  color: var(--color-pink);
  font-size: 33px;
  display: inline-block;
  margin-right: 10px;
}
.reserve-01-inner {
  background-image: url(/wp-content/themes/swell-child/assets/img/reserve-heart-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reserve-01-inner h3 {
  padding: 100px 0 80px;
}
.reserve-02 .title-h3, .reserve-03 .title-h3, .reserve-04 .title-h3 {
  margin-bottom: 40px;
}
.reserve-02-inner {
  width: 90%;
  padding: 30px 20px;
  border-radius: 30px;
  background-color: var(--color-litebeige);
  text-align: center;
}
.reserve-03 {
  padding: 60px 0;
}
.reserve-03-price {
  margin: 0 auto;
  max-width: 900px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.reserve-03-price-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFAE6;
  border-radius: 10px;
  padding: 20px;
}
.reserve-03-price-inner .time {
  width: 30%;
  text-align: center;
  border-right: 1px solid #DFD7B3;
  font-size: 20px;
}
.reserve-03-price-inner .time span {
  font-size: 30px;
}
.reserve-03-price-inner .price {
  width: calc(70% - 20px);
  font-size: 16px;
  color: var(--color-pink);
}
.reserve-03-price-inner .price span {
font-size: 24px;
}
.reserve-04 {
  padding: 60px 0;
  background-image: url(/wp-content/themes/swell-child/assets/img/reserve04-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.reserve-04-inner {
  width: 90%;
  background-color: white;
  border-radius: 30px;
  padding: 30px 20px;
}
.reserve-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.reserve-btn {
  position: relative;
}
.reserve-btn-comment {
  position: absolute;
  display: inline-block;
  color: var(--color-pink);
  padding: 10px 30px;
  background-color: white;
  border-radius: 50px;
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}
.reserve-btn-comment::after {
  content:'';
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-top: 12px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: translateX(-50%);
}
.reserve-btn .btn {
  font-size: 17px;
  padding: 37px 10px;
  width: 100%;
  margin-bottom: 0;
}
.reserve-btn .btn small {
  font-family: var(--font-sans);
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.reserve-btn-img {
  width: 50px;
  text-align: center;
}
.reserve-btn img {
  max-height: 40px;
}

/* CONTACT PAGE : 870 */
.contact-01 {
  padding: 60px 0;
  text-align: center;
}
.contact-01 h3 {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.contact-02 .l-container {
  background-color: var(--color-litebeige);
  border-radius: 30px;
  padding: 30px 20px;
  text-align: center;
}
.contact-02 h3 {
  font-size: 34px;
  font-weight: 400;
}
.contact-02 ul {
  margin: 40px auto;
  padding: 0;
  list-style: none;
  max-width: 600px;
}
.contact-02 ul li {
  padding: 15px 20px;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 3px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.contact-02 ul li span {
  color: var(--color-pink);
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}
.contact-02 ul li p {
  width: calc(100% - 40px);
}
.contact-btn {
  position: relative;
}
.contact-btn-comment {
  position: absolute;
  display: inline-block;
  color: var(--color-pink);
  padding: 10px 30px;
  background-color: white;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  top: -40%;
  z-index: 1;
}
.contact-btn-comment::after {
  content:'';
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-top: 15px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: translateX(-50%);
}
.contact-btn .btn {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 22px;
  width: 450px;
}
.contact-btn .btn small {
  font-family: var(--font-sans);
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.contact-btn-img {
  width: 50px;
  text-align: center;
}
.contact-btn img {
  max-height: 40px;
}
.contact-02-message {
  border: 1px solid #D8D2C0;
  padding: 30px;
  text-align: center;
  max-width: 700px;
  margin: 50px auto 20px;
}
.contact-02-message h4 {
  font-size: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #D8D2C0;
}
.contact-02-message i {
  color: var(--color-pink);
  font-size: 24px;
}
.contact-03 {
  text-align: center;
  padding: 40px 0;
}
.contact-03 img.d-md-block {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:567px) {
  .reserve-01-inner {
    background-size: 100% auto !important;
  }
}
@media screen and (max-width:767px) {
  .reserve-01-inner {
    background-size: auto 100%;
  }
  .reserve-03-price-inner {
    width: 100%;
  }
  .reserve-btn {
    width: 100%;
  }
  .reserve-btn:not(:first-of-type) {
    margin-top: 60px;
  }
  .reserve-btn .btn span {
    font-size: 20px;
  }
  .reserve-btn-comment {
    width: 60%;
    left: 20%;
    top: -40%;
  }
  .contact-02 ul {
    margin-bottom: 100px;
  }
  .contact-02 .contact-btn-comment {
    top: -70%;
  }
  .contact-btn-comment {
    width: 80%;
    left: 10%;
  }
}
@media screen and (min-width:768px) {
  .float-cta { display: none !important; }
  .reserve-02-inner, .reserve-04-inner {
    padding: 40px 60px;
  }
  .reserve-03-price-inner {
    width: calc((100% - 30px) / 3);
  }
  .reserve-btn-comment {
    top: -55%;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact-02 .l-container {
    padding: 40px 60px;
  }
  .contact-03 .l-container {
    padding: 60px 0px 100px;
  }
  .contact-btn-comment {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1389px) {
  .reserve-btn {
    width: calc((100% - 20px) / 2);
  }
  .reserve-btn:last-of-type {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1390px) {
  .reserve-btn {
    width: calc((100% - 20px) / 3);
  }
}