@charset "UTF-8";
/*Base*/
/*reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 2;
  font-size: 100%;
  font-style: normal;
  text-align: justify;
  color: #2B2B2B;
}

span, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, label, caption, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, picture, source {
  display: block;
  box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #2B2B2B;
  color: #2B2B2B;
  text-decoration: none;
}

mark {
  background-color: #2B2B2B;
  color: #2B2B2B;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

strong {
  font-weight: normal;
}

html {
  font-size: 15px;
}

/*base*/
body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  position: relative;
  font-size: 1rem;
  letter-spacing: -0.02em;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  body {
    font-size: 1.9973368842vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 2.9294274301vw;
  }
}

img[src$=".svg"] {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.lazy {
  opacity: 0;
}

.loaded {
  opacity: 1;
}

a {
  color: #2B2B2B;
  text-decoration: none;
  will-change: transform;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 641px) {
  a[href^="tel:"] {
    cursor: default;
  }
}
@media screen and (max-width: 1000px) {
  a:hover {
    opacity: 1;
  }
}
a:visited {
  color: #272727;
}

input {
  font-family: "M PLUS Rounded 1c", sans-serif;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input::-webkit-search-decoration {
  display: none;
}
input::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.hidden {
  overflow: hidden;
}

.opacity {
  opacity: 0;
  transition: 0.2s opacity;
}

.lazyload {
  opacity: 0;
  transition: 0.2s all;
}

.lazyloaded {
  opacity: 1;
}

.fadeIn {
  -webkit-animation: fadeIn 1.5s linear 0s forwards;
  animation: fadeIn 1.5s linear 0s forwards;
}

.FadeInAnime {
  opacity: 0;
  transition: 1.5s opacity ease 0.25s;
}
.FadeInAnime--On {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  background-color: #F5F6F8;
  overflow: hidden;
}

.footer {
  max-width: 750px;
  margin: 150px auto 0;
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .footer {
    margin: 19.9733688415vw auto 0;
    padding-top: 1.3315579228vw;
    padding-bottom: 1.3315579228vw;
  }
}
.footerList {
  width: 86.6666666667%;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footerList {
    margin: 0 auto 7.9893475366vw;
  }
}
.footerList__item {
  padding: 32px 40px;
  position: relative;
  border-bottom: solid 1px #D5D5D5;
}
@media screen and (max-width: 750px) {
  .footerList__item {
    padding: 4.2609853529vw 5.3262316911vw;
  }
}
.footerList__item::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  left: 1%;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  transform: rotate(-45deg);
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .footerList__item::before {
    width: 1.7310252996vw;
    height: 1.7310252996vw;
    border-right: solid 0.2663115846vw #000000;
    border-bottom: solid 0.2663115846vw #000000;
  }
}
.footerCopy {
  position: relative;
  width: 86.6666666667%;
  margin: 0 auto 44px;
}
@media screen and (max-width: 750px) {
  .footerCopy {
    margin: 0 auto 5.8588548602vw;
  }
}
.footerCopy__shop {
  letter-spacing: 0rem;
  font-size: 1.875rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .footerCopy__shop {
    letter-spacing: 0vw;
    font-size: 3.9946737683vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .footerCopy__shop {
    font-size: 3.9946737683vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.footerCopy__text {
  letter-spacing: 0rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .footerCopy__text {
    letter-spacing: 0vw;
    font-size: 2.396804261vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .footerCopy__text {
    font-size: 2.396804261vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.footerCopy__icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .footerCopy__icon {
    width: 9.3209054594vw;
    height: 9.3209054594vw;
  }
}
.footerCopy__icon--face {
  right: 0;
}
.footerCopy__icon--line {
  right: 98px;
}
@media screen and (max-width: 750px) {
  .footerCopy__icon--line {
    right: 13.0492676431vw;
  }
}

.l-Top {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
  background-color: #F5F6F8;
}

.content {
  width: 86.6666666667%;
  margin: 70px auto 0;
}
@media screen and (max-width: 750px) {
  .content {
    margin: 9.3209054594vw auto 0;
  }
}
.content.top {
  margin: 94px auto 0;
}
@media screen and (max-width: 750px) {
  .content.top {
    margin: 12.516644474vw auto 0;
  }
}

.text {
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .text {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .text {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
  }
}

.top__text {
  text-align: center;
  font-weight: 500;
}
.top__btn {
  background-color: #5D5D5D;
  border-radius: 40px;
  text-align: center;
  color: #fff !important;
  width: 400px;
  position: relative;
  display: block;
  margin: 24px auto 0;
  letter-spacing: 0rem;
  font-size: 1.625rem;
  line-height: 1.3461538462;
  text-indent: 0rem;
  padding: 23px 0;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .top__btn {
    letter-spacing: 0vw;
    font-size: 3.4620505992vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .top__btn {
    width: 53.2623169108vw;
    border-radius: 5.3262316911vw;
    margin: 3.1957390146vw auto 0;
    padding: 3.0625832224vw 0;
    font-size: 3.4620505992vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3461538462;
  }
}
.top__btn::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 5%;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(-45deg);
  margin: auto 0;
}

.shop {
  display: grid;
  grid-template-columns: 46.1538461538% 46.1538461538%;
  justify-content: space-between;
  margin: 43px 0 63px;
}
@media screen and (max-width: 750px) {
  .shop {
    margin: 5.7256990679vw 0 8.3888149134vw;
  }
}
.shopList {
  background: linear-gradient(309deg, rgb(0, 117, 186) 16%, rgb(66, 168, 229) 87%);
  border-radius: 30px;
  text-align: center;
  box-shadow: 15px 15px 15px rgba(50, 77, 123, 0.2);
  padding: 50px 0 37px;
}
@media screen and (max-width: 750px) {
  .shopList {
    border-radius: 3.9946737683vw;
    padding: 6.6577896138vw 0 4.9267643142vw;
  }
}
.shopList__btn {
  display: flex;
  flex-direction: column;
  color: #fff !important;
}
.shopList__btn--img {
  width: 70px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 750px) {
  .shopList__btn--img {
    border-image-width: 9.3209054594vw;
    margin: 0 auto 2.396804261vw;
  }
}
.shopList__btn--name {
  letter-spacing: 0rem;
  font-size: 2.9375rem;
  line-height: 1.3404255319;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .shopList__btn--name {
    letter-spacing: 0vw;
    font-size: 6.258322237vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .shopList__btn--name {
    font-size: 6.258322237vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3404255319;
  }
}
.page {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
.page__ttl {
  color: #0F81C8;
  text-align: center;
  letter-spacing: 0rem;
  font-size: 3.6875rem;
  line-height: 1.3389830508;
  text-indent: 0rem;
  margin-bottom: 55px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .page__ttl {
    letter-spacing: 0vw;
    font-size: 7.8561917443vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .page__ttl {
    font-size: 7.8561917443vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3389830508;
    margin-bottom: 7.3235685752vw;
  }
}
.page__text {
  margin-bottom: 82px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page__text {
    margin-bottom: 10.9187749667vw;
  }
}
.pageDetail {
  width: 474px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 22px 30px;
}
@media screen and (max-width: 750px) {
  .pageDetail {
    width: 63.1158455393vw;
    border-radius: 1.3315579228vw;
    padding: 2.9294274301vw 3.9946737683vw;
  }
}
.pageDetail__list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .pageDetail__list {
    margin-bottom: 0.6657789614vw;
  }
}
.pageDetail__list--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  border: solid 1px #EDEDED;
}
@media screen and (max-width: 750px) {
  .pageDetail__list--icon {
    width: 9.8535286285vw;
    height: 9.8535286285vw;
  }
}
.pageDetail__list--number {
  border-radius: 50%;
  background-color: #E35C5C;
  text-align: center;
  width: 48px;
  height: 48px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0rem;
  font-size: 1.6875rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .pageDetail__list--number {
    letter-spacing: 0vw;
    font-size: 3.5952063915vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .pageDetail__list--number {
    font-size: 3.5952063915vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    width: 6.3914780293vw;
    height: 6.3914780293vw;
  }
}
.pageDetail__list--text {
  letter-spacing: 0rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  margin-left: 16px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .pageDetail__list--text {
    letter-spacing: 0vw;
    font-size: 3.1957390146vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .pageDetail__list--text {
    font-size: 3.1957390146vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    margin-left: 2.1304926764vw;
  }
}

.monthly-calendar {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .monthly-calendar {
    width: 86.55126498vw;
  }
}
.monthly-calendar table {
  width: 100%;
}
.monthly-calendar caption {
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
  position: relative;
  margin-bottom: 67px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .monthly-calendar caption {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .monthly-calendar caption {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
    margin-bottom: 8.9214380826vw;
  }
}
.monthly-calendar caption::after {
  position: absolute;
  content: "";
  width: 102px;
  height: 2px;
  background-color: #000000;
  bottom: -18px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .monthly-calendar caption::after {
    width: 13.5818908123vw;
    height: 0.2663115846vw;
    bottom: -2.396804261vw;
  }
}
.monthly-calendar .week-title {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  text-indent: 0rem;
  font-weight: 500;
  padding: 20px;
  color: #818181;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .monthly-calendar .week-title {
    letter-spacing: 0vw;
    font-size: 2.9294274301vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .monthly-calendar .week-title {
    font-size: 2.9294274301vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3636363636;
    padding: 2.6631158455vw;
  }
}
.monthly-calendar .tue {
  color: #5AACD0;
}
.monthly-calendar .day-box {
  padding: 15px 0;
}
@media screen and (max-width: 750px) {
  .monthly-calendar .day-box {
    padding: 1.9973368842vw 0;
  }
}
.monthly-calendar .calendar-mark, .monthly-calendar .day-number {
  text-align: center;
  color: #818181;
}
.monthly-calendar .day-number {
  letter-spacing: 0rem;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .monthly-calendar .day-number {
    letter-spacing: 0vw;
    font-size: 2.9294274301vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .monthly-calendar .day-number {
    font-size: 2.9294274301vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3636363636;
  }
}
.monthly-calendar .calendar-mark {
  letter-spacing: 0rem;
  font-size: 2.125rem;
  line-height: 1.3529411765;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .monthly-calendar .calendar-mark {
    letter-spacing: 0vw;
    font-size: 4.5272969374vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .monthly-calendar .calendar-mark {
    font-size: 4.5272969374vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3529411765;
  }
}
.monthly-calendar .calendar-daylink {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E35C5C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .monthly-calendar .calendar-daylink {
    width: 7.9893475366vw;
    height: 7.9893475366vw;
  }
}

.monthly-prev-next {
  display: flex;
  align-items: center;
  width: 650px;
  margin: 55px auto 70px;
}
@media screen and (max-width: 750px) {
  .monthly-prev-next {
    width: 86.55126498vw;
    margin: 7.3235685752vw auto 9.3209054594vw;
  }
}

.monthly-prev, .monthly-next {
  width: 280px;
  border-radius: 40px;
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
  padding: 22px 0 22px 65px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .monthly-prev, .monthly-next {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .monthly-prev, .monthly-next {
    border-radius: 5.3262316911vw;
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
    padding: 2.9294274301vw 0 2.9294274301vw 8.655126498vw;
  }
}

.monthly-prev {
  margin-right: auto;
}

.monthly-next {
  background-color: #fff;
  position: relative;
}
.monthly-next::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 10%;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  transform: rotate(-45deg);
  margin: auto 0;
}

.day-calendar {
  margin-bottom: 93px;
}
@media screen and (max-width: 750px) {
  .day-calendar {
    margin-bottom: 12.3834886818vw;
  }
}
.day-calendar h3 {
  display: none;
}
.day-calendar p {
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
  position: relative;
  margin-bottom: 67px;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .day-calendar p {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .day-calendar p {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
    margin-bottom: 8.9214380826vw;
  }
}
.day-calendar p::after {
  position: absolute;
  content: "";
  width: 102px;
  height: 2px;
  background-color: #000000;
  bottom: -18px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .day-calendar p::after {
    width: 13.5818908123vw;
    height: 0.2663115846vw;
    bottom: -2.396804261vw;
  }
}
.day-calendar table {
  margin: 0;
  width: 100%;
}
.day-calendar tbody {
  display: grid;
  grid-template-columns: 300px 300px;
  justify-content: space-between;
  gap: 24px 0;
}
@media screen and (max-width: 750px) {
  .day-calendar tbody {
    grid-template-columns: 39.9467376831vw 39.9467376831vw;
  }
}
.day-calendar tr {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 23px 20px 84px;
  border-radius: 50px;
}
.day-calendar tr:first-child {
  display: none;
}
@media screen and (max-width: 750px) {
  .day-calendar tr {
    padding: 2.6631158455vw 3.0625832224vw 2.6631158455vw 11.1850865513vw;
    border-radius: 6.6577896138vw;
  }
}
.day-calendar tr .day-left {
  letter-spacing: 0rem;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .day-calendar tr .day-left {
    letter-spacing: 0vw;
    font-size: 4.793608522vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .day-calendar tr .day-left {
    font-size: 4.5272969374vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3529411765;
  }
}
.day-calendar tr .day-right .vacant {
  letter-spacing: 0rem;
  font-size: 2.125rem;
  line-height: 1.3529411765;
  text-indent: 0rem;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #E35C5C;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .day-calendar tr .day-right .vacant {
    letter-spacing: 0vw;
    font-size: 4.5272969374vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .day-calendar tr .day-right .vacant {
    font-size: 4.5272969374vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3529411765;
    width: 7.9893475366vw;
    height: 7.9893475366vw;
  }
}
.day-calendar tr .day-right .low {
  letter-spacing: 0rem;
  font-size: 2.125rem;
  line-height: 1.3529411765;
  text-indent: 0rem;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #E35C5C;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .day-calendar tr .day-right .low {
    letter-spacing: 0vw;
    font-size: 4.5272969374vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .day-calendar tr .day-right .low {
    font-size: 4.5272969374vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3529411765;
    width: 7.9893475366vw;
    height: 7.9893475366vw;
  }
}
.day-calendar tr .day-right .full {
  letter-spacing: 0rem;
  font-size: 2.125rem;
  line-height: 1.3529411765;
  text-indent: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .day-calendar tr .day-right .full {
    letter-spacing: 0vw;
    font-size: 4.5272969374vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .day-calendar tr .day-right .full {
    font-size: 4.5272969374vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3529411765;
    width: 7.9893475366vw;
    height: 7.9893475366vw;
  }
}
.day-calendar tr .day-right .booking-timelink {
  color: #fff !important;
}

.content-form #booking-reservation-fieldset {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-reservation-fieldset {
    margin-bottom: 13.3155792277vw;
  }
}
.content-form #booking-reservation-fieldset legend {
  display: none;
}
.content-form #booking-reservation-fieldset table tr {
  display: flex;
  align-items: center;
}
.content-form #booking-reservation-fieldset table th {
  font-weight: 500;
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
  width: 147px;
  height: 87px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  float: left;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-reservation-fieldset table th {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-reservation-fieldset table th {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
  }
}
.content-form #booking-reservation-fieldset table td {
  margin-left: 22px;
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-reservation-fieldset table td {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-reservation-fieldset table td {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
  }
}
.content-form #booking-reservation-fieldset table tr:last-child {
  display: none;
}
.content-form .content-text {
  width: 100%;
}
.content-form #booking_client-fieldset {
  position: relative;
  text-align: right;
  letter-spacing: 0rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking_client-fieldset {
    letter-spacing: 0vw;
    font-size: 2.396804261vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset {
    font-size: 2.396804261vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.content-form #booking_client-fieldset::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -20px;
  background-color: #000000;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset::before {
    height: 0.2663115846vw;
    top: -2.6631158455vw;
  }
}
.content-form #booking_client-fieldset legend {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  z-index: 1;
  background-color: #F5F6F8;
  position: relative;
  padding: 0 26px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking_client-fieldset legend {
    letter-spacing: 0vw;
    font-size: 4.793608522vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset legend {
    padding: 0 3.4620505992vw;
    font-size: 4.793608522vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.content-form #booking_client-fieldset .required {
  text-align: right;
  letter-spacing: 0rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking_client-fieldset .required {
    letter-spacing: 0vw;
    font-size: 2.396804261vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset .required {
    font-size: 2.396804261vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.content-form #booking_client-fieldset table {
  width: 100%;
  margin: 20px 0 104px;
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset table {
    margin: 2.6631158455vw 0 13.8482023968vw;
  }
}
.content-form #booking_client-fieldset table tr {
  background-color: #fff;
  width: 100%;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 217px auto;
  height: 100px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset table tr {
    height: 13.3155792277vw;
    grid-template-columns: 28.8948069241vw auto;
    margin-bottom: 3.9946737683vw;
  }
}
.content-form #booking_client-fieldset table tr th {
  letter-spacing: 0rem;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  text-indent: 0rem;
  padding-left: 46px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking_client-fieldset table tr th {
    letter-spacing: 0vw;
    font-size: 2.9294274301vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset table tr th {
    font-size: 2.9294274301vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3636363636;
    padding-left: 6.1251664447vw;
  }
}
.content-form #booking_client-fieldset table tr th::after {
  position: absolute;
  content: "";
  height: 63px;
  width: 3px;
  background-color: #E5E9EF;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset table tr th::after {
    width: 0.3994673768vw;
    height: 8.3888149134vw;
  }
}
.content-form #booking_client-fieldset table tr td {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 7%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-form #booking_client-fieldset table tr td.school {
  position: relative;
}
.content-form #booking_client-fieldset table tr td.school::after {
  position: absolute;
  content: "中学校";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 9%;
  display: flex;
  align-items: center;
  letter-spacing: 0rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking_client-fieldset table tr td.school::after {
    letter-spacing: 0vw;
    font-size: 3.1957390146vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset table tr td.school::after {
    font-size: 3.1957390146vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.content-form #booking_client-fieldset table tr td br {
  display: none;
}
.content-form #booking_client-fieldset table tr td input {
  letter-spacing: 0rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  padding-left: 42px;
  display: block;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking_client-fieldset table tr td input {
    letter-spacing: 0vw;
    font-size: 3.1957390146vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking_client-fieldset table tr td input {
    font-size: 3.1957390146vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    padding-left: 5.5925432756vw;
  }
}
.content-form #booking_client-fieldset table tr td input:focus-visible {
  outline: none;
}
.content-form #booking_client-fieldset table tr td input#client-company {
  width: 80%;
  margin: 0 auto 0 0;
}
.content-form #booking-message-fieldset {
  position: relative;
  text-align: right;
  letter-spacing: 0rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-message-fieldset {
    letter-spacing: 0vw;
    font-size: 2.396804261vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset {
    font-size: 2.396804261vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.content-form #booking-message-fieldset::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: -70px;
  background-color: #000000;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset::before {
    height: 0.2663115846vw;
    top: -9.3209054594vw;
  }
}
.content-form #booking-message-fieldset legend {
  text-align: center;
  letter-spacing: 0rem;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  z-index: 1;
  background-color: #F5F6F8;
  position: relative;
  padding: 0 26px;
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-message-fieldset legend {
    letter-spacing: 0vw;
    font-size: 4.793608522vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset legend {
    padding: 0 3.4620505992vw;
    margin-bottom: 6.6577896138vw;
  }
}
.content-form #booking-message-fieldset table {
  width: 100%;
  margin: 20px 0 104px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset table {
    margin: 2.6631158455vw 0 13.8482023968vw;
  }
}
.content-form #booking-message-fieldset table tr {
  background-color: #fff;
  width: 100%;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 217px auto;
  height: 270px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset table tr {
    height: 35.9520639148vw;
    grid-template-columns: 28.8948069241vw auto;
    margin-bottom: 3.9946737683vw;
    border-radius: 6.6577896138vw;
  }
}
.content-form #booking-message-fieldset table tr th {
  letter-spacing: 0rem;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  text-indent: 0rem;
  padding-left: 46px;
  position: relative;
  display: flex;
  padding: 23% 20% 0;
  height: 100%;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-message-fieldset table tr th {
    letter-spacing: 0vw;
    font-size: 2.9294274301vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset table tr th {
    font-size: 2.9294274301vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3636363636;
    padding-left: 6.1251664447vw;
  }
}
.content-form #booking-message-fieldset table tr th::after {
  position: absolute;
  content: "";
  height: 233px;
  width: 3px;
  background-color: #E5E9EF;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset table tr th::after {
    width: 0.3994673768vw;
    height: 31.0252996005vw;
  }
}
.content-form #booking-message-fieldset table tr td {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 7%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-form #booking-message-fieldset table tr td br {
  display: none;
}
.content-form #booking-message-fieldset table tr td #booking-note {
  letter-spacing: 0rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  padding-left: 42px;
  height: 86%;
  border: none;
  max-height: 270px;
  max-width: 390px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-message-fieldset table tr td #booking-note {
    letter-spacing: 0vw;
    font-size: 3.1957390146vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-message-fieldset table tr td #booking-note {
    font-size: 3.1957390146vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    padding-left: 5.5925432756vw;
    max-height: 35.9520639148vw;
    max-width: 51.930758988vw;
  }
}
.content-form #booking-message-fieldset table tr td #booking-note:focus-visible {
  outline: none;
}
.content-form #action-button button {
  width: 400px;
  margin: 0 auto;
  height: 100px;
  background-color: #0F81C8;
  border-radius: 50px;
  color: #fff !important;
  position: relative;
  letter-spacing: 0rem;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #action-button button {
    letter-spacing: 0vw;
    font-size: 4.793608522vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #action-button button {
    border-radius: 6.6577896138vw;
    width: 53.2623169108vw;
    height: 13.3155792277vw;
    font-size: 4.793608522vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.content-form #action-button button::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 10%;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .content-form #action-button button::after {
    width: 2.396804261vw;
    height: 2.396804261vw;
    border-right: solid 0.2663115846vw #fff;
    border-bottom: solid 0.2663115846vw #fff;
  }
}
.content-form #booking-confirm-fieldset {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset {
    margin-bottom: 13.3155792277vw;
  }
}
.content-form #booking-confirm-fieldset legend {
  display: none;
}
.content-form #booking-confirm-fieldset table {
  width: 100%;
}
.content-form #booking-confirm-fieldset table tr {
  width: 100%;
  display: flex;
  align-items: center;
}
.content-form #booking-confirm-fieldset table tr:nth-child(1) {
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(1) {
    margin-bottom: 14.6471371505vw;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(1) th {
  font-weight: 500;
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
  width: 147px;
  height: 87px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  float: left;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(1) th {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(1) th {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(1) td {
  margin-left: 22px;
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(1) td {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(1) td {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(2) {
  display: none;
}
.content-form #booking-confirm-fieldset table tr:nth-child(3), .content-form #booking-confirm-fieldset table tr:nth-child(11) {
  width: 100%;
  position: relative;
  text-align: center;
}
.content-form #booking-confirm-fieldset table tr:nth-child(3)::before, .content-form #booking-confirm-fieldset table tr:nth-child(11)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 23px;
  background-color: #000000;
  z-index: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(3)::before, .content-form #booking-confirm-fieldset table tr:nth-child(11)::before {
    height: 0.2663115846vw;
    top: 3.0625832224vw;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(3) td, .content-form #booking-confirm-fieldset table tr:nth-child(11) td {
  letter-spacing: 0rem;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 26px;
  background-color: #F5F6F8;
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(3) td, .content-form #booking-confirm-fieldset table tr:nth-child(11) td {
    letter-spacing: 0vw;
    font-size: 4.793608522vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(3) td, .content-form #booking-confirm-fieldset table tr:nth-child(11) td {
    font-size: 4.793608522vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    padding: 0 3.4620505992vw;
    margin-bottom: 6.6577896138vw;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(4), .content-form #booking-confirm-fieldset table tr:nth-child(5), .content-form #booking-confirm-fieldset table tr:nth-child(6), .content-form #booking-confirm-fieldset table tr:nth-child(7), .content-form #booking-confirm-fieldset table tr:nth-child(8), .content-form #booking-confirm-fieldset table tr:nth-child(9), .content-form #booking-confirm-fieldset table tr:nth-child(10) {
  background-color: #fff;
  width: 100%;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 217px auto;
  height: 100px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(4), .content-form #booking-confirm-fieldset table tr:nth-child(5), .content-form #booking-confirm-fieldset table tr:nth-child(6), .content-form #booking-confirm-fieldset table tr:nth-child(7), .content-form #booking-confirm-fieldset table tr:nth-child(8), .content-form #booking-confirm-fieldset table tr:nth-child(9), .content-form #booking-confirm-fieldset table tr:nth-child(10) {
    height: 13.3155792277vw;
    grid-template-columns: 28.8948069241vw auto;
    margin-bottom: 3.9946737683vw;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(4) th, .content-form #booking-confirm-fieldset table tr:nth-child(5) th, .content-form #booking-confirm-fieldset table tr:nth-child(6) th, .content-form #booking-confirm-fieldset table tr:nth-child(7) th, .content-form #booking-confirm-fieldset table tr:nth-child(8) th, .content-form #booking-confirm-fieldset table tr:nth-child(9) th, .content-form #booking-confirm-fieldset table tr:nth-child(10) th {
  letter-spacing: 0rem;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  text-indent: 0rem;
  padding-left: 46px;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 400;
  background: none;
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(4) th, .content-form #booking-confirm-fieldset table tr:nth-child(5) th, .content-form #booking-confirm-fieldset table tr:nth-child(6) th, .content-form #booking-confirm-fieldset table tr:nth-child(7) th, .content-form #booking-confirm-fieldset table tr:nth-child(8) th, .content-form #booking-confirm-fieldset table tr:nth-child(9) th, .content-form #booking-confirm-fieldset table tr:nth-child(10) th {
    letter-spacing: 0vw;
    font-size: 2.9294274301vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(4) th, .content-form #booking-confirm-fieldset table tr:nth-child(5) th, .content-form #booking-confirm-fieldset table tr:nth-child(6) th, .content-form #booking-confirm-fieldset table tr:nth-child(7) th, .content-form #booking-confirm-fieldset table tr:nth-child(8) th, .content-form #booking-confirm-fieldset table tr:nth-child(9) th, .content-form #booking-confirm-fieldset table tr:nth-child(10) th {
    font-size: 2.9294274301vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3636363636;
    padding-left: 6.1251664447vw;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(4) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(5) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(6) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(7) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(8) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(9) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(10) th::after {
  position: absolute;
  content: "";
  height: 63px;
  width: 3px;
  background-color: #E5E9EF;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(4) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(5) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(6) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(7) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(8) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(9) th::after, .content-form #booking-confirm-fieldset table tr:nth-child(10) th::after {
    width: 0.3994673768vw;
    height: 8.3888149134vw;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(4) td, .content-form #booking-confirm-fieldset table tr:nth-child(5) td, .content-form #booking-confirm-fieldset table tr:nth-child(6) td, .content-form #booking-confirm-fieldset table tr:nth-child(7) td, .content-form #booking-confirm-fieldset table tr:nth-child(8) td, .content-form #booking-confirm-fieldset table tr:nth-child(9) td, .content-form #booking-confirm-fieldset table tr:nth-child(10) td {
  height: 100%;
  display: flex;
  padding-right: 7%;
  align-items: center;
  letter-spacing: 0rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  padding-left: 42px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(4) td, .content-form #booking-confirm-fieldset table tr:nth-child(5) td, .content-form #booking-confirm-fieldset table tr:nth-child(6) td, .content-form #booking-confirm-fieldset table tr:nth-child(7) td, .content-form #booking-confirm-fieldset table tr:nth-child(8) td, .content-form #booking-confirm-fieldset table tr:nth-child(9) td, .content-form #booking-confirm-fieldset table tr:nth-child(10) td {
    letter-spacing: 0vw;
    font-size: 3.1957390146vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(4) td, .content-form #booking-confirm-fieldset table tr:nth-child(5) td, .content-form #booking-confirm-fieldset table tr:nth-child(6) td, .content-form #booking-confirm-fieldset table tr:nth-child(7) td, .content-form #booking-confirm-fieldset table tr:nth-child(8) td, .content-form #booking-confirm-fieldset table tr:nth-child(9) td, .content-form #booking-confirm-fieldset table tr:nth-child(10) td {
    font-size: 3.1957390146vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    padding-left: 5.5925432756vw;
  }
}
.content-form #booking-confirm-fieldset table tr:nth-child(10) {
  margin-bottom: 105px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:nth-child(10) {
    margin-bottom: 13.9813581891vw;
  }
}
.content-form #booking-confirm-fieldset table tr:last-child {
  background-color: #fff;
  width: 100%;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 217px auto;
  height: 270px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:last-child {
    height: 35.9520639148vw;
    grid-template-columns: 28.8948069241vw auto;
    margin-bottom: 3.9946737683vw;
  }
}
.content-form #booking-confirm-fieldset table tr:last-child th {
  letter-spacing: 0rem;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  text-indent: 0rem;
  padding-left: 46px;
  position: relative;
  display: flex;
  padding: 23% 20% 0;
  height: 100%;
  font-weight: 400;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table tr:last-child th {
    letter-spacing: 0vw;
    font-size: 2.9294274301vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:last-child th {
    font-size: 2.9294274301vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3636363636;
    padding-left: 6.1251664447vw;
  }
}
.content-form #booking-confirm-fieldset table tr:last-child th::after {
  position: absolute;
  content: "";
  height: 233px;
  width: 3px;
  background-color: #E5E9EF;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:last-child th::after {
    width: 0.3994673768vw;
    height: 31.0252996005vw;
  }
}
.content-form #booking-confirm-fieldset table tr:last-child td {
  height: 90%;
  padding-right: 7%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0rem;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  padding-left: 42px;
  border: none;
  max-height: 270px;
  max-width: 400px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table tr:last-child td {
    letter-spacing: 0vw;
    font-size: 3.1957390146vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table tr:last-child td {
    font-size: 3.1957390146vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    padding-left: 5.5925432756vw;
    max-height: 35.9520639148vw;
    max-width: 53.2623169108vw;
  }
}
.content-form #booking-confirm-fieldset table .option-confirm-header {
  letter-spacing: 0rem;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 26px;
  background-color: #F5F6F8;
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .content-form #booking-confirm-fieldset table .option-confirm-header {
    letter-spacing: 0vw;
    font-size: 4.793608522vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .content-form #booking-confirm-fieldset table .option-confirm-header {
    font-size: 4.793608522vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
    padding: 0 3.4620505992vw;
    margin-bottom: 6.6577896138vw;
  }
}

.finish__text {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .finish__text {
    margin-bottom: 2.6631158455vw;
  }
}
.finish__btn {
  width: 400px;
  margin: 0 auto 120px;
  height: 100px;
  background-color: #0F81C8;
  border-radius: 50px;
  color: #fff !important;
  position: relative;
  letter-spacing: 0rem;
  font-size: 2.25rem;
  line-height: 1.3333333333;
  text-indent: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .finish__btn {
    letter-spacing: 0vw;
    font-size: 4.793608522vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .finish__btn {
    margin: 0 auto 15.9786950732vw;
    border-radius: 6.6577896138vw;
    width: 53.2623169108vw;
    height: 13.3155792277vw;
    font-size: 4.793608522vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3333333333;
  }
}
.finish__btn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 10%;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .finish__btn::after {
    width: 2.396804261vw;
    height: 2.396804261vw;
    border-right: solid 0.2663115846vw #fff;
    border-bottom: solid 0.2663115846vw #fff;
  }
}
.finish__return {
  width: 330px;
  margin: 0 auto;
  border-bottom: solid 1px #000000;
  position: relative;
  text-align: center;
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.3214285714;
  text-indent: 0rem;
  display: block;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .finish__return {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .finish__return {
    width: 43.9414114514vw;
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.3214285714;
  }
}
.finish__return::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 5%;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  transform: rotate(-45deg);
  margin: auto 0;
}
@media screen and (max-width: 750px) {
  .finish__return::before {
    width: 1.5978695073vw;
    height: 1.5978695073vw;
    border-right: solid 0.2663115846vw #000000;
    border-bottom: solid 0.2663115846vw #000000;
  }
}

.confirmation__ttl {
  color: #E35C5C;
  letter-spacing: 0rem;
  font-size: 3.6875rem;
  line-height: 1.4406779661;
  text-indent: 0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .confirmation__ttl {
    letter-spacing: 0vw;
    font-size: 7.8561917443vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .confirmation__ttl {
    font-size: 7.8561917443vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.4406779661;
    margin-bottom: 13.3155792277vw;
  }
}
.confirmationAbout__term {
  letter-spacing: 0rem;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  text-indent: 0rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .confirmationAbout__term {
    letter-spacing: 0vw;
    font-size: 5.0599201065vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .confirmationAbout__term {
    font-size: 5.0599201065vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.4473684211;
    margin-bottom: 3.9946737683vw;
  }
}
.confirmationAbout__term img {
  width: 51px;
  height: 43px;
}
@media screen and (max-width: 750px) {
  .confirmationAbout__term img {
    width: 6.7909454061vw;
    height: 5.7256990679vw;
  }
}
.confirmationAbout__desc {
  margin-bottom: 96px;
}
@media screen and (max-width: 750px) {
  .confirmationAbout__desc {
    margin-bottom: 12.7829560586vw;
  }
}
.confirmationAbout__desc--text {
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.7857142857;
  text-indent: 0rem;
  margin-bottom: 20px;
  font-weight: 600;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .confirmationAbout__desc--text {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .confirmationAbout__desc--text {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.7857142857;
    margin-bottom: 2.6631158455vw;
  }
}
.confirmationAbout__desc--text span {
  border-bottom: solid 3px #E35C5C;
}
.confirmationAbout__desc--tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -80px;
  margin-bottom: -10px;
}
@media screen and (max-width: 750px) {
  .confirmationAbout__desc--tel {
    margin-right: -10.6524633822vw;
    margin-bottom: -1.3315579228vw;
  }
}
.confirmationAbout__desc--tel p {
  font-weight: 600;
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  text-indent: 0rem;
  margin-right: 18px;
  margin-top: -16px;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .confirmationAbout__desc--tel p {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .confirmationAbout__desc--tel p {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.4285714286;
    margin-right: 2.396804261vw;
    margin-top: -2.1304926764vw;
  }
}
.confirmationAbout__desc--tel a {
  width: 538px;
  display: block;
}
@media screen and (max-width: 750px) {
  .confirmationAbout__desc--tel a {
    width: 71.637816245vw;
  }
}
.confirmation__text {
  letter-spacing: 0rem;
  font-size: 1.75rem;
  line-height: 1.4285714286;
  text-indent: 0rem;
  text-align: center;
  margin: -27px 0 67px;
  font-weight: 600;
}
@media screen and (min-width: 751px) and (max-width: 751px) {
  .confirmation__text {
    letter-spacing: 0vw;
    font-size: 3.7283621838vw;
    text-indent: 0vw;
  }
}
@media screen and (max-width: 750px) {
  .confirmation__text {
    font-size: 3.7283621838vw;
    letter-spacing: 0vw;
    text-indent: 0vw;
    line-height: 1.4285714286;
  }
}
.confirmation__img {
  margin: 0 auto 78px;
  width: 40px;
}
@media screen and (max-width: 750px) {
  .confirmation__img {
    margin: 0 auto 10.3861517976vw;
    width: 5.3262316911vw;
  }
}
.confirmationBtn--01 {
  width: 192px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 750px) {
  .confirmationBtn--01 {
    width: 25.5659121172vw;
    margin: 0 1.3315579228vw 0 0;
  }
}
.confirmationBtn--02 {
  width: 444px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .confirmationBtn--02 {
    width: 59.121171771vw;
  }
}/*# sourceMappingURL=main.css.map */