#sec1 {
  position: relative;
  padding: 43vw 0 10vw 0;
}
#sec1 h2 {
  width: 77.2%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#sec1 .photo1 {
  margin: 0 0 5vw 28.8%;
}
#sec1 .photo2 {
  margin: 0 0 5vw -5vw;
}
#sec1 .txt {
  padding: 0 5%;
}
#sec1 .txt p {
  padding-bottom: 10px;
}
#sec1 .txt .note {
  color: #902a0b;
  text-decoration: underline;
}
#sec1 .point {
  position: relative;
}
#sec1 .point .bnr {
  width: 21%;
  position: absolute;
  top: 52vw;
  left: 17vw;
  z-index: 1;
}

#sec2 {
  position: relative;
}
#sec2::before {
  content: "";
  background: url("../img/party/sec2_deco.png") no-repeat 0/100%;
  width: 50vw;
  position: absolute;
  top: 32vw;
  right: 0;
  z-index: 1;
  height: 116vw;
}
#sec2:after {
  content: "";
  background: url("../img/party/sec2_bg.jpg") repeat 0 0/100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 84vw;
  z-index: -2;
}
#sec2 .wrap {
  padding: 0 4% 12%;
}
#sec2 .course {
  padding: 34px 0 0px;
}
#sec2 .course h3 {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 20px;
}
#sec2 .course h3 span {
  font-size: 22px;
  letter-spacing: 0.2em;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 10px 0;
}
#sec2 .course .group {
  padding: 20px 0 15vw;
  position: relative;
}
#sec2 .course .group::before {
  content: "";
  background: url("../img/party/sec2_deco2.png") no-repeat 0/100%;
  width: 30%;
  height: 50vw;
  position: absolute;
  bottom: 6vw;
  left: -5vw;
  z-index: -1;
}
#sec2 .course .item {
  text-align: center;
  background: url("../img/access/pat.jpg") repeat center 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 1px 0 8%;
  width: 90%;
  margin: 10vw auto 0;
  position: relative;
  z-index: 2;
}
#sec2 .course .item dl {
  background: url("../img/party/ico.png") no-repeat center 0/40px;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  padding: 70px 0 0;
  font-weight: 500;
  margin-top: -20px;
}
#sec2 .course .item dl dt {
  font-size: 22px;
}
#sec2 .course .item ul {
  display: inline-block;
}
#sec2 .course .item li {
  text-align: left;
}
#sec2 .course .txt .end {
  position: relative;
  padding: 0 0 0 15px;
}
#sec2 .course .txt .end p {
  padding-bottom: 5px;
}
#sec2 .course .txt .end:before {
  border-left: 2px solid #9c4224;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
}
#sec2 .menu {
  padding-bottom: 10vw;
}
#sec2 .btn a {
  width: 95%;
}
#sec2 .contact {
  background-color: #fff;
  padding: 10vw 5%;
}
#sec2 .contact h3 {
  width: 90%;
  margin: 0 auto 5vw;
}

#sec3 {
  background: url("../img/party/sec3_deco2.png") no-repeat right bottom/22%;
  padding-bottom: 7vw;
}
#sec3 h2 {
  margin-bottom: -3vw;
}
#sec3 .txt {
  padding: 0 4%;
}
#sec3 .group {
  margin-top: 14vw;
  position: relative;
  z-index: 1;
}
#sec3 .group::before {
  content: "";
  background: url("../img/party/sec3_deco1.png") no-repeat 0 0/100%;
  width: 45%;
  height: 50vw;
  position: absolute;
  top: -9vw;
  left: -5vw;
  z-index: -1;
}
#sec3 .group .floor {
  padding-bottom: 10vw;
  position: relative;
}
#sec3 .group .floor h3 {
  background-color: #fff;
  line-height: 2;
  font-size: 5vw;
  padding: 3vw 0 0;
  position: absolute;
  top: 1.5vw;
  left: 2vw;
  z-index: 1;
  font-weight: 500;
  display: block;
  height: 53vw;
}
#sec3 .group .floor .photo {
  margin: 0 0 5vw 20%;
  padding: 0;
}
#sec3 .group .floor .map {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
#sec3 .group .floor:nth-child(2) {
  padding-bottom: 0;
}
#sec3 .group .floor:nth-child(2) h3 {
  left: auto;
  right: 2vw;
  top: 3vw;
}
#sec3 .group .floor:nth-child(2) .photo {
  margin: 0 20% 5vw 0;
}/*# sourceMappingURL=party.css.map */