header #navi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #dbd4d0;
    padding: 15px 0;
    color: #74665e;
}
header #navi.fixed {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    -webkit-transition: .5s linear;
    transition: .5s linear;
}
#key {
    background-image: url(../img/party/kv.jpg);
	margin-top: 62px;
}
#key .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#key h2 {
    position: absolute;
    top: 193px;
    left: 0;
    right: 0;
    width: 135px;
    height: 435px;
    margin: 0 auto;
    line-height: 70px;
}
#sec1 {
    background-image: url("../img/party/s1_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 231px 0 141px 0;
}
#sec1 h2 {
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 66px;
    letter-spacing: 7.5px;
    font-weight: 200;
}
#sec1 .txt {
    width: 530px;
}
#sec2 {
    background: url("../img/shared/sec_bg2.jpg") repeat center top;
}
#sec2 .inner {
    margin: 0 90px;
    padding: 62px 0 23px 0;
}
#sec2 .col {
    width: 250px;
    position: relative;
    z-index: 1;
    float: left;
    margin-bottom: 37px;
}
#sec2 .col:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    bottom: -6px;
    right: 0;
    background-image: url("../img/party/s2_bgbox.jpg");
    background-position: center top;
    background-repeat: repeat;
    z-index: -1;
}
#sec2 .col:after {
    content: "";
    position: absolute;
    bottom: -14px;
    right: -8px;
    background-image: url("../img/party/s2_deco.png");
    background-position: center top;
    background-repeat: repeat;
    width: 48px;
    height: 48px;
    z-index: -1;
}
#sec2 .col h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#sec2 .col h3 {
    font-size: 25px;
    line-height: 45px;
    color: #100803;
    margin-top: 50%;
    transform: translateY(-32%);
    font-weight: 300;
}
#sec2 .col2 h3 {
    transform: translateY(-43%);
}
#sec2 .col + .col {
    margin-left: 35px;
}
#sec2 .col:nth-child(3n + 1) {
    margin-left: 0;
}
#sec2 .col2:before {
    top: 0;
    bottom: 10px;
}
#sec2 .col2:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -8px;
    bottom: auto;
    right: auto;
}
#sec2 .col2 h2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
#sec3 .wrap {
    padding-bottom: 109px;
}
#sec3 .wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: -198px;
    background-image: url("../img/party/s3_deco1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    width: 423px;
    height: 628px;
}
#sec3 .wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -321px;
    background-image: url("../img/party/s3_deco2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    width: 312px;
    height: 628px;
    z-index: -1;
}
#sec3 h2 {
    font-size: 70px;
    color: #361710;
    letter-spacing: 0;
    padding: 82px 0 0 0;
    line-height: 70px;
}
#sec3 .note {
    margin-bottom: 50px;
}
#sec3 .row1 {
    margin-bottom: 70px;
}
#sec3 .row1 .fl {
    margin-left: -151px;
    position: relative;
    z-index: 1;
}
#sec3 .row1 .box {
    margin-top: 62px;
    background: rgba(149, 86, 53, 0.9);
    color: #fff;
    padding: 38px 0 50px 0;
    width: 500px;
    position: relative;
}
#sec3 .row1 .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    bottom: 0;
    width: 80px;
    background: rgba(149, 86, 53, 0.9);
}
#sec3 .row1 .box:after {
    content: "";
    position: absolute;
    top: 0;
    right: -95px;
    bottom: 0;
    width: 95px;
    background: rgba(149, 86, 53, 0.9);
}
#sec3 .row1 .box dl dt {
    display: inline-block;
    margin-left: 25px;
}
#sec3 .row1 .box dl dd {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    margin-left: 26px;
    font-weight: 200;
}
#sec3 .row1 .box h3 {
    font-size: 20px;
    color: #ceb1a2;
    margin: 20px 0;
    font-weight: 300;
}
#sec3 .row1 .box ul {
    margin-left: 40px;
}
#sec3 .row2 {
    background: rgba(54, 23, 16, 0.9);
    color: #fff;
    margin: 0 -50px;
    padding: 30px 50px 39px 50px;
    position: relative;
}
#sec3 .row2:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    bottom: 45px;
    border-left: 1px solid #fff;
    width: 100%;
}
#sec3 .row2 dl dt {
    display: inline-block;
}
#sec3 .row2 .fl dl dt {
    margin-left: -10px;
}
#sec3 .row2 dl dd {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    margin-left: 40px;
    font-weight: 200;
}
#sec3 .row2 dl dd span {
    font-size: 20px;
}
#sec3 .row2 h3 {
    font-size: 20px;
    color: #ceb1a2;
    margin: 36px 0;
    font-weight: 300;
}
#sec3 .row2 ul {
    margin-left: 15px;
}
#sec4 {
    background-image: url("../img/party/s4_bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 365px;
}
#sec4 .box {
    color: #330f02;
    margin-left: 604px;
    width: 464px;
    background: url("../img/party/s4_deco.png") no-repeat center top;
    position: relative;
    padding-bottom: 90px;
}
#sec4 .box h2 {
    position: absolute;
    top: 0;
    left: -24px;
}
#sec4 .box dl dt {
    font-size: 28px;
    line-height: 53px;
    text-align: center;
    padding: 70px 0 20px 0;
    font-weight: 300;
}
#sec4 .box dl dd {
    margin-left: 90px;
    width: 310px;
}
#sec5 .wrap {
    padding: 103px 0 86px 0;
}
#sec5 .wrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -300px;
    background-image: url("../img/party/s5_deco2.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    width: 553px;
    height: 578px;
    z-index: -1;
}
#sec5 .row1 .fr {
    margin-right: -17px;
}
#sec5 .row1 .fl {
    position: relative;
}
#sec5 .row1 .fl:before {
    content: "";
    position: absolute;
    top: -32px;
    left: -150px;
    background-image: url("../img/party/s5_deco1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    width: 466px;
    height: 199px;
    z-index: -1;
}
#sec5 .row1 .fl h2 {
    font-size: 30px;
    margin: 25px 0 41px 30px;
}
#sec5 .row1 .fl .txt {
    width: 405px;
    margin-left: 35px;
}
#sec5 .row2 {
    text-align: center;
}
#sec5 .row2 .fl {
    margin: -36px 0 0 -51px;
}
#sec5 .row2 .fr {
    width: 430px;
    margin-top: 78px;
}
#sec5 .row2 .fr h3 {
    position: relative;
    font-size: 20px;
    margin-bottom: 25px;
}
#sec5 .row2 .fr h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-top: 1px solid #130601;
    width: 80px;
}
#sec5 .row2 .fr h3:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    transform: translateY(-50%);
    border-top: 1px solid #130601;
}
#sec5 .row2 .fr ul {
    border-bottom: 1px solid #130601;
    padding-bottom: 20px;
    margin-bottom: 62px;
}
#sec5 .row2 .fr .btn_hover1 a {
    border: 5px solid #946f5d;
}
#sec5 .row2 .fr .btn_hover1 a:hover {
    color: #fff;
}
#sec5 .row2 .fr .btn_hover1 a:before {
    background: #946f5d;
}
#sec5 .row2 .fr .btn_hover1 a:after {
    background: #946f5d;
}
#sec6 {
    background: #9d4a0e;
    padding: 56px 0 43px 0;
}
#sec6 .tel {
    margin-bottom: 10px;
}
#sec6 .tel h2 {
    display: inline-block;
    font-size: 25px;
    margin-left: 122px;
    letter-spacing: 5px;
    font-weight: 300;
}
#sec6 .tel .num {
    display: inline-block;
    margin-left: 23px;
    font-size: 38px;
    letter-spacing: 0.9px;
}
#sec6 .tel .num span {
    letter-spacing: 0.4px;
}
#sec6 .txt {
    margin-bottom: 40px;
}
#sec6 .btn_hover1 a:hover {
    color: #000;
}