* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

picture {
  width: fit-content;
}

a {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  background-color: #FFFFFF;
  color: #000;
  max-width: 768px;
  width: 100%;
  margin: auto;
}

.min {
  font-size: 12px;
  font-weight: 400;
}

.red {
  color: #E80000;
}

.btn {
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
  max-width: 440px;
  margin: auto;
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.fv {
  background-image: url(../img/fv_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.fv img {
  margin-top: 10px;
}

.fv__wrap {
  width: 80%;
  min-width: 300px;
  margin: 0 auto 30px;
}

.merit {
  background-image: url(../img/merit_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.merit__wrap {
  width: 80%;
  min-width: 300px;
  max-width: 728px;
  margin: 0 auto 30px;
}
.merit__wrap h2 {
  margin-bottom: 20px;
}
.merit__wrap img {
  margin-top: 20px;
}

.discount {
  background-image: url(../img/discount_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 10px 0;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
}
.discount p {
  margin-bottom: 20px;
}
.discount img {
  margin-bottom: 20px;
}

.discount__wrap {
  width: 80%;
  min-width: 300px;
  margin: auto;
}

.cta {
  background-image: url(../img/cta_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.cta h2 {
  margin-bottom: 10px;
}

.cta__wrap {
  width: 80%;
  min-width: 300px;
  margin: auto;
}
.cta__wrap img {
  margin-bottom: 20px;
}

.experience {
  background-image: linear-gradient(90deg, #FFCF74, #FFFF57);
  padding: 30px 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.experience h2 {
  width: 80%;
  min-width: 310px;
}
.experience h3 {
  margin-bottom: 10px;
}
.experience a {
  margin-bottom: 10px;
}

.experience__wrap {
  width: 80%;
  min-width: 300px;
  max-width: 500px;
  margin: 60px auto 0;
}

.experience__card {
  position: relative;
  background-color: #fff;
  padding: 30px 20px 20px;
  margin-bottom: 40px;
}

.experience__card__ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  min-width: 260px;
}

.experience__img {
  margin-bottom: 20px;
}

.experience__txt {
  margin-bottom: 10px;
}

.waiting-room {
  background-image: url(../img/waiting-room_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.waiting-room__wrap {
  position: relative;
}

.waiting-room__txt__wrap {
  width: 80%;
  min-width: 300px;
  margin: 30px auto 20px;
}

.waiting-room__img {
  width: 80%;
  min-width: 275px;
  margin: 20px 0;
}

.right {
  position: relative;
  right: 0;
  margin: 0 0 20px auto;
}

.waiting-room__outer {
  width: 80%;
  min-width: 300px;
  margin: 30px auto 0;
}

.waiting-room__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 20px auto 0;
  gap: 16px;
}
.waiting-room__inner img {
  width: 29%;
  min-width: 88px;
}

.price {
  background-image: linear-gradient(90deg, #FFCF74, #FFFF57);
  padding: 30px 0;
}
.price h2 {
  text-align: right;
  width: 80%;
  min-width: 310px;
  margin: 0 0 30px auto;
}
.price figure {
  width: 80%;
  min-width: 220px;
  margin: 20px auto;
}
.price table {
  width: 100%;
  font-size: 12px;
}
@media screen and (min-width: 500px) {
  .price table {
    font-size: 16px;
  }
}
.price table td {
  padding: 10px;
}
.price table .blue {
  background-color: #CCEBFF;
  text-align: center;
  vertical-align: middle;
}
.price table .white {
  text-align: right;
  vertical-align: middle;
}
.price table .yellow {
  background-color: #FFF500;
}
.price table .big {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 500px) {
  .price table .big {
    font-size: 20px;
  }
}
.price table, .price th, .price td {
  border: solid 1px #D3D3D3;
}
.price__ttl {
  background-color: #fff;
  font-size: 2.4rem;
  color: #013787;
  text-align: center;
  position: relative;
  margin: 0 0 2rem 0;
  border: solid 3px #013787;
}
@media screen and (max-width: 568px) {
  .price__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .price__ttl {
    font-size: 1.6rem;
  }
}
.price__ttl::before, .price__ttl::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.price__ttl::before {
  border-color: rgba(30, 144, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 25px;
  border-right-width: 25px;
  margin-bottom: 2px;
  border-top-color: #013787;
}
.price__ttl::after {
  border-color: rgba(247, 221, 51, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 20px;
  border-right-width: 20px;
  border-top-color: #fff;
}
.price__acordions {
  max-width: 700px;
  margin: auto;
}
.price__acordions__inner {
  background-color: #155DD1;
  margin: 0 0 20px 0;
}
.price__acordions-head {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0.8rem;
}
.price__acordions-head::before, .price__acordions-head::after {
  content: "";
  background-color: #fff;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.price__acordions-head::before {
  width: 2px;
  height: 30px;
  right: 26px;
}
.price__acordions-head::after {
  width: 30px;
  height: 2px;
  right: 12px;
}
.price__acordions-head--ttl {
  font-weight: 900;
  pointer-events: none;
  color: #fff;
  line-height: 1.4;
  width: 100%;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .price__acordions-head--ttl {
    font-size: 1rem;
  }
}
.price__acordions-head--ttl p {
  font-size: 24px;
}
.price__acordions-head--ttl span {
  font-size: 16px;
}
.price__acordions-head.active::before {
  transform: rotate(450deg);
  transition: all 0.3s ease-out;
}
.price-wrap {
  width: 80%;
  min-width: 300px;
  max-width: 500px;
  margin: auto;
}
.price-wrap__acordions-body {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.price-wrap__acordions-body--txt {
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (max-width: 568px) {
  .price-wrap__acordions-body--txt {
    font-size: 1rem;
  }
}
.price-wrap__acordions-body--txt-red {
  color: #E80000;
}
.price-wrap__acordions-body.open {
  display: block;
  height: auto;
  transition: all 0.3s ease-out;
}

.shop {
  background-image: url(../img/shop_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.shop h3 {
  width: 80%;
  min-width: 220px;
  margin: auto;
}
.shop table {
  width: 100%;
}
.shop table td {
  vertical-align: middle;
  padding: 10px;
}
.shop table, .shop th, .shop td {
  border: solid 1px #D3D3D3;
}
.shop iframe {
  display: block;
  width: 100%;
  min-width: 300px;
  height: 200px;
  margin: 20px auto;
}
@media screen and (min-width: 500px) {
  .shop iframe {
    height: 300px;
  }
}

.shop__wrap {
  width: 80%;
  min-width: 300px;
  margin: auto;
}

.shop__outer {
  background-color: #fff;
  padding: 20px;
}
.shop__outer figure {
  margin: 20px 0;
}

.shop__border {
  border: solid 1px #171717;
  margin: 16px 0;
}

.shop__ttl {
  background-color: #FEFF62;
  font-weight: 700;
}

.footer {
  background-color: #0A3382;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 20px 0;
}
.footer img {
  width: 50%;
  min-width: 150px;
}

.footer__wrap {
  display: flex;
  width: fit-content;
  margin: auto;
}
.footer__wrap a {
  margin: 6px 10px;
}/*# sourceMappingURL=style.css.map */