/* Scss Document */
#key {
  background: url(../img/party/key.jpg) top center no-repeat;
  background-size: cover; }
  #key p {
    position: relative;
    width: 1000px;
    margin: auto; }
    #key p img {
      position: absolute;
      top: 585px;
      left: 0; }

#sec1 {
  position: relative; }
  #sec1:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/party/sec1-bg.png) top center no-repeat;
    height: 1133px; }
  #sec1 h2 {
    padding-top: 75px; }
  #sec1 .text {
    margin-top: 15px; }
  #sec1 .pic1 {
    margin: 35px 0 0 -135px; }
  #sec1 .pic2 {
    position: absolute;
    top: 175px;
    right: -185px; }
  #sec1 .sub {
    position: absolute;
    top: 337px;
    left: 255px; }
  #sec1 .txt {
    margin-top: 55px; }

#sec2 {
  background: url(../img/party/sec2-bg.png) bottom center repeat-x; }
  #sec2 .sub1 {
    padding-top: 0; }
  #sec2 .sub2 {
    position: absolute;
    top: 0;
    right: 195px;
    z-index: 2; }
  #sec2 .row1 {
    position: relative; }
    #sec2 .row1 .box {
      position: relative;
      width: 478px;
      margin: 55px 0 0 -80px;
      padding: 100px 74px 40px;
      background: url(../img/about/sec2-box.jpg) top center repeat;
      box-sizing: border-box;
      float: left; }
      #sec2 .row1 .box h2 {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: -50px; }
      #sec2 .row1 .box .price {
        font-size: 30px;
        text-align: right; }
        #sec2 .row1 .box .price span {
          font-size: 23px; }
      #sec2 .row1 .box .text {
        font-weight: 500;
        margin-top: 30px; }
    #sec2 .row1 .pic {
      position: relative;
      width: 706px;
      float: right;
      margin-right: -90px;
      margin-left: -30px;
      z-index: 1; }
  #sec2 .row2 {
    position: relative;
    padding-top: 47px; }
    #sec2 .row2 .box {
      position: relative;
      width: 330px;
      margin-right: 25px;
      margin-top: -110px;
      padding: 100px 40px 150px;
      background: url(../img/about/sec2-box.jpg) top center repeat;
      box-sizing: border-box;
      float: right;
      text-align: center; }
      #sec2 .row2 .box h2 {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: -50px; }
      #sec2 .row2 .box ul {
        display: inline-block; }
        #sec2 .row2 .box ul li {
          position: relative;
          padding-left: 15px;
          text-align: left; }
          #sec2 .row2 .box ul li:before {
            position: absolute;
            content: "";
            top: 10px;
            left: 0;
            width: 7px;
            height: 7px;
            background: #3a2317;
            border-radius: 100%; }
    #sec2 .row2 .pic {
      position: relative;
      width: 515px;
      float: left;
      margin-left: 80px;
      z-index: 1; }
    #sec2 .row2 .sub {
      position: absolute;
      top: 37px;
      left: 0;
      z-index: 1; }

#sec3 {
  position: relative;
  min-height: 600px;
  background-image: url(../img/party/sec3-bg.jpg); }
  #sec3 .ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#sec4 {
  position: relative;
  margin-top: 80px;
  background: url(../img/index/sec2-bg.jpg) top center repeat;
  padding-bottom: 95px; }
  #sec4:before {
    position: absolute;
    content: "";
    bottom: -110px;
    left: calc( 50% +  415px);
    background: url(../img/party/sec4-deco.png) top center no-repeat;
    width: 271px;
    height: 299px; }
  #sec4 h2 {
    position: absolute;
    top: -80px;
    right: -100px; }
  #sec4 .text {
    padding-top: 256px;
    margin-left: 540px;
    color: #fff; }
  #sec4 .txt {
    position: absolute;
    top: 195px;
    margin-left: 540px;
    color: #fff; }
  #sec4 .pic {
    position: absolute;
    top: 137px;
    left: -124px; }

#sec5 {
  margin-top: 185px;
  background: url(../img/party/sec5-bg.png) top center no-repeat;
  background-size: cover;
  padding-bottom: 100px; }
  #sec5 .pic1 {
    position: absolute;
    top: -37px;
    right: -124px; }
  #sec5 .sub {
    position: absolute;
    top: -27px;
    right: 224px;
    z-index: 1; }
  #sec5 h2 {
    padding-top: 76px;
    margin-left: 68px; }
  #sec5 .text {
    width: 500px;
    text-align: center;
    padding-top: 25px; }
  #sec5 .row {
    margin-top: 55px;
    position: relative; }
    #sec5 .row .pic2 {
      margin-left: 27px; }
    #sec5 .row .sub2 {
      position: absolute;
      top: -128px;
      left: 510px; }
    #sec5 .row .button {
      position: absolute;
      top: 112px;
      right: 63px; }
  #sec5 .tel {
    margin-top: 80px;
    text-align: center; }
