@charset "UTF-8";
.crs__img {
  text-align: center;
  margin: 40px auto;
  max-width: 1000px;
}

.crs__img img {
  display: inline-block;
}

.crs__nav {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .course .hole-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .course .hole-flex .hole-flex-text {
    width: 47.5%;
  }
}
.course .hole-flex .hole-flex-text .hole-title-01 {
  border-bottom: solid 3px #2A3F2C;
  line-height: 1;
  color: #2A3F2C;
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course .hole-flex .hole-flex-text .hole-title-01 {
    font-size: 9.375vw;
  }
}
@media screen and (min-width: 768px) {
  .course .hole-flex .hole-flex-text .hole-title-01 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .course .hole-flex .hole-flex-text .hole-title-01 .hole-title-number {
    font-size: 15.625vw;
  }
}
@media screen and (min-width: 768px) {
  .course .hole-flex .hole-flex-text .hole-title-01 .hole-title-number {
    font-size: 10rem;
  }
}
.course .hole-flex .hole-flex-text .hole-copy {
  margin-top: 2em;
}

.course .hole-flex .hole-flex-text .hole-pict {
  margin-top: 2em;
}

.course .hole-flex .hole-flex-text .hole-pict img {
  width: 100%;
  height: auto;
}

.course .hole-flex .hole-flex-text .google-stview {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-top: 2em;
}

.course .hole-flex .hole-flex-text .google-stview iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course .hole-flex .hole-flex-image {
    margin-top: 3em;
  }
}
@media screen and (min-width: 768px) {
  .course .hole-flex .hole-flex-image {
    width: 47.5%;
  }
}
.course .hole-flex .hole-flex-image .hole-illust {
  text-align: center;
}

.course .hole-flex .hole-flex-image .hole-illust + .hole-illust {
  margin-top: 4em;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course .hole-flex .hole-flex-image .hole-illust + .hole-illust {
    width: 60vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.course .hole-flex .hole-flex-image .hole-title-02 {
  margin-top: 1em;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .course .hole-flex .hole-flex-image .hole-title-02 {
    font-size: 4.375vw;
  }
}
@media screen and (min-width: 768px) {
  .course .hole-flex .hole-flex-image .hole-title-02 {
    font-size: 1.8rem;
  }
}
/*前へ次へボタン*/
@media screen and (min-width: 0px) and (max-width: 767px) {
  .course .pager-area {
    padding-top: 2em;
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 768px) {
  .course .pager-area {
    padding-top: 4em;
    padding-bottom: 6em;
  }
}
.attention-small {
  font-size: 1.4rem;
  margin-top: 10px;
}

.cslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cslist + .c-head3 {
  margin-top: 100px;
}

.csbox {
  width: 30%;
  overflow: hidden; /* スライダー外の画像を隠す */
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .csbox {
    width: calc(50% - 7.5px);
  }
}
.csbox__ttl {
  background: #2A3F2C;
  font-size: 1.8rem;
  color: #FFF;
  padding: 10px 10px;
  line-height: 1;
  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;
}
.csbox__ttl span {
  font-size: 3rem;
  margin-left: 7px;
  line-height: 1;
  margin-bottom: 5px;
}
.csbox__hd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.csbox__hd--txt {
  background: #2A3F2C;
  color: #fff;
  padding: 7px;
  line-height: 1;
  font-size: 1.2rem;
  margin: 10px 0 0 10px;
  border-radius: 15px;
  font-weight: bold;
}
.csbox__txt {
  line-height: 1.6;
}
.csbox__img {
  margin-top: 10px;
}

.csbox img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-slide {
  position: relative;
  height: 0;
  padding-bottom: 29%; /* アスペクト比調整用（例: 16:9の場合）*/
}

.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.info {
  background: #F6FEF8;
  padding-top: 140px;
  padding-bottom: 100px;
}