@charset "UTF-8";
/*0468b7;*/
/*ボタン*/
/*3つのポイント*/
/*おすすめコース*/
/*テーブルとかのグレーの文字*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");
.list-point,
.key-box-title,
.title-text:before,
.sec2-box-title,
.sec2-subtitle,
.sec2-subtitle:before,
.sec3-child-title-text,
.sec3-child-title-text:after,
.sec3-child-step-num,
.footer-copy {
  font-family: Jost, sans-serif;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #26608e;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  min-width: 1300px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
    min-width: auto;
  }
}

h1 {
  margin: 0;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 0;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  /*font-family: serif;*/
  color: #f2847e;
}

h2.title-text-ticket {
  color: #3eb796;
}

h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h3 small {
  font-size: 54%;
}

h4 {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  color: #26608e;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.-sp-i {
  display: none;
}

@media screen and (max-width: 767px) {
  .-sp-i {
    display: inline;
  }
}

.container1 {
  display: block;
  width: 100%;
  max-width: 1500px;
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .container1 {
    max-width: none;
    min-width: auto;
    padding: 0 17px;
  }
}

.container2 {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container2 {
    width: 100%;
    padding: 0 17px;
  }
}

.container2 .button_multi {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi {
    flex-direction: column;
    gap: 15px;
  }
}

.container2 .button_multi.button_1 {
  justify-content: center;
}

.container2 .button_multi.button_1 li {
  width: 540px;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi.button_1 li {
    width: 100%;
  }
}

.container2 .button_multi.button_1 + .button_2 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi.button_1 + .button_2 {
    margin-top: 15px;
  }
}

.container2 .button_multi.button_2 li {
  width: calc(100% / 2);
}

@media screen and (max-width: 767px) {
  .container2 .button_multi.button_2 li {
    width: 100%;
  }
}

.container2 .button_multi.button_2 + .button_1 {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi.button_2 + .button_1 {
    margin-top: 15px;
  }
}

.container2 .button_multi.button_3 {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .container2 .button_multi.button_3 {
    width: 100%;
  }
}

.container2 .button_multi li {
  font-size: 15px;
}

.container2 .button_multi li .button {
  width: 100%;
  font-size: 24px;
  height: 85px;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi li .button {
    font-size: 15px;
    height: 55px;
  }
}

.container2 .button_multi li .button small {
  display: block;
  font-size: .7em;
  margin-top: 5px;
}

.container2 .button_multi li .button.bt_red {
  background: #f36969;
  box-shadow: 0 6px 0 0 #bd5252;
}

.container2 .button_multi li .button.bt_red:hover {
  box-shadow: 0 0px 0 0 #bd5252;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi li .button.bt_red {
    box-shadow: 0 3px 0 0 #bd5252;
  }
  .container2 .button_multi li .button.bt_red:hover {
    transform: translateY(3px);
  }
}

.container2 .button_multi li .button.bt_blue {
  background: #1aabee;
  box-shadow: 0 6px 0 0 #1483b6;
}

.container2 .button_multi li .button.bt_blue:hover {
  box-shadow: 0 0px 0 0 #1483b6;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi li .button.bt_blue {
    box-shadow: 0 3px 0 0 #1483b6;
  }
  .container2 .button_multi li .button.bt_blue:hover {
    transform: translateY(3px);
  }
}

.container2 .button_multi li .button.bt_purple {
  background-color: #8f5cd0;
  box-shadow: 0 6px 0 0 #5d3197;
}

.container2 .button_multi li .button.bt_purple:hover {
  box-shadow: 0 0px 0 0 #5d3197;
}

@media screen and (max-width: 767px) {
  .container2 .button_multi li .button.bt_purple {
    box-shadow: 0 3px 0 0 #5d3197;
  }
  .container2 .button_multi li .button.bt_purple:hover {
    transform: translateY(3px);
  }
}

.container2 > h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
  color: #3eb796;
}

.container2 > h3 small {
  font-size: .8em;
}

@media screen and (max-width: 767px) {
  .container2 > h3 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.6;
  }
}

.container2 > h3.h_sanrio {
  color: #ff8fac;
}

.container2 > h3.-red {
  color: #ff0000;
}

.container2 > h3.-red.-mt60 {
  margin-top: 60px;
}

.container2 > h3.-blue {
  color: #42b8ef;
}

.container2 > h3.-blue.-mt60 {
  margin-top: 60px;
}

.container2 > h3.-blue + .table-wrap table th {
  background: #42b8ef;
}

.container2 > h3.-purple {
  color: #6d4b9c;
}

.container2 > h3.-purple.-mt60 {
  margin-top: 60px;
}

.container2 > h3.-purple + .table-wrap table th {
  background: #6d4b9c;
}

.container2 > h4 {
  color: #f36969;
  padding-left: 45px;
  font-size: 22px;
  margin-bottom: 15px;
  background: url("../images/icon-ticket-red.svg") no-repeat left center;
}

@media screen and (max-width: 767px) {
  .container2 > h4 {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.6;
  }
}

.container2 > p {
  color: #3eb796;
}

.container2 > p.-red {
  color: #ff0000;
}

.container2 > p.-red > a {
  color: #ff0000;
}

.container2 > p.-blue {
  color: #42b8ef;
}

.container2 > p.-blue > a {
  color: #42b8ef;
}

.container2 .table-notice {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.container2 .table-notice a {
  text-decoration: underline;
  color: #3eb796;
}

@media screen and (max-width: 767px) {
  .container2 .table-notice {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.container2 .table-notice.table-notice-sanrio {
  color: #ff8fac;
}

.container2 .table-notice.table-notice-sanrio a {
  color: #ff8fac;
}

.table-wrap + p {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .table-wrap + p {
    margin-top: 30px;
  }
}

.table-wrap + p.table-notice {
  margin-top: 0;
}

.table-wrap td.td_theboon {
  background: #daf0ff;
}

.table-wrap td.td_theboon_rest {
  background: #fff968;
}

.table-wrap.-touribe th {
  background: #fc3333;
}

.table-wrap.-touribe td {
  background: #f8ebeb;
}

.table-wrap.-touribe td .price {
  color: #ff0000;
}

.title-wrap {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .title-wrap {
    margin-bottom: 20px;
  }
}

.title-line {
  display: none;
  width: 41px;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #26608e;
}

@media screen and (max-width: 767px) {
  .title-line {
    width: 20px;
    height: 2.5px;
  }
}

.title-text {
  position: relative;
  margin-bottom: 20px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .title-text {
    margin-bottom: 10px;
    font-size: calc(110% + 1.2vw);
  }
}

.title-text:before {
  content: attr(english);
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 78px;
  font-weight: 700;
  color: #ffeff2;
  white-space: pre;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .title-text:before {
    top: 26px;
    font-size: calc(75% + 0.8vw);
    letter-spacing: 0.1rem;
  }
}

.title-text .text {
  position: relative;
}

.title-text.title-text-ticket:before {
  color: #ebf8f4;
}

.header {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 18px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 17px;
    display: flex;
    width: calc(100% - 34px);
    padding: 13px 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #26608e;
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .header-nav.is-shown {
    top: 0%;
  }
}

@media screen and (min-width: 768px) {
  .header.is-ready {
    top: -200px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
  }
  .header.is-ready .header-log {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header.is-scrolled {
    position: fixed;
    top: 0;
  }
}

.header-log {
  margin-bottom: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header-log {
    margin: auto;
    padding-left: 16%;
  }
  .header-log img {
    width: 100px;
  }
}

.header-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .header-list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .header-list li:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    margin: 15px auto;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header-list li:last-child:after {
    display: none;
  }
}

.header-link {
  padding-right: 18px;
  background-image: url("../images/icon-link.svg");
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.header-link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .header-link {
    display: block;
    padding: 0;
    font-size: 16px;
    color: #fff;
  }
}

.header-toggle {
  display: none;
}

.header-toggle span {
  display: block;
  width: 20px;
  height: 1.5px;
  margin-bottom: 6px;
  background: #26608e;
  transition: all 0.2s ease;
}

.header-toggle span:nth-child(3) {
  margin-bottom: 0;
}

.header-toggle.is-active span {
  background: #fff;
  margin-bottom: 0;
}

.header-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translateY(1px);
}

.header-toggle.is-active span:nth-child(2) {
  transform: rotate(-45deg) translateY(-1px);
}

.header-toggle.is-active span:nth-child(3) {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .header-toggle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50px;
    height: 30px;
    margin: 0 7px 0 0;
  }
}

.key {
  position: relative;
}

.key .key-bg {
  width: 100%;
}

.key .key-bg.-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .key .key-bg {
    width: 100%;
  }
  .key .key-bg.-pc {
    display: none;
  }
  .key .key-bg.-sp {
    display: block;
  }
}

.key-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .key-title {
    padding-top: 0;
  }
}

.key-img1 {
  margin-top: 180px;
  max-width: 17%;
}

@media screen and (max-width: 767px) {
  .key-img1 {
    margin-top: 18vw;
    max-width: 24vw;
  }
}

.key-img2 {
  position: absolute;
  top: auto;
  bottom: 30px;
  display: block;
}

.key-img2.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .key-img2.pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .key-img2.sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .key-list > li {
    width: 100%;
  }
}

.key-list > li.-green .list-point {
  color: #3eb796;
}

.key-list > li.-green .key-box {
  background-color: #3eb796;
}

.key-list > li.-red .list-point {
  color: #fc3333;
}

.key-list > li.-red .key-box {
  background-color: #fc3333;
}

.key-list > li.-pink .list-point {
  color: #e95887;
}

.key-list > li.-pink .key-box {
  background-color: #e95887;
}

.key-list > li.-yellow .list-point {
  color: #0468b7;
}

.key-list > li.-yellow .key-box {
  background-color: #fff846;
  color: #0468b7;
}

.key-list > li.-yellow-green .list-point {
  color: #3fc01f;
}

.key-list > li.-yellow-green .key-box {
  background-color: #3fc01f;
}

.key-list .list-point {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

.key-list {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  gap: 30px;
  /*ポイントが2つのとき*/
  list-style-type: none;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .key-list {
    display: block;
    margin-bottom: 20px;
  }
}

.key-box__note {
  font-size: 14px;
  text-align: left;
  display: block;
}

@media screen and (max-width: 767px) {
  .key-box__note {
    font-size: 10px;
  }
}

.key-box {
  width: calc(100% / 3 - 30px);
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .key-box {
    width: 100%;
    max-width: none;
    min-width: auto;
    min-height: auto;
    border-radius: 20px;
    margin: 0 0 80px;
    padding: 0 30px 25px;
  }
}

.key-box.li-01 {
  background-color: #3eb796;
}

.key-box.li-02 {
  background-color: #5bb5d7;
}

.key-box.li-03 {
  background-color: #7f92ba;
}

@media screen and (max-width: 767px) {
  .key-box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1400px) {
  .key-box p {
    text-align: left;
  }
  .key-box p br {
    display: none;
  }
}

.key-box-img {
  margin: -65px 0 10px;
}

@media screen and (max-width: 767px) {
  .key-box-img {
    width: 38%;
    margin: 0 auto 10px;
    transform: translateY(-60px);
  }
}

.key-box-title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .key-box-title {
    margin-top: -60px;
    font-size: calc(90% + 1vw);
  }
}

.day_price {
  margin-bottom: 60px;
}

.day_price p {
  margin-bottom: 20px;
  color: #4f5559;
}

.day_price .-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .day_price .-pc {
    display: none;
  }
  .day_price .-sp {
    display: block;
  }
}

.table1 {
  padding-top: 110px;
  padding-bottom: 90px;
  border-bottom: 2px solid #eff4f7;
  background-image: url("../images/sec1-bg.png");
  background-position: 0px 0px;
  background-size: auto;
}

@media screen and (max-width: 767px) {
  .table1 {
    margin-top: 0;
    padding: 90px 0 30px;
    background-repeat: repeat;
    background-size: 20px;
  }
}

.table1.-summer {
  margin-top: -80px;
  background-image: url("../images/sec1-bg-blue.png");
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  color: #4f5559;
}

table th,
table td {
  padding: 9.5px 0;
  border: 1px solid #fff;
  font-weight: bold;
}

table th {
  background: #3eb796;
  color: #fff;
}

table th.th_pink {
  background: #ff8fac;
}

table th.th_red {
  background: #f36969;
}

table th.th_blue {
  background: #1aabee;
}

table tr.tr_green td {
  background: #ebf8f4;
}

table tr.tr_green td.td-price {
  color: #1d9c79;
}

table tr.tr_green td.td-price s {
  color: #5e7b73;
}

table tr.tr_green td.td-price .off {
  background: #1d9c79;
}

table tr.tr_green_dark td.td-price {
  color: #157c60;
}

table tr.tr_blue td {
  background: #e7f4f9;
}

table tr.tr_blue td.td-price {
  color: #028bbf;
}

table tr.tr_blue td.td-price s {
  color: #42788c;
}

table tr.tr_blue td.td-price .off {
  background: #028bbf;
}

table tr.tr_red td {
  background: #fcedeb;
}

table tr.tr_red td.td-price {
  color: #f36969;
}

table tr.tr_red td.td-price s {
  color: #964141;
}

table tr.tr_red td.td-price .off {
  background: #f36969;
}

table tr.tr_purple td {
  background: #f6f0fe;
}

table tr.tr_purple td.td-price {
  color: #6d4b9c;
}

table tr.tr_purple td.td-price s {
  color: #6f5a8d;
}

table tr.tr_purple td.td-price .off {
  background: #6d4b9c;
}

table tr.tr_yellow td {
  background: #fef7dc;
}

table tr.tr_yellow td.td-price {
  color: #876d0d;
}

table tr.tr_yellow td.td-price s {
  color: #79704d;
}

table tr.tr_yellow td.td-price .off {
  background: #876d0d;
}

table tr.tr_pink td {
  background: #fff4f8;
}

table tr.tr_pink td.td-price {
  color: #de5e85;
}

table tr.tr_pink td.td-price s {
  color: #c17f93;
}

table tr.tr_pink td.td-price .off {
  background: #de5e85;
}

table tr td {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

table tr td.td-price {
  font-family: Jost, sans-serif;
}

table tr td.txt_c {
  text-align: center;
}

table tr td.txt_r {
  text-align: right;
}

table tr td.td_red {
  background: #fcedeb;
}

table tr td.td_red.td-price {
  color: #f36969;
}

table tr td.td_blue {
  background: #e1f5fc;
}

table tr td.td_blue.td-price {
  color: #1aabee;
}

table tr td span {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  table tr td span {
    font-size: 9px;
  }
}

table .yellow td {
  background: #3eb771;
}

table .off {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 28px;
  border-radius: 40px;
  font-size: 15px;
  color: #fff;
}

table .none {
  display: inline-block;
  width: 110px;
}

table .price {
  display: inline-block;
  width: 110px;
}

@media screen and (max-width: 767px) {
  table th,
  table td {
    padding: 7px;
    font-size: 10px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  table td.td-category {
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  table td.td-price {
    font-weight: 500;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  table .off {
    width: auto;
    height: auto;
    padding: 2px 5px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  table .none {
    width: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  table .price {
    width: 2.2rem;
  }
}

a + .table-color {
  margin-top: 30px;
  margin-bottom: 0px;
}

a + .table-color.txt_c {
  justify-content: center;
}

a + .table-color.txt_c a {
  text-decoration: underline;
}

a + .table-color.txt_c a:hover {
  text-decoration: none;
}

.table-color {
  display: flex;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .table-color {
    font-size: 10px;
  }
}

.table-color.txt_c {
  justify-content: center;
}

.table-color.txt_c a {
  text-decoration: underline;
}

.table-color.txt_c a:hover {
  text-decoration: none;
}

.table-color li {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-weight: bold;
  color: #42b8ef;
}

@media screen and (max-width: 767px) {
  .table-color li {
    margin-right: 15px;
  }
}

.table-color li.none:before {
  display: none;
}

.table-color li:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .table-color li:before {
    width: 11px;
    height: 11px;
  }
}

.table-color li:nth-of-type(1):before {
  background: #fff968;
}

.table-color li:nth-of-type(2):before {
  background: #26608e;
}

.button.-rest-space {
  margin-top: 30px;
  background-color: #fff846;
  color: #0468b7;
  box-shadow: 0 6px 0 0 #ceca59;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .button.-rest-space {
    width: 100%;
    height: 50px;
    font-size: 15px;
    background-size: 20px;
    background-position: 20px center;
    box-shadow: 0 3px 0 0 #ceca59;
  }
}

.button.-rest-space:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 #ceca59;
}

@media screen and (max-width: 767px) {
  .button.-rest-space:hover {
    transform: translateY(3px);
  }
}

.button.-relax-space {
  margin-top: 30px;
  background-color: #c9b060;
  color: #fff;
  box-shadow: 0 6px 0 0 #97813c;
  background-image: none;
}

@media screen and (max-width: 767px) {
  .button.-relax-space {
    width: 100%;
    height: 50px;
    font-size: 15px;
    background-size: 20px;
    background-position: 20px center;
    box-shadow: 0 3px 0 0 #97813c;
  }
}

.button.-relax-space:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 #97813c;
}

@media screen and (max-width: 767px) {
  .button.-relax-space:hover {
    transform: translateY(3px);
  }
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 690px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff846;
  background-image: url("../images/icon-ticket-white.svg");
  background-position: 50px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  box-shadow: 0 6px 0 0 #bcb400;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .button {
    width: 100%;
    height: 50px;
    font-size: 15px;
    background-size: 20px;
    background-position: 20px center;
    box-shadow: 0 3px 0 0 #bcb400;
  }
}

.button:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 #bcb400;
}

@media screen and (max-width: 767px) {
  .button:hover {
    transform: translateY(3px);
  }
}

.button.-official {
  margin-bottom: 40px;
  background-image: none;
  background-color: #de5e5e;
  box-shadow: 0 6px 0 0 #9f3737;
}

@media screen and (max-width: 767px) {
  .button.-official {
    margin-bottom: 30px;
    box-shadow: 0 3px 0 0 #9f3737;
  }
}

.button.-official:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 #9f3737;
}

.button.-asoview {
  background-color: #e0bc32;
  box-shadow: 0 6px 0 0 #a99025;
}

@media screen and (max-width: 767px) {
  .button.-asoview {
    box-shadow: 0 3px 0 0 #a99025;
  }
}

.button.-asoview:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 #a99025;
}

.button.-event {
  background-color: #f36969;
  box-shadow: 0 6px 0 0 #bb4b4b;
}

@media screen and (max-width: 767px) {
  .button.-event {
    box-shadow: 0 3px 0 0 #bb4b4b;
  }
}

.button.-event:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 #bb4b4b;
}

.button.-purple {
  background-color: #8f5cd0;
  box-shadow: 0 6px 0 0 #5d3197;
}

@media screen and (max-width: 767px) {
  .button.-purple {
    box-shadow: 0 3px 0 0 #5d3197;
  }
}

.button.-purple:hover {
  transform: translateY(6px);
  box-shadow: 0 0 0 0 #5d3197;
}

.button + .button {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .button + .button {
    margin-top: 15px;
  }
}

.sec2 .title-wrap {
  margin-bottom: 0px;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .sec2 .title-wrap {
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec2 h3 + .p_sub {
    font-size: 0.8em;
  }
}

.sec2 h3 + .p_sub a {
  text-decoration: underline;
}

.sec2 h3 + .p_sub a:hover {
  text-decoration: none;
}

.sec2 .txt_link {
  margin-bottom: 55px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec2 .txt_link {
    font-size: 14px;
  }
}

.sec2 .txt_link a {
  text-decoration: underline;
}

.sec2 .txt_link a:hover {
  text-decoration: none;
}

.sec2 .bt + .p_sub {
  text-align: center;
  font-size: 12px;
  margin-bottom: 50px;
}

.sec2-subtitle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 70px 0 0;
  color: #fff;
  font-size: 46px;
  text-align: center;
}

.sec2-subtitle + .p_sub {
  text-align: center;
  margin-bottom: 40px;
}

.sec2-subtitle + .p_sub a {
  text-decoration: underline;
}

.sec2-subtitle + .p_sub a:hover {
  text-decoration: none;
}

.sec2-subtitle:before {
  content: attr(english);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: -100px 0 35px;
  padding: 0 60px;
  border-radius: 50px;
  background: #3eb771;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .sec2-subtitle {
    margin-bottom: 0;
    padding: 70px 0 0;
    font-size: calc(70% + 2vw);
  }
}

@media screen and (max-width: 767px) {
  .sec2-subtitle:before {
    height: 30px;
    margin: -86px 0 16px;
    padding: 0 30px;
    font-size: calc(55% + 0.6vw);
  }
}

.sec2-list {
  list-style-type: none;
}

.sec2-list:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1200px) {
  .sec2-list {
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .sec2-list {
    width: 100%;
  }
}

.sec2-box {
  float: left;
  width: 48%;
  max-width: 714px;
  min-width: 570px;
  margin-bottom: 55px;
}

.sec2-box:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .sec2-box {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec2-box:nth-child(odd) {
    margin: 0 0 20px;
  }
}

.sec2-text {
  position: relative;
  width: calc(100% - 80px);
  height: auto;
  min-height: 160px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 49px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .sec2-text {
    width: calc(100% - 40px);
    min-height: auto;
    margin-top: 15px;
    padding: 20px;
  }
}

.sec2-box-title {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .sec2-box-title {
    font-size: calc(80% + 1vw);
  }
}

.sec2-box-text {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sec2-box-text {
    font-size: 14px;
  }
}

.sec3 {
  position: relative;
  margin-top: -40px;
  padding-top: 60px;
  padding-bottom: 169px;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .sec3 {
    padding: 20px 0 60px;
  }
}

.sec3 .title-text:before {
  color: #fff;
}

.sec3-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .sec3-tab {
    display: none;
  }
}

.sec3-tab-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 274px;
  width: calc(100% / 2);
  padding: 15px;
  line-height: 1.2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.sec3-tab-li.is-active {
  background-color: #ffb10b;
  color: #fff;
}

.sec3-tab-li.is-active g > g {
  stroke: #fff;
}

.sec3-tab-li.is-active rect {
  fill: #fff;
}

.sec2-img {
  display: block;
  width: 100%;
  max-width: none;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .sec2-img {
    border-radius: 15px;
  }
}

.sec2.-beige-dark {
  padding: 0 30px 75px;
  background-image: url("../images/bg-winter/sec-bg.png"), linear-gradient(135deg, #d3c3ba, #eae8e6);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-beige-dark {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-beige-dark .sec2-subtitle:before {
  background: #867e6c;
}

.sec2.-beige-dark h3,
.sec2.-beige-dark .sec2-list,
.sec2.-beige-dark .txt_link,
.sec2.-beige-dark .p_sub {
  color: #524a36;
}

.sec2.-purple-dark {
  padding: 0 30px 75px;
  background-image: url("../images/bg-winter/sec-bg.png"), linear-gradient(135deg, #babfdf, #ecedf4);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-purple-dark {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-purple-dark .sec2-subtitle:before {
  background: #6b73b1;
}

.sec2.-purple-dark h3,
.sec2.-purple-dark .sec2-list,
.sec2.-purple-dark .txt_link,
.sec2.-purple-dark .p_sub {
  color: #2f366e;
}

.sec2.-blue-dark {
  padding: 0 30px 75px;
  background-image: url("../images/bg-winter/sec-bg.png"), linear-gradient(225deg, #b1c7d4, #d8e3ea);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-blue-dark {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-blue-dark .sec2-subtitle:before {
  background: #3f6073;
}

.sec2.-blue-dark h3,
.sec2.-blue-dark .sec2-list,
.sec2.-blue-dark .txt_link,
.sec2.-blue-dark .p_sub {
  color: #243945;
}

.sec2.-green {
  padding: 0 30px 90px;
  background-image: url("../images/bg-spring/sec-bg.png"), linear-gradient(135deg, #aed9cd, #cfefe6);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-green {
    padding: 0 0 50px;
    background-size: 26px, auto;
  }
}

.sec2.-green .sec2-subtitle:before {
  background: #3eb796;
}

.sec2.-green h3,
.sec2.-green .sec2-list,
.sec2.-green .txt_link,
.sec2.-green .p_sub {
  color: #00664b;
}

.sec2.-blue-light {
  padding: 0 30px 45px;
  background-image: url("../images/bg-spring/sec-bg.png"), linear-gradient(135deg, #c6e5f1, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-blue-light {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-blue-light .sec2-subtitle:before {
  background: #5bb5d7;
}

.sec2.-blue-light h3,
.sec2.-blue-light .sec2-list,
.sec2.-blue-light .txt_link,
.sec2.-blue-light .p_sub {
  color: #028bbf;
}

.sec2.-pink {
  padding: 0 30px 45px;
  background-image: url("../images/bg-spring/sec-bg.png"), linear-gradient(135deg, #ffdfe9, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-pink {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-pink .sec2-subtitle:before {
  background: #ff8fac;
}

.sec2.-pink h3,
.sec2.-pink .sec2-list,
.sec2.-pink .txt_link,
.sec2.-pink .p_sub {
  color: #de5e85;
}

.sec2.-cream-pink {
  padding: 0 30px 45px;
  background-image: url("../images/bg-spring/sec-bg.png"), linear-gradient(135deg, #e7e8bb, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-cream-pink {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-cream-pink .sec2-subtitle:before {
  background: #e95887;
}

.sec2.-cream-pink h3,
.sec2.-cream-pink .sec2-list,
.sec2.-cream-pink .txt_link,
.sec2.-cream-pink .p_sub {
  color: #d11e58;
}

.sec2.-cream-pink .p_sub {
  color: #2f366e;
}

.sec2.-blue-wave {
  padding: 0 30px 45px;
  background-image: url("../images/bg-summer/sec2-bg.svg"), linear-gradient(135deg, #44c7cf, #90eef3);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-blue-wave {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-blue-wave .sec2-subtitle:before {
  background: #fff846;
  color: #0468b7;
}

.sec2.-blue-wave h3,
.sec2.-blue-wave .sec2-list,
.sec2.-blue-wave .txt_link,
.sec2.-blue-wave .p_sub {
  color: #0468b7;
}

.sec2.-blue-wave h3 {
  color: #fff;
}

.sec2.-blue-wave .sec2-text {
  background-color: rgba(255, 255, 255, 0.9);
}

.sec2.-orange-wave {
  padding: 0 30px 45px;
  background-image: url("../images/bg-summer/sec2-bg.svg"), linear-gradient(135deg, #faaa33, #fed586);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-orange-wave {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-orange-wave .sec2-subtitle:before {
  background: #fff846;
  color: #0468b7;
}

.sec2.-orange-wave h3,
.sec2.-orange-wave .sec2-list,
.sec2.-orange-wave .txt_link,
.sec2.-orange-wave .p_sub {
  color: #0468b7;
}

.sec2.-orange-wave h3 {
  color: #fff;
}

.sec2.-orange-wave .sec2-text {
  background-color: rgba(255, 255, 255, 0.9);
}

.sec2.-Indigo-wave {
  padding: 0 30px 45px;
  background-image: url("../images/bg-summer/sec2-bg.svg"), linear-gradient(135deg, #1e98d6, #62bed9);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-Indigo-wave {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-Indigo-wave .sec2-subtitle:before {
  background: #fff846;
  color: #0468b7;
}

.sec2.-Indigo-wave h3,
.sec2.-Indigo-wave .sec2-list,
.sec2.-Indigo-wave .txt_link,
.sec2.-Indigo-wave .p_sub {
  color: #0468b7;
}

.sec2.-Indigo-wave h3 {
  color: #fff;
}

.sec2.-Indigo-wave .sec2-text {
  background-color: rgba(255, 255, 255, 0.9);
}

.sec2.-yellow-green {
  padding: 0 30px 90px;
  background-image: url("../images/sec1-bg-white.png"), linear-gradient(135deg, #adeca6, #dffbdb);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

@media screen and (max-width: 767px) {
  .sec2.-yellow-green {
    padding: 0 0 50px;
    background-size: 26px, auto;
  }
}

.sec2.-yellow-green .sec2-subtitle:before {
  background: #3fc01f;
}

.sec2.-yellow-green h3,
.sec2.-yellow-green .sec2-list,
.sec2.-yellow-green .txt_link,
.sec2.-yellow-green .p_sub {
  color: #079602;
}

.sec2-1 {
  padding: 0 30px 45px;
  padding: 0 30px 80px;
  background-color: #ffd8d8;
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  color: #ff0000;
}

.sec2-1 .sec2-subtitle:before {
  background: #ff0000;
}

.sec2-1 h3 {
  color: #ff0000;
  margin-bottom: 20px;
}

.sec2-1 .sec2-subtitle .-sp {
  display: none;
}

.sec2-1 .p_sub {
  color: #6e2f2f;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

.sec2-1 .date-wrap {
  width: fit-content;
  margin: 0 auto;
}

.sec2-1 .date-wrap .date {
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec2-1 {
    padding: 0 0 30px;
  }
  .sec2-1 h3 {
    line-height: 1.4;
  }
  .sec2-1 .sec2-subtitle .-sp {
    display: block;
  }
  .sec2-1 .p_sub {
    font-size: 0.8em;
    margin-bottom: 20px;
  }
}

.sec2.-cream {
  padding: 0 30px 80px;
  background: url(../images/bg-winter/sec-bg.png), linear-gradient(225deg, #efe1b4, #fffaec);
  background-position: 0px 0px, 0px 0px;
  background-size: auto,auto;
}

@media screen and (max-width: 767px) {
  .sec2.-cream {
    padding: 0 0 30px;
    background-size: 26px, auto;
  }
}

.sec2.-cream .sec2-subtitle:before {
  background: #c9b060;
  color: #fff;
}

.sec2.-cream h3,
.sec2.-cream .sec2-list,
.sec2.-cream .txt_link,
.sec2.-cream .p_sub {
  color: #71674A;
}

.sec2.-cream .sec2-text {
  background-color: rgba(255, 255, 255, 0.9);
}

.sec3-tab-li-icon {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .sec3-tab-li-icon {
    transition: all 0.2s ease;
  }
}

.sec3-tab-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec3-tab-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    background: #ffb10b;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .sec3-tab-toggle > div {
    margin: auto;
    padding-left: 30px;
  }
  .sec3-tab-toggle .sec3-tab-li-icon {
    margin-right: 20px;
  }
  .sec3-tab-toggle g > g {
    stroke: #fff;
  }
  .sec3-tab-toggle rect {
    fill: #fff;
  }
}

@media screen and (max-width: 767px) {
  .sec3-sp-content {
    display: none;
    padding: 15px 8px;
  }
}

.sec3-child {
  display: none;
  padding: 45px 90px;
  border: 10px solid #ffb10b;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
}

.sec3-child.is-shown {
  display: block;
}

@media screen and (max-width: 767px) {
  .sec3-child {
    display: block;
    margin-bottom: 1px;
    padding: 0;
    border-radius: 0;
    border-width: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sec3-child.is-shown {
    border-radius: 7px 7px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sec3-child.is-shown .sec3-tab-li-icon {
    transform: rotate(180deg);
  }
}

.sec3-child-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}

.sec3-child-title-wrap + .p_sub {
  text-align: center;
  margin-bottom: 40px;
  color: #2f366e;
}

.sec3-child-title-wrap + .p_sub a {
  text-decoration: underline;
}

.sec3-child-title-wrap + .p_sub a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sec3-child-title-wrap {
    margin-bottom: 30px;
  }
}

.sec3-child-title-text {
  font-size: 30px;
  color: #3eb771;
}

.sec3-child-title-text:after {
  content: attr(english);
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  color: #26608e;
  font-size: 12px;
  letter-spacing: 0.05rem;
  display: none;
}

@media screen and (max-width: 767px) {
  .sec3-child-title-text {
    font-size: calc(100% + 1vw);
  }
}

@media screen and (max-width: 767px) {
  .sec3-child-title-text:after {
    margin-top: 4px;
    font-size: 10px;
  }
}

.sec3-child-title-balloon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #3eb771;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.sec3-child-title-balloon:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 10px solid #3eb771;
}

@media screen and (max-width: 767px) {
  .sec3-child-title-balloon {
    width: 100%;
    margin-bottom: 15px;
    padding: 7px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec3-child-title-balloon:after {
    bottom: -6px;
    border: 2.5px solid transparent;
    border-top: 5px solid #3eb771;
  }
}

.sec3-child-step {
  position: relative;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
  color: #4f5559;
}

.sec3-child-step:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 136px;
  display: block;
  width: 8px;
  height: 90%;
  background: #b8bfcc;
}

.sec3-child-step + .p_sub {
  text-align: center;
  color: #4f5559;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.sec3-child-step + .p_sub a {
  text-decoration: underline;
}

.sec3-child-step + .p_sub a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sec3-child-step {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec3-child-step:before {
    left: 22%;
    width: 4px;
  }
}

.sec3-child-step-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sec3-child-step-li {
    margin-bottom: 20px;
  }
}

.sec3-child-step-img-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec3-child-step-img-wrap {
    width: 40%;
  }
}

.sec3-child-step-img {
  display: block;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .sec3-child-step-img {
    width: 100%;
    border-radius: 10px;
  }
}

.sec3-child-step-num {
  position: absolute;
  left: 50%;
  top: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #3eb771;
  color: #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec3-child-step-num {
    top: -8px;
    width: 50px;
    height: 16px;
    font-size: 7px;
  }
}

.sec3-child-step-text-wrap {
  padding-left: 37px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec3-child-step-text-wrap {
    padding-left: 10px;
    font-size: 11px;
  }
}

.sec3.-winter {
  background-image: url("../images/bg-winter/sec3-bg.png");
}

@media screen and (max-width: 767px) {
  .sec3.-winter {
    background: url("../images/bg-winter/sp-sec3-bg.png") center top/cover no-repeat;
  }
}

.sec3.-winter .sec3-child-step {
  color: #4f5559;
}

.sec3.-winter .title-text-course {
  color: #26608e;
}

.sec3.-winter .sec3-child-step-num {
  background-color: #a7905a;
}

.sec3.-winter .sec3-child-title-balloon {
  background-color: #a7905a;
}

.sec3.-winter .sec3-child-title-balloon:after {
  border-top: 10px solid #a7905a;
}

@media screen and (max-width: 767px) {
  .sec3.-winter .sec3-child-title-balloon:after {
    border-top: 5px solid #a7905a;
  }
}

.sec3.-winter .sec3-child-title-text {
  color: #26608e;
}

.sec3.-winter .sec3-tab-li.is-active {
  background-color: #8fa0bd;
}

.sec3.-winter .sec3-child {
  border-color: #8fa0bd;
}

@media screen and (max-width: 767px) {
  .sec3.-winter .sec3-tab-toggle {
    background-color: #8fa0bd;
  }
}

.sec3.-spring {
  background-image: url("../images/bg-spring/sec3-bg.png");
}

@media screen and (max-width: 767px) {
  .sec3.-spring {
    background: url("../images/bg-spring/sp-sec3-bg.png") center top/cover no-repeat;
  }
}

.sec3.-spring .sec3-child-step {
  color: #4f5559;
}

.sec3.-spring .title-text-course {
  color: #ffb10b;
}

.sec3.-spring .sec3-child-step-num {
  background-color: #3eb771;
}

.sec3.-spring .sec3-child-title-balloon {
  background-color: #3eb771;
}

.sec3.-spring .sec3-child-title-balloon:after {
  border-top: 10px solid #3eb771;
}

@media screen and (max-width: 767px) {
  .sec3.-spring .sec3-child-title-balloon:after {
    border-top: 5px solid #3eb771;
  }
}

.sec3.-spring .sec3-child-title-text {
  color: #ffb10b;
}

.sec3.-spring .sec3-tab-li.is-active {
  background-color: #ffb10b;
}

.sec3.-spring .sec3-child {
  border-color: #ffb10b;
}

@media screen and (max-width: 767px) {
  .sec3.-spring .sec3-tab-toggle {
    background-color: #ffb10b;
  }
}

.sec3.-summer {
  background-image: url("../images/bg-summer/sec3-bg.png");
}

@media screen and (max-width: 767px) {
  .sec3.-summer {
    background: url("../images/bg-summer/sp-sec3-bg.png") center top/cover no-repeat;
  }
}

.sec3.-summer .sec3-child-step {
  color: #4f5559;
}

.sec3.-summer .sec3-child-step:before {
  background: #0468b7;
}

.sec3.-summer .title-text-course {
  color: #0468b7;
}

.sec3.-summer .sec3-child-step-num {
  color: #0468b7;
  background-color: #fff846;
}

.sec3.-summer .sec3-child-title-balloon {
  background-color: #0468b7;
  color: #fff846;
}

.sec3.-summer .sec3-child-title-balloon:after {
  border-top: 10px solid #0468b7;
}

@media screen and (max-width: 767px) {
  .sec3.-summer .sec3-child-title-balloon:after {
    border-top: 5px solid #0468b7;
  }
}

.sec3.-summer .sec3-child-title-text {
  color: #0468b7;
}

.sec3.-summer .sec3-tab-li.is-active {
  background-color: #42b8ef;
}

.sec3.-summer .sec3-child {
  border-color: #42b8ef;
}

@media screen and (max-width: 767px) {
  .sec3.-summer .sec3-tab-toggle {
    background-color: #42b8ef;
  }
}

.sec3.-spring-pink {
  background-image: url("../images/bg-spring-pink/sec3-bg.png");
}

@media screen and (max-width: 767px) {
  .sec3.-spring-pink {
    background: url("../images/bg-spring-pink/sp-sec3-bg.png") center top/cover no-repeat;
  }
}

.sec3.-spring-pink .sec3-child-step {
  color: #4f5559;
}

.sec3.-spring-pink .title-text-course {
  color: #f2847e;
}

.sec3.-spring-pink .sec3-child-step-num {
  background-color: #3eb771;
}

.sec3.-spring-pink .sec3-child-title-balloon {
  background-color: #3eb771;
}

.sec3.-spring-pink .sec3-child-title-balloon:after {
  border-top: 10px solid #3eb771;
}

@media screen and (max-width: 767px) {
  .sec3.-spring-pink .sec3-child-title-balloon:after {
    border-top: 5px solid #3eb771;
  }
}

.sec3.-spring-pink .sec3-child-title-text {
  color: #f2847e;
}

.sec3.-spring-pink .sec3-tab-li.is-active {
  background-color: #f2847e;
}

.sec3.-spring-pink .sec3-child {
  border-color: #f2847e;
}

@media screen and (max-width: 767px) {
  .sec3.-spring-pink .sec3-tab-toggle {
    background-color: #f2847e;
  }
}

.table2 {
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .table2 {
    margin-top: -40px;
    padding: 40px 0 30px;
  }
}

.toggle-wrap {
  margin-top: 60px;
}

.toggle-wrap + .toggle-wrap {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .toggle-wrap {
    margin-top: 25px;
  }
}

.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #26608e;
  color: #3eb771;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.toggle .icon {
  position: relative;
}

.toggle .icon:before, .toggle .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background: #3eb771;
  transform-origin: 0 0;
}

.toggle .icon:before {
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
}

.toggle .icon:after {
  transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .toggle {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .toggle .icon:before {
    width: 8px;
    height: 1.5px;
  }
}

@media screen and (max-width: 767px) {
  .toggle .icon:after {
    width: 1.5px;
    height: 8px;
  }
}

.toggle-content {
  display: none;
  border: 2px solid #26608e;
  padding: 50px;
  background: #fff;
  font-size: 14px;
}

.toggle-content p {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .toggle-content {
    padding: 20px 15px;
    font-size: 13px;
  }
}

.toggle.is-active .icon:after {
  display: none;
}

.sec5 {
  padding: 80px 30px 100px;
  background-image: url("../images/sec5-bg.png");
  background-position: 0px 0px;
  background-size: cover;
}

.sec5 .title-wrap {
  color: #fff;
}

.sec5 .title-wrap h2 {
  color: #26608e;
}

.sec5 .title-text:before {
  color: #fff;
}

.sec5 .title-line {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec5 {
    padding: 0px 0 40px;
  }
}

.sec5-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
}

.sec5-tab-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #eff4f7;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
}

.sec5-tab-li.is-active {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec5-tab-li {
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
  }
}

.sec5-tab-li-icon {
  margin-right: 15px;
  width: 25px;
}

@media screen and (max-width: 767px) {
  .sec5-tab-li-icon {
    margin-right: 7px;
    width: 15px;
  }
}

.sec5-child {
  display: none;
  min-height: 760px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: #fff;
}

.sec5-child ul {
  width: 100%;
  margin-bottom: -100px;
  text-align: center;
  list-style-type: none;
  font-weight: bold;
}

.sec5-child.is-shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sec5-child {
    min-height: auto;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec5-child ul {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
  }
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 100px;
  }
}

.footer-logo {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    width: 115px;
    margin: 0 auto 10px;
  }
}

.footer-copy {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 10px;
  }
}

.fixed-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fff846;
  box-shadow: 0 4px 0 0 #bcb400;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
  opacity: 0;
  color: #0468b7;
}

.fixed-button:hover {
  transform: translateY(4px);
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .fixed-button {
    right: 15px;
    bottom: 15px;
    width: 78px;
    height: 67px;
    box-shadow: 0 2px 0 0 #bcb400;
    font-size: 10px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .fixed-button:hover {
    transform: translateY(2px);
  }
}

.fixed-button-icon {
  margin-bottom: 5px;
  width: 22px;
}

@media screen and (max-width: 767px) {
  .fixed-button-icon {
    margin-bottom: 2px;
  }
}

.yt {
  max-width: 1100px;
  margin: auto;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .yt {
    margin-top: 40px;
  }
}

.youtube_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.youtube_wrap iframe,
.youtube_wrap object,
.youtube_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.area-sub {
  padding: 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 50px;
  background: #fff;
  width: 70%;
  margin: 0px auto 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .area-sub {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: calc(100% - 110px);
    margin: 15px auto 0;
  }
}

.area-sub .area-sub-img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .area-sub .area-sub-img {
    width: 100%;
  }
}

.area-sub .area-sub-text {
  color: #0468b7;
}

.area-sub .area-sub-text p {
  color: #0468b7;
}

.area-bt {
  margin-top: 40px;
  margin-bottom: 60px;
}

.-not-events {
  pointer-events: none;
  opacity: .6;
}

/*# sourceMappingURL=hirakata.css.map */
