@charset "utf-8";


#teaser {
	background:url(../img/bg_teaser.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media screen and (max-width: 670px) {
#teaser {
	background:url(../img/bg_teaser_ts.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}

.spa .spasliderpc,
.spa .spaslider{
	display:block;
	position:relative;
}
.spa .spasliderts {
	display:none;
}
@media screen and (max-width: 670px) {
	.spa .spasliderpc {
		display:none;
	}
	.spa .spasliderts,
	.spa .spaslider{
		display:block;
		position:relative;
	}

}
.contentdetail .spaslider_txt{
	margin:0 auto 20px;
	width:fit-content;
	text-align:center;
}
@media screen and (max-width: 959px) {
	.bx-wrapper {
		margin-bottom: 50px;
	}	
	.contentdetail .spaslider_txt{
		width:100%;
		text-align:left;
	}
}


.spa .billboard {
	position:absolute;
	left:-70px;
	top:-25px;
	z-index:3;
}
.spal {
	position: relative;
}
.spal span{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	font-size: 14px;
	text-shadow: #51220a 0 0 5px;
}
@media screen and (max-width: 670px) {
	.spa .billboard {
		left:-20px;
		top:-25px;
		width:60%;	
	}
	.spal span{
		font-size: 12px;
	}
	/* .spa .spal {
		display:none;
	} */
}

.spa .spasauna li {
	margin:0 0 40px;
}
.spa .spasauna li:nth-last-child(1),
.spa .spasauna li:nth-last-child(2) {
	margin:0;	
}

@media screen and (max-width: 959px) {
	.spa .spasauna li {
		margin:0;
	}
	.spa .spasauna li:nth-of-type(n+2) {
		border-top:1px #cebf99 solid;
		padding-top:30px;
		margin-top:30px;
	}
}
.spa .spasauna li img {
	width:100%;
	height:auto;
}
.spa .spasauna li .tit {
	text-align:center;
	color:#8ba334;
	font-size:26px;
	margin:10px 0;
}
.spa .spasauna li .tit span {
	background:#8ba334;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-size:20px;
	margin-right:15px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
	border-radius: 17px;
	behavior: url(/PIE.htc);
	position:relative;
}
@media screen and (max-width: 670px) {
.spa .spasauna li .tit span {
	display:none;
}
.spa .spasauna li .tit{
	font-size: 20px;
	font-weight: bold;
}
}
.spa .spaother {
	overflow:hidden;
}
.spa .spaother li {
	width:332px;
}
.spa .spaother li+li {
	margin-left:31px;
}
@media screen and (max-width: 670px) {
.spa .spaother li {
	width:auto;
}
.spa .spaother li+li {
	margin-left:0;
	border-top:1px #cebf99 solid;
	padding-top:30px;
	margin-top:30px;
}
}
.spa .spaother li img {
	width:100%;
}
.spa .spaother li .tit {
	text-align:center;
	color:#8ba334;
	font-size:26px;
	margin:10px 0 0;
}
.spa .spaother li .tit span {
	background:#8ba334;
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-size:20px;
	margin-right:15px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-ms-border-radius: 17px;
	-o-border-radius: 17px;
	border-radius: 17px;
	behavior: url(/PIE.htc);
	position:relative;
}
@media screen and (max-width: 670px) {
.spa .spaother li .tit span {
	display:none;
}
.spa .spaother li .tit{
	font-size: 20px;
	font-weight: bold;
}
}

.spa .commontab th,
.commontab table tr:first-child th{
	text-align:center;
	width:20%;
	background: #9b3a7c;
	border: 1px solid #c592b4;
}
@media screen and (max-width: 479px) {
.spa .commontab th ,
.commontab table tr:first-child th{
	width:100%;
}
}
