@charset "UTF-8";
/* CSS Document */
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --sub-font: "Shippori Mincho", serif;
  --en-font: "Oswald", sans-serif;
  --en-font2: "EB Garamond", serif;
  --base-color: #333;
  --white: #FFF;
  --white2: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 8.04%, rgba(255, 255, 255, 1) 100%);
  --white3: rgba(255,255,255,0.16);
  --white4: rgba(255,255,255,0.8);
  --white5: rgba(254,254,255,0.2);
  --white6: rgba(255,255,255,0.7);
  --white7: rgba(255,255,255,0.4);
  --white8: rgba(255,255,255,0.89);
  --blue1: #2d6297;
  --blue2: rgba(110,153,166,0.8);
  --blue3: rgba(45, 98, 151, 0.8);
  --blue4: rgba(96, 123, 176, 0.3);
  --blue5: rgba(96, 123, 176, 0.8);
  --blue6: #96b0cb;
  --blue7: #F5F8F8;
  --blue8: rgba(96, 143, 157, 0.8);
  --blue9: rgba(205, 217, 222, 0.6);
  --blue10: #E8ECEC;
  --blue11: #8ab8db;
  --blue12: #708db9;
  --blue13: #6090ba;
  --blue14: rgba(96,182,199,0.79);
  --blue15: rgba(209,234,239,0.79);
  --blue16: #008a95;
  --blue17: rgba(45, 98, 151, 0.15);
  --blue18: #e2e9f0;
  --blue19: #7db0d7;
  --blue20: rgba(226, 233, 240, 0.3);
  --blue21: #607bb0;
  --blue22: rgba(45, 98, 151, 0.7);
  --blue23: rgba(45, 98, 151, 0.2);
  --blue24: rgba(127, 152, 184, 0.2);
  --blue25: rgba(111, 154, 191, 0.8);
  --blue26: rgba(45, 98, 151, 0.3);
  --blue27: #313b4d;
  --yellow1: rgba(182,157,57,0.3);
  --yellow2: rgba(182,157,57,0.8);
  --yellow3: rgba(210,156,58,0.8);
  --yellow4: rgba(255,245,168,0.4);
  --yellow5: #E2C182;
  --yellow6: #fff5a8;
  --yellow7: #fff5af;
  --yellow8: rgba(211,192,102,0.85);
  --yellow9: #D6A64D;
  --yellow10: #faf8ee;
  --yellow11: #b69d39;
  --yellow12: rgba(178,154,13,0.8);
  --brown1: rgba(214,166,77,0.8);
  --brown2: rgba(214,166,77,0.45);
  --brown3: rgba(160,98,83,0.8);
  --brown4: rgba(203,119,35,0.8);
  --black1: rgba(51,51,63,0.26);
  --black2: rgba(0,0,0,0.1);
  --black3: rgba(0,0,0,0.3);
  --black4: rgba(51,51,63,0.15);
  --red1: rgba(172,117,104,0.3);
  --red2: rgba(172,117,104,0.8);
  --red3: #bc9394;
  --red4: rgba(194,124,122,0.8);
  --red5: rgba(240,218,222,0.8);
  --red6: #bb6e6c;
  --red7: rgba(183,112,113,0.8);
  --red8: #c7754d;
  --red9: #d28f80;
  --red10: #ac7568;
  --red11: rgba(210,143,128,0.8);
  --green1: rgba(108,173,146,0.3);
  --green2: rgba(108,173,146,0.8);
  --green3: #8cc6ad;
  --green4: rgba(141, 174, 118, 0.15);
  --green5: #8b9d64;
  --green6: #8dae76;
  --green7: #e8efe4;
  --green8: rgba(141, 174, 118, 0.8);
  --green9: #6cad92;
  --green10: #dbff81;
  --green11: rgba(93, 147, 116, 0.8);
  --green12: rgba(131, 186, 163, 0.8);
  --gray1: #F5F8F8;
  --purple1: #bcb1d7;
  --pink1: rgba(213,127,122,0.8);
  --gradient1: linear-gradient(45deg, rgba(236, 244, 210, 1) 0%, rgba(196, 215, 250, 1) 100%);
  --gradient2: linear-gradient(90deg, rgba(245, 219, 231, 1) 0%, rgba(237, 190, 213, 1) 50%, rgba(236, 185, 210, 1) 57.24%, rgba(230, 162, 196, 1) 100%);
  --gradient3: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 2.04%, rgba(255, 255, 255, 0.08) -2%, rgba(255, 255, 255, 1) 64%);
}

@-webkit-keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotateLogos {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateLogos {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.subMv {
  width: 100%;
  aspect-ratio: 3/1;
  position: relative;
}
.subMv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subMv::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media all and (max-width: 896px) {
  .subMv {
    aspect-ratio: 16/9;
  }
}

.pankuzu {
  margin-top: 0;
  padding: 20rem 0 0;
  position: relative;
}
@media all and (min-width: 898px) and (max-width: 1300px) {
  .pankuzu {
    padding-top: 25rem;
  }
}
@media all and (max-width: 896px) {
  .pankuzu {
    padding-top: 15rem;
  }
}
.pankuzu ul {
  max-width: 1100px;
  margin: 0 auto;
}
@media all and (min-width: 898px) and (max-width: 1300px) {
  .pankuzu ul {
    width: 100%;
    padding: 0 5rem;
  }
}
@media all and (max-width: 896px) {
  .pankuzu ul {
    width: 100%;
    padding: 0 3rem;
  }
}
.pankuzu ul li {
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: 2.5px;
}
@media all and (max-width: 896px) {
  .pankuzu ul li {
    font-size: 1rem;
  }
}
.pankuzu ul li:not(:last-of-type):after {
  content: "＞";
  margin-left: 0.5em;
}

.subMv + .pankuzu {
  padding-top: 3rem;
}
@media all and (max-width: 896px) {
  .subMv + .pankuzu {
    padding-top: 2rem;
  }
}

/*pankuzu*/
.comAnchorBox ul {
  margin: 0 auto;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.comAnchorBox ul li {
  width: 48%;
  margin-bottom: 1rem;
}
.comAnchorBox ul li a {
  border-bottom: 1px solid;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding: 12px 20px 12px 0;
  position: relative;
}
.comAnchorBox ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--base-color);
  border-right: 1px solid var(--base-color);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media all and (max-width: 896px) {
  .comAnchorBox ul {
    display: block;
    width: auto;
  }
  .comAnchorBox ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .comAnchorBox ul li:last-child {
    margin-bottom: 0;
  }
  .comAnchorBox ul li a {
    background-position: right 2px center;
    font-size: 1.1rem;
    padding: 9px 20px 8px 0;
  }
}

/*comAnchorBox*/
main {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
  background-color: var(--blue17);
}
main:before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  z-index: -1;
}
main a:hover {
  opacity: 0.5;
}
main h1.no-section {
  text-align: center;
  margin-block: 6rem 3rem;
  display: block;
  font-family: var(--sub-font);
  color: var(--white);
  font-size: 8rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media all and (max-width: 896px) {
  main h1.no-section {
    font-size: 3rem;
    margin-block: 4rem 0;
  }
}
main .subMv h1.no-section {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  z-index: 1;
  color: #fff;
}
@media all and (max-width: 896px) {
  main .subMv h1.no-section {
    top: 60%;
  }
}
main section:not([class]) {
  display: block;
  margin: 0 auto;
  padding: 7rem 0 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1100px;
}
@media all and (min-width: 898px) and (max-width: 1300px) {
  main section:not([class]) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) {
    width: 100%;
    padding: 5rem 2.5rem 0;
    margin: 0;
  }
}
main section:not([class]):not(:has(~ section:not([class]))) {
  padding-bottom: 15rem;
}
@media all and (max-width: 896px) {
  main section:not([class]):not(:has(~ section:not([class]))) {
    padding-bottom: 7.5rem;
  }
}
main section:not([class]) > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) * {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
main section:not([class]) h2 + *, main section:not([class]) h3 + *, main section:not([class]) h4 + *, main section:not([class]) h5 + *, main section:not([class]) h6 + * {
  margin-top: 0 !important;
}
main section:not([class]) h2 + img, main section:not([class]) h3 + img {
  display: block;
  width: 100%;
  margin: 4rem auto;
}
@media all and (max-width: 896px) {
  main section:not([class]) h2 + img, main section:not([class]) h3 + img {
    margin: 1.8rem 0;
  }
}
main section:not([class]) h2:not([class]) {
  font-weight: 700;
  font-size: 3.3rem;
  font-family: var(--sub-font);
  line-height: 1.6;
  background: var(--blue1);
  color: var(--white);
  text-align: center;
  margin: 0 0 4rem;
  padding: 0.5em 1em;
}
@media all and (max-width: 896px) {
  main section:not([class]) h2:not([class]) {
    font-size: 1.9rem;
    margin: 6rem 0 2.5rem;
  }
}
main section:not([class]) h3:not([class]) {
  color: var(--blue1);
  font-weight: 600;
  font-size: 2.8rem;
  font-family: var(--sub-font);
  margin: 8rem 0 3rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--blue1);
}
@media all and (max-width: 896px) {
  main section:not([class]) h3:not([class]) {
    font-size: 1.9rem;
    margin: 5rem 0 2rem;
  }
}
main section:not([class]) h4:not([class]) {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: var(--sub-font);
  color: var(--blue1);
  letter-spacing: 0.1em;
  margin: 5rem 0 3rem;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  main section:not([class]) h4:not([class]) {
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
  }
}
main section:not([class]) h5:not([class]) {
  font-size: 2.3rem;
  font-weight: 700;
  font-family: var(--sub-font);
  color: var(--blue1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0 0.5em;
  line-height: 2;
}
@media all and (max-width: 896px) {
  main section:not([class]) h5:not([class]) {
    font-size: 1.7rem;
    margin: 3rem 0 1rem;
    line-height: 1.5;
  }
}
main section:not([class]) p, main section:not([class]) dd {
  text-align: justify;
  margin-bottom: 1em;
  line-height: 2;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) p, main section:not([class]) dd {
    font-size: 1.5rem;
  }
}
main section:not([class]) p strong, main section:not([class]) dd strong {
  font-weight: 700;
  color: var(--blue3);
}
main section:not([class]) p small, main section:not([class]) dd small {
  font-size: 0.85em;
}
main section:not([class]) p + .comBtn, main section:not([class]) dd + .comBtn {
  margin-top: 4rem;
}
main section:not([class]) p > a, main section:not([class]) dd > a {
  border-bottom: 1px solid;
}
main section:not([class]) * > small {
  font-size: 0.75em;
}
@media all and (max-width: 896px) {
  main section:not([class]) .comBtn {
    max-width: 100%;
  }
}
main section:not([class]) .comBtn + .comBtn {
  margin-top: 5rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) .comBtn + .comBtn {
    margin-top: 5vw;
  }
}
main section:not([class]) img + p, main section:not([class]) a + p {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) img + p, main section:not([class]) a + p {
    margin-top: 3vw;
  }
}
main section:not([class]) .side-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img {
    margin: 8vw 0;
  }
}
main section:not([class]) .side-img .content {
  width: 55%;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section:not([class]) .side-img .content.sonomama {
    width: 45%;
  }
}
main section:not([class]) .side-img .content > *:first-child {
  margin-top: 0;
}
main section:not([class]) .side-img .content > *:last-child {
  margin-bottom: 0;
}
main section:not([class]) .side-img .img {
  width: 40%;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 5vw;
  }
}
main section:not([class]) .side-img .img img:nth-child(2) {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .img img:nth-child(2) {
    display: none;
  }
}
main section:not([class]) .side-img.img-small .img {
  width: 250px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img.img-small .img {
    width: 100%;
  }
}
main section:not([class]) .side-img.img-small .content {
  width: calc(100% - 300px);
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img.img-small .content {
    width: 100%;
  }
}
main section:not([class]) .side-img .half {
  width: calc(50% - 20px);
  margin-bottom: 0px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half {
    width: 100%;
    margin-bottom: 10vw;
  }
}
main section:not([class]) .side-img .half:nth-child(n+3) {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half:nth-child(n+3) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .half > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .side-img .half > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .side-img .half.sonomama {
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .half.sonomama {
    width: calc(50% - 5px);
  }
}
main section:not([class]) .side-img .half.sonomama p span {
  color: var(--base-color);
}
main section:not([class]) .side-img .half.sonomama:nth-child(2) {
  text-align: right;
}
main section:not([class]) .side-img .three-column {
  margin-bottom: 0;
  width: calc(33.3333333333% - 30px);
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .three-column {
    width: 100%;
    margin-bottom: 10vw;
  }
}
main section:not([class]) .side-img .three-column:nth-child(n+4) {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .three-column:nth-child(n+4) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .three-column:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .three-column > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .side-img .three-column > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .side-img .three-column img + p {
  margin-top: 15px;
  text-align: center;
}
main section:not([class]) .side-img .four-column {
  margin-bottom: 0;
  width: calc(25% - 30px);
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .four-column {
    width: calc(50% - 10px);
    margin-bottom: 5vw;
  }
  main section:not([class]) .side-img .four-column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .four-column:nth-child(n+5) {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .four-column:nth-child(n+5) {
    margin-top: 0;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) .side-img .four-column:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) .side-img .four-column > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .side-img .four-column > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .side-img .four-column img + p {
  margin-top: 15px;
  text-align: center;
}
main section:not([class]) {
  /*.side-img*/
}
main section:not([class]) .img-with-circle {
  position: relative;
  display: block;
  margin: 4rem 0;
  container-type: inline-size;
  container-name: img-circle;
}
@media all and (max-width: 896px) {
  main section:not([class]) .img-with-circle {
    margin: 1.8rem 0;
  }
}
main section:not([class]) .img-with-circle img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  border-radius: 10px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .img-with-circle img {
    border-radius: 1rem;
  }
}
main section:not([class]) .circle-label {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 2;
  width: 30%;
  height: 0;
  padding-bottom: 28%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--blue7);
}
@media all and (max-width: 896px) {
  main section:not([class]) .circle-label {
    top: -9%;
    width: 38%;
    padding-bottom: 35%;
  }
}
main section:not([class]) .circle-label p {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: var(--gold2);
  line-height: 1.5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .circle-label p {
    font-size: 1.2rem;
  }
}
main section:not([class]) ul:not([class]) {
  margin: 4rem 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) {
    margin: 3rem 0;
  }
}
main section:not([class]) ul:not([class]) li {
  font-size: 1.6rem;
  padding-left: 3rem;
  position: relative;
  line-height: 2;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) li {
    font-size: 1.3rem;
  }
  main section:not([class]) ul:not([class]) li > p {
    font-size: 1.3rem;
  }
}
main section:not([class]) ul:not([class]) li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--blue1);
  position: absolute;
  left: 0.2rem;
  top: 0.9rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) li:before {
    top: 0.6rem;
  }
}
main section:not([class]) ul:not([class]) li + li {
  margin-top: 2rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul:not([class]) li + li {
    margin-top: 1.6rem;
  }
}
main section:not([class]) {
  /*ul*/
}
main section:not([class]) ul.inline-list li {
  background: var(--blue1);
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1em;
  color: var(--white);
  display: inline-block;
}
@media all and (max-width: 896px) {
  main section:not([class]) ul.inline-list li {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
}
main section:not([class]) ul.dot-list li {
  margin-block: 0.5em;
  position: relative;
  padding-left: 1em;
}
main section:not([class]) ul.dot-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--base-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
main section:not([class]) ol:not([class]) {
  margin: 4rem 0;
  counter-reset: number;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) {
    margin: 3rem 0;
  }
}
main section:not([class]) ol:not([class]) li {
  font-size: 1.6rem;
  padding-left: 6.4rem;
  position: relative;
  min-height: 5rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li {
    font-size: 1.3rem;
    line-height: 2.6rem;
    padding-left: 4rem;
    margin-bottom: 2.5rem;
  }
  main section:not([class]) ol:not([class]) li > p {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li:last-child {
    margin-bottom: 0;
  }
}
main section:not([class]) ol:not([class]) li:before {
  font-weight: 500;
  font-size: 2rem;
  color: var(--white);
  letter-spacing: 0;
  counter-increment: number;
  content: counter(number);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, right top, left top, from(var(--blue1)), to(var(--blue18)));
  background: linear-gradient(to left, var(--blue1), var(--blue18));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li:before {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
}
main section:not([class]) ol:not([class]) li strong:first-of-type {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li strong:first-of-type {
    margin-bottom: 0;
  }
}
main section:not([class]) ol:not([class]) li + li {
  margin-top: 5rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol:not([class]) li + li {
    margin-top: 2.35rem;
  }
}
main section:not([class]) {
  /*ol*/
}
main section:not([class]) ol.flow {
  counter-reset: flow;
  margin: 5rem 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow {
    margin: 4rem 0;
  }
}
main section:not([class]) ol.flow li {
  position: relative;
  line-height: 2 !important;
  text-align: justify;
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li {
    font-size: 1.5rem;
  }
  main section:not([class]) ol.flow li > p {
    font-size: 1.3rem;
  }
}
main section:not([class]) ol.flow li > p strong {
  font-weight: 700;
  color: var(--blue3);
}
main section:not([class]) ol.flow li:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) ol.flow li + li {
  margin-top: 4rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li + li {
    margin-top: 2.5rem;
  }
}
main section:not([class]) ol.flow li > strong:first-of-type {
  position: relative;
  padding-left: 4rem;
  display: block;
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 1.8rem;
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li > strong:first-of-type {
    font-size: 1.5rem;
    padding-left: 3.5rem;
  }
}
main section:not([class]) ol.flow li > strong:first-of-type:before {
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--white);
  counter-increment: flow;
  content: counter(flow);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--blue1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 4px;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li > strong:first-of-type:before {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.4rem;
    top: 0.3rem;
  }
}
main section:not([class]) ol.flow li img {
  width: 35rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li img {
    width: 100%;
    position: static;
    margin-top: 1.5rem;
    display: block;
  }
}
main section:not([class]) ol.flow li.has-img {
  padding-right: 40rem;
  margin-bottom: 10rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.flow li.has-img {
    padding: 0;
    margin-bottom: 6rem;
  }
}
main section:not([class]) {
  /*ol.flow*/
}
main section:not([class]) ol.card-list {
  counter-reset: card;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin: 4rem 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list {
    margin: 3rem 0;
    /* もしSPでカード間の隙間を狭くしたい場合はここで gap: 1.5rem; 等を指定 */
  }
}
main section:not([class]) ol.card-list.two-column li {
  width: calc(50% - 1.5rem);
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list.two-column li {
    width: 100%;
  }
}
main section:not([class]) ol.card-list li {
  color: var(--blue27);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 2rem;
  padding: 2rem 2rem 2.6rem;
  width: calc(33% - 1.5rem);
  line-height: 2;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list li {
    width: 100%;
    font-size: 1.3rem;
  }
}
main section:not([class]) ol.card-list li strong:first-of-type {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--blue6);
  margin-bottom: 1em;
  padding-bottom: 0.6em;
  position: relative;
  text-align: center;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list li strong:first-of-type {
    font-size: 1.6rem;
  }
}
main section:not([class]) ol.card-list li strong:first-of-type::before {
  color: var(--blue6);
  content: counter(card, decimal-leading-zero);
  counter-increment: card;
  display: block;
  font-family: var(--sub-font);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
  text-align: center;
}
@media all and (max-width: 896px) {
  main section:not([class]) ol.card-list li strong:first-of-type::before {
    font-size: 2.3rem;
    margin-bottom: 0.3em;
  }
}
main section:not([class]) ol.card-list li strong:first-of-type::after {
  background: var(--blue6);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
main section:not([class]) table:not(.no-style) {
  width: 100%;
  margin: 4rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border-block: 1px solid var(--blue1);
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style) {
    margin: 3rem 0;
  }
}
main section:not([class]) table:not(.no-style) tr:last-child th,
main section:not([class]) table:not(.no-style) tr:last-child td {
  border-bottom: none;
}
main section:not([class]) table:not(.no-style) th, main section:not([class]) table:not(.no-style) td {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 1em;
  vertical-align: middle;
  border-bottom: 1px dashed var(--blue1);
}
main section:not([class]) table:not(.no-style) th {
  background: var(--white);
  color: var(--blue1);
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style) th {
    font-size: 1.3rem;
    width: 30%;
  }
}
main section:not([class]) table:not(.no-style) th small {
  font-weight: 500;
  font-size: 0.8em;
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style) td {
    font-size: 1.3rem;
    width: 70%;
  }
  main section:not([class]) table:not(.no-style) td > p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
main section:not([class]) table:not(.no-style) td > *:last-child {
  margin-bottom: 0;
}
main section:not([class]) table:not(.no-style) td a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  word-wrap: break-word;
}
main section:not([class]) table:not(.no-style).price-table th {
  width: 65%;
}
main section:not([class]) table:not(.no-style).three-row th, main section:not([class]) table:not(.no-style).three-row td {
  width: 30%;
}
main section:not([class]) table:not(.no-style).three-row th {
  text-align: center;
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style).three-row th, main section:not([class]) table:not(.no-style).three-row td {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) table:not(.no-style).sp-break {
    display: block;
    border-top: none;
  }
  main section:not([class]) table:not(.no-style).sp-break tbody, main section:not([class]) table:not(.no-style).sp-break tr, main section:not([class]) table:not(.no-style).sp-break th, main section:not([class]) table:not(.no-style).sp-break td {
    display: block;
    width: 100%;
  }
  main section:not([class]) table:not(.no-style).sp-break tr:last-child th {
    border-bottom: 1px dashed var(--blue1);
  }
  main section:not([class]) table:not(.no-style).sp-break th {
    text-align: center;
    padding: 0.5em 1em;
    border-top: 1px solid var(--blue1);
  }
  main section:not([class]) table:not(.no-style).sp-break td {
    border-bottom: none;
  }
}
main section:not([class]) {
  /*table*/
}
main section:not([class]) details {
  margin-top: 3rem;
}
main section:not([class]) details > summary {
  position: relative;
  display: block;
  padding: 1.2rem 4rem 1.2rem 2rem;
  border-radius: 9999px;
  border: 1px solid var(--base-color);
  background-color: var(--white);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  -webkit-transition: background-color 0.7s ease, color 0.7s ease;
  transition: background-color 0.7s ease, color 0.7s ease;
}
main section:not([class]) details > summary:hover {
  background-color: var(--base-color);
  color: #fff;
}
main section:not([class]) details > summary {
  /* デフォルトの三角マーカーを非表示 */
}
main section:not([class]) details > summary::-webkit-details-marker {
  display: none;
}
main section:not([class]) details > summary::after {
  content: "＋";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  font-size: 1.8rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
main section:not([class]) details[open] > summary::after {
  content: "－";
}
main section:not([class]) details {
  /* 中身の余白調整 */
}
main section:not([class]) details > *:not(summary) {
  margin-top: 2rem;
}
@media all and (max-width: 896px) {
  main section:not([class]) details > summary {
    padding: 1rem 3.5rem 1rem 1.6rem;
    font-size: 1.4rem;
  }
}
main section:not([class]) dl:not([class]) {
  width: 100%;
  margin: 5rem auto 4rem;
  padding: 40px 50px;
  background: var(--white);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) dl:not([class]) {
    margin: 4rem auto 3rem;
    padding: 8vw 6vw;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
main section:not([class]) dl:not([class]) > *:first-child {
  margin-top: 0;
}
main section:not([class]) dl:not([class]) > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) {
  /*dl*/
}
main section:not([class]) dl {
  margin-bottom: 5rem;
}
main section:not([class]) dl:not(.question) > dt {
  background: var(--blue1);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main section:not([class]) dl dt {
  font-size: 2rem;
  color: var(--blue1);
  font-weight: 500;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
@media all and (max-width: 896px) {
  main section:not([class]) dl dt {
    font-size: 1.75rem;
    margin-bottom: 3vw;
  }
}
main section:not([class]) dl dt:nth-child(n+2) {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  main section:not([class]) dl dt:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media all and (max-width: 896px) {
  main section:not([class]) dl .side-img {
    margin-top: 0;
  }
}
main section:not([class]) dl dd > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) dl dd > ul:not([class]) {
  margin-block: 2rem;
}
main section:not([class]) dl {
  /*dd*/
}
main section:not([class]) dl hr {
  display: block;
  margin: 30px 0;
  border-top: 1px solid var(--base-color);
}
main section:not([class]) dl.question dt {
  position: relative;
  padding-left: 1.7em; /* Q. の幅分余白を空ける */
  text-indent: -1.7em; /* 2行目以降のインデントをQ.に揃える */
  font-weight: 500;
  margin-top: 2em;
}
main section:not([class]) dl.question dt:first-child {
  margin-top: 0;
}
main section:not([class]) dl.question dt:before {
  content: "Q.";
  color: var(--blue1);
  font-weight: bold;
  margin-right: 0.5em;
}
main section:not([class]) dl.question dd {
  margin-bottom: 1em;
  line-height: 2;
}
main section:not([class]) .hosoku {
  width: 100%;
  margin: 5rem auto 4rem;
  padding: 40px 50px;
  background: rgba(133, 106, 185, 0.09);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .hosoku {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 4rem auto 3rem;
    padding: 8vw 6vw;
  }
}
main section:not([class]) .hosoku > *:first-child {
  margin-top: 0 !important;
}
main section:not([class]) .hosoku > *:last-child {
  margin-bottom: 0 !important;
}
main section:not([class]) .hosoku table:not(.no-style) th {
  background: var(--white);
}
main section:not([class]) .hosoku + .hosoku {
  margin-top: 0;
}
main section:not([class]) {
  /*hosoku*/
}
main section:not([class]) .rink-card {
  background-color: var(--white);
  border: 1px solid var(--base-color);
  padding: 2rem;
  position: relative;
  margin-top: 5rem;
}
main section:not([class]) .rink-card img {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .rink-card {
    padding: 2rem 1rem;
    margin-top: 3rem;
  }
}
main section:not([class]) .rink-card span {
  background-color: var(--blue27);
  color: #fff;
  padding: 6px 15px;
  position: absolute;
  right: 0;
  top: -1px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .rink-card span {
    text-align: center;
    width: 100%;
  }
}
main section:not([class]) .rink-card span img {
  margin-right: 4px;
  padding-top: 5px;
  width: 17px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .rink-card span img {
    padding-top: 5px;
  }
}
main section:not([class]) .rink-card .side-img {
  margin: 0;
}
@media all and (max-width: 896px) {
  main section:not([class]) .rink-card .side-img {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 4rem;
  }
}
main section:not([class]) .rink-card .side-img .img {
  width: 180px;
}
@media all and (max-width: 896px) {
  main section:not([class]) .rink-card .side-img .img {
    margin-bottom: 0;
    width: 120px;
  }
}
main section:not([class]) .rink-card .side-img .img img {
  width: 100%;
}
main section:not([class]) .rink-card .side-img .content {
  margin: auto;
  max-width: 780px;
  width: 70%;
}
@media all and (max-width: 896px) {
  main section:not([class]) .rink-card .side-img .content {
    margin: 0;
    width: 150px;
  }
}
main section:not([class]) .rink-card p {
  font-weight: 700;
  margin: 1em 0;
  text-decoration: underline;
}
@media all and (max-width: 896px) {
  main section:not([class]) .rink-card p {
    font-size: 1.2rem !important;
    margin: 0;
  }
}
main {
  /*section*/
}
main .article-author {
  background: var(--blue1);
  padding: 6rem;
  border-radius: 20px;
  color: var(--white);
  margin-top: 8rem;
}
@media all and (max-width: 896px) {
  main .article-author {
    padding: 4rem 2.5rem;
    border-radius: 10px;
    margin-top: 5rem;
  }
}
main .article-author .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 896px) {
  main .article-author .inner {
    display: block;
  }
}
main .article-author .txtBox {
  width: 65%;
}
@media all and (max-width: 896px) {
  main .article-author .txtBox {
    width: 100%;
  }
}
main .article-author .txtBox .name {
  font-family: var(--sub-font);
  font-size: 2.4rem;
  border-block: 1px solid rgba(255, 255, 255, 0.3);
  padding-block: 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: 500;
  background: none;
  -webkit-text-fill-color: initial;
  color: var(--white);
}
@media all and (max-width: 896px) {
  main .article-author .txtBox .name {
    font-size: 1.6rem;
  }
}
main .article-author .txtBox .name .large {
  font-size: 1.45em;
  margin-left: 0.5em;
}
@media all and (max-width: 896px) {
  main .article-author .txtBox .name .large {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
  }
}
main .article-author .txtBox p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media all and (max-width: 896px) {
  main .article-author .txtBox p {
    font-size: 1.4rem;
  }
}
main .article-author .phoBox {
  width: 30%;
}
@media all and (max-width: 896px) {
  main .article-author .phoBox {
    width: 100%;
    margin-top: 3rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .article-author .phoBox img {
  border-radius: 15px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
main ul.logo-bannar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
main ul.logo-bannar li {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  main ul.logo-bannar li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
main ul.logo-bannar li a {
  display: block;
  border: 1px solid;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
main ul.logo-bannar li img {
  width: 100%;
  display: block;
  border-radius: 0px;
}
main .comTreatment {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  main .comTreatment {
    margin-top: 2rem;
  }
}

main#sub.reserveFormPage .reserveLead,
main#sub.reserveFormPage .reserveCaution {
  margin-bottom: 1.6rem;
}
main#sub.reserveFormPage .reserveCaution {
  padding: 1.6rem 2rem;
  background: var(--blue20);
  border-radius: 1rem;
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveCaution {
    padding: 1.4rem;
    font-size: 1.3rem;
  }
}
main#sub.reserveFormPage .reserveSchedule {
  margin: 4rem auto;
  padding: 3rem;
  background: #e0fffe;
  border-radius: 2rem;
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveSchedule {
    margin: 3rem 0;
    padding: 1.6rem 1rem;
    border-radius: 1.2rem;
    overflow-x: auto;
  }
}
main#sub.reserveFormPage .reserveSchedule table {
  width: 100%;
  min-width: 74rem;
  border-collapse: collapse;
  text-align: center;
  background: var(--white);
}
main#sub.reserveFormPage .reserveSchedule table th,
main#sub.reserveFormPage .reserveSchedule table td {
  padding: 1.4rem 1rem;
  border: 1px solid var(--blue18);
  font-size: 1.5rem;
  vertical-align: middle;
}
main#sub.reserveFormPage .reserveSchedule table thead th {
  color: var(--blue1);
  background: rgba(255, 255, 255, 0.85);
  font-weight: 700;
}
main#sub.reserveFormPage .reserveSchedule table tbody th {
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
}
main#sub.reserveFormPage .reserveScheduleNotes {
  margin-top: 1.5rem;
}
main#sub.reserveFormPage .reserveScheduleNotes li {
  margin-bottom: 0.6rem;
  padding-left: 1.4em;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
main#sub.reserveFormPage .reserveScheduleNotes li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
main#sub.reserveFormPage .reserveForm {
  margin-top: 4rem;
}
main#sub.reserveFormPage .reserveField,
main#sub.reserveFormPage .reserveConfirmRow {
  margin-bottom: 2rem;
  padding: 2.2rem;
  background: var(--white);
  border: 1px solid var(--blue18);
  border-radius: 1.6rem;
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveField,
  main#sub.reserveFormPage .reserveConfirmRow {
    padding: 1.6rem;
    border-radius: 1.2rem;
  }
}
main#sub.reserveFormPage .reserveField label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue27);
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveField label {
    font-size: 1.4rem;
  }
}
main#sub.reserveFormPage .reserveField input,
main#sub.reserveFormPage .reserveField select,
main#sub.reserveFormPage .reserveField textarea {
  width: 100%;
  max-width: 100%;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--blue18);
  border-radius: 1rem;
  background: #fafcff;
  font-size: 1.6rem;
  color: var(--base-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveField input,
  main#sub.reserveFormPage .reserveField select,
  main#sub.reserveFormPage .reserveField textarea {
    font-size: 1.6rem;
  }
}
main#sub.reserveFormPage .reserveField textarea {
  resize: vertical;
  min-height: 18rem;
}
main#sub.reserveFormPage .reserveFieldInline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
main#sub.reserveFormPage .reserveFieldInline > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveFieldInline {
    display: block;
  }
  main#sub.reserveFormPage .reserveFieldInline > div + div {
    margin-top: 1rem;
  }
}
main#sub.reserveFormPage .required {
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.8rem;
  border-radius: 99px;
  color: var(--white);
  background: var(--red7);
  font-size: 1.2rem;
  vertical-align: middle;
}
main#sub.reserveFormPage .formNote {
  margin: 1rem 0 0;
  font-size: 1.3rem;
  color: var(--blue27);
}
main#sub.reserveFormPage .formErrorMessage,
main#sub.reserveFormPage .formFieldError {
  color: #b42318;
  font-size: 1.3rem;
  line-height: 1.7;
}
main#sub.reserveFormPage .formErrorMessage {
  margin: 0 0 2rem;
  padding: 1.2rem 1.6rem;
  background: #fff2f0;
  border: 1px solid #f3b4ad;
  border-radius: 1rem;
}
main#sub.reserveFormPage .formFieldError {
  margin: 0.8rem 0 0;
}
main#sub.reserveFormPage .reserveConfirm {
  margin-top: 4rem;
}
main#sub.reserveFormPage .reserveConfirmRow {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
main#sub.reserveFormPage .reserveConfirmRow dt {
  width: 24rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--blue1);
}
main#sub.reserveFormPage .reserveConfirmRow dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 1.8;
  word-break: break-word;
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveConfirmRow {
    display: block;
  }
  main#sub.reserveFormPage .reserveConfirmRow dt {
    width: auto;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
  }
  main#sub.reserveFormPage .reserveConfirmRow dd {
    font-size: 1.4rem;
  }
}
main#sub.reserveFormPage .reserveActions {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main#sub.reserveFormPage .reserveButton {
  min-width: 24rem;
  padding: 1.5rem 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue1);
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (min-width: 897px) {
  main#sub.reserveFormPage .reserveButton:hover {
    opacity: 0.85;
  }
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveButton {
    width: 100%;
    min-width: 0;
    font-size: 1.5rem;
  }
}
main#sub.reserveFormPage .reserveButtonSecondary {
  background: var(--brown3);
}
main#sub.reserveFormPage .reserveThanks {
  margin-top: 4rem;
  padding: 4rem 3rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(232, 236, 236, 0.9)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(232, 236, 236, 0.9) 100%);
  border-radius: 2rem;
}
main#sub.reserveFormPage .reserveThanks h3 {
  margin-bottom: 1.6rem;
  font-size: 2.6rem;
  color: var(--blue1);
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveThanks h3 {
    font-size: 2rem;
  }
}
main#sub.reserveFormPage .reserveThanks p {
  margin-bottom: 1.2rem;
}
@media all and (max-width: 896px) {
  main#sub.reserveFormPage .reserveThanks {
    padding: 3rem 1.8rem;
    border-radius: 1.2rem;
  }
}
main#sub.reserveFormPage .reserveHoneypot {
  position: absolute;
  left: -9999px;
}

/*main#sub*//*# sourceMappingURL=sub.css.map */