/* Scss Document */
.cl1 {
  color: #850622;
}

.cl2 {
  color: #b81e1f;
}

.slick-dots {
  display: flex;
  justify-content: center;
  z-index: 1;
  gap: 10px;
  padding: 0 0 10px;
}

.slick-dots li {
  width: 11px;
  height: 11px;
  line-height: 0;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 50%;
  background: #000;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #fff;
}

section h2, section h3, section h4 {
  color: #411900;
  font-weight: 700;
  letter-spacing: 0;
}

#sec1 {
  background: url("../img/top/bg4.jpg") repeat center 0/100%;
  padding-bottom: 15vw;
}
#sec1 h2 {
  font-size: 7vw;
  line-height: 1.6;
  border-top: 4px double #000000;
  border-bottom: 4px double #000000;
  text-align: center;
  padding: 5vw 0;
  margin-bottom: 5vw;
}
#sec1 .tit {
  margin-bottom: 5vw;
  text-align: center;
}
#sec1 .info {
  padding: 5vw 4%;
}

.sec_bg {
  padding: 82px 0 0px;
  position: relative;
  z-index: 1;
}
.sec_bg:before {
  background-color: rgba(77, 50, 33, 0.2);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 5%;
  z-index: -1;
}
.sec_bg .deco_logo {
  width: 35%;
  position: absolute;
  right: 5vw;
  top: -10vw;
}
.sec_bg .link {
  padding: 0 10%;
}
.sec_bg .link li {
  margin-bottom: 5vw;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.4);
}

.txt-center {
  text-align: center;
}

#sec2 h2 {
  margin: 5vw 0 -10vw;
}
#sec2 .lead .photo {
  display: flex;
  gap: 10px;
  padding: 10vw 4%;
}
#sec2 .lead .photo li {
  width: calc(50% - 5px);
}
#sec2 .lead .photo li:nth-child(1) {
  margin-top: 10vw;
}
#sec2 .group {
  padding: 4%;
}
#sec2 .course {
  background: url(../img/party/tag.png) no-repeat center 3vw/100%, url(../img/top/bg2.png) repeat 0 0;
  color: #fff;
  padding: 10% 0;
  box-sizing: border-box;
  margin-bottom: 10vw;
}
#sec2 .course h3 {
  color: #fff;
  font-size: 5.7vw;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 5vw;
  margin-bottom: 3vw;
}
#sec2 .course h3 .price {
  letter-spacing: 0;
  font-size: 7.7vw;
  display: inline-block;
}
#sec2 .course h3 .price span {
  font-size: 6.2vw;
}
#sec2 .course h4 {
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 48px;
  border: 1px solid;
  margin: 27px 0 14px;
}
#sec2 .course .list {
  position: relative;
}
#sec2 .course .list .ext {
  position: absolute;
  top: 0;
  left: 170px;
}
#sec2 .course .list.d-flex {
  display: flex;
}
#sec2 .course .list.d-flex ul {
  width: 50%;
}
#sec2 .course .box {
  padding: 0 6%;
}

#sec3 {
  background: url("../img/party/sec3_bg.png") no-repeat center bottom/100%;
  position: relative;
  padding: 0vw 2% 27vw;
  z-index: 1;
  text-align: center;
}
#sec3 h2 {
  font-size: 7vw;
  line-height: 1.6;
  padding-bottom: 5vw;
}
#sec3 .list {
  position: relative;
}
#sec3 .list h3 {
  width: 35%;
  margin: 6vw auto 5vw;
}
#sec3 .list ul {
  text-align: left;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5% 10px;
  color: #411900;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
}

.photo-full {
  margin-top: -19vw;
  position: relative;
  z-index: 2;
}

#sec4 {
  margin-top: -15vw;
  padding-bottom: 24vw;
  position: relative;
  z-index: 3;
}
#sec4 .txt {
  padding: 15px 0 30px;
}
#sec4 .photo {
  padding-bottom: 5vw;
}
#sec4 .photo li {
  padding: 0 10% 5vw;
}
#sec4 .photo li img {
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=party.css.map */