hr.line {
	width: 100%;
	height: 10px;
	background: url('../img/party/line-head.jpg') repeat center top;
	border: none;
}
hr.line2 {
	width: 100%;
	height: 10px;
	background: url('../img/party/line2.jpg') repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	border: none;
}
header .logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	max-width: 160px;
	z-index: 2;
}
#party .keytxt {
    background-color: #000;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #f9eddf;
    font-size: 6vw;
    display: inline-block;
    padding: 6px 6vw;
    white-space: nowrap;
}
#party section {
	overflow: inherit;
}
#party section h2,
#party section p {
	padding-bottom: 0;
}
#party section .tac {
	text-align: center;
}
#party section .txt {
	text-align: justify;
}
#party .secpd {
	padding-top: 10vw;
	padding-bottom: 10vw;
}
#party .mb3vw {
	margin-bottom: 3vw;
}
#party .mb4vw {
	margin-bottom: 4vw;
}
#party .mb5vw {
	margin-bottom: 5vw;
}
#party .mb6vw {
	margin-bottom: 6vw;
}
#party .price span {
	font-size: 80%;
}
#party .toggle-link {
	background-color: rgba(210,186,144,0.7);
	padding: 8px;
	text-align: center;
	font-size: 22px;
}
#party .toggle-link .plus {
	border: 1px solid #000;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
}
#party .toggle-link .plus:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	left: 4px;
    width: 60%;
	height: 1px;
	background-color: #000;
}
#party .toggle-link .plus:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 50%;
	margin-left: -0.5px;
	height: 60%;
	width: 1px;
	background-color: #000;
}
#party .active .toggle-link .plus {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#party #sec1 {
	background: url('../img/party/sec1_bg.jpg') repeat center top;
	position: relative;
	z-index: 1;
	color: #fff;
}
#party #sec1 .deco {
	position: absolute;
	top: -16vw;
	left: 0;
	width: 27%;
	z-index: 2;
}
#party #sec1 .sec1_js {
	background: url('../img/party/sec1_line.jpg') repeat-x center top,
	url('../img/party/sec1_line.jpg') repeat-x center bottom,
	url('../img/party/sec2_bg.jpg') repeat center top;
	width: 85%;
	margin: auto;
	padding: 10vw 5vw;
	box-sizing: border-box;
}
#party #sec1 .slick-prev, #party #sec1 .slick-next {
    width: 9vw;
    height: 9vw;
    bottom: auto;
    top: 39%;
}
@media screen and (max-width: 350px) {
	#party #sec1 .slick-prev, #party #sec1 .slick-next {
	    top: 45vw;
	}
}
#party #sec1 .slick-prev {
	left: -9vw;
}
#party #sec1 .slick-next {
	right: -9vw;
}
#party #sec1 .sec1_js dl {
	color: #000;
}
#party #sec1 .sec1_js dl dt {
	padding-top: 6vw;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 2vw;
}
#party #sec1 .sec1_js dl dt span {
	font-size: 85%;
}
#party #sec1 .sec1_js .item1 dt {
	background: url('../img/party/sec1_ttl1.png') no-repeat center top / 40%;
}
#party #sec1 .sec1_js .item2 dt {
	background: url('../img/party/sec1_ttl2.png') no-repeat center top / 40%;
}
#party #sec1 .sec1_js .item3 dt {
	background: url('../img/party/sec1_ttl3.png') no-repeat center top / 40%;
}
#party #sec2 {
	background:	url('../img/shared/bg2.jpg') repeat center top;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#party #sec2:before {
	content: "";
	position: absolute;
	top: 98vw;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../img/party/sec2_bg.jpg') repeat center top;
}
#party #sec2 .price {
    font-size: 6vw;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 25.5vw;
    right: 0;
}
#party #sec2 .note {
	background-color: #1b1310;
	padding: 2vw 4vw;
	color: #fff;
}
#party #sec2 .toggle-link:after {
	display: none;
}
#party #sec3  {
	background: url('../img/shared/bg2.jpg') repeat center top;
	padding-top: 16vw;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#party #sec3:after{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	background: url('../img/party/sec3_deco.png') no-repeat center top / 100%;
}
#party #sec3:before {
	content: "";
	position: absolute;
	top: 98vw;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url('../img/party/sec2_bg.jpg') repeat center top;
}
#party #sec3 dl dt {
	font-size: 6vw;
	font-weight: bold;
}
#party #sec3 dl dd {
	margin-top: 2vw;
	font-size: 6vw;
	font-weight: bold;
	text-align: right;
}
#party #sec3 .note {
	background-color: #1b1310;
	padding: 2vw 4vw;
	color: #fff;
}
#party #sec3 .toggle-link:after {
	display: none;
}
#party #sec4 {
	background:	url('../img/shared/bg2.jpg') repeat center top;
	padding-top: 15vw;
	color: #f9eddf;
}
#party #sec4 .wrap {
	background:	url('../img/party/sec4_bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
}
#party #sec4 h2 {
	position: relative;
	top: -7vw;
	margin-bottom: -7vw;
}
#party #sec4 .toggle {
	margin-top: 6vw;
}
#party #sec4 .toggle {
	margin-top: 6vw;
}
#party #sec4 .toggle-link {
	border: 1px solid #e2d9c0;
	background: none;
	font-weight: bold;
}
#party #sec4 .toggle-link:after {
	font-size: 16px;
	color: #f9eddf;
}
#party .toggle-content {
	padding: 4vw 0 0;
}

#party #sec4 .toggle dl{
	margin-bottom:4vw;
}
#party #sec4 .toggle dd{
	font-size:4.4vw;
	font-weight:bold;
}
#party #sec4 .toggle dt{
	margin-left:4vw;
	line-height:4.9vw;
}




#party #sec5 {
	position: relative;
	overflow: hidden;
}
.para{
	padding-bottom: 70% !important;
	height: auto;
}
#party #sec5 h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#sec5 .wrap{
	padding:30px 2%;
	background: #000;
	width:96%;
	margin:0 auto;
}
#sec5 h3{
	text-align: center;
	font-size:19px;
	line-height:180%;
	padding:10px 0 20px 0;
}
#sec5 span{
	background: #fff;
	padding:2px 20px;
	font-weight:bold;
}
#sec5 dl{
	border:1px solid #fff;
	background: rgba(0,0,0,0.7);
	width:100%;
	float:left;
	color:#fff;
	display: inline-block;
	text-align: center;
	margin:2px auto;
}
#sec5 dt{
	border-bottom:1px solid #fff;
	font-size:17px;
	font-weight:bold;
	display:inline-block;
	padding:20px 5px 5px 5px;
}

#sec5 dd{
	font-size:14px;
	padding:20px ;
	line-height:180%;
}
#sec5 .txt{
	clear: both;
	color:#fff;
	text-align: center;
	padding:30px 0 0 0;
}
#party #sec6 {
	background:	url('../img/shared/bg2.jpg') repeat center top;
}
#party #sec6 h2 {
	position: relative;
	z-index: 1;
}
#party #sec6 .row1 {
	position: relative;
}
#party #sec6 .row1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	bottom: 25vw;
	background: url('../img/party/sec2_bg.jpg') repeat center top;
}
#party #sec6 .sec6_js {
	margin: auto;
	width: 78%;
	padding-top: 5%;
}
#party #sec6 .slick-prev, #party #sec6 .slick-next {
    width: 9vw;
    height: 9vw;
    bottom: auto;
    top: 18vw;
}
#party #sec6 .slick-prev {
	left: -11vw;
}
#party #sec6 .slick-next {
	right: -11vw;
}
#party #sec6 .row2 {
	position: relative;
}
#party #sec6 .row2:before {
	content: "";
	position: absolute;
	top: 7vw;
    left: 0;
    width: 100%;
    bottom: 36vw;
	background: url('../img/party/sec2_bg.jpg') repeat center top;
}
#party #sec7 {
	background-color: #000;
	color: #faf0e1;
}
#party #sec7 h2 {
	font-size: 6vw;
	text-align: center;
	padding-top: 10vw;
	margin-bottom: 3vw;
}
#party #sec7 .txt_tel {
	font-size: 10px;
	text-align: center;
	line-height: 2;
}
#party #sec7 .box {
	border: 1px solid #e2d9c0;
	text-align: center;
	padding: 5vw;
}
#party #sec7 .box ul {
	display: inline-block;
	text-align: left;
}