@charset "utf-8";
/* CSS Document */
.bg5 {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.bg5::before {
  content: "";
  position: absolute;
  left: 50%;
  top: clamp(0px, 8vw, 50px);
  bottom: 0;
  transform: translateX(-50%);
  width: 220vw;
  height: auto;
  background: #F0F3F8;
  border-radius: 50% 50% 0 0 / 10% 10% 0 0;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .bg5::before {
    top: 0;
    border-radius: 50% 50% 0 0 / 220px 220px 0 0;
  }
}
.bg5 > * {
  position: relative;
  z-index: 1;
}

.reservelink p {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  color: #fff;
  white-space: nowrap;
}
.flow_h .inner {
  max-width: 1280px;
  margin: 0 auto;
}
.flow_h .item {
  display: grid;
  grid-template-columns: clamp(260px, 32vw, 400px) 72px 1fr;
  column-gap: clamp(16px, 3vw, 40px);
  position: relative;
  padding-bottom: 60px;
  width: 100%;
}
.flow_h .item:last-child {
  padding-bottom: 0;
}
.flow_h .imgbox {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
}
.flow_h .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flow_h .col-num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.flow_h .col-num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 72px;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  border-left: 2px dotted #A7DEF2;
  pointer-events: none;
}
.flow_h .item:last-child .col-num::before {
  display: none;
}
.flow_h .circle {
  width: 65px;
  height: 65px;
  border-radius: 999px;
  border: 2px dotted #A7DEF2;
  background: #fff;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.flow_h .circle p {
  margin: 0;
  line-height: 1;
  letter-spacing: .08em;
  color: #A7DEF2;
}
.flow_h .circle p:first-child {
  font-size: 10px;
}
.flow_h .txtbox {
  margin-top: 8px;
}
.flow_h h3 {
  color: #37A1DB;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.flow_h .flow_tel {
  color: #37A1DB;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .flow_h .item {
    grid-template-columns: 1fr;
    grid-template-areas:
      "col"
      "imgbox"
      "txtbox";
    gap: 16px;
    padding-bottom: 50px;
    max-width: 500px;
    margin: 0 auto;
  }
  .flow_h .col-num {
    grid-area: col;
    justify-content: flex-start;
  }
  .flow_h .imgbox {
    grid-area: imgbox;
  }
  .flow_h .txtbox {
    grid-area: txtbox;
    margin-top: 0;
  }
  .flow_h .col-num::before {
    display: none;
  }
}
.guide_box {
  max-width: 1280px;
  background: #F0F3F8;
  border-radius: 20px;
  padding: 50px clamp(20px, 4vw, 140px);
}
.guide_box h2 {
  color: #37A1DB;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .12em;
  margin-bottom: 30px;
}
.guide_box .txtbox p {
  color: #2f291b;
  line-height: 2;
  letter-spacing: .08em;
}
.guide_box .lead {
  margin-bottom: 18px;
}
.guide_box .guide_list p {
  position: relative;
  padding-left: 18px;
}
.guide_box .guide_list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: .85em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6BCEF2;
}

.recommend_label {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: #43B8DB;
  border-radius: 999px;
  padding: 18px 30px;
  text-align: center;
  position: relative;
}
.recommend_label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 28px;
  height: 18px;
  background: #43B8DB;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.recommend_label p {
  color: #fff;
  line-height: 1;
  letter-spacing: .12em;
}
.feature_box {
  --gap: clamp(40px, 6vw, 90px);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;

  background: #fff;
  border: 1px solid #6BCEF2;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 55px);
}
.feature_box .feature_wrap {
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
}
.feature_box .feature_wrap > .imgbox {
  width: calc((100% - var(--gap)) * .42);
  border-radius: 10px;
  overflow: hidden;
}
.feature_box .feature_wrap > .imgbox img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.feature_box .feature_wrap .txtbox {
  width: calc((100% - var(--gap)) * .58);
}
.feature_box .feature_wrap h3 {
  color: #37A1DB;
  line-height: 1.7;
  letter-spacing: .12em;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
}
.feature_box .feature_wrap .txtbox > p {
  color: #2f291b;
  letter-spacing: .08em;
}
@media screen and (max-width: 900px) {
  .feature_box .feature_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .feature_box .feature_wrap > .imgbox, .feature_box .feature_wrap .txtbox {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .recommend_label {
    padding: 16px 20px;
  }
  .feature_box .feature_wrap > .imgbox {
    border-radius: 10px;
  }
}
.menubox .option_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.menubox .option_item {
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
}
.menubox .option_item p {
  margin: 0;
  white-space: nowrap;
}
.menubox .option_name {
  width: 55%;
  padding-left: 20px;
}
.menubox .option_time {
  width: 15%;
  text-align: center;
  position: relative;
  padding-right: 40px;
}
.menubox .option_price {
  width: 30%;
  padding: 18px 20px;
  padding-left: clamp(20px, 4vw, 40px);
  text-align: center;
  background: rgba(55, 161, 219, 0.28);
  flex-wrap: nowrap;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .menubox .option_item {
    flex-wrap: wrap;
  }
  .menubox .option_name {
    flex: 1 1 auto;
    width: auto;
    padding: 18px 20px;
  }
  .menubox .option_time {
    flex: 0 0 120px;
    width: 120px;
    min-width: 120px;
  }
  .menubox .option_price {
    width: 100%;
  }
  .menubox .option_item p {
    white-space: normal;
  }
}
.first_off {
  text-align: center;
  color: #2f291b;
  letter-spacing: .12em;
}
.first_off span {
  background: linear-gradient(transparent 62%, rgba(107, 206, 242, .6) 62%);
  font-size: 1.3em;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}