/*----------------------------------------------------
  　　    ◆TOP
----------------------------------------------------*/
.top-mv-zone {
  position: relative;
}

.top-mv-slider-box p {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top-mv-text-box {
  position: absolute;
  left: 0;
  top: 18%;
  width: 100%;
  text-align: center;
}

.top-mv-text-box .top-mv-t01 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto 20px;
}

.top-mv-text-box .top-mv-t02 {
  /*font-size: 100px;*/
  font-size: 130px;;
  color: #fff;
  font-weight: 900;
  line-height: 1 !important;
}

.top-mv-text-box .top-mv-t02 .s01 {
  display: block;
}

.top-mv-text-box .top-mv-t02 .s02 {
  display: block;
  font-size: 1.4em;
}

.top-mv-text-box .top-mv-t02 i {
  display: inline-block;
  font-style: normal !important;
  -webkit-animation: jumpAnimations 1s ease-out infinite;
  -moz-animation: jumpAnimations 1s ease-out infinite;
  -ms-animation: jumpAnimations 1s ease-out infinite;
  animation: jumpAnimations 1s ease-out infinite;
}

@-webkit-keyframes jumpAnimations {
  0% {
    transform: translate(0, 0%);
  }

  12.5% {
    transform: translate(0, -10%);
  }

  25% {
    transform: translate(0, 0%);
  }

  100% {
    transform: translate(0, 0%);
  }
}

@-moz-keyframes jumpAnimations {
  0% {
    transform: translate(0, 0%);
  }

  12.5% {
    transform: translate(0, -10%);
  }

  25% {
    transform: translate(0, 0%);
  }

  100% {
    transform: translate(0, 0%);
  }
}

@-ms-keyframes jumpAnimations {
  0% {
    transform: translate(0, 0%);
  }

  12.5% {
    transform: translate(0, -10%);
  }

  25% {
    transform: translate(0, 0%);
  }

  100% {
    transform: translate(0, 0%);
  }
}

@keyframes jumpAnimations {
  0% {
    transform: translate(0, 0%);
  }

  12.5% {
    transform: translate(0, -10%);
  }

  25% {
    transform: translate(0, 0%);
  }

  100% {
    transform: translate(0, 0%);
  }
}

  /*----------------------------------------------------
  　　    ◆paypay banner
----------------------------------------------------*/
.paypay-banner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    width: 60%;
    max-width: 600px;
}

.paypay-banner02 {
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    max-width: 600px;
    margin-bottom: 30px;
}

.top-mv-mouse {
  width: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 10%;
  text-align: center;
}

.top-mv-mouse a {
  color: #333;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding: 17px 10px;
  border-radius: 5px;
  line-height: 1.5 !important;
  background-color: rgba(255, 255, 255, 1);
  transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.top-mv-mouse a:hover {
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.top-mv-mouse a span {
  display: block;
  margin: 0 auto;
  max-width: 30px;
}

/*
.top-zone01 {
  box-sizing: border-box;
  padding: 10px 10px 80px;
  background: url(../cmn_img/bg01.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #FFF8EB;
  overflow: hidden;
}
*/


.top-zone01::before {
  background: url(../cmn_img/bg01.png) center center no-repeat;
  background-color: #FFF8EB;
  background-size: 100% auto;
  box-sizing: border-box;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 10px 80px;
  content: "";
  z-index: -1;
}



.top-zone01 .top-zone01-box {
  width: 80%;
  max-width: 1280px;
  margin: 0 auto 80px;
  display: table;
}

.top-zone01 .top-zone01-box .top-zone01-box-image {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
  opacity: 0;
  transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -moz-transform: translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
}

.top-zone01 .top-zone01-box .top-zone01-box-image figure {
  max-width: 680px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 20px 0;
}

.top-zone01 .top-zone01-box .top-zone01-box-image figure span {
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 0 !important;
  position: relative;
  z-index: 2;
}

.top-zone01 .top-zone01-box .top-zone01-box-image figure span:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  z-index: -1;
  border-top-left-radius: 12% 15%;
  border-top-right-radius: 12% 15%;
  border-bottom-right-radius: 12% 15%;
  border-bottom-left-radius: 12% 15%;
  background-color: #fefefe;
}

.top-zone01 .top-zone01-box .top-zone01-box-image figure span img {
  width: 100% !important;
  max-width: 100% !important;
}

.top-zone01 .top-zone01-box .top-zone01-box-image .top-zone01-box-image-note {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
}

.top-zone01 .top-zone01-box .top-zone01-box-image .top-zone01-box-image-note span {
  text-align: left;
  display: inline-block;
}

.top-zone01 .top-zone01-box .top-zone01-box-txt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
  opacity: 0;
  transform:
    /*translate(-100px, 0)*/
    skew(5deg, 5deg);
  -o-transform:
    /*translate(-100px, 0)*/
    skew(5deg, 5deg);
  -ms-transform:
    /*translate(-100px, 0)*/
    skew(5deg, 5deg);
  -moz-transform:
    /*translate(-100px, 0)*/
    skew(5deg, 5deg);
  -webkit-transform:
    /*translate(-100px, 0)*/
    skew(5deg, 5deg);
  transition: .3s ease-in-out 0.3s;
  -moz-transition: .3s ease-in-out 0.3s;
  -webkit-transition: .3s ease-in-out 0.3s;
  -o-transition: .3s ease-in-out 0.3s;
}

.top-zone01 .top-zone01-box.show_time .top-zone01-box-image {
  opacity: 1;
  transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
}

.top-zone01 .top-zone01-box.show_time .top-zone01-box-txt {
  opacity: 1;
  transform: translate(0px, 0) skew(0deg, 0deg);
  -o-transform: translate(0px, 0) skew(0deg, 0deg);
  -ms-transform: translate(0px, 0) skew(0deg, 0deg);
  -moz-transform: translate(0px, 0) skew(0deg, 0deg);
  -webkit-transform: translate(0px, 0) skew(0deg, 0deg);
}

.top-zone01 .top-zone01-box .top-zone01-box-txt-inr {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.top-zone01-p01 {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #000000;
  border-radius: 300px;
  position: relative;
}

.top-zone01-p01 span {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  display: block;
  text-align: center;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  color: #fff;
}

.top-zone01-p02 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4 !important;
  margin: 30px auto 0;
}

.top-zone01-p03 {
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 0;
}

.top-zone01-p03 .small {
  font-size: 0.7em;
}

.top-zone01-p04 {
  box-sizing: border-box;
  text-align: center;
  margin: 30px auto 0;
}

.top-zone01-p04 a {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  padding: 1em 0 0.8em;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 300px;
  position: relative;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.top-zone01-p04 a:hover {
  color: #000;
  opacity: 0.8;
}

#a07 .top-zone01-p04 a:hover {
  color: #fff;
}



.top-zone01-p04 a:after {
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 0.8em;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-weight: normal;
}

#a01 .top-zone01-p01,
#a01 .top-zone01-p04 a,
.top-zone01-box#a01 .top-zone01-box-image figure span::after {
  background: #94b7ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #94b7ff 0%, #6699ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #94b7ff 0%, #6699ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #94b7ff 0%, #6699ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b7ff', endColorstr='#6699ff', GradientType=0);
  /* IE6-9 */
}

#a02 .top-zone01-p01,
#a02 .top-zone01-p04 a,
.top-zone01-box#a02 .top-zone01-box-image figure span::after {
  background: #00cf5e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00cf5e 0%, #00b050 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00cf5e 0%, #00b050 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00cf5e 0%, #00b050 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cf5e', endColorstr='#00b050', GradientType=0);
  /* IE6-9 */
}

#a03 .top-zone01-p01,
#a03 .top-zone01-p04 a,
.top-zone01-box#a03 .top-zone01-box-image figure span::after {
  background: #ff4443;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff4443 0%, #ff0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff4443 0%, #ff0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff4443 0%, #ff0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4443', endColorstr='#ff0000', GradientType=0);
  /* IE6-9 */
}

#a04 .top-zone01-p01,
#a04 .top-zone01-p04 a,
.top-zone01-box#a04 .top-zone01-box-image figure span::after {
  background: #ff97ba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff97ba 0%, #ff6699 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff97ba 0%, #ff6699 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff97ba 0%, #ff6699 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97ba', endColorstr='#ff6699', GradientType=0);
  /* IE6-9 */
}

#a05 .top-zone01-p01,
#a05 .top-zone01-p04 a,
.top-zone01-box#a05 .top-zone01-box-image figure span::after {
  background: #d0bbff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d0bbff 0%, #cc9cff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d0bbff 0%, #cc9cff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d0bbff 0%, #cc9cff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0bbff', endColorstr='#cc9cff', GradientType=0);
  /* IE6-9 */
}


#a06 .top-zone01-p01,
#a06 .top-zone01-p04 a,
.top-zone01-box#a06 .top-zone01-box-image figure span::after {
  background: #ffb28c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb28c 0%, #ff7e3e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffb28c 0%, #ff7e3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffb28c 0%, #ff7e3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb28c', endColorstr='#ff7e3e', GradientType=0);
  /* IE6-9 */
}

#a07 .top-zone01-p01,
#a07 .top-zone01-p04 a,
.top-zone01-box#a07 .top-zone01-box-image figure span::after {
  background: #003091;
  /* Old browsers */
  background: -moz-linear-gradient(top, #003091 0%, #00194c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #003091 0%, #00194c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #003091 0%, #00194c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003091', endColorstr='#00194c', GradientType=0);
  /* IE6-9 */
}

#a08 .top-zone01-p01,
#a08 .top-zone01-p04 a,
.top-zone01-box#a08 .top-zone01-box-image figure span::after {
  background: #ffd324;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd324 0%, #f7c600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd324 0%, #f7c600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd324 0%, #f7c600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd324', endColorstr='#f7c600', GradientType=0);
  /* IE6-9 */
}




.top-zone02 {
  background-color: #FFE001;
  padding: 80px 10px;
  box-sizing: border-box;
}

.top-zone02-inr {
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  padding: 60px 60px;
  border-radius: 20px;
  text-align: center;
}

.top-zone02-p01 {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 1em 0 0.8em;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #FF8800;
  border-radius: 50px 50px 0 0;
}

.top-zone02-p02 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 30px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.top-zone02-p02:after {
  position: absolute;
  left: 0;
  bottom: 0.3em;
  height: 0.5em;
  width: 100%;
  background-color: #FFE001;
  content: "";
  z-index: -1;
}

.top-zone02-p02 span {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.top-zone02-p02 span:nth-child(1) {
  margin-right: 1em;
}

.top-zone02-p03 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: center;
}

.top-zone02-box01 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

.top-zone02-box01 .top-zone02-box01-left {
  width: 66%;
  /*display: table-cell;*/
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding-right: 4%;
}

.top-zone02-box01 .top-zone02-box01-left figure {
  /*max-width: 420px;*/
}

.top-zone02-box01 .top-zone02-box01-right {
  /*width: 50%;*/
  width: 30%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
}

.top-zone02-box01 .top-zone02-box01-right figure {
  max-width: 500px;
}

.bottom-contact-zone {
  padding: 80px 10px;
  box-sizing: border-box;
  background-color: #FFF8EB;
  text-align: center;
}

.bottom-contact-zone .bottom-contact-inr {
  max-width: 960px;
  margin: 0 auto;
}

.bottom-contact-p01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 10px;
}

.bottom-contact-p02 {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2 !important;
  margin: 0 auto 0px;
}

.bottom-contact-box01 {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
}

.bottom-contact-box01 .bottom-contact-p03 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  padding: 0.8em 0 0.7em;
  background-color: #FF8800;
}

.bottom-contact-box01 .bottom-contact-p04 {
  text-align: center;
  padding: 50px 0 60px;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.bottom-contact-box01 .bottom-contact-p04 a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 2.5em;
}

.bottom-contact-box01 .bottom-contact-p04 span {
  display: block;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.original-zone {
  margin: 0 auto 80px;
  max-width: 1220px;
  box-sizing: border-box;
  padding: 60px 10px;
  border-radius: 30px;
  background-color: #fff;
}


.original-zone-inr {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.original-tit {
  text-align: center;
  padding: 0.6em 0;
  font-size: 30px;
  line-height: 1.2 !important;
  font-weight: bold;
  border-radius: 50px 50px 0 0;
  color: #fff;
  background-color: #FF8800;
  margin: 0 auto 20px;
}

.original-p01 {
  line-height: 1.5 !important;
  margin: -0 auto 10px;
  font-size: 22px;
  font-weight: bold;
}

.original-p02 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2 !important;
  margin: 0 auto 10px;
}

.original-p02 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.original-p02 span:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.4em;
  background-color: #FFE001;
  left: 0;
  bottom: 0.1em;
  z-index: -1;
}

.original-p03 {
  font-size: 13px;
  margin: 0 auto 10px;
}

.original-image-zone {
  width: 100%;
  display: table;
  max-width: 860px;
  margin: 0 auto;
  table-layout: fixed;
}

.original-image-zone figure {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px 10px;
  vertical-align: middle;
  width: 50%;
}






/*----------------------------------------------------
  　　    ◆schedule
----------------------------------------------------*/

.schedule-page {
  background: url(../cmn_img/bg01.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #FFF8EB;
  box-sizing: border-box;
  padding: 160px 30px 80px;
}

.schedule-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 10px;
}

.schedule-tit00 {
  max-width: 980px;
  margin: 0 auto 20px;
  color: #F40004;
  font-size: 16px;
  font-weight: bold;
}

.schedule-tit01 {
  max-width: 980px;
  margin: 0 auto 30px;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}

.schedule-tit01:before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../cmn_img/mark01.png) center center no-repeat;
  background-size: auto 100%;
}

.schedule-note-zone {
  background: #fff;
  background-color: #fcfcfc;
  box-sizing: border-box;
  padding: 30px 5%;
  border-radius: 30px;
  max-width: 980px;
  margin: 0 auto 40px;
}

.schedule-note-zone p {
  font-size: 16px;
  font-weight: bold;
}

.schedule-note-ul li {
  font-size: 16px;
  color: #333;
}

.schedule-note-p01 {
  font-size: 13px;
  color: #333;
}

.schedule-anc-ul {
  max-width: 980px;
  margin: 0 auto 40px;
  text-align: center;
}

.schedule-anc-ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.schedule-anc-ul li:nth-child(3n) {
  margin-right: 0;
}

.schedule-anc-ul li a {
  display: block;
  box-sizing: border-box;
  background-color: #FFE001;
  border: 2px solid #FFE001;
  color: #000;
  font-size: 15px;
  padding: 1em 0 0.8em;
  border-radius: 300px;
  text-decoration: none;
  font-weight: bold;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.schedule-anc-ul li a:hover {
  background-color: #fff;
}

.schedule-p01 {
  text-align: center;
  font-size: 22px;
  margin: 0 auto;
  font-weight: bold;
}

.schedule-p01.today {
  max-width: 980px;
  padding-left: 50px;
}

.schedule-p02 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}

.schedule-p03 {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 80px;
}

.schedule-p03 span {
  display: inline-block;
  margin: 0 5px 10px;
}

.schedule-table01 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  border-top: 2px solid #FFE001;
  table-layout: fixed;
}

.schedule-table01 th,
.schedule-table01 td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #F5F5F5;
}

.schedule-table01 th {
  background-color: #F5F5F5;
  padding: 20px 0;
  font-size: 16px;
}

.schedule-table01 td > p {
  font-size: 18px;
  padding: 25px 0;
  line-height: 1 !important;
}

.schedule-table01 td a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: block;
  z-index: 2;
}

.schedule-table01 td a:before {
  width: 2.5em;
  height: 2.5em;
  border-radius: 300px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background-color: #FFE001;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.schedule-table01 td .today a:before {
  background-color: #fff1d9;
}

.schedule-table01 td span.today {
  position: relative;
  z-index: 2;
}

.schedule-table01 td span.gray {
  position: relative;
  z-index: 2;
}

.schedule-table01 td span.today:before {
  width: 2.5em;
  height: 2.5em;
  border-radius: 300px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background-color: #fff1d9;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.schedule-table01 td span.gray:before {
  width: 2.5em;
  height: 2.5em;
  border-radius: 300px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background-color: #efefef;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.schedule-table01 td span.today.event-today:before {
  display: none !important;
}

.schedule-table01 td span.disable {
  color: #D3D3D3;
}

.schedule-detail-wrapper {
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 50px;
  background-color: #fff;
  position: relative;
}

.schedule-detail-wrapper * {
  outline: none !important;
}

.schedule-detail-wrapper .schedule-detail-time-line {
  /*height:1100px;*/
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
}

.schedule-detail-wrapper .schedule-detail-time-line li {
  /*height:100px;*/
  text-align: right;
  font-size: 15px;
}

.schedule-detail-wrapper .schedule-detail-time-line li span {
  display: inline-block;
  transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  font-weight: 600;
  position: relative;
}

.schedule-detail-slider-wrapper .slick-arrow {
  position: absolute;
  z-index: 3;
  top: -50px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin: 0;
  font-size: 0;
  box-sizing: border-box;
  border-radius: 300px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background-color: rgba(0, 0, 0, 0.00);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  outline: none !important;
}

.schedule-detail-slider-wrapper .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../cmn_img/arrow_left.png);
}

.schedule-detail-slider-wrapper .slick-arrow.slick-next {
  right: 0;
  background-image: url(../cmn_img/arrow_right.png);
}

.schedule-detail-slider-wrapper .slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.schedule-detail-slider-inr {
  border: 1px solid #F5F5F5;
  border-right: none;
  box-sizing: border-box;
}

.schedule-detail-p01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 60px;
  height: 71px;
  position: relative;
}

.schedule-detail-p01 span {
  background-color: #F5F5F5;
  padding: 20px 0;
  display: block;
  width: 100%;
}

.schedule-detail-p01 span i {
  display: inline-block;
  /*font-size:11px;*/
  font-style: normal;
}

schedule-detail-slider-box {
  outline: none !important;
}

.schedule-detail-slider-box.today-slider .schedule-detail-p01 span {
  background-color: #fff1d9;
}

.schedule-detail-slider-box.today-slider .schedule-detail-p01 span:after {
  position: absolute;
  content: "TODAY";
  color: #000;
  font-size: 9px;
  left: 3px;
  top: 2px;
}

.schedule-detail-slider-box.event-slider .schedule-detail-p01 span {
  background-color: #FFE001;
}

.schedule-detail-wrapper.goFree .schedule-detail-p01 span {
  position: absolute;
  left: 0;
  z-index: 5;
}

.schedule-detail-wrapper.goFree .schedule-detail-slider-wrapper .slick-arrow {
  top: 0;
  z-index: 6;
}

.one-day-box {
  /*height:1100px;*/
  position: relative;
}

.event-box {
  width: 100%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  background-color: #DCDCDC;
  /*gray*/
  /*height:100px;*/
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.event-box.bg00 {
  padding: 5px 5px;
}

.event-box a {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  display: block;
  box-sizing: border-box;
  padding: 5px 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 2;
}

.event-tit {
  font-size: 10px;
  line-height: 1.4 !important;
  display: inline-block;
}

.event-time {
  font-size: 10px;
  display: inline-block;
}

.event-time span {
  display: inline-block;
}

/*event-box　色設置*/

.event-box.bg01 {
  background-color: #6699ff;
  /*ドーム満喫コース*/
}

.event-box.bg02 {
  background-color: #00b050;
  /*アドベンチャーコース*/
}

.event-box.bg03 {
  background-color: #ff0000;
  /*コカ・コーラシート練習見学コース*/
}

.event-box.bg04 {
  background-color: #ff6699;
  /*OB解説付練習見学コース*/
}

.event-box.bg05 {
  background-color: #cc9cff;
  /*試合終了後フィールド体験コース*/
}

.event-box.bg06 {
  background-color: #ff9966;
  /*おはようコース*/
}

.event-box.bg07 {
  background-color: #002060;
  /*おやすみコース*/
}

.event-box.bg08 {
  background-color: #ffcc00;
  /*野球体験付ドーム満喫コース*/
}

.event-box.bg09 {
  background-color: #6600ff;
  /*試合終了後フィールド体験コース*/
}

/*event-box　位置設置*/


/*.event-box.h8m00{top:0;}
.event-box.h8m15{top:25px;}
.event-box.h8m30{top:50px;}
.event-box.h8m45{top:75px;}

.event-box.h9m00{top:100px;}
.event-box.h9m15{top:125px;}
.event-box.h9m30{top:150px;}
.event-box.h9m45{top:175px;}

.event-box.h10m00{top:200px;}
.event-box.h10m15{top:225px;}
.event-box.h10m30{top:250px;}
.event-box.h10m45{top:275px;}

.event-box.h11m00{top:300px;}
.event-box.h11m15{top:325px;}
.event-box.h11m30{top:350px;}
.event-box.h11m45{top:375px;}

.event-box.h12m00{top:400px;}
.event-box.h12m15{top:425px;}
.event-box.h12m30{top:450px;}
.event-box.h12m45{top:475px;}

.event-box.h13m00{top:500px;}
.event-box.h13m15{top:525px;}
.event-box.h13m30{top:550px;}
.event-box.h13m45{top:575px;}

.event-box.h14m00{top:600px;}
.event-box.h14m15{top:625px;}
.event-box.h14m30{top:650px;}
.event-box.h14m45{top:675px;}

.event-box.h15m00{top:700px;}
.event-box.h15m15{top:725px;}
.event-box.h15m30{top:750px;}
.event-box.h15m45{top:775px;}

.event-box.h16m00{top:800px;}
.event-box.h16m15{top:825px;}
.event-box.h16m30{top:850px;}
.event-box.h16m45{top:875px;}

.event-box.h17m00{top:900px;}
.event-box.h17m15{top:925px;}
.event-box.h17m30{top:950px;}
.event-box.h17m45{top:975px;}

.event-box.h18m00{top:1000px;}
.event-box.h18m15{top:1025px;}
.event-box.h18m30{top:1050px;}
.event-box.h18m45{top:1075px;}
*/

/*event-box　並列*/

.event-box.event-left {
  width: 50%;
  border-right: none;
}

.event-box.event-right {
  width: 50%;
  left: 50%;
}

/*event-box　予約状態*/



.event-box:after {
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  color: #000;
  content: "";
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1 !important;
  text-align: center;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

.event-box.bg00:after {
  opacity: 0.5;
}

.event-box.res01:after {
  background-image: url(../cmn_img/st01.png);
}

.event-box.res02:after {
  background-image: url(../cmn_img/st02.png);
}

.event-box.res03:after {
  background-image: url(../cmn_img/st03.png);
}

.event-box.res04:after {
  background-image: url(../cmn_img/st04.png);
}

.schedule-back-btn {
  text-align: right;
  max-width: 980px;
  margin: 0 auto;
}

.schedule-back-btn a {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  text-align: center;
  position: relative;
  padding: 10px 0 8px;
  font-weight: bold;
  border-radius: 300px;
  background-color: #FFE001;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.schedule-back-btn a:after {
  font-family: FontAwesome;
  content: "\f144";
  font-weight: normal !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.goto_wrapper {
  text-align: center;
  box-sizing: border-box;
  padding: 10px 50px 10px 100px;
  max-width: 980px;
  margin: 0 auto 5px;
}

.goto_wrapper .goto_first,
.goto_wrapper .goto_last {
  display: inline-block;
  margin: 0 3px;
  font-size: 15px;
  box-sizing: border-box;
  width: 70px;
  background-color: #FFE001;
  color: #000;
  font-weight: bold;
  padding: 0.2em 0 0.1em;
  cursor: pointer;
  float: left;
}

.goto_wrapper .goto_last {
  float: right;
}

/*----------------------------------------------------
  　　    ◆reservation
----------------------------------------------------*/


.reservation-page {
  background: url(../cmn_img/bg01.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #FFF8EB;
  box-sizing: border-box;
  padding: 160px 30px 80px;
}

.reservation-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 10px;
}

.res-step-ul {
  max-width: 960px;
  margin: 0 auto 60px;
  text-align: center;
}

.res-step-ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
  padding-right: 15px;
  overflow: hidden;
}

.res-step-ul li:nth-child(3) {
  margin-right: 0;
  padding-right: 0;
}

.res-step-ul li p {
  background-color: #969696;
  color: #fff;
  line-height: 1.4 !important;
  padding: 15px 0;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  z-index: 3;
}

.res-step-ul li.current p {
  background-color: #FFE001;
  color: #000;
}

.res-step-ul li p:after {
  z-index: -1;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 20px solid #969696;
  border-bottom: 50px solid transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.res-step-ul li.current p:after {
  border-left: 20px solid #FFE001;
}

.res-step-ul li:nth-child(3) p:after {
  display: none !important;
}

.res-step-ul li .en1 {
  display: block;
  font-size: 14px;
}

.res-step-ul li .jp {
  display: block;
  font-size: 16px;
}

.res-form-tit01 {
  text-align: center;
  margin: 0 auto 50px;
  font-size: 18px;
  font-weight: bold;
}

.reservation-form {
  max-width: 960px;
  margin: 0 auto;
}

.res-form-p01 {
  margin: 0 auto 10px;
  box-sizing: border-box;
  position: relative;
  padding-left: 1.5em;
  font-size: 22px;
  font-weight: bold;
}

.res-form-p01:before {
  width: 1.5em;
  height: 1.7em;
  content: "";
  position: absolute;
  left: 0;
  top: 0em;
  background: url(../cmn_img/mark01.png) left center no-repeat;
  background-size: auto 100%;
}

.margin-top-ps {
  margin-top: 60px;
}


.res-form-p02 {
  font-size: 16px;
  margin: 0 auto 40px;
  font-weight: bold;
}

.res-form-p02 label {
  /*display: inline-block;*/
  margin-right: 30px;
  font-size: 16px;
}

.res-form-p02 label:last-child {
  margin-right: 0;
}

.res-form-p03 input[type="text"],
.res-form-p03 input[type="number"] {
  width: 100%;
  background-color: #FCFCFC;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  font-size: 15px;
  padding: 0.8em 0.8em;
  border-radius: 300px;
  outline: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
}

.width_S {
  max-width: 200px !important;
}

.err-p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5 !important;
  color: #E60012;
}

.res-form-p02 + .err-p,
.pay-way-wrapper + .err-p {
  margin-top: -30px;
  margin-bottom: 40px;
}

.res-form-p04 {
  padding: 5px 10px;
  background-color: #FCFCFC;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 300px;
}

.select-wrapper {
  overflow: hidden;
  display: block;
  background-color: #FCFCFC;
  border: 1px solid #FCFCFC;
  box-sizing: border-box;
  position: relative;
}

.select-wrapper:after {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(../cmn_img/down.png) center center no-repeat;
  background-size: 14px 14px;
  background-color: #FCFCFC;
  pointer-events: none;
}

.res-form-p04 select {
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #FCFCFC;
  background-color: #FCFCFC;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
}

.wrapper-span {
  display: inline-block;
  margin-right: 20px;
}

.must-s,
.nini-s {
  display: inline-block;
  width: 6em;
  text-align: center;
  /*font-size: 0.8em;*/
  font-size: 12px;
  padding: 0.2em 0 0.05em;
  border-radius: 300px;
  background-color: #000000;
  color: #fff;
  margin-left: 10px;
  transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  -ms-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -webkit-transform: translate(0, -3px);
  background-color: #E60012;
}

.nini-s {
  background-color: #4141FF;
}

.res-yellow-p {
  background-color: #FCFCFC;
  border-top: 2px solid #FFE001;
  margin: 0 auto 40px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
}

.res-table01 {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 60px;
}

.res-table01 th,
.res-table01 td {
  box-sizing: border-box;
  padding: 10px 0 8px;
  font-size: 16px;
  border-bottom: 1px dotted #FCFCFC;
  line-height: 1.7;
  text-align: left;
  vertical-align: middle;
}

.res-table01 th .per-price {
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  margin-left: 0.6em;
}

.res-table01 th .per-price:after {
  content: "円";
}

.res-table01 .yellow-top th,
.res-table01 .yellow-top td {
  border-top: 2px solid #FFE001;
}

.res-table01 th {
  width: 35%;
}

.input-plus-zone {
  display: inline-block;
  margin-right: 10px;
}

.input-plus-zone span {
  display: block;
  position: relative;
  width: 160px;
  box-sizing: border-box;
  padding: 10px 40px;
  text-align: center;
  background-color: #FCFCFC;
  border: 1px solid #DCDCDC;
  border-radius: 300px;
}

.input-plus-zone.redInput span {
  background-color: #FFC6C7;
}

.input-plus-zone span input {
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  width: 100%;
  box-sizing: border-box;
  padding: 2px 10px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.input-plus-zone span i {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  display: block;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  opacity: 0.5;
}

.input-plus-zone span i:hover {
  opacity: 1;
}

.input-plus-zone span i.plus-i {
  bottom: 51%;
  background-image: url(../cmn_img/mark_plus.png);
}

.input-plus-zone span i.minus-i {
  top: 51%;
  background-image: url(../cmn_img/mark_minus.png);
}

.res-table01 td.simulation-result {
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: #fcfcfc;
}

.res-table01 td.simulation-result:after {
  content: "円";
}



.pay-way-wrapper {
  box-sizing: border-box;
  padding: 30px 5%;
  border: 1px solid #DCDCDC;
  background-color: #FCFCFC;
  margin: 0 auto 50px;
}

.pay-way-wrapper.specialVer {
  margin-top: -20px;
  padding-bottom: 1px;
}

.pay-way-ul {
  margin: 0 auto 20px;
}

.pay-way-ul li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  margin: 0 auto 10px;
}

.pay-way-ul.clm02 li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}

.pay-way-ul li:nth-child(4n + 1) {
  clear: both;
}

.pay-way-ul.clm02 li:nth-child(2n + 1) {
  clear: both;
}

.pay-way-ul li label {
  font-size: 15px;
  font-weight: bold;
}

.pay-way-p label {
  font-size: 15px;
  font-weight: bold;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

.pay-way-p input[type="text"] {
  vertical-align: middle;
  border: 1px solid #DCDCDC;
  display: inline-block;
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
}

.check-ul {
  margin: 0 auto 60px;
}

.check-ul li {
  font-size: 15px;
  margin: 0 auto 10px;
  font-weight: bold;
}

.res-textarea {
  background-color: #FCFCFC;
  border: 1px solid #DCDCDC;
  padding: 20px 20px;
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  border-radius: 20px;
  font-size: 16px;
}

.btn-wrapper {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}

.btn-wrapper .btn-p {
  width: 48%;
  margin: 0 1%;
  font-size: 14px;
  display: inline-block;
  max-width: 300px;
}

.btn-wrapper .btn-p input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 0 0.8em;
  background-color: #FFE001;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid rgba(255, 255, 255, 0.00);
  border-radius: 300px;
  color: #000;
}

.btn-wrapper .btn-p input[disabled="disabled"] {
  background-color: #efefef;
  color: #ccc;
}

.btn-wrapper .btn-p input[type="reset"] {
  background-color: #efefef;
}

.simulation-err-p {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  background-color: #FFC6C7;
  margin: 0 auto 10px;
  padding: 10px 10px;
}

.thanks-box01 {
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.thanks-box01 .thanks-p01 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 30px;
}

.thanks-box01 .thanks-p02 {
  font-size: 18px;
  font-weight: bold;
}

.thanks-box01 .thanks-p03 {
  position: absolute;
  width: 100%;
  z-index: -1;
  font-size: 100px;
  color: #fafafa;
  font-weight: bolder;
  line-height: 1 !important;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.thanks-ul {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.thanks-ul li {
  width: 36%;
  float: left;
}

.thanks-ul li:nth-child(2) {
  margin: 0 -5%;
  position: relative;
  z-index: 2;
}

/*----------------------------------------------------
  　　    ◆course
----------------------------------------------------*/

.course-anc-ul {
  margin: 0 auto 30px;
  text-align: center;
  max-width: 1240px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 0;
}

.course-anc-ul li {
  width: 32.33%;
  margin: 0 0.5%;
  display: inline-block;
  margin-bottom: 30px;
}

.course-anc-ul li a {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #000000;
  color: #fff;
  padding: 1.2em 0 1em;
  border-radius: 300px;
  position: relative;
}

.course-anc-ul li a:after {
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 0.8em;
  font-weight: normal;
}

.course-anc-ul li a:hover {
  opacity: 0.8;
  transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.course-anc-ul li a[href='#c01'],
.course-contents-zone#c01:before,
.course-contents-zone#c01 .course-p01 span:after {
  background: #94b7ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #94b7ff 0%, #6699ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #94b7ff 0%, #6699ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #94b7ff 0%, #6699ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b7ff', endColorstr='#6699ff', GradientType=0);
  /* IE6-9 */
}

.course-anc-ul li a[href='#c02'],
.course-contents-zone#c02:before,
.course-contents-zone#c02 .course-p01 span:after {
  background: #00cf5e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00cf5e 0%, #00b050 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00cf5e 0%, #00b050 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00cf5e 0%, #00b050 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cf5e', endColorstr='#00b050', GradientType=0);
  /* IE6-9 */
}

.course-anc-ul li a[href='#c03'],
.course-contents-zone#c03:before,
.course-contents-zone#c03 .course-p01 span:after {
  background: #ff4443;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff4443 0%, #ff0000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff4443 0%, #ff0000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff4443 0%, #ff0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4443', endColorstr='#ff0000', GradientType=0);
  /* IE6-9 */
}

.course-anc-ul li a[href='#c04'],
.course-contents-zone#c04:before,
.course-contents-zone#c04 .course-p01 span:after {
  background: #ff97ba;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff97ba 0%, #ff6699 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff97ba 0%, #ff6699 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff97ba 0%, #ff6699 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97ba', endColorstr='#ff6699', GradientType=0);
  /* IE6-9 */
}

.course-anc-ul li a[href='#c05'],
.course-contents-zone#c05:before,
.course-contents-zone#c05 .course-p01 span:after {
  background: #d0bbff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d0bbff 0%, #cc9cff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d0bbff 0%, #cc9cff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d0bbff 0%, #cc9cff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0bbff', endColorstr='#cc9cff', GradientType=0);
  /* IE6-9 */
}



.course-anc-ul li a[href='#c06'],
.course-contents-zone#c06:before,
.course-contents-zone#c06 .course-p01 span:after {
  background: #ffb28c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffb28c 0%, #ff7e3e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffb28c 0%, #ff7e3e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffb28c 0%, #ff7e3e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb28c', endColorstr='#ff7e3e', GradientType=0);
  /* IE6-9 */
}

.course-anc-ul li a[href='#c07'],
.course-contents-zone#c07:before,
.course-contents-zone#c07 .course-p01 span:after {
  background: #003091;
  /* Old browsers */
  background: -moz-linear-gradient(top, #003091 0%, #00194c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #003091 0%, #00194c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #003091 0%, #00194c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003091', endColorstr='#00194c', GradientType=0);
  /* IE6-9 */
}

.course-anc-ul li a[href='#c08'],
.course-contents-zone#c08:before,
.course-contents-zone#c08 .course-p01 span:after {
  background: #ffd324;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffd324 0%, #f7c600 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffd324 0%, #f7c600 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffd324 0%, #f7c600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd324', endColorstr='#f7c600', GradientType=0);
  /* IE6-9 */
}







.course-contents-zone {
  max-width: 1220px;
  margin: 0 auto 100px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 100px 10px 60px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.course-contents-zone:before {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  content: "";
}

.course-contents-inr {
  max-width: 980px;
  margin: 0 auto;
}

.course-p01 {
  text-align: center;
  font-size: 50px;
  font-family: 'Montserrat', "Times New Roman", Times, serif;
  color: #fff;
  font-weight: 600;
  margin: 0 auto 40px;
}

.course-p01 span {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.course-p01 span:after {
  position: absolute;
  content: "";
  width: 2em;
  height: 2em;
  border-radius: 300px;
  background-color: #000;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.course-p02 {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 40px;
  font-weight: bold;
}

.course-p03 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}

.course-p04 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin: -10px auto 30px;
}

.course-contents-box01 {
  margin: 0 auto 80px;
}

.course-contents-box01-right {
  width: 46%;
  float: right;
}

.course-contents-p01 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 1.2em;
  position: relative;
}

.course-contents-p01:before {
  width: 1em;
  height: 100%;
  max-height: 37px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(../cmn_img/mark01.png) left center no-repeat;
  background-size: auto 80%;
}

.course-contents-p02 {
  margin: 0 auto 30px;
  font-size: 16.5px;
  font-weight: bold;
}

.course-contents-p02 .small {
  font-size: 0.85em;
  display: block;
}

.course-contents-p02 a {
  display: inline-block;
  color: #000;
}

.course-contents-p02 a:before {
  font-family: FontAwesome;
  content: "\f1c1";
  margin-right: 0.1em;
  font-weight: normal;
}

.course-notice-botton {
  font-size: 20px;
  font-weight: bold;
  padding: 1em 5% 0.8em;
  color: #000;
  box-sizing: border-box;
  position: relative;
  background-color: #FFE001;
  cursor: pointer;
  border-radius: 300px;
  margin: 0 auto 20px;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}

.course-notice-botton:after {
  font-family: FontAwesome;
  content: "\f055";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-size: 0.9em;
  font-weight: normal;
}

.course-notice-botton.open:after {
  content: "\f056";
}

.course-notice-box {
  background-color: #FCFCFC;
  box-sizing: border-box;
  padding: 50px 8% 20px;
  border-radius: 20px;
  display: none;
}

.course-notice-ul {
  margin: 0 auto 30px;
}

.course-notice-ul li {
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.course-notice-p01 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto10px;
}

.course-contents-box01-left {
  width: 50%;
  float: left;
  overflow: hidden;
}

.course-contents-box01-left-p01 {
  text-align: right;
  margin-top: 10px;
}

.course-contents-box01-left .slick-dots {
  font-size: 0;
  padding-top: 10px;
  width: 106%;
  margin-left: -3%;
  text-align: center;
}

.course-contents-box01-left .slick-dots li {
  display: inline-block;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 3%;
}

.course-contents-box01-left .slick-dots li button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0;
  padding-top: 90%;
  font-size: 0;
  border: 3px solid #fff;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #efefef;
  background-image: url(../cmn_img/course/tour01_01.png);
  outline: none;
}

.course-contents-box01-left .slick-dots li.slick-active button {
  border: 3px solid #FFE001;
}

.remodal-ss-inr-inr {
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 30px;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.7 !important;
}

.remodal-ss-p01 {
  font-size: 16px;
  font-weight: bold;
}

.remodal-ss-ul li {
  margin: 0 auto 5px;
  font-size: 14px;
  font-weight: bold;
  text-indent: -2.5em;
  padding-left: 2em;
  box-sizing: border-box;
}

.remodal-ss-close {
  max-width: 200px;
  margin: 0 auto;
  background-color: #1F1F1F;
  color: #fff;
  padding: 10px 0 8px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.remodal-ss-close:after {
  font-family: FontAwesome;
  content: "\f057";
  margin-left: 0.5em;
  font-weight: normal;
}

/*----------------------------------------------------
  　　    ◆policy
----------------------------------------------------*/

.policy-table-wrapper {
  max-width: 800px;
  margin: 0 auto 40px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 20px;
  border-radius: 10px;
}

.policy-table {
  width: 100%;
  margin-bottom: 20px;


  box-sizing: border-box;
  table-layout: fixed;
}

.policy-table th,
.policy-table td {
  box-sizing: border-box;
  padding: 10px 10px;
  line-height: 1.7 !important;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.gray-box-label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fafafa;
}

/*----------------------------------------------------
  　　    ◆takapointlogin
----------------------------------------------------*/

.takapointlogin-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  box-sizing: border-box;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap {
  font-size: 0;
  width: 100%;
  display: table;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap.confirm {
  width: 50%;
  margin: 0 auto;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li {
  border-radius: 30px;
  background-color: #fff;
  padding: 60px 40px;
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  box-sizing: border-box;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li.full {
  width: 100%;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li:nth-child(2) {
  margin-left: 3%;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-txt01 {
  font-size: 14px;
  font-weight: bold;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-txt02 {
  font-size: 16px;
  font-weight: bold;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li input {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .subscribeBtn > input {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
  border-radius: 300px;
  position: relative;
  box-sizing: border-box;
  position: relative;

}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-btnStyle > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
  border-radius: 300px;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

/*
.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-btnStyle a:after,.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .subscribeBtn > input::after {
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 0.8em;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  font-weight: normal;
}
*/
.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-btnStyle a:hover,
.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .subscribeBtn > input:hover {
  color: #333;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-btnStyle.color_01 > a {
  background-color: #ff4443;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-btnStyle.color_02 > a {
  background-color: #00cf5e;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .subscribeBtn > input {
  background-color: #ffae00;
  border: none;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-tit01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #aaa;
}

.takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li a.takapointlogin-sub {
  font-size: 14px;
}



@media screen and (max-width:1200px) {
  /*----------------------------------------------------
  　　    ◆TOP
----------------------------------------------------*/

  .top-mv-text-box .top-mv-t01 {
    font-size: 18px;
  }

  .top-mv-text-box .top-mv-t02 {
    font-size: 74px;
  }

  .top-zone01-p03 {
    font-size: 15px;
  }

  .top-zone01-p02 {
    font-size: 24px;
  }

  /*----------------------------------------------------
  　　    ◆course
----------------------------------------------------*/


  .course-anc-ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width:800px) {
  /*----------------------------------------------------
  　　    ◆TOP
----------------------------------------------------*/

  .top-mv-text-box .top-mv-t01 {
    font-size: 16px;
  }

  .top-mv-text-box .top-mv-t02 {
    font-size: 45px;
  }

  .top-mv-text-box .top-mv-t02 .s02 {
    font-size: 2em;
  }

  .top-mv-mouse {
    bottom: 15%;
    width: 60px;
    margin-left: -30px;
  }

  .top-mv-mouse a {
    font-size: 8px;
    padding: 10px 10px;
  }

  .top-mv-mouse a span {
    max-width: 20px;
    margin: 0 auto 5px;
  }

  .top-zone02 {
    padding: 60px 10px;
  }

  .top-zone02-p02 span:nth-child(1) {
    margin-right: 0;
  }

  /*.top-zone02-p02:after{
  display:none;
  }

.top-zone02-p02 span:after{
  position: absolute;
left: 0;
bottom: 0.3em;
height: 0.5em;
width: 100%;
background-color: #FFE001;
content: "";
z-index: -1;
  }*/

  .top-zone02-inr {
    padding: 30px 20px;
  }

  .top-zone02-p01 {
    font-size: 16px;
  }

  .top-zone02-p02 {
    font-size: 16px;
  }

  .top-zone02-p02:after {
    display: none;
  }

  .top-zone02-p02 span:after {
    position: absolute;
    left: 0;
    bottom: 0.3em;
    height: 0.5em;
    width: 100%;
    background-color: #FFE001;
    content: "";
    z-index: -1;
  }

  .top-zone02-p03 {
    font-size: 13px;
    margin: 0 auto 30px;
  }

  .top-zone02-box01 {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }

  .top-zone02-box01 .top-zone02-box01-left {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0 !important;
  }

  .top-zone02-box01 .top-zone02-box01-right {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .bottom-contact-zone {
    padding: 60px 20px;
  }

  .schedule-page .bottom-contact-zone {
    padding: 60px 0px;
  }

  .bottom-contact-p02 {
    font-size: 42px;
    margin-bottom: 0px;
  }

  .bottom-contact-inr .huge-yellow-btn {
    padding: 30px 10px;
  }

  .bottom-contact-box01 .bottom-contact-p03 {
    font-size: 18px;
  }

  .bottom-contact-box01 .bottom-contact-p04 {
    font-size: 13px;
    padding: 10px 0 20px;
  }

  /*
.top-zone01 {
  background-attachment: scroll;
  background-size: 100% auto;
  padding-bottom: 2px;
}
  */


  .top-zone01::before {
    background: url(../cmn_img/bg_sp@2x.png) center center no-repeat;
    background-color: #FFF8EB;
    background-size: 100% auto;
    box-sizing: border-box;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 10px 80px;
    content: "";
    z-index: -1;
  }

  .top-zone01 .top-zone01-box {
    width: 90%;
    display: block;
    max-width: 500px;
    margin: 0 auto 60px;
  }

  .top-zone01 .top-zone01-box .top-zone01-box-txt {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .top-zone01 .top-zone01-box .top-zone01-box-image {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }

  .top-zone01-p01 {
    height: 50px;
    width: 50px;
  }

  .top-zone01-p01 span {
    font-size: 22px;
  }

  .top-zone01-p02 {
    font-size: 22px;
    margin-top: 10px;
  }

  .top-zone01-p03 {
    font-size: 14px;
    margin-top: 20px;
  }

  .top-zone01-p04 a {
    font-size: 14px;
    max-width: 320px;
  }

  .top-mv-slider-box p {
    background-image: url(../cmn_img/top/top_mv01_sp.jpg) !important;
    background-position: center bottom;
  }

  .original-zone {
    padding: 30px 15px;
    border-radius: 20px;
    margin: 0 auto 40px;
  }

  .original-tit {
    font-size: 16px;
    margin: 0 auto 20px;
  }

  .original-p01 {
    font-size: 15px;
  }

  .original-p02 {
    font-size: 26px;
  }

  .original-p03 {
    font-size: 12px;
  }

  .original-image-zone figure {
    padding: 0 4px;
  }

  /*----------------------------------------------------
  　　    ◆schedule
----------------------------------------------------*/


  .schedule-page {
    padding: 100px 20px 40px;
  }

  .schedule-wrapper {
    padding: 40px 10px 20px;
  }

  .schedule-tit00 {
    font-size: 13px;
    font-weight: normal;
  }

  .schedule-tit01 {
    margin: 0 auto 20px;
    font-size: 16px;
    padding-left: 20px;
  }

  .schedule-tit01:before {
    width: 20px;
    height: 20px;
    top: 3px;
  }

  .schedule-note-zone {
    border-radius: 10px;
    padding: 20px 20px;
  }

  .schedule-note-zone p {
    font-size: 13px;
    font-weight: normal;
  }

  .schedule-note-ul li {
    font-size: 14px;
  }

  .schedule-note-p01 {
    font-size: 12px;
  }

  .schedule-anc-ul li {
    width: 33%;
    margin-right: 0.5%;
  }

  .schedule-anc-ul li a {
    font-size: 13px;
  }

  .schedule-p01.today {
    padding-left: 0;
  }

  .schedule-p02 {
    font-size: 13px;
  }

  .schedule-p03 {
    font-size: 14px;
  }

  .schedule-table01 td > p {
    font-size: 16px;
    padding: 18px 0;
  }

  .schedule-back-btn {
    text-align: center;
    margin: 30px auto !important;
  }

  .schedule-detail-wrapper {
    padding-left: 10px;
  }

  .schedule-detail-wrapper .schedule-detail-time-line {
    width: 10px;
  }

  .schedule-detail-wrapper .schedule-detail-time-line li {
    font-size: 11px;
    text-indent: -30px;
  }

  .schedule-detail-wrapper .schedule-detail-time-line li span {
    z-index: 10;
  }

  .schedule-detail-p01 {
    font-size: 14px;
    height: 44px;
    margin: 0 auto 30px;
  }

  .schedule-detail-p01 span {
    padding: 10px 0;
  }

  .event-box {
    height: 80px;
  }

  .event-box:after {
    width: 12px;
    height: 12px;
  }

  .event-box.bg00 {
    padding: 3px 2px;
  }

  .event-box a {
    padding: 3px 2px;
  }

  .event-tit {
    font-size: 9px;
    vertical-align: top;
  }

  .event-time {
    font-size: 8px;
    line-height: 1.2 !important;
    vertical-align: top;
  }

  .event-right .event-tit,
  .event-left .event-tit {
    font-size: 9px;
  }

  .event-left .event-time {
    font-size: 8px;
  }

  .schedule-detail-slider-wrapper .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .goto_wrapper {
    padding: 10px 35px 10px 45px;
  }

  /*----------------------------------------------------
  　　    ◆reservation
----------------------------------------------------*/


  .reservation-page {
    padding: 100px 20px 40px;
  }

  .reservation-wrapper {
    padding: 40px 10px 20px;
  }

  .res-step-ul {
    margin: 0 auto 20px;
  }

  .res-step-ul li p {
    padding: 6px 0;
  }

  .res-step-ul li .jp {
    font-size: 14px;
  }

  .res-form-tit01 {
    font-size: 16px;
    margin: 0 auto 30px;
  }

  .res-form-p01 {
    font-size: 18px;
  }

  .res-yellow-p {
    font-size: 14px;
    padding: 10px 10px;
  }

  .res-table01 th,
  .res-table01 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    border-bottom: none;
  }

  .res-table01 td {
    padding-top: 0;
    border-bottom: 1px dotted #ccc;
  }

  .res-table01 .yellow-top td {
    border-top: none;
  }

  .input-plus-zone span i {
    width: 30px;
    height: 28px;
  }

  .res-table01 td.simulation-result {
    padding: 10px 20px;
  }

  .res-form-p03 input[type="text"],
  .res-form-p03 input[type="number"] {
    font-size: 14px;
    padding: 10px 10px;
  }

  .res-form-p03 input[type="text"]::-ms-clear,
  .res-form-p03 input[type="number"]::-ms-clear {
    visibility: hidden !important;
    display: none;
  }

  .pay-way-wrapper {
    padding: 20px 10px;
  }

  .pay-way-ul {
    margin: 0 auto;
  }

  .pay-way-ul li {
    width: 50%;
  }

  .pay-way-ul li:nth-child(2n + 1) {
    clear: both;
  }

  .pay-way-ul li label {
    font-size: 13px;
  }

  .pay-way-ul.clm02 li {
    width: 100%;
    float: none;
  }

  .pay-way-p input[type="text"] {
    display: block;
    width: 100%;
  }

  .pay-way-p input[type="text"] ::-ms-clear {
    visibility: hidden !important;
    display: none;
  }

  .res-textarea {
    min-height: 200px;
    padding: 10px 10px;
  }

  .btn-wrapper .btn-p {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto 10px;
  }

  .btn-wrapper .btn-p input {
    font-size: 16px;
  }

  .thanks-box01 .thanks-p01 {
    font-size: 20px;
    letter-spacing: -0.05em;
    word-break: keep-all;
  }

  .thanks-box01 .thanks-p02 {
    font-size: 13px;
  }

  .thanks-box01 .thanks-p03 {
    font-size: 60px;
  }

  /*----------------------------------------------------
  　　    ◆course
----------------------------------------------------*/


  .course-anc-ul {
    padding: 0;
  }

  .course-anc-ul li {
    width: 49%;
    margin: 0 auto 10px !important;
  }

  .course-anc-ul li:nth-child(2n) {
    float: right;
  }

  .course-anc-ul li:nth-child(5) {
    float: none;
    clear: both;
    margin: 0 auto;
  }

  .course-anc-ul li a {
    font-size: 11px;
    line-height: 1.1 !important;
    padding: 10px 0 20px;
  }

  .course-anc-ul li a:after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    content: "\f13a";
  }

  .course-contents-zone {
    padding: 60px 10px 20px;
    border-radius: 20px;
    margin: 0 auto 30px;
  }

  .course-contents-zone::before {
    height: 20px;
  }

  .course-p01 {
    font-size: 26px;
    margin: 0 auto 20px;
  }

  .course-p02 {
    font-size: 19px;
    margin: 0 auto 10px;
  }

  .course-p03 {
    font-size: 13px;
  }

  .course-contents-box01 {
    max-width: 500px;
    margin: 0 auto 10px;
  }

  .course-contents-box01-left,
  .course-contents-box01-right {
    width: 100%;
    float: none;
    margin: 0 auto 20px
  }

  .course-contents-p01 {
    font-size: 18px;
  }

  .course-contents-p02 {
    font-size: 14px;
    margin: 0 auto 20px;
    font-weight: normal;
  }

  .course-notice-botton {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-notice-box {
    padding: 20px 10px;
  }

  .course-notice-ul li {
    font-size: 13px;
    font-weight: normal;
  }

  .course-notice-p01 {
    font-size: 15px;
    font-weight: normal;
  }

  /*----------------------------------------------------
  　　    ◆policy
----------------------------------------------------*/
  .policy-table-wrapper {
    padding: 10px;
  }

  .policy-table th,
  .policy-table td {
    font-size: 13px;
    word-break: break-all;
    padding: 10px 5px;
  }

  /*----------------------------------------------------
  　　    ◆takapointlogin
----------------------------------------------------*/

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap.confirm {
    width: 100%;
  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li {
    padding: 40px 20px;
    width: 100%;
    margin-bottom: 20px;
  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li:nth-child(2) {
    margin-left: 0%;
  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-txt01 {
    font-size: 13px;
  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-txt02 {
    font-size: 14px;
  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .subscribeBtn > input {
    font-size: 14px;

  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-btnStyle > a {
    font-size: 14px;
  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li .takapointlogin-tit01 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .takapointlogin-wrapper .takapointlogin-whiteBox-wrap > li a.takapointlogin-sub {
    font-size: 13px;
  }


}


.event-box-pointernon a {
  cursor: auto;
}

.event-tit-big {
  font-size: 14px !important;
}

.event-time-big {
  font-size: 14px !important;
}
