@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;
}

.detail {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 80px 0 0 0;
}

.detail a {
  background: linear-gradient(270deg, #FFFFFF 0%, #e7fbff 100%);
  box-shadow: 5px 5px 5px #eeecec;
  position: relative;
  padding-bottom: 50px;
}

.detail a>div {
  padding: 0 15px 30px;
}

.detail a>div span {
  background: url(../img/course/course-label.png) left top/100% 100% no-repeat;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 2rem;
  padding: 5px 10px;
  width: 200px;
  transform: translateY(-15px);
}

.detail a>img {
  width: 100%;
}

.detail a>div p+p {
  margin-top: 10px;
}

.crs-ytb {
  text-align: center;
}


@media screen and (max-width: 768px) {
  .detail {
    flex-direction: column;
    padding: 0 15px;
    margin-top: 40px;
    font-size: 1, 4rem;
  }

  iframe {
    width: 100%;
    margin-top: 15px;
  }
}

@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 #03045E;
  line-height: 1;
  color: #03045E;
  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: 500;
}

@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: #03045E;
  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: #03045E;
  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: 14%;
  /* アスペクト比調整用（例: 16:9の場合）*/
}

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

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


/*コース詳細*/
.course-dtl__index {
  text-align: center;
  padding-top: 80px;
}

.course-dtl__index p {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .course-dtl__index {
    padding-top: 0;
    margin-top: 40px;
  }

  .course-dtl__index p {
    font-size: 15px;
  }
}




/*----------------------コース詳細*/
.b-c-dtl__csbtn {
  /* margin-top: 100px; */
}

.b-c-dtl__csbtn>div {
  background: #f1fdff;
  font-size: 22px;
  font-weight: 400;
  width: 100%;
  margin: 20px auto 0;
  border: 1px solid #ccc;
  padding: 0 0 15px;
}

.b-c-dtl__csbtn>div>p {
  background: #0077B6;
  display: inline-block;
  padding: 3px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
  color: #fff;
}

.b-c-dtl__csbtn>div>ul {
  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;
}

.b-c-dtl__csbtn>div>ul a {
  font-size: 2rem;
  font-weight: 500;
  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;
  width: 100%;
  height: 100%;
}

.b-c-dtl__csbtn>div>ul li {
  border: 1px solid #03045E;
  border-radius: 50%;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  display: block;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .b-c-dtl__csbtn {
    margin-top: 0;
  }

  .b-c-dtl__csbtn>div>p {
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
  }

  .b-c-dtl__csbtn>div ul li {
    margin: 0 2.5px;
    width: 8vw;
    height: 8vw;
  }

  .b-c-dtl__csbtn>div ul li a {
    font-size: 4vw;
  }
}
.b-c-dtl__top{
  margin-top: 50px;
}
.b-c-dtl__top>div {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-c-dtl__top--hd {
  font-size: 5rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .b-c-dtl__top{
    margin-top: 30px;
  }
  .b-c-dtl__top--hd {
    font-size: 3rem;
  }
}

.b-c-dtl__csname {
  font-size: 2.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .b-c-dtl__csname {
    font-size: 1.8rem;
  }
}

.b-c-dtl__btn {
  background: #CAF0F8;
  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;
  width: 200px;
  height: 55px;
  position: relative;
  font-size: 2rem;
}

.b-c-dtl__btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-c-dtl__btn.pre::before {
  content: "＜";
  left: 15px;
}

.b-c-dtl__btn.nxt::before {
  content: "＞";
  right: 15px;
}

@media screen and (max-width: 767px) {
  .b-c-dtl__btn {
    font-size: 1.2rem;
    width: 90px;
    height: 40px;
  }

  .b-c-dtl__btn::before {
    font-size: 1rem;
  }

  .b-c-dtl__btn.pre {
    padding-left: 10px;
  }

  .b-c-dtl__btn.pre::before {
    left: 3px;
  }

  .b-c-dtl__btn.nxt::before {
    right: 3px;
  }
}

.b-c-dtl__rate ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-c-dtl__rate ul>li {
  width: 50%;
  border-top: 1px solid #8F8F8F;
  border-right: 1px solid #8F8F8F;
  border-left: 1px solid #8F8F8F;
}

.b-c-dtl__rate ul>li:nth-last-of-type(1),
.b-c-dtl__rate ul>li:nth-last-of-type(2) {
  border-bottom: 1px solid #8F8F8F;
}

.b-c-dtl__rate ul>li>span {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.b-c-dtl__rate ul>li>span>span+span {
  margin-left: 30px;
}

.b-c-dtl__rate ul>li>span:nth-of-type(1) {
  background: #0077B6;
  color: #fff;
}

.b-c-dtl__rate--hd {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: left;
  margin: 50px 0 0 0;
}

.b-c-dtl__rate--small {
  font-size: 1.8rem;
  margin-left: 30px;
}

.b-c-dtl__rate--small .div span+span::before {
  content: '/';
  margin: 0 10px 0 5px;
  ;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .b-c-dtl__rate ul>li>span>span+span {
    margin-left: 0;
  }

  .b-c-dtl__rate--hd {
    margin: 20px 0 0 0;
    font-size: 2rem;
  }

  .b-c-dtl__rate ul li {
    font-size: 1.4rem;
  }

  .b-c-dtl__rate ul>li span {
    padding: 10px;
  }

  .b-c-dtl__rate--small {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .b-c-dtl__rate--hd {
    font-size: 1.8rem;
  }

  .b-c-dtl__rate li>span>span {
    display: block;
  }
}

.b-c-dtl__yd {
  margin-top: 10px;
}

.b-c-dtl__yd+.b-c-dtl__rate--small {
  margin-top: 30px;
}

.b-c-dtl__yd li>span:nth-of-type(1) {
  width: 100px;
}

/* 富士平原REGULARだけ非表示 */
.b-c-dtl__yd li:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 767px) {
  .b-c-dtl__yd li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .b-c-dtl__yd li>span:nth-of-type(1) {
    width: 50%;
  }

  .b-c-dtl__yd li>span:nth-of-type(2) {
    width: 50%;
  }

  .b-c-dtl__yd li>span span {
    padding: 0;
    width: 100%;
  }
}

.b-c-dtl_info {
  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;
  margin-top: 60px;
}

.b-c-dtl_info>* {
  width: 50%;
}

.b-c-dtl_info--rt img {
  width: calc(100% - 80px);
  margin-left: auto;
  display: block;
}

.b-c-dtl_info--lt img {
  width: 100%;
}

.b-c-dtl_info--lt ul {
  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;
}

.b-c-dtl_info--lt ul li {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.b-c-dtl_info--lt ul li:nth-of-type(1) {
  width: 100%;
  margin-top: 0;
}

.b-c-dtl_info--lt ul li p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .b-c-dtl_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }

  .b-c-dtl_info>* {
    width: 100%;
  }

  .b-c-dtl_info--lt ul li {
    width: calc(50% - 7.5px);
  }

  .b-c-dtl_info--rt {
    margin-top: 50px;
  }

  .b-c-dtl_info--rt img {
    width: 100%;
  }
}

.b-c-dtl__btm {
  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;
  margin-top: 90px;
}

.b-c-dtl__btm + .b-c-dtl__csbtn{
  margin-top: 100px;
}

.b-c-dtl__btm--top {
  width: 340px;
  background: #03045E;
  color: #fff;
  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;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .b-c-dtl__btm {
    margin-top: 40px;
  }

  .b-c-dtl__btm--top {
    font-size: 1.4rem;
    width: calc(100% - 200px);
  }
  .b-c-dtl__btm + .b-c-dtl__csbtn{
   margin-top: 50px; 
  }
}

.ex-view {
  overflow: hidden;
}

.ex-view ul {
  display: flex;
  animation: flowing 50s linear infinite;
  -webkit-animation: flowing 50s linear infinite;
  -moz-animation: flowing 50s linear infinite;
  width: 4000px;
  align-items: center;
}

.ex-view ul li {
  text-align: center;
  margin: 0 10px;
}

.ex-view ul li p {
  margin-top: 10px;
  line-height: 1.4;
}

.ex-view ul li img {
  width: 100%;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px){
  .ex-view ul li img {
    width: 200px;
  }
}


/*コースTOP---------------------------------------*/
.c-ct-lead {
  text-align: center;
  font-size: 1.8rem;
  max-width: 800px;
  margin: 60px auto 0;
}

.csbox2 .csbox__ttl {
  background: linear-gradient(90deg, #0077B6 0%, #00B4D8 100%);
}

.csbox2 .csbox__hd {
  padding: 5px 0 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.csbox2 .csbox__hd--txt {
  background: #0077B6;
  color: #fff;
  margin-top: 0;
  display: inline-block;
  margin-top: 5px;
}

.csbox2 img {
  -webkit-transform: none;
  transform: none;
  top: inherit;
  left: inherit;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-ct-lead {
    text-align: left;
    margin-top: 30px;
    font-size: 1.6rem;
  }

  .csbox2 {
    margin-top: 30px;
  }
}

.visual {
  margin: 0 auto;
  width: calc(100% - 80px);
}

@media screen and (max-width: 767px) {
  .visual {
    width: calc(100% - 30px);
  }
}

.visual img {
  width: 100%;
}

.slick-dots {
  position: relative;
  bottom: inherit;
  margin-top: 15px;
}

.slick-prev,
.slick-next {
  width: 20px;
  height: 40px;
}

.slick-prev:before,
.slick-next:before {
  background: url(../img/course/arrow.png) left top/100% 100% no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}

.slick-prev {
  -webkit-transform: translate(-5px, calc(-50% - 15px));
  transform: translate(-5px, calc(-50% - 15px));
}

.slick-next {
  -webkit-transform: translate(5px, calc(-50% - 15px)) rotate(180deg);
  transform: translate(5px, calc(-50% - 15px)) rotate(180deg);
}
.detail__btn{
  background: #03045E;
  color: #fff;
  font-weight: bold;
  width: 200px;
  padding: 5px;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.detail__btn::after{
  content: '▶︎';
  color: #fff;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {

  .slick-prev,
  .slick-next {
    width: 10px;
    height: 20px;
  }

  .slick-prev {
    -webkit-transform: translate(5px, calc(-50% - 15px));
    transform: translate(5px, calc(-50% - 15px));
  }

  .slick-next {
    -webkit-transform: translate(-5px, calc(-50% - 15px)) rotate(180deg);
    transform: translate(-5px, calc(-50% - 15px)) rotate(180deg);
  }

  .slick-dots {
    margin-top: 0;
  }
}