@charset "UTF-8";
main {
  overflow: hidden;
}

a:hover img {
  opacity: 0.8;
}

/* サブのメイン画像 */
.mainImgArea {
  height: 18vw;
  background-color: #000;
  background-position: bottom 28% left 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* ボタン */
.sub_btn01 {
  min-width: 285px;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  border: solid 3px transparent;
}

.sub_btn01:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub_btn01:hover p {
  font-weight: bold;
}

.sub_btn01.orange {
  background-color: #ea5e2b !important;
}

.sub_btn01.orange:hover {
  border-color: #ea5e2b !important;
  background-color: #fff !important;
}

.sub_btn01.orange:hover p {
  color: #ea5e2b !important;
}

.sub_btn01.blue {
  background-color: #72b8c5 !important;
}

.sub_btn01.blue:hover {
  border-color: #72b8c5 !important;
  background-color: #fff !important;
}

.sub_btn01.blue:hover p {
  color: #72b8c5 !important;
}

.sub_btn01 p {
  color: #fff !important;
  letter-spacing: 0.1em;
}

/* 定義リスト-テーブル */
.dl-table.yellow > div {
  background-color: #e6cc3f !important;
}

.dl-table.blue > div {
  background-color: #72b8c5 !important;
}

.dl-table > div {
  min-height: 40px;
  border: 1px solid #ffffff;
}

.dl-table > div dt,
.dl-table > div dd {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.62em;
  padding-bottom: 0.62em;
  min-height: 40px;
}

.dl-table > div dt {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34%;
  /* 150/439 */
  float: left;
}

.dl-table > div dd {
  font-size: 16px;
  line-height: 1.3;
  height: 100%;
  background-color: #eeeeee;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66%;
  /* 290/439 */
  margin-left: 34.1%;
  border-left: solid 1px #ffffff;
  color: #000;
  font-weight: bold;
}

.imgBox {
  position: relative;
  overflow: hidden;
  display: block;
}

.imgBox img {
  position: absolute !important;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

/* h2Area */
.sub_h2Area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 420px;
}

.sub_h2Area .h2Box {
  text-align: center;
  padding-bottom: 10px;
}

.sub_h2Area .h2Box h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1;
  letter-spacing: 0.1em;
}

.sub_h2Area .h2Box .h2txt {
  position: relative;
  font-size: 18px;
  margin-top: 1em;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
}

.sub_h2Area .h2Box .h2txt::after {
  content: "";
  position: absolute;
  bottom: -0.6em;
  left: 50%;
  -webkit-transform: translate3d(-50%, 100%, 0);
          transform: translate3d(-50%, 100%, 0);
  display: block;
  width: 162px;
  height: 19px;
  background-image: url("../img/common/mark_y.svg");
  background-repeat: no-repeat;
}

/* breadArea */
.breadArea,
.breadArea02 {
  padding-top: 40px;
  margin-bottom: 1em;
}

.breadArea .inner,
.breadArea02 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}

.breadArea .inner li,
.breadArea02 .inner li {
	display: flex;
	justify-content: flex-start;
}
.breadArea .inner li:nth-of-type(1),
.breadArea02 .inner li:nth-of-type(1) {
	position: relative;
	padding-right: 20px;
}
.breadArea .inner li:nth-of-type(1):after,
.breadArea02 .inner li:nth-of-type(1):after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
}
.breadArea .inner li:nth-of-type(2) {
	padding-left: 12px;
}
.breadArea02 .inner li:nth-of-type(2) {
	padding: 0 12px;
}
.breadArea02 .inner li:nth-of-type(3) {
	position: relative;
	padding-left: 20px;
}
.breadArea02 .inner li:nth-of-type(3):before {
	content: ">";
	position: absolute;
	top: 0;
	left: 0;
}
.breadArea .inner li, 
.breadArea .inner li a,
.breadArea02 .inner li, 
.breadArea02 .inner li a {
	font-size: 13px;
	font-weight: 400;
}
.breadArea .inner li a:hover,
.breadArea02 .inner li a:hover {
	color: #73b8c5;
}
/* レッスンナビ */
.lesson_nav .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 970px;
  margin: 70px auto;
}

.lesson_nav .inner li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lesson_nav .inner li a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("../img/common/arrow_y.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
}

.lesson_nav .inner li a:hover::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(10px, 0, 0);
          transform: translate3d(10px, 0, 0);
}

/* content02 */
.content02 {
  background-color: #f5f5f5;
}

.content02 .inner {
  padding: 20px 20px;
}

.content02 .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.content02 .inner ul li {
  width: 50%;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-repeat: repeat;
  position: relative;
  /* &:hover {
          background-image: none;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -moz-transition: all 0.5s;
          transition: all 0.5s;
        } */
}

.content02 .inner ul li:nth-of-type(1) {
  background-image: url("../img/top/schedule_bg.jpg");
}

.content02 .inner ul li:nth-of-type(1)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #72b8c5;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content02 .inner ul li:nth-of-type(1):hover::before {
  opacity: 1;
}

.content02 .inner ul li:nth-of-type(1) a .h2Area .h2Img {
  width: 36px;
}

.content02 .inner ul li:nth-of-type(2) {
  background-image: url("../img/top/shop_bg.jpg");
}

.content02 .inner ul li:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #e6cc3f;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content02 .inner ul li:nth-of-type(2):hover::before {
  opacity: 1;
}

.content02 .inner ul li:nth-of-type(2) a .h2Area .h2Img {
  width: 90px;
}

.content02 .inner ul a {
  display: block;
  width: 100%;
  padding: 50px 20px;
  position: relative;
  z-index: 50;
}

.content02 .inner ul a .h2Area h2 {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: relative;
  color: #000;
}

.content02 .inner ul a .h2Area h2::after {
  content: url("../img/common/mark_w.svg");
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -20px;
  width: 162px;
  height: 18px;
}

.content02 .inner ul a .h2Area .h2Img {
  margin: 0 auto;
}

.content02 .inner ul a .h2Area .h2Img img {
  width: 100%;
  padding-bottom: 10px;
}

.content02 .inner ul a .h2Area .h2txt {
  padding-top: 30px;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
}

/* // MARK : maxW 1000px */
@media screen and (max-width: 1000px) {
  .inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .breadArea .inner {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  /* h2Area */
  /* breadArea */
  /* content02 */
}

/* // MARK : maxW 767px */
@media screen and (max-width: 767px) {
  a:hover img {
    opacity: 1;
  }
  .mainImgArea {
    height: 14.5vh;
    background-attachment: scroll;
  }
  /* h2Area */
  .sub_h2Area {
    height: 38.2vh;
    min-height: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 65px;
  }
  .sub_h2Area .h2Box h2 {
    margin-top: 0.4em;
    font-size: 25px;
  }
  .sub_h2Area .h2Box .h2txt {
    font-size: 13px;
    margin-top: 0.4em;
  }
  .sub_h2Area .h2Box .h2txt::after {
    bottom: -4px;
    width: 90px;
    height: 14px;
  }
  /* breadArea */
  /* content02 */
  .content02 .inner {
    padding: 20px 5vw;
  }
  .content02 .inner ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .content02 .inner ul li {
    width: 48%;
    margin: 0;
  }
  .content02 .inner ul a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content02 .inner ul a .h2Area h2 {
    font-size: 16px;
  }
  .content02 .inner ul a .h2Area h2::after {
    width: 110px;
  }
  .content02 .inner ul a .h2Area .h2Img img {
    width: 61.8%;
  }
  .content02 .inner ul a .h2Area .h2txt {
    font-size: 15px;
  }
}

/* // MARK : maxW 350px */
@media screen and (max-width: 350px) {
  .sub_h2Area .h2Box h2 {
    font-size: 22px;
  }
}
/*# sourceMappingURL=sub.css.map */