@charset "UTF-8";
/* Mixins */
/* IEハック用mixin */
/*ウェーブ============================*/
/* line 6, ../scss/top.scss */
.wave-purpleGreen-back {
  position: relative;
  background-color: #87b7b4;
  padding: 70px 0; }
  @media screen and (min-width: 768px) {
    /* line 6, ../scss/top.scss */
    .wave-purpleGreen-back {
      padding: 100px 0; } }
  /* line 12, ../scss/top.scss */
  .wave-purpleGreen-back::before {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: url("../images/common/wave-purpleGreen-top-backgray.png") repeat-x center top;
    height: 36px;
    top: 0;
    left: 0; }
  /* line 23, ../scss/top.scss */
  .wave-purpleGreen-back::after {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: url("../images/common/wave-purpleGreen-bottom-backgray.png") repeat-x center top;
    height: 36px;
    bottom: 0;
    left: 0; }

/*============================
#topHero
============================*/
/* line 38, ../scss/top.scss */
#topHero {
  position: relative;
  overflow: hidden; }
  /* line 41, ../scss/top.scss */
  #topHero::before {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3.125vw;
    width: 100%;
    background: url("../images/top/topHero-wave.png") no-repeat center top/cover; }
  /* line 52, ../scss/top.scss */
  #topHero .topHero-inner {
    position: relative;
    padding: 30px 0 30px;
    background: url("../images/top/topHero-back.png") no-repeat center bottom/100% 100%;
    height: 59.4vw;
    max-height: calc(100vh - 100px);
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 22vw; }
  /* line 68, ../scss/top.scss */
  #topHero .topHero_title {
    margin-top: -10px;
    opacity: 0; }
  /* line 75, ../scss/top.scss */
  #topHero .topHero-photoWrap figure {
    position: absolute; }
    /* line 78, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-01 {
      left: -5vw;
      top: -7vw;
      width: 35.5%;
      z-index: 3; }
    /* line 84, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-02 {
      left: 33vw;
      top: -3vw;
      width: 19vw; }
    /* line 89, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-03 {
      left: 56vw;
      top: -4vw;
      width: 21vw; }
    /* line 94, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-04 {
      right: -2vw;
      top: -2vw;
      width: 19vw; }
    /* line 99, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-05 {
      left: -5vw;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 22vw; }
    /* line 106, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-06 {
      right: -2vw;
      top: 56%;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      width: 17vw; }
    /* line 113, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-07 {
      left: -4vw;
      bottom: -2vw;
      width: 26vw; }
    /* line 118, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-08 {
      left: 25vw;
      bottom: -2vw;
      width: 19vw;
      z-index: 3; }
    /* line 124, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-09 {
      left: 47vw;
      bottom: -3vw;
      width: 22vw;
      z-index: 2; }
    /* line 130, ../scss/top.scss */
    #topHero .topHero-photoWrap figure.topHero-photo-10 {
      right: 7vw;
      bottom: -7vw;
      width: 20vw;
      z-index: 3; }
  /* line 138, ../scss/top.scss */
  #topHero .topHero-photoWrap figure span {
    display: inline-block; }
    @media screen and (min-width: 1400px) {
      /* line 138, ../scss/top.scss */
      #topHero .topHero-photoWrap figure span {
        transform: scale(1.2, 1.2); } }
  /* line 143, ../scss/top.scss */
  #topHero .topHero-photoWrap figure .effect {
    opacity: 0; }
  /* line 145, ../scss/top.scss */
  #topHero .topHero-photoWrap figure img {
    width: 100%;
    max-width: inherit; }

/*============================
#topRead
============================*/
/* line 155, ../scss/top.scss */
#topRead {
  padding: 40px 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 155, ../scss/top.scss */
    #topRead {
      padding: 100px 0; } }
  /* line 161, ../scss/top.scss */
  #topRead p {
    font-size: 1.6rem; }

/*============================
#topJumboLink
============================*/
/* line 169, ../scss/top.scss */
#topJumboLink {
  padding: 30px 0;
  position: relative;
  background-color: #87b7b4;
  padding: 70px 0; }
  @media screen and (min-width: 768px) {
    /* line 169, ../scss/top.scss */
    #topJumboLink {
      padding: 100px 0; } }
  /* line 178, ../scss/top.scss */
  #topJumboLink::before {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: url("../images/common/wave-purpleGreen-top.png") repeat-x center top;
    height: 36px;
    top: 0;
    left: 0; }
  /* line 189, ../scss/top.scss */
  #topJumboLink::after {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: url("../images/common/wave-purpleGreen-bottom-backgray.png") repeat-x center top;
    height: 36px;
    bottom: 0;
    left: 0; }

/* line 202, ../scss/top.scss */
.jumboLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px; }
  /* line 210, ../scss/top.scss */
  .jumboLink li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.333%;
    text-align: center; }
    /* line 215, ../scss/top.scss */
    .jumboLink li a {
      color: #fff;
      font-weight: bold;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      /* line 218, ../scss/top.scss */
      .jumboLink li a .jumboLink-img {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      /* line 222, ../scss/top.scss */
      .jumboLink li a .jumboLink-txt {
        display: block;
        line-height: 1.2; }
    /* line 227, ../scss/top.scss */
    .jumboLink li a:hover {
      color: #ffff00; }
      /* line 229, ../scss/top.scss */
      .jumboLink li a:hover .jumboLink-img {
        -moz-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
        -webkit-transform: translate(0, -10px);
        transform: translate(0, -10px); }
  /* line 234, ../scss/top.scss */
  .jumboLink li + li {
    background: url("../images/common/border-white-v.png") left top repeat-y; }

/*============================
#topAbout
============================*/
/* line 242, ../scss/top.scss */
#topAbout {
  padding: 60px 0 40px;
  position: relative;
  background-color: #f1f1f1; }
  @media screen and (min-width: 768px) {
    /* line 242, ../scss/top.scss */
    #topAbout {
      padding: 100px 0; } }

/* line 250, ../scss/top.scss */
.topAboutTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 250, ../scss/top.scss */
    .topAboutTitle {
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: center;
      justify-content: center; } }
  /* line 268, ../scss/top.scss */
  .topAboutTitle img {
    margin-bottom: -0.15em;
    margin-right: 0.2em; }

/* line 273, ../scss/top.scss */
.txttsukiBtn {
  position: relative; }
  /* line 275, ../scss/top.scss */
  .txttsukiBtn span {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ba6b8c;
    color: #fff;
    padding: 1em 2em;
    border-radius: 2em;
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      /* line 275, ../scss/top.scss */
      .txttsukiBtn span {
        font-size: 2rem; } }
  /* line 288, ../scss/top.scss */
  .txttsukiBtn::before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 1.2rem;
    color: #ba6b8c;
    content: "＼まずは体験！身体が硬くても大丈夫！／";
    display: inline-block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      /* line 288, ../scss/top.scss */
      .txttsukiBtn::before {
        font-size: 1.6rem; } }
  /* line 299, ../scss/top.scss */
  .txttsukiBtn:hover span {
    background-color: #bdcb35; }
  /* line 300, ../scss/top.scss */
  .txttsukiBtn:hover::before {
    color: #bdcb35; }

/*============================
#topInfo
============================*/
/* line 307, ../scss/top.scss */
#topInfo {
  position: relative;
  background-color: #87b7b4;
  padding: 70px 0; }
  @media screen and (min-width: 768px) {
    /* line 307, ../scss/top.scss */
    #topInfo {
      padding: 100px 0; } }
  /* line 312, ../scss/top.scss */
  #topInfo::before {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: url("../images/common/wave-purpleGreen-top-backgray.png") repeat-x center top;
    height: 36px;
    top: 0;
    left: 0; }
  /* line 323, ../scss/top.scss */
  #topInfo::after {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: url("../images/common/wave-purpleGreen-bottom.png") repeat-x center top;
    height: 36px;
    bottom: 0;
    left: 0; }

/* line 336, ../scss/top.scss */
.topInfoTitle {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff; }
  @media screen and (min-width: 480px) {
    /* line 336, ../scss/top.scss */
    .topInfoTitle {
      font-size: 3rem; } }

/* line 344, ../scss/top.scss */
.infoCardList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (min-width: 768px) {
    /* line 344, ../scss/top.scss */
    .infoCardList {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  /* line 355, ../scss/top.scss */
  .infoCardList li {
    margin-bottom: 10px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 480px; }
    @media screen and (min-width: 768px) {
      /* line 355, ../scss/top.scss */
      .infoCardList li {
        width: 33.333%; } }

/* line 367, ../scss/top.scss */
.infoCard {
  transition: all 250ms ease-out;
  position: relative;
  margin-bottom: 10px;
  background-color: #fff; }
  /* line 373, ../scss/top.scss */
  .infoCard .infoCard_meta {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 1em; }
  /* line 380, ../scss/top.scss */
  .infoCard .infoCard_img {
    overflow: hidden; }
    /* line 383, ../scss/top.scss */
    .infoCard .infoCard_img img {
      transition: all 250ms ease-out; }
  /* line 385, ../scss/top.scss */
  .infoCard .infoCard_title {
    padding: 15px;
    line-height: 1.8;
    color: #ba6b8c; }
  /* line 391, ../scss/top.scss */
  .infoCard::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 250ms ease-out; }
  /* line 402, ../scss/top.scss */
  .infoCard:hover .infoCard_date {
    color: #333; }
  /* line 405, ../scss/top.scss */
  .infoCard:hover:before {
    box-shadow: 0 20px 20px -15px rgba(31, 31, 31, 0.5); }
  /* line 406, ../scss/top.scss */
  .infoCard:hover .infoCard_img {
    background-color: #fff; }
  /* line 407, ../scss/top.scss */
  .infoCard:hover .infoCard_img img {
    transform: scale(1.1);
    opacity: 0.7; }

/*============================
.topSchedule
============================*/
/* line 416, ../scss/top.scss */
#topSchedule {
  padding: 60px 0; }
  @media screen and (min-width: 768px) {
    /* line 416, ../scss/top.scss */
    #topSchedule {
      padding: 100px 0; } }

/* line 420, ../scss/top.scss */
.topSchedule-title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px; }
  @media screen and (min-width: 480px) {
    /* line 420, ../scss/top.scss */
    .topSchedule-title {
      font-size: 3rem; } }
  /* line 429, ../scss/top.scss */
  .topSchedule-title::before {
    display: block;
    content: url("../images/top/illust-listbord.png"); }
    @media screen and (min-width: 480px) {
      /* line 429, ../scss/top.scss */
      .topSchedule-title::before {
        font-size: 3rem; } }
  /* line 435, ../scss/top.scss */
  .topSchedule-title::after {
    margin-top: 10px;
    background: url("../images/common/border-green-h.png") no-repeat center 50%/contain;
    content: "";
    display: block;
    height: 5px; }

/*============================
#topAccess
============================*/
/* line 446, ../scss/top.scss */
#topAccess {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    /* line 446, ../scss/top.scss */
    #topAccess {
      padding: 60px 0; } }

/* line 450, ../scss/top.scss */
.topAccess-title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px; }
  @media screen and (min-width: 480px) {
    /* line 450, ../scss/top.scss */
    .topAccess-title {
      font-size: 3rem; } }
  /* line 459, ../scss/top.scss */
  .topAccess-title::before {
    display: block;
    content: url("../images/top/illust-walking.png"); }
  /* line 463, ../scss/top.scss */
  .topAccess-title::after {
    margin-top: 10px;
    background: url("../images/common/border-green-h.png") no-repeat center 50%/contain;
    content: "";
    display: block;
    height: 5px; }

/* line 472, ../scss/top.scss */
.topAccess-gmap {
  position: relative;
  width: 100%;
  padding-top: 35%;
  /* = height ÷ width × 100 */
  margin-bottom: 30px; }
  /* line 477, ../scss/top.scss */
  .topAccess-gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/* line 488, ../scss/top.scss */
.topAccess-read {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 488, ../scss/top.scss */
    .topAccess-read {
      text-align: left;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: center;
      justify-content: center; } }
  /* line 505, ../scss/top.scss */
  .topAccess-read img {
    margin: 0 0.5em; }

/* line 509, ../scss/top.scss */
.topAccess-data {
  margin: 0 auto;
  color: #ba6b8c;
  display: table; }
  /* line 513, ../scss/top.scss */
  .topAccess-data dt, .topAccess-data dd {
    display: table-cell;
    padding: 0 1em;
    line-height: 1.2; }
  /* line 514, ../scss/top.scss */
  .topAccess-data dt {
    border-right: 1px solid #333; }

/*============================
#topOther
============================*/
/* line 520, ../scss/top.scss */
#topOther {
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    /* line 520, ../scss/top.scss */
    #topOther {
      padding: 80px 0; } }

/*============================
.socialbnrList
============================*/
/* line 528, ../scss/top.scss */
.socialbnrList {
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px; }
  /* line 538, ../scss/top.scss */
  .socialbnrList li {
    margin-bottom: 20px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    /* line 543, ../scss/top.scss */
    .socialbnrList li a {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      /* line 545, ../scss/top.scss */
      .socialbnrList li a:hover {
        opacity: 0.7; }
    /* line 547, ../scss/top.scss */
    .socialbnrList li a img, .socialbnrList li span img {
      max-width: inherit;
      width: 100%;
      height: auto; }

/*============================
.bnrList
============================*/
/* line 558, ../scss/top.scss */
.bnrList {
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px; }
  /* line 568, ../scss/top.scss */
  .bnrList li {
    margin-bottom: 20px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; }
    /* line 573, ../scss/top.scss */
    .bnrList li a {
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      /* line 575, ../scss/top.scss */
      .bnrList li a:hover {
        opacity: 0.7; }
    /* line 577, ../scss/top.scss */
    .bnrList li a img, .bnrList li span img {
      max-width: inherit;
      width: 100%;
      height: auto; }
    /* line 582, ../scss/top.scss */
    .bnrList li.bnrcol-full {
      width: 100%; }
    /* line 583, ../scss/top.scss */
    .bnrList li.bnrcol-two_col {
      width: 50%; }
    /* line 584, ../scss/top.scss */
    .bnrList li.bnrcol-three_col {
      width: 33.333%; }
