@charset "utf-8";
/* CSS Document */
/* メイン画像 */

.contents {
  padding-top: 50px;
}

.main-image {
	background: url(../img/main-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	height: 500px;
	border-bottom: 50px solid #f2ea00;
}

.main-text {
	width: 900px;
	margin: 0 auto;
}

.catch {
	text-align: center;
}

.kaiin-type {
	margin-top: 50px;
	margin-right: -20px;
}
.kaiin-type li {
	position: relative;
	border: 3px solid #453290;
	float: left;
	width: 280px;
	height: 420px;
	margin-right: 25px;
}
.kaiin-type li:before {
	content: none !important;
}
.kaiin-type li:after {
	content: "";
	background: #a292da url(../img/bg-kaiin.png);
	width: 280px;
	height: 420px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.kaiin-type li h3 {
	background: #6145cf;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
}
.kaiin-type li p {
	margin: 0 14px;
}
.kaiin-type li p.price {
	background: #50d650;
	text-align: center;
	margin: 0;
	margin-bottom: 8px;
	padding: 10px;
	color: #fff;
}
.kaiin-type li p.price span {
	font-size: .8em;
}

.kaiin-kojin {	background: #fff url(../img/bg-kojin.png) no-repeat center bottom;}
.kaiin-family {	background: #fff url(../img/bg-family.png) no-repeat center bottom;}
.kaiin-hojin {	background: #fff url(../img/bg-hojin.png) no-repeat center bottom;}

.kaiin-kojin .price {	color: #fc6d92;}
.kaiin-family .price {	color: #ff6f00;}
.kaiin-hojin .price {	color: #22ac38;}

.btn-news{
	margin-bottom: 50px;
}

.btn-news a{
	display: block;
	background: #b80000;
	border: 2px solid #b80000;
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
}

.btn-news a:hover{
	opacity: 0.6;
}

.btn:after {
	content: "";
	display: inline-block;
	margin: auto;
	margin-left: 5px;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid;
	border-right: 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*topお知らせ*/
.kouenkaiNews{
	background-color:#eaeaea;
	padding:15px 10px 10px; 
}

.kouenkaiNews h4{
	font-size: 1.2em;
	margin-top: 0;
}

.kouenkaiNews_inner{
	border: 4px solid #46297B;
	padding:15px;
	margin:15px auto;
	background-color: #fff;
}

