@charset "UTF-8";
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
figure {
  margin: 0 !important;
  padding: 0 !important;
}

.u-fwb {
  font-weight: bold;
}

.u-txt_pk {
  color: #f19ec2;
}

.c-main {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: 2px;
  overflow: hidden;
}

.ttlArea .ttl img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .ttlArea .ttl {
    width: 384px;
  }
}
@media only screen and (max-width: 768px) {
  .ttlArea .ttl {
    width: 217px;
  }
}

.js-fade {
  opacity: 0;
}
.js-fade.is-anime {
  transition: 1.5s;
  opacity: 1;
}

.js-fade-list-step .js-step-item {
  opacity: 0;
}
.js-fade-list-step .js-step-item.is-anime {
  transition: 0.7s;
  opacity: 1;
}

.js-slide-side {
  opacity: 0;
  transform: translate(-50px, 0);
}
.js-slide-side.is-anime {
  transition: 0.7s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-side-list-step .js-step-item {
  opacity: 0;
  transform: translate(-50px, 0);
}
.js-slide-side-list-step .js-step-item.is-anime {
  transition: 0.7s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-vertical {
  opacity: 0;
  transform: translate(0, 50px);
}
.js-slide-vertical.is-anime {
  transition: 0.7s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-vertical-down {
  opacity: 0;
  transform: translate(0, -50px);
}
.js-slide-vertical-down.is-anime {
  transition: 0.7s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-vertical-list > * {
  opacity: 0;
  transform: translate(0, 50px);
}
.js-slide-vertical-list > *.is-anime {
  transition: 0.7s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-slide-vertical-list-step .js-step-item {
  opacity: 0;
  transform: translate(0, 50px);
}
.js-slide-vertical-list-step .js-step-item.is-anime {
  transition: 0.4s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-timeLine_slide {
  position: absolute;
  background: #4b87ea;
  z-index: 1;
  transition: 0.8s;
  width: 3px;
  height: 0px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.js-timeLine_slide.is-anime {
  height: 100%;
}

.js-timeLine_bl {
  position: absolute;
  background: linear-gradient(333deg, rgb(75, 135, 234) 0%, rgb(178, 135, 231) 30%, rgb(246, 128, 41) 100%);
  z-index: 2;
  transition: 0.8s;
  height: 0px;
  top: 0;
  width: 3px;
}
.js-timeLine_bl.is-anime {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .js-timeLine_bl {
    left: 48px;
  }
}
@media print, screen and (min-width: 769px) {
  .js-timeLine_bl {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.js-timeLine_wh {
  position: absolute;
  z-index: 1;
  transition: 0.8s;
  width: 3px;
  height: 0px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}
.js-timeLine_wh.is-anime {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .js-timeLine_wh {
    background: #6095ed;
  }
}

.js-bgExtend_gr {
  background: #f4f7f9;
  position: absolute;
  transition: 0.8s;
  width: 0;
  height: 100%;
  z-index: 0;
}
.js-bgExtend_gr.is-anime {
  width: 100%;
}

.js-bgExtend_bl {
  background: #4b87ea;
  position: absolute;
  transition: 0.8s;
  width: 0;
  height: 100%;
  z-index: 0;
}
.js-bgExtend_bl.is-anime {
  width: 100%;
}

.shikaku-tag {
  background: #fed900;
  color: #4b87ea;
  font-weight: bold;
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
}
.shikaku-tag.tag_right:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  left: -20px;
  top: 0;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fed900 50.5%) no-repeat top right/100% 50%, linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fed900 50.5%) no-repeat bottom left/100% 51%;
}
.shikaku-tag.tag_right:after {
  display: block;
  position: absolute;
  content: "";
  background: #fed900;
  border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  .shikaku-tag.tag_right:after {
    top: calc(50% - 7px);
    left: -33px;
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .shikaku-tag.tag_right:after {
    top: calc(50% - 7px);
    left: -33px;
    width: 12px;
    height: 12px;
  }
}
.shikaku-tag.tag_left:before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  top: 0;
}
@media print, screen and (min-width: 769px) {
  .shikaku-tag.tag_left:before {
    right: -20px;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fed900 50.5%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fed900 50.5%) no-repeat bottom right/100% 50%;
  }
}
@media only screen and (max-width: 768px) {
  .shikaku-tag.tag_left:before {
    left: -20px;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fed900 50.5%) no-repeat top right/100% 50%, linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fed900 50.5%) no-repeat bottom left/100% 50%;
  }
}
.shikaku-tag.tag_left:after {
  display: block;
  position: absolute;
  content: "";
  background: #fed900;
  border-radius: 50px;
}
@media print, screen and (min-width: 769px) {
  .shikaku-tag.tag_left:after {
    top: calc(50% - 7px);
    right: -33px;
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .shikaku-tag.tag_left:after {
    top: calc(50% - 7px);
    left: -33px;
    width: 12px;
    height: 12px;
  }
}
.shikaku-tag span {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .shikaku-tag span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .shikaku-tag span {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .shikaku-tag {
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 30px;
    width: 240px;
  }
  .shikaku-tag.tag_right {
    margin-left: calc(50% + 26px);
  }
  .shikaku-tag.tag_left {
    margin-right: calc(50% + 26px);
  }
}
@media only screen and (max-width: 768px) {
  .shikaku-tag {
    font-size: 12px;
    font-size: 0.75rem;
    width: 138px;
    padding: 15px 6px 15px 0;
  }
  .shikaku-tag.tag_right {
    margin-left: calc(50% + 26px);
  }
  .shikaku-tag.tag_left {
    margin-left: calc(50% + 26px);
  }
}

.cmn-ttl01 {
  text-align: center;
  font-weight: bold;
  display: block;
  margin: auto !important;
}
.cmn-ttl01.cmn-ttl01_bl {
  color: #4b87ea;
  background: #f4f7f9;
}
@media print, screen and (min-width: 769px) {
  .cmn-ttl01.cmn-ttl01_bl {
    background: #f4f7f9;
  }
}
.cmn-ttl01.cmn-ttl01_wh {
  color: #b7cbf5;
}
@media only screen and (max-width: 768px) {
  .cmn-ttl01.cmn-ttl01_wh {
    background: #4b87ea;
  }
}
@media print, screen and (min-width: 769px) {
  .cmn-ttl01 {
    font-size: 56px;
    font-size: 3.5rem;
    padding: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-ttl01 {
    font-size: 32px;
    font-size: 2rem;
    padding: 15px 0 !important;
    line-height: 1.3;
    width: 180px;
  }
}
.cmn-ttl01 span {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .cmn-ttl01 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-ttl01 span {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
}

.cmn-ttl02 {
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .cmn-ttl02 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-ttl02 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 10px !important;
  }
}
.cmn-ttl02 span {
  padding-left: 2.5em !important;
}
@media print, screen and (min-width: 769px) {
  .cmn-ttl02 span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-ttl02 span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media print, screen and (min-width: 769px) {
  .cmn-ttl02.cmn-ttl02_bl:before {
    width: 26px;
    height: 26px;
    content: "";
    display: inline-block;
    background: #fff;
    border: solid 7px #ad5ead;
    border-radius: 26px;
    vertical-align: sub;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-ttl02.cmn-ttl02_bl:before {
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    background: #fff;
    border: solid 6px #ad5ead;
    border-radius: 26px;
    vertical-align: sub;
    margin-right: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .cmn-ttl02.cmn-ttl02_wh:before {
    width: 26px;
    height: 26px;
    content: "";
    display: inline-block;
    background: #7ba3ee;
    border: solid 7px #fff;
    border-radius: 26px;
    vertical-align: sub;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .cmn-ttl02.cmn-ttl02_wh:before {
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    background: #7ba3ee;
    border: solid 6px #fff;
    border-radius: 26px;
    vertical-align: sub;
    margin-right: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .tag_memo {
    width: 420px;
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: -42px !important;
  }
}
@media only screen and (max-width: 768px) {
  .tag_memo {
    margin-top: -20px !important;
  }
}
.tag_memo dt {
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .tag_memo dt {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .tag_memo dt {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 8px;
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .tag_memo dt .ttl_sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .tag_memo dt .ttl_sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.tag_memo .icon {
  position: absolute;
  background: #4b87ea;
  color: #fff;
  font-weight: normal;
  text-align: center;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .tag_memo .icon {
    font-size: 18px;
    font-size: 1.125rem;
    left: -38px;
    top: -4px;
    width: 28px;
    border-radius: 28px;
    height: 28px;
    padding-top: 1px;
    padding-left: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .tag_memo .icon {
    font-size: 14px;
    font-size: 0.875rem;
    left: 0px;
    top: 0px;
    width: 20px;
    border-radius: 28px;
    height: 20px;
    padding-top: 1px;
    padding-left: 2px;
  }
}

.head-inn {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .head-inn {
    width: 960px;
    margin: auto;
    z-index: 3;
  }
}
@media only screen and (max-width: 768px) {
  .head-inn {
    z-index: 3;
    width: calc(100% - 30px);
    margin: auto;
    padding-bottom: 30px;
  }
}

.inn {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .inn {
    max-width: 960px;
    margin: auto;
    z-index: 3;
  }
}
@media only screen and (max-width: 768px) {
  .inn {
    z-index: 3;
    width: calc(100% - 30px);
    margin: auto;
    padding-bottom: 30px;
  }
}

.p-head {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-head {
    background: url(../img/head-bg-sp.png) no-repeat top center;
    background-size: cover;
    min-height: 423px;
    align-items: end;
  }
}
@media print, screen and (min-width: 769px) {
  .p-head {
    align-items: center;
    background: url(../img/head-bg-pc.png) no-repeat center;
    background-size: cover;
    min-height: 680px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .p-head {
    align-items: center;
    background: url(../img/head-bg-pc.png) no-repeat top right -200px;
    background-size: cover;
    min-height: 680px;
  }
}
@media only screen and (max-width: 768px) {
  .p-head .head-inn {
    margin: 0 auto;
  }
}
.p-head h2 {
  line-height: 1.4;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-head h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-head h2 {
    font-size: 46px;
    font-size: 2.875rem;
    margin-bottom: 30px !important;
  }
}
.p-head p {
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .p-head p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-head p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-intro {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-intro {
    padding: 120px 0 70px 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-intro {
    padding: 60px 0 40px 0;
  }
}
.p-intro .inn {
  background: #f4f7f9;
}
@media only screen and (max-width: 768px) {
  .p-intro .inn {
    padding: 30px 15px 15px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-intro .inn {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-intro .p-intro-inn-top {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .p-intro .p-intro-inn-top {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .p-intro .p-intro-inn-top .p-txt {
    width: 40%;
  }
}
.p-intro .p-intro-inn-top .p-txt h3 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 25px !important;
  line-height: 1.8;
}
.p-intro .p-intro-inn-top .p-txt dl {
  font-size: 10px;
  font-size: 0.625rem;
}
.p-intro .p-intro-inn-top .p-txt dl:first-of-type {
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
  border-bottom: solid 1px #ccc;
}
.p-intro .p-intro-inn-top .p-txt dt {
  font-weight: bold;
}
.p-intro .p-intro-inn-top figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-intro .p-intro-inn-top figure {
    width: 98%;
    margin-top: -45px !important;
    margin-bottom: 20px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-intro .p-intro-inn-top figure {
    width: 56%;
    margin-top: -75px !important;
  }
}
.p-intro .p-intro-inn-bottom {
  background: #fff;
  display: flex;
  border-radius: 16px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .p-intro .p-intro-inn-bottom {
    padding: 15px;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-intro .p-intro-inn-bottom {
    padding: 25px;
    align-items: center;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-intro .p-intro-inn-bottom figure {
    width: 55px;
    margin-right: 10px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-intro .p-intro-inn-bottom figure {
    width: 120px;
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-intro .p-intro-inn-bottom p {
    width: calc(100% - 65px);
  }
}
.p-intro .p-intro-inn-bottom span {
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .p-intro .p-intro-inn-bottom span img {
    width: 15px;
    margin-right: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-intro .p-intro-inn-bottom span img {
    width: 20px;
    margin-right: 5px !important;
  }
}

.p-timetable {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-ttl {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-ttl {
    width: 780px;
    margin: auto;
    margin-bottom: 50px;
  }
}
.p-timetable h2 {
  color: #ad5ead;
}
@media only screen and (max-width: 768px) {
  .p-timetable h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 15px !important;
  }
}
.p-timetable .timeline-icon {
  margin: auto;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-timetable .timeline-icon {
    width: 100px;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .timeline-icon {
    top: 0px;
    width: 170px;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-timetable .timeline-icon.day {
  background: #fff;
  color: #f68029;
  border: solid 3px #f68029;
}
@media print, screen and (min-width: 769px) {
  .p-timetable .timeline-icon.day img {
    width: 30px;
    display: block;
    position: absolute;
    left: 10px;
    top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .p-timetable .timeline-icon.day img {
    width: 20px;
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
  }
}
.p-timetable .timeline-icon.night {
  background: #fff;
  color: #4b87ea;
  border: solid 3px #4b87ea;
}
@media print, screen and (min-width: 769px) {
  .p-timetable .timeline-icon.night img {
    width: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-timetable .timeline-icon.night img {
    width: 17px;
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .inn {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .p-timetable .inn {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .cmn-ttl01 {
    width: 280px;
  }
}
.p-timetable .p-contentWrap {
  color: #ad5ead;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-contentWrap {
    padding: 50px 20px;
  }
}
.p-timetable .p-contentArea {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-contentArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 780px;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-contentArea {
    padding: 0 15px;
    margin-left: 70px;
  }
}
.p-timetable .p-timetable-ill {
  position: absolute;
}
.p-timetable .p-timetable-ill img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-ill.ill01 {
    width: 50px;
    top: -20px;
    right: 30px;
    z-index: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-ill.ill01 {
    width: 50px;
    top: 40px;
    right: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-ill.ill02 {
    width: 70px;
    top: -60px;
    left: -120px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-ill.ill03 {
    width: 70px;
    top: -60px;
    right: -90px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-ill.ill04 {
    width: 55px;
    top: -80px;
    right: -20px;
  }
}
.p-timetable .p-timetable-item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-item {
    background: #f4f7f9;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item {
    width: 330px;
  }
}
.p-timetable .p-timetable-item:nth-of-type(odd):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #e8eaec;
  border-right: 0;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-item:nth-of-type(odd):before {
    left: -15px;
    top: 70px;
    border-right: 20px solid #e8eaec;
    border-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item:nth-of-type(odd):before {
    border-left: 20px solid #e8eaec;
    right: -15px;
    top: 70px;
    border-right: 0;
  }
}
.p-timetable .p-timetable-item:nth-of-type(even):before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-item:nth-of-type(even):before {
    left: -15px;
    top: 70px;
    border-right: 20px solid #e8eaec;
    border-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item:nth-of-type(even):before {
    border-right: 20px solid #e8eaec;
    left: -15px;
    top: 70px;
    border-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item figure {
    width: 330px;
  }
}
.p-timetable .p-timetable-item figure img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item:nth-of-type(even) {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item:nth-of-type(3) {
    margin-top: -90px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item:nth-of-type(7) {
    margin-top: 20px;
  }
}
.p-timetable .p-timetable-item dl {
  margin-top: 10px !important;
}
.p-timetable .p-timetable-item dt {
  background: #ad5ead;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-item dt {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 2px 10px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item dt {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 2px 10px;
    margin-bottom: 5px;
  }
}
.p-timetable .p-timetable-item dd {
  color: #ad5ead;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-item dd {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-item dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-timetable .p-timetable-end01 {
  color: #ad5ead;
  text-align: center;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-end01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-end01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-offer {
    position: relative;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-offer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-offer figure {
    position: absolute;
    bottom: -60px;
    right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-offer figure {
    text-align: right;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-offer img {
    width: 150px;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-offer img {
    width: 240px;
  }
}
.p-timetable .p-timetable-offer p {
  color: #000;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-offer p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-offer p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-timetable .p-timetable-end02 {
  color: #ad5ead;
  font-weight: 900;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .p-timetable .p-timetable-end02 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .p-timetable .p-timetable-end02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.js-scale.is-anime {
  -webkit-animation: btn-scale 6s linear 1 both;
  animation: btn-scale 6s linear 1 both;
}
@-webkit-keyframes btn-scale {
  0% {
    transform: scale(1);
  }
  3% {
    transform: scale(1.4);
  }
  8% {
    transform: scale(0.9);
  }
  11% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes btn-scale {
  0% {
    transform: scale(1);
  }
  3% {
    transform: scale(1.4);
  }
  8% {
    transform: scale(0.9);
  }
  11% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}