@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
@media all and (max-width: 480px) {
  #about_anchor {
    padding-top: 40px;
    margin-top: -40px;
  }
}

#get_anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width: 480px) {
  #get_anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

#ticket_anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width: 480px) {
  #ticket_anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

#rental_school_anchor {
  padding-top: 150px;
  margin-top: -150px;
}
@media all and (max-width: 480px) {
  #rental_school_anchor {
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media all and (max-width: 480px) {
  #faq_anchor {
    padding-top: 40px;
    margin-top: -40px;
  }
}

/* top */
/* ============================================ */
main {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  main {
    padding-top: 60px;
  }
}
main figure {
  position: relative;
}
main figure picture {
  position: relative;
}
main figure .pc {
  display: block;
}
@media all and (max-width: 600px) {
  main figure .pc {
    display: none;
  }
}
main figure .sp {
  display: none;
}
@media all and (max-width: 600px) {
  main figure .sp {
    display: block;
  }
}
main figure div {
  width: 45%;
  top: 70px;
  left: 40px;
  position: absolute;
}
@media all and (max-width: 896px) {
  main figure div {
    top: 60px;
    left: 30px;
  }
}
@media all and (max-width: 600px) {
  main figure div {
    width: calc(100% - 40px);
    top: inherit;
    left: 20px;
    bottom: 0;
  }
}
main figure div h1 {
  width: 100%;
}
main figure div h1 img {
  width: 100%;
}
@media all and (max-width: 600px) {
  main figure div h1 img {
    width: 70%;
  }
}
main figure div p {
  width: 100%;
  margin: 10px 0 0;
  padding: 10px;
  color: #0099BC;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #0099BC;
  border-bottom: 2px solid #0099BC;
  background: #E5F5F9;
}
@media all and (max-width: 896px) {
  main figure div p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 600px) {
  main figure div p {
    max-width: 100%;
  }
}
main figure .cv {
  width: 200px;
  height: 200px;
  right: 0;
  bottom: 80px;
  position: absolute;
}
@media all and (max-width: 896px) {
  main figure .cv {
    width: 150px;
    height: 150px;
  }
}
@media all and (max-width: 480px) {
  main figure .cv {
    width: 130px;
    height: 130px;
    right: 0;
    bottom: 100px;
  }
}

html[lang=zh-cmn-Hant] .mv .rotate {
  top: 5vw;
}
@media all and (max-width: 896px) {
  html[lang=zh-cmn-Hant] .mv .rotate {
    top: 13vw;
  }
}

html[lang=th] .mv .rotate {
  top: 5vw;
}
@media all and (max-width: 896px) {
  html[lang=th] .mv .rotate {
    top: 2.56vw;
  }
}

.inner h2 {
  text-align: center;
}
.inner h2 img {
  height: 200px;
}
@media all and (max-width: 896px) {
  .inner h2 img {
    height: 150px;
  }
}
@media all and (max-width: 480px) {
  .inner h2 img {
    height: 100px;
  }
}

.intro {
  position: relative;
}
.intro::before, .intro::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  -webkit-animation: rotation 15s linear infinite;
          animation: rotation 15s linear infinite;
}
.intro::before {
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
}
@media all and (max-width: 896px) {
  .intro::before {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .intro::before {
    width: 150px;
    height: 150px;
  }
}
.intro::after {
  right: 80px;
  bottom: 0;
  width: 350px;
  height: 350px;
}
@media all and (max-width: 896px) {
  .intro::after {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .intro::after {
    right: 35px;
    width: 150px;
    height: 150px;
  }
}
.intro .news {
  padding-block: 40px 0;
}
@media all and (max-width: 480px) {
  .intro .news {
    padding-block: 20px 0;
  }
}
.intro .news h2 {
  padding-block: 10px 10px;
  color: #FFF;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background: #F00004;
}
.intro .news p {
  padding: 20px;
  text-align: center;
  border-left: 1px solid #F00004;
  border-right: 1px solid #F00004;
  border-bottom: 1px solid #F00004;
  border-radius: 0 0 10px 10px;
  background: #FFF;
}
@media all and (max-width: 480px) {
  .intro .news p {
    padding: 10px;
    text-align: left;
  }
}
.intro .about {
  padding-block: 80px 200px;
}
@media all and (max-width: 480px) {
  .intro .about {
    padding-block: 40px 100px;
  }
}
.intro .about p {
  margin-block: 40px 40px;
  text-align: center;
  line-height: 2em;
}
@media all and (max-width: 480px) {
  .intro .about p {
    margin-block: 30px 30px;
    text-align: left;
  }
}
.intro .about p span {
  color: #0099BC;
  font-weight: bold;
}
.intro .about ul {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 480px) {
  .intro .about ul {
    display: block;
  }
}
.intro .about ul li {
  width: calc(50% - 20px);
  margin: 0 10px;
}
@media all and (max-width: 480px) {
  .intro .about ul li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.intro .about ul li:first-child a {
  background: #076ABC;
}
.intro .about ul li:first-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.intro .about ul li:last-child a {
  background: #02212D;
}
.intro .about ul li:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_blank.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.intro .about ul li a {
  width: 100%;
  padding-block: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  .intro .about ul li a {
    padding-block: 15px;
  }
}

.get {
  padding-block: 0 200px;
  background: #FFF url(../images/common/bg_w.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
}
@media all and (max-width: 600px) {
  .get {
    padding-block: 0 100px;
  }
}
.get .inner h2 {
  top: -50px;
  position: relative;
}
@media all and (max-width: 480px) {
  .get .inner h2 {
    top: -30px;
  }
}
.get p {
  margin-block: 0 40px;
  text-align: center;
  line-height: 2em;
}
@media all and (max-width: 480px) {
  .get p {
    margin-block: 0 20px;
    text-align: left;
  }
}
.get .swiper {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 40px 0;
}
@media all and (max-width: 896px) {
  .get .swiper {
    width: auto;
    max-width: initial;
  }
}
.get .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .get .swiper-wrapper {
    flex-wrap: nowrap;
    gap: normal;
  }
}
.get .swiper-slide {
  width: calc((100% - 40px) / 3);
  margin-block: 0 40px;
}
@media all and (max-width: 896px) {
  .get .swiper-slide {
    padding-inline: 15px;
  }
}
.get .swiper-slide img {
  border-radius: 4px 4px 0 0;
}
.get .swiper-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding: 15px 20px 20px;
  border-radius: 0 0 4px 4px;
  background: #E9FCFF;
  line-height: 1.8;
  /*
  &::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 50%;
    width: 70px;
    height: 30px;
    background: #e9fcff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: translateX(-50%);
  }
  */
}
.get .swiper-content i {
  position: absolute;
  padding: 10px 15px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /*transform: translateX(-50%);*/
  border-radius: 100px;
  background: #0099BC;
}
.get .swiper-content h3 {
  padding-block: 20px 10px;
  color: #0099BC;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get .swiper-content p {
  margin-block: 10px 0;
  text-align: left;
}
.get .swiper-content p small {
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
}
.get .swiper-button-prev, .get .swiper-button-next {
  display: none;
}
@media all and (max-width: 896px) {
  .get .swiper-button-prev, .get .swiper-button-next {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #009be9;
    filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, 0.25));
  }
}
.get .swiper-button-prev::after, .get .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 23px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
}
.get .swiper-button-prev {
  left: -30px;
  transform: scaleX(-1);
}
.get .swiper-button-next {
  right: -30px;
}
.get .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-inline: 8px !important;
  border: 1px solid #009be9;
  background: #FFF;
}
.get .swiper-pagination-bullet-active {
  background: #009be9;
}
.get ul {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.get ul li {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.get ul li:first-child a {
  background: #076ABC;
}
.get ul li a {
  width: 100%;
  padding-block: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  .get ul li a {
    padding-block: 15px;
  }
}
.get ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
}

.ticket {
  padding-block: 0 200px;
  position: relative;
}
@media all and (max-width: 600px) {
  .ticket {
    padding-block: 0 100px;
  }
}
.ticket::before, .ticket::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  -webkit-animation: rotation 15s linear infinite;
          animation: rotation 15s linear infinite;
}
.ticket::before {
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
}
@media all and (max-width: 896px) {
  .ticket::before {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .ticket::before {
    width: 150px;
    height: 150px;
  }
}
.ticket::after {
  right: 80px;
  bottom: 0;
  width: 350px;
  height: 350px;
}
@media all and (max-width: 896px) {
  .ticket::after {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .ticket::after {
    right: 35px;
    width: 150px;
    height: 150px;
  }
}
.ticket .inner h2 {
  top: -50px;
  position: relative;
}
@media all and (max-width: 480px) {
  .ticket .inner h2 {
    top: -30px;
  }
}
.ticket .flow .swiper {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 40px 0;
}
@media all and (max-width: 896px) {
  .ticket .flow .swiper {
    width: auto;
    max-width: initial;
  }
}
.ticket .flow .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .ticket .flow .swiper-wrapper {
    flex-wrap: nowrap;
    gap: normal;
  }
}
.ticket .flow .swiper-slide {
  width: calc((100% - 60px) / 4);
  margin-block: 0 40px;
}
@media all and (max-width: 896px) {
  .ticket .flow .swiper-slide {
    padding-inline: 15px;
  }
}
.ticket .flow .swiper-slide img {
  border-radius: 4px 4px 0 0;
}
.ticket .flow .swiper-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding: 15px 20px 20px;
  border-radius: 0 0 4px 4px;
  background: #FFF;
  line-height: 1.8;
  /*
  &::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 50%;
    width: 70px;
    height: 30px;
    background: #e9fcff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: translateX(-50%);
  }
  */
}
.ticket .flow .swiper-content i {
  position: absolute;
  padding: 10px 15px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /*transform: translateX(-50%);*/
  border-radius: 100px;
  background: #0099BC;
}
.ticket .flow .swiper-content h3 {
  padding-block: 20px 10px;
  color: #0099BC;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.ticket .flow .swiper-content p {
  margin-block: 10px 0;
  text-align: left;
}
.ticket .flow .swiper-content p small {
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
}
.ticket .flow .swiper-button-prev, .ticket .flow .swiper-button-next {
  display: none;
}
@media all and (max-width: 896px) {
  .ticket .flow .swiper-button-prev, .ticket .flow .swiper-button-next {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #009be9;
    filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, 0.25));
  }
}
.ticket .flow .swiper-button-prev::after, .ticket .flow .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 23px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
}
.ticket .flow .swiper-button-prev {
  left: -30px;
  transform: scaleX(-1);
}
.ticket .flow .swiper-button-next {
  right: -30px;
}
.ticket .flow .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-inline: 8px !important;
  border: 1px solid #009be9;
  background: #FFF;
}
.ticket .flow .swiper-pagination-bullet-active {
  background: #009be9;
}
.ticket .flow ul {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ticket .flow ul li {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.ticket .flow ul li:first-child a {
  background: #076ABC;
}
.ticket .flow ul li a {
  width: 100%;
  padding-block: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  .ticket .flow ul li a {
    padding-block: 15px;
  }
}
.ticket .flow ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.ticket .method {
  margin-block: 50px 0;
  padding-block: 40px 40px;
  padding-inline: 40px 40px;
  border: 2px solid #0099BC;
  border-radius: 10px;
  background: #E5F5F9;
}
@media all and (max-width: 480px) {
  .ticket .method {
    padding-block: 20px 20px;
    padding-inline: 20px 20px;
  }
}
.ticket .method h3 {
  padding-block: 0 20px;
  color: #0099BC;
  font-size: 2em;
  font-weight: bold;
}
.ticket .method h3::after {
  content: "";
  width: 100px;
  height: 1px;
  margin-block: 10px 0;
  background: #0099BC;
  display: block;
}
.ticket .method ul {
  margin-block: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .ticket .method ul {
    display: block;
  }
}
.ticket .method ul li {
  width: calc((100% - 40px) / 3);
}
@media all and (max-width: 600px) {
  .ticket .method ul li {
    width: 100%;
    margin-block: 0 20px;
  }
}
.ticket .method ul li p {
  margin-block: 10px 0;
}

.rental_school {
  padding-block: 0 100px;
  background: #FFF url(../images/common/bg_w.svg);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media all and (max-width: 600px) {
  .rental_school {
    padding-block: 0 40px;
  }
}
.rental_school .inner h2 {
  top: -50px;
  position: relative;
}
@media all and (max-width: 480px) {
  .rental_school .inner h2 {
    top: -30px;
  }
}
.rental_school .flow .swiper {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
  padding-block: 40px 0;
}
@media all and (max-width: 896px) {
  .rental_school .flow .swiper {
    width: auto;
    max-width: initial;
  }
}
.rental_school .flow .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .rental_school .flow .swiper-wrapper {
    flex-wrap: nowrap;
    gap: normal;
  }
}
.rental_school .flow .swiper-slide {
  width: calc((100% - 60px) / 4);
  margin-block: 0 40px;
}
@media all and (max-width: 896px) {
  .rental_school .flow .swiper-slide {
    padding-inline: 15px;
  }
}
.rental_school .flow .swiper-slide img {
  border-radius: 4px 4px 0 0;
}
.rental_school .flow .swiper-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding: 15px 20px 20px;
  border-radius: 0 0 4px 4px;
  background: #E9FCFF;
  line-height: 1.8;
  /*
  &::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 50%;
    width: 70px;
    height: 30px;
    background: #e9fcff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: translateX(-50%);
  }
  */
}
.rental_school .flow .swiper-content i {
  position: absolute;
  padding: 10px 15px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Archivo", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /*transform: translateX(-50%);*/
  border-radius: 100px;
  background: #0099BC;
}
.rental_school .flow .swiper-content h3 {
  padding-block: 20px 10px;
  color: #0099BC;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
.rental_school .flow .swiper-content p {
  margin-block: 10px 0;
  text-align: left;
}
.rental_school .flow .swiper-content p small {
  line-height: 1.5;
  letter-spacing: 0;
  display: block;
}
.rental_school .flow .swiper-button-prev, .rental_school .flow .swiper-button-next {
  display: none;
}
@media all and (max-width: 896px) {
  .rental_school .flow .swiper-button-prev, .rental_school .flow .swiper-button-next {
    display: flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #009be9;
    filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, 0.25));
  }
}
.rental_school .flow .swiper-button-prev::after, .rental_school .flow .swiper-button-next::after {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 23px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  filter: brightness(0) invert(1);
}
.rental_school .flow .swiper-button-prev {
  left: -30px;
  transform: scaleX(-1);
}
.rental_school .flow .swiper-button-next {
  right: -30px;
}
.rental_school .flow .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin-inline: 8px !important;
  border: 1px solid #009be9;
  background: #FFF;
}
.rental_school .flow .swiper-pagination-bullet-active {
  background: #009be9;
}
.rental_school .method {
  margin-block: 50px 0;
  padding-block: 40px 40px;
  padding-inline: 40px 40px;
  border: 2px solid #0099BC;
  border-radius: 10px;
  background: #FFF;
}
@media all and (max-width: 480px) {
  .rental_school .method {
    padding-block: 20px 20px;
    padding-inline: 20px 20px;
  }
}
.rental_school .method h3 {
  padding-block: 0 20px;
  color: #0099BC;
  font-size: 2em;
  font-weight: bold;
}
.rental_school .method h3::after {
  content: "";
  width: 100px;
  height: 1px;
  margin-block: 10px 0;
  background: #0099BC;
  display: block;
}
.rental_school .method h3 span {
  padding-left: 15px;
  color: #000;
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  .rental_school .method h3 span {
    padding-left: 0;
    line-height: 2;
    display: block;
  }
}
.rental_school .method h4 {
  padding: 10px 20px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  background: #0099BC;
}
.rental_school .method .rental p {
  margin-block: 20px 20px;
}
.rental_school .method .rental ul {
  padding: 20px;
  margin-block: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #E5F5F9;
}
@media all and (max-width: 600px) {
  .rental_school .method .rental ul {
    padding: 20px 20px 10px;
    margin-block: 0 20px;
    display: block;
  }
}
.rental_school .method .rental ul li {
  width: calc((100% - 20px) / 2);
  padding: 20px;
  line-height: 1.8;
  background: rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 600px) {
  .rental_school .method .rental ul li {
    width: 100%;
    margin-block: 0 20px;
  }
}
.rental_school .method .rental ul li h5 {
  font-size: 2rem;
  font-weight: bold;
}
.rental_school .method .rental ul li h5 span {
  color: #0099BC;
  padding-inline: 0 5px;
}
.rental_school .method .rental ul li p {
  margin-block: 10px 0;
}
.rental_school .method .school ul {
  padding: 20px;
  margin-block: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #E5F5F9;
}
@media all and (max-width: 480px) {
  .rental_school .method .school ul {
    display: block;
  }
}
.rental_school .method .school ul li {
  /*width: calc((100% - 20px) / 2);*/
  width: 100%;
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .rental_school .method .school ul li {
    width: 100%;
    margin-block: 0 20px;
  }
}
.rental_school .method .school ul li p {
  margin-block: 10px 0;
}
.rental_school .method .photo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .rental_school .method .photo ul {
    display: block;
  }
}
.rental_school .method .photo ul li {
  /*width: calc((100% - 40px) / 3);*/
  width: calc((100% - 40px) / 2);
}
@media all and (max-width: 600px) {
  .rental_school .method .photo ul li {
    width: 100%;
    margin-block: 0 20px;
  }
}
.rental_school .method .photo ul li p {
  margin-block: 10px 0;
}

.faq {
  /*position: relative;*/
  padding-block: 80px 80px;
  position: relative;
  /*
  &::before,
  &::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 47px;
    background: url(../images/common/bg_wave.webp) no-repeat center/100% 47px;
  }
  &::before {
    top: -47px;
    transform: scaleY(-1);
  }
  &::after {
    bottom: -47px;
  }
  */
  /* ラジオボタンを隠す */
  /* タブボタンエリア */
  /* アクティブなタブ */
  /* アクティブタブの下線 */
  /*
  #fade-tab1:checked ~ .fade-tab-buttons label[for="fade-tab1"]::after,
  #fade-tab2:checked ~ .fade-tab-buttons label[for="fade-tab2"]::after,
  #fade-tab3:checked ~ .fade-tab-buttons label[for="fade-tab3"]::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0d6efd;
  }
  */
  /* コンテンツエリア */
  /* フェードインアニメーション */
  /* アクティブなコンテンツを表示 */
}
@media all and (max-width: 600px) {
  .faq {
    padding-block: 40px 40px;
  }
}
.faq::before, .faq::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url(../images/common/ico_snowflake.svg) no-repeat center/cover;
  -webkit-animation: rotation 15s linear infinite;
          animation: rotation 15s linear infinite;
}
.faq::before {
  top: 0;
  left: 0;
  width: 350px;
  height: 350px;
}
@media all and (max-width: 896px) {
  .faq::before {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .faq::before {
    width: 150px;
    height: 150px;
  }
}
.faq::after {
  right: 80px;
  bottom: 0;
  width: 350px;
  height: 350px;
}
@media all and (max-width: 896px) {
  .faq::after {
    width: 250px;
    height: 250px;
  }
}
@media all and (max-width: 600px) {
  .faq::after {
    right: 35px;
    width: 150px;
    height: 150px;
  }
}
.faq .fade-tab-container {
  margin-block: 50px 0;
}
@media all and (max-width: 896px) {
  .faq .fade-tab-container {
    margin-block: 40px 0;
  }
}
.faq .fade-tab-container input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.faq .fade-tab-buttons {
  display: flex;
  border-radius: 100px;
  background-color: #FFF;
}
@media all and (max-width: 896px) {
  .faq .fade-tab-buttons {
    display: block;
    background-color: inherit;
  }
}
.faq .fade-tab-buttons label {
  flex: 1;
  padding-block: 15px 15px;
  text-align: center;
  cursor: pointer;
  color: #0099BC;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 100px;
}
@media all and (max-width: 896px) {
  .faq .fade-tab-buttons label {
    margin-block: 0 20px;
    display: block;
    background-color: #FFF;
  }
}
.faq .fade-tab-buttons label:hover {
  color: #FFF;
  background-color: #0099BC;
}
.faq #fade-tab1:checked ~ .fade-tab-buttons label[for=fade-tab1],
.faq #fade-tab2:checked ~ .fade-tab-buttons label[for=fade-tab2],
.faq #fade-tab3:checked ~ .fade-tab-buttons label[for=fade-tab3] {
  color: #FFF;
  background-color: #0099BC;
}
.faq .fade-tab-contents {
  position: relative;
  min-height: 300px;
}
.faq .fade-tab-content {
  display: none;
  padding: 20px;
  -webkit-animation: fadeInContent 0.6s ease;
          animation: fadeInContent 0.6s ease;
}
@media all and (max-width: 600px) {
  .faq .fade-tab-content {
    padding: 0;
  }
}
@-webkit-keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq #fade-tab1:checked ~ .fade-tab-contents #fade-content1,
.faq #fade-tab2:checked ~ .fade-tab-contents #fade-content2,
.faq #fade-tab3:checked ~ .fade-tab-contents #fade-content3 {
  display: block;
}
.faq .fade-tab-content h3 {
  color: #212529;
  margin-bottom: 16px;
  font-size: 24px;
}
.faq .fade-tab-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.faq .fade-tab-content p a {
  color: #076ABC;
  text-decoration: underline;
}
.faq ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  line-height: 1.8;
}
.faq ul li {
  padding: 20px 20px 10px;
  border-radius: 4px;
  background: #FFF;
}
.faq ul li:first-child .acd-check {
  display: none;
}
.faq ul li:first-child .acd-check:checked + .acd-label::after {
  top: calc(50% - 6px);
  transform: rotate(-45deg);
}
.faq ul li:first-child .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding-block: 10px;
  visibility: visible;
}
.faq ul li:first-child .acd-check:checked + .acd-label + .acd-content::before {
  opacity: 1;
}
.faq .acd-label {
  display: block;
  position: relative;
  padding: 0 26px;
  cursor: pointer;
}
.faq .acd-label::before {
  content: "Q";
  position: absolute;
  top: -3px;
  left: 0;
  color: #009be9;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}
.faq .acd-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #009be9;
  border-right: 2px solid #009be9;
  border-top-right-radius: 2px;
  transform: rotate(135deg);
  transition: 0.3s;
}
.faq .acd-content {
  position: relative;
  height: 0;
  margin-top: 10px;
  padding-left: 26px;
  border-top: 1px solid #cddbe0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.faq .acd-content::before {
  content: "A";
  position: absolute;
  top: 8px;
  left: 0;
  color: #ea0029;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  opacity: 0;
  transition: 0.5s;
}
.faq .acd-content img {
  margin-top: 16px;
}
.faq .acd-content span {
  margin: 10px 0 5px;
  padding: 5px 10px;
  color: #FFF;
  font-weight: bold;
  line-height: 1.5;
  background: #076ABC;
  display: block;
}
.faq .acd-content span.bg {
  color: #333;
  border: 1px solid #CCC;
  background: #EEE;
}
.faq .acd-check {
  display: none;
}
.faq .acd-check:checked + .acd-label::after {
  top: calc(50% - 6px);
  transform: rotate(-45deg);
}
.faq .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding-block: 10px;
  visibility: visible;
}
.faq .acd-check:checked + .acd-label + .acd-content::before {
  opacity: 1;
}

html[lang=zh-cmn-Hant] .faq .acd-label::before {
  content: "問";
}
html[lang=zh-cmn-Hant] .faq .acd-content::before {
  content: "答";
}

.reservation {
  padding-block: 80px 80px;
  background: #FFF url(../images/common/bg_b.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 600px) {
  .reservation {
    padding-block: 40px 40px;
  }
}
.reservation h2 {
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 10px #555;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 600px) {
  .reservation h2 {
    font-size: 2rem;
  }
}
.reservation h2::before, .reservation h2::after {
  content: "";
  background-color: #FFF;
  width: 85px;
  height: 4px;
}
@media all and (max-width: 600px) {
  .reservation h2::before, .reservation h2::after {
    width: 50px;
  }
}
.reservation h2::before {
  margin-right: 5px;
  transform: rotate(65deg);
}
.reservation h2::after {
  margin-left: 5px;
  transform: rotate(-65deg);
}
.reservation p {
  margin-block: 40px 40px;
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 10px #555;
  line-height: 2em;
}
@media all and (max-width: 600px) {
  .reservation p {
    margin-block: 20px 20px;
    margin-inline: 20px 20px;
  }
}
@media all and (max-width: 480px) {
  .reservation p {
    margin-inline: 20px 10px;
  }
}
.reservation ul {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reservation ul li {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.reservation ul li:first-child a {
  background: #076ABC;
}
.reservation ul li a {
  width: 100%;
  padding-block: 20px;
  color: #FFF;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 100px;
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  .reservation ul li a {
    padding-block: 15px;
  }
}
.reservation ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
}

.contact {
  padding-block: 80px 80px;
  background: #E5F5F9;
}
@media all and (max-width: 600px) {
  .contact {
    padding-block: 40px 40px;
  }
}
.contact p.txt {
  margin-block: 40px 40px;
  text-align: center;
  line-height: 2em;
}
.contact .address {
  display: flex;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .contact .address {
    flex-direction: column;
  }
}
.contact .address dl {
  gap: 10px;
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 4);
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  border-radius: 5px;
  background: #FFF;
}
@media all and (max-width: 896px) {
  .contact .address dl {
    width: 100%;
  }
}
.contact .address dl dt {
  color: #0099BC;
  font-size: 2rem;
  font-weight: bold;
}
.contact .address dl dd p.tel a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_tel.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.contact .address dl dd p.mail a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_mail.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.contact .address dl dd p.note {
  font-size: small;
  text-align: left;
}
.contact .address dl dd p a {
  padding-left: 20px;
  position: relative;
}
.contact .support {
  padding-block: 40px 0;
}
.contact .support ul {
  width: 100%;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  border-radius: 5px;
  background: #FFF;
  display: flex;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .contact .support ul {
    display: block;
  }
}
.contact .support ul li {
  width: 50%;
}
@media all and (max-width: 896px) {
  .contact .support ul li {
    width: 100%;
  }
}
.contact .support ul li:first-child h3 {
  color: #0099BC;
  font-size: 2rem;
  font-weight: bold;
}
.contact .support ul li:first-child p {
  margin-block: 10px 0;
}
.contact .support ul li:last-child {
  background: #E5F5F9;
}
@media all and (max-width: 896px) {
  .contact .support ul li:last-child {
    margin-top: 10px;
  }
}
.contact .support ul li:last-child h3 {
  padding: 10px 20px;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  background: #0099BC;
}
.contact .support ul li:last-child div {
  padding-block: 20px 20px;
}
@media all and (max-width: 480px) {
  .contact .support ul li:last-child div {
    padding-block: 10px 10px;
  }
}
.contact .support ul li:last-child div p {
  padding-inline: 20px 20px;
}
.contact .support ul li:last-child div p.tel a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_tel.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.contact .support ul li:last-child div p.mail {
  margin-block: 10px 0;
}
.contact .support ul li:last-child div p.mail a::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 14px;
  height: 16px;
  background: url(../images/common/ico_mail.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.contact .support ul li:last-child div p a {
  padding-left: 20px;
  font-size: 2rem;
  position: relative;
}
/*# sourceMappingURL=top.css.map */