.course-index__description {
  margin: 50px 0;
  text-align: center;
  font-size: 16px;
  line-height: 33px; }

.course-index__description-span {
  color: #E9528E; }

.course-index-nav {
  width: 720px;
  margin: 0 auto 150px; }
  @media screen and (max-width: 750px) {
    .course-index-nav {
      width: 100%;
      margin-bottom: 80px; } }
  .course-index-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .course-index-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    height: 80px;
    color: #fff; }
    @media screen and (max-width: 750px) {
      .course-index-nav__list {
        width: 50%;
        height: auto; } }
  .course-index-nav__link, .course-index-nav__link--wedding, .course-index-nav__link--hotel {
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 750px) {
      .course-index-nav__link, .course-index-nav__link--wedding, .course-index-nav__link--hotel {
        padding: 20px 0; } }
    .course-index-nav__link:hover, .course-index-nav__link--wedding:hover, .course-index-nav__link--hotel:hover {
      text-decoration: none;
      color: #fff;
      opacity: .8;
      -webkit-transition: .3s;
      transition: .3s; }
    .course-index-nav__link--wedding {
      background: #C9A063; }
    .course-index-nav__link--hotel {
      background: #C54056; }
  .course-index-nav__img {
    width: auto !important; }

.course-index-wedding {
  /* padding-bottom: 30px; */
}

.course-index-wedding-features {
  position: relative;
  background-image: url("/images/course/index/course-index-wedding-features__bg.png");
  background-size: cover;
  background-position: center;
  padding: 64px 0;
}
.course-index-wedding-features::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220,220,220,0.75);
}
.course-index-wedding-features__ttl-img {
  width: inherit !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .course-index-wedding-features__ttl-img {
    padding-bottom: 0;
  }
}

.course-index-wedding-senko__menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 750px) {
    .course-index-wedding-senko__menu {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.course-index-wedding-senko__list {
  width: 25%; }
  @media screen and (max-width: 750px) {
    .course-index-wedding-senko__list {
      width: 50%; } }

.course-index-wedding-senko__link {
  -webkit-transition: .3s;
  transition: .3s; }
  .course-index-wedding-senko__link:hover {
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s; }

.course-index-wedding-senko__ttl-img {
  width: inherit !important;
  margin-bottom: 30px; }

.course-index-hotel {
  padding: 150px 0 30px; }
  @media screen and (max-width: 750px) {
    .course-index-hotel {
      padding-bottom: 0; } }

.course-index-hotel-features {
  background-image: url("/images/course/index/course-index-hotel-features__bg.png");
  background-size: cover;
  background-position: center;
  padding: 64px 0; }
  .course-index-hotel-features__ttl-img {
    width: inherit !important;
    margin-bottom: 30px; }

.course-index-hotel-curriculum__link {
  -webkit-transition: .3s;
  transition: .3s; }
  .course-index-hotel-curriculum__link:hover {
    opacity: .8;
    -webkit-transition: .3s;
    transition: .3s; }

.course-index-hotel-curriculum__ttl-img {
  width: inherit !important;
  margin-bottom: 30px; }

.course-index__base_width {
  max-width: 1080px;
  margin: auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 750px) {
  .course-index__base_width {
    width: 100%;
  }
}

.course-index-wedding-features__menu {
  max-width: 960px;
  width: 95%;
  margin: auto;
  margin: auto auto auto auto; }

.course-index-wedding-features__list {
  text-align: center; }

.course-index-wedding-features p {
  padding-top: 60px;
  text-align: center; }

.course-index-wedding-features p img {
  max-width: 960px; }

.course-index .slick-prev {
  background-image: url(/images/course/index/course-index__prev.png) !important;
  width: 73px !important;
  height: 79px !important; }
  @media screen and (max-width: 750px) {
    .course-index .slick-prev {
      display: block !important;
      width: 14.6vw !important;
      height: 15.8vw !important;
      left: -5.25vw;
    }
  }

.course-index .slick-next {
  background-image: url(/images/course/index/course-index__next.png) !important;
  width: 75px !important;
  height: 82px !important;
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important; }
  @media screen and (max-width: 750px) {
    .course-index .slick-next {
      display: block !important;
      width: 14.6vw !important;
      height: 15.8vw !important;
      right: -5.25vw;
    }
  }

/*# sourceMappingURL=../maps/course/course-new.css.map */

/* 追加CSS */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

.course-index-hotel,
.course-index-wedding {
	position: relative;
}
.course-index-hotel > img,
.course-index-wedding > img {
	position: relative;
	z-index: 1;
}

.pa-box-1 {
	position: absolute;
	z-index: 2;
	top: 24.5%;
	left: 58.4%;
	text-align: left;
}
.pa-box-1 h2 {
	width: 100% !important;
	margin: auto !important;
	margin-bottom: 0 !important;
	color: #BEA06E;
	padding-bottom: 0 !important;
/*	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 4.2vw;
	letter-spacing: -0.6vw;
}
.pa-box-1 h2::after {
	display: none;
}
.pa-box-1 h2 span {
	display: inline-block !important;
    margin-top: 0;
	font-size: 3.2vw;
	padding-left: .7vw;
}
.pa-box-1 h3 {
	color: #231815 !important;
	font-weight: normal;
/*	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4vw !important;
	font-weight: bold;
	text-align: center;
	width: 64%;
	padding-top: 2%;
}
.pa-box-1 p {
	color: #1A1A1A;
	font-size: 1.1vw;
	width: 48%;
	margin-left: 7%;
	padding-top: 10%;
	line-height: 1.9;
}
.pa-box-1 p strong {
	color: #E9528E;
	font-weight: normal;
}

.course-index-hotel .pa-box-1 {
	top: 33%;
	left: 59%;
}
.course-index-hotel .pa-box-1 h2 {
	letter-spacing: 0;
	color: #C54056;
}

.hl-1 {
	color: #231815 !important;
/*	font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	font-family: 'Noto Serif JP', serif;
	font-size: 28px !important;
	margin-bottom: 34px !important;
}
.hl-1::after {
	content: "";
	display: block;
	height: 2px;
	width: 54px;
	background-color: #231815;
	margin: 12px auto 0;
}

.slick-track li {
	position: relative;
}
.slick-track li > img {
	position: relative;
	z-index: 1;
}
.slick-track li .pa-box-1 {
	top: 0;
	left: 0;
}
.slick-track li h3 {
	font-size: 36px !important;
	text-align: left;
	width: auto;
	padding-top: 0;
	margin: 12px 0 0 220px;
}
.slick-track li p {
	font-size: 14px;
	width: 270px;
	margin: 92px 0 0 570px;
	padding-top: 0;
	line-height: 1.9;
	text-align: left;
}

@media screen and (min-width: 1001px) {

.slick-track li.course-index-hotel-features__list .pa-box-1 p {
	margin-left: 610px;
}

}

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

.slick-track li h3 {
	font-size: 3vw !important;
	margin: 1vw 0 0 20vw;
}
.slick-track li p {
	font-size: 1.3vw;
	width: 25vw;
	margin: 10vw 0 0 53vw;
	line-height: 1.9;
}

}

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

.pa-box-1 {
	top: 51.5%;
	left: 0;
}
.pa-box-1 h2 {
	font-size: 10vw !important;
	text-align: center;
	width: 87%;
	margin: 0;
	letter-spacing: -1.5vw;
}
.pa-box-1 h2 span {
	font-size: 7vw;
}
.pa-box-1 h3 {
	font-size: 3.4vw !important;
	width: 87%;
	padding-top: 2%;
}
.pa-box-1 p {
	font-size: 3.2vw;
	width: 60%;
	margin-left: 15%;
	padding-top: 10%;
	line-height: 1.6;
}

.course-index-hotel .pa-box-1 {
	top: 58%;
	left: 0;
}

.hl-1 {
	font-size: 24px !important;
}

.slick-track li h3 {
	font-size: 5.4vw !important;
	margin: 3vw 0 0 22vw;
}
.slick-track li p {
	font-size: 2.8vw !important;
	width: 86%;
	margin: 86vw auto 0;
	line-height: 1.8;
}

.slick-track li.course-index-hotel-features__list p {
	margin-top: 90vw;
}

}

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

.slick-track li p {
	margin: 80vw auto 0;
	line-height: 1.5;
}

.slick-track li.course-index-hotel-features__list p {
	margin-top: 86vw;
}

}

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

.slick-track li h3 {
	font-size: 5vw;
	margin: 3vw 0 0 22vw;
}
.slick-track li p {
	margin: 76vw auto 0;
	line-height: 1.5;
}

.slick-track li.course-index-hotel-features__list p {
	margin-top: 80vw;
}

}

.play-movie {
  padding: 80px 0;
  margin-bottom: 0 !important;
}
.play-movie h3 {
  width: 216px;
  margin: 0 auto 30px;
}
.play-movie > div {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding: 0 20px;
}
.play-movie > div .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.play-movie > div .movie-wrap a,
.play-movie > div .movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.play-movie > div .movie-wrap a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.play-movie > div > p {
  text-align: left;
  margin-top: .8em;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .play-movie {
    padding: 64px 0;
  }
  .play-movie h3 {
    width: 143px;
  }
  .play-movie > div > p {
    font-size: 13px;
    line-height: 1.8;
  }
}
