@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
.page {
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #dddddd;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-weight: 400;
}
h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
  color: #fff;
  padding-left: 20px;
}
h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  transform: skew(135deg);
  background: linear-gradient(-45deg, #33C487, #3470AC, #5945a2, #c100c1);
  width: 10px;
  height: 20px;
  z-index: 1;
}
h3::after {
  content: '';
  position: absolute;
  left: -4px;
  top: -10px;
  transform: skew(135deg);
  background: linear-gradient(-45deg, #33C487, #3470AC, #5945a2, #c100c1);
  width: 2px;
  height: 10px;
  z-index: 1;
}
h3:not(:first-of-type) {
  margin-top: 4rem;
}
h4 {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  margin-left: 1.4rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #3470AC;
}
.page h3 + p {
  padding-left: 1.4rem;
}
#program p {
  padding-left: 1.4rem;
}
#program .dltable:nth-child(even) {
  background: rgba(255, 255, 255, 0.103);
}
.center-container {
  height: 450px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.center-container h2 {
  overflow: hidden;
  position: absolute;
  color: #fff;
  text-align: center;
}
.center-container h2 span {
  display: block;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60%;
}
.price {
  font-size: 1.15rem;
  font-weight: 500;
  color: #202020;
  margin-top: 1.5rem;
}
.price .small {
  font-size: 60%;
  color: #464646;
  font-weight: 500;
  vertical-align: middle;
}
.su-custom-gallery-slide img {
  display: block;
  margin: 0;
  padding: 0 !important;
  border: none !important;
  background: #fff;
  box-sizing: border-box;
  border-radius: 15px !important;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.su-custom-gallery-slide span {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  display: block;
  padding: 0 !important;
  font-size: 12px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 15px;
}
.fbx-rounded .fbx-next, .fbx-rounded .fbx-prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 3px solid transparent;
  border-radius: 0 0 0 0;
}
.fbx-rounded .fbx-inner {
  border: 4px solid transparent;
  border-radius: 0px;
}
.modal-header p {
  font-size: 0.75rem;
  color: grey;
}
.cta-btn button {
  outline: none;
  border: none;
}
.cta-btn button:active, .cta-btn button:hover, .cta-btn button:focus {
  outline: none;
  border: none;
}
.widthmax {
  /* 画面幅いっぱいにしたい要素にあてるクラス */
  margin: 0 calc(50% - 50vw);
}
.imgfit {
  object-fit: cover;
}
.rules dt {
  margin-bottom: 0.5rem;
  font-size: 110%;
}
.rules dd {
  margin-bottom: 1.5rem;
  font-size: 95%;
  color: #444;
}
.fixed {
  position: fixed;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1140px;
  z-index: 1050;
  padding: 0px 3rem;
}
.post nav {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  background: #fff;
}
.post nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.post nav a {
  display: inline-block;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #ee710e;
  padding: 10px 16px;
}
.post nav a:hover {
  background-color: black;
  color: white;
}
.post nav:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  height: 42px;
  width: 42px;
  text-align: center;
  line-height: 42px;
}
.post .resdata dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-top: none;
}
.post .resdata dt {
  background: #f7f6f0;
  width: 15%;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
.post .resdata dd {
  padding: 10px;
  margin: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 85%;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .post .resdata dl {
    flex-flow: column nowrap;
  }
  .post .resdata dt, .post .resdata dd {
    width: 100%;
  }
  .post .resdata dd {
    border-left: none;
  }
}
.indent {
  padding-left: 1.4rem;
}