#key .img img, .block img {
  width: 100%;
  height: auto;
}
#key .img img .txt, .block img .txt {
  padding: 0;
}



#lead {
  color: #fff;
  padding: 0 0 64vw;
  background: url("../img/party/lead_deco.png") no-repeat top center/100% auto, url("../img/party/lead_deco2.png") no-repeat bottom center/100% auto;
}

#lead .txt {
  padding: 0 2%;
}

#reserve .box {
  background: url("../img/party/reserve_bg.jpg") no-repeat center/cover;
  padding: 8vw 0 12vw;
}

#reserve .box .tit {
  text-align: center;
  color: #160a0a;
  font-weight: 500;
  font-size: 4.5vw;
  padding: 0 0 5vw;
  line-height: 1.5;
  background: url("../img/party/reserve_line.png") no-repeat bottom center/100% auto;
}

#reserve .box .btn {
  margin: 7.2vw 7vw 0;
}

#point {
  padding: 6.7vw 0 15.5vw;
  background: url("../img/party/point_deco.png") no-repeat top center/100% auto;
}

#point h2 {
  text-align: center;
  font-size: 9.8vw;
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #fff4b9;
  margin: 0 0 6vw;
}

#point h2 small {
  display: block;
  color: #fff;
  font-size: 6.9vw;
}

#point .slide .item {
  margin: 0 10vw;
}

#point .slide .item .stt {
  font-size: 5.7vw;
  letter-spacing: 0.1em;
  color: #b0a18d;
  line-height: 1.2;
  text-align: center;
}

#point .slide .item .stt span {
  font-size: 12.7vw;
}

#point .slide .item .group {
  background: url("../img/party/point_bg2.jpg") repeat-y top center/100% auto;
}

#point .slide .item .group .left {
  background: url("../img/party/point_bg.jpg") repeat-y top center/100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 26.7vw;
}

#point .slide .item .group .left .tit {
  letter-spacing: 0.1em;
  font-size: 5.3vw;
  line-height: 1.7;
  font-weight: 500;
}

#point .slide .item .group .right {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 7vw;
}

#point .slide .item .group .right .txt {
  line-height: 2;
}

.slick-arrow {
  font-size: 0;
  width: 10.8vw;
  height: 10.8vw;
  line-height: 0;
  position: absolute;
  z-index: 7;
  top: 45vw;
  background: transparent;
  outline: none;
  border: 0;
}

.slick-arrow.slick-prev {
  background: url("../img/party/left.png") no-repeat center/100% auto;
  left: 2vw;
}

.slick-arrow.slick-next {
  background: url("../img/party/right.png") no-repeat center/100% auto;
  right: 2vw;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5.2vw 0 0;
}

.slick-dots li {
  width: 13px;
  height: 13px;
  background: #b3a48f;
  margin: 0 7px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /* display: flex; */
  border-radius: 50%;
  cursor: pointer;
  /* border: 1px solid #c92e36; */
}

.slick-dots li button {
  width: 0;
  height: 0;
  font-size: 0;
  background: transparent;
  border: 0;
}

.slick-dots li.slick-active {
  background: url("../img/party/dot.png") no-repeat center/100% auto;
}

#course {
  background: url("../img/party/course_bg.jpg") repeat-y top center/100% auto;
  color: #fff;
  padding: 10vw 0 20vw;
}

#course .set1 .sub-txt {
  text-align: center;
}

#course .set1 .deco {
  width: 50px;
  margin: 7vw auto 3vw;
}

#course .set1 dl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 4vw;
}
#course .set1 dl dt {
  font-size: 8.3vw;
  line-height: 1.3;
}
#course .set1 dl dd {
  font-size: 6.3vw;
}
#course .set1 dl dd small {
  font-size: 5.5vw;
}

#course .set1 .sub-txt2 {
  margin: 4vw 0 9vw;
  text-align: center;
}
#course .set1 .box {
  background: url("../img/party/course_bg2.jpg") repeat-y top center/100% auto;
  color: #000;
  padding: 12vw 0 5vw;
  margin: 0 5.2vw;
}
#course .set1 .box h4 {
  text-align: center;
  font-size: 5.3vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  font-weight: 600;
}
#course .set1 .box .txt2 {
  width: 196px;
  margin: 0 auto;
  height: 80px;
  letter-spacing: 0.1em;
}
#course .set1 .txt {
  padding: 5vw 5.2vw 10vw;
}
#course .set1 .group {
  margin: 0 3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #b29b77;
  position: relative;
  padding: 10vw 5vw 12vw;
}
#course .set1 .group::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #b29b77;
}
#course .set1 .group h3 {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 5vw;
  text-align: center;
}
#course .set1 .group h3 span {
  font-size: 6.3vw;
}
#course .set1 .group h3 span.cl {
  color: #b29b77;
}
#course .set1 .group h3 span small {
  font-size: 4vw;
}

#course .set2 {
  margin: 20vw 0 0;
}
#course .set2 h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 6.9vw;
  letter-spacing: 0.15em;
  margin: 0 0 5vw;
}
#course .set2 h2 span {
  color: #fff4b9;
  font-weight: 600;
  font-size: 13.2vw;
}
#course .set2 h2 small {
  font-size: 10vw;
}
#course .set2 .txt {
  margin: 0 2%;
  text-align: justify;
}

#course .set3 {
  margin: 20vw 0 0;
}
#course .set3 h2 {
  text-align: center;
  line-height: 1.4;
  font-size: 6.9vw;
  letter-spacing: 0.15em;
  margin: 0 0 5vw;
}
#course .set3 h2 span {
  color: #fff4b9;
  font-weight: 600;
  font-size: 13.2vw;
}
#course .set3 h2 small {
  font-size: 10vw;
}
#course .set3 .txt {
  margin: 0 2%;
  text-align: justify;
}
#course .set3 .price {
  font-weight: 600;
  text-align: center;
  margin: 8vw 0 5vw;
  font-size: 6vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#course .set3 .price small {
  font-size: 5vw;
}
#course .set3 .box {
  margin: 7vw 2vw 0;
  background: url("../img/party/course_bg2.jpg") repeat-y top center/100% auto;
  padding: 7vw 4vw;
  color: #000;
}
#course .set3 .box h4 {
  text-align: center;
  font-weight: 600;
  font-size: 6vw;
  line-height: 1.5;
  margin: 0 0 4vw;
}

#party2 {
  background: url("../img/party/course_bg.jpg") repeat-y top center/100% auto;
  color: #fff;
  position: relative;
  padding: 18vw 0 17vw;
}
#party2 h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#party2 .txt {
  margin: 7vw 2vw;
}
#party2 .btn {
  margin: 0 5vw;
}
