@charset "UTF-8";

.cnt_block {
 font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.img_bdr {
	border-radius:30px;
}

.schedule_ttl {
	display:block;
	padding:0.3em 0;
	text-align:center;
	background: #b71940;
	color:#fff;
	font-size:1.6rem;
	border-radius:15px; }

	@media only screen and (max-width: 640px) {
		.schedule_ttl {
			font-size:1.2rem;
		}
	}
.tnm_lst2 {
	display:flex;
	justify-content: center;

	.pdf_tnm {
		width:30%;
		margin:0 0.5rem;
		text-align:center;

		img {
			width: 247px;
		}
		a.btn {
			display:block;
			border-radius: 10px;
			text-align:center;
			margin-top:1.0rem;
			padding:0.8rem 0;
			color:#b71940;
			text-decoration:none;
		}
		a.c0729{
			background-color:#f7e5d1;
		}
		a.c0801{
			background-color:#eee3f1;
		}
		a.c0820{
			background-color:#fdedaf;
		}
	}
}
.goods_btn {
	margin:2.5rem auto;
	border:3px dotted #b71940;
	border-radius: 10px;
	padding:0.8rem 0;
	text-align:center;
	width:300px;
	a {
		color:#b71940;
		text-decoration:none;
		font-weight:bold;
	}
}
@media only screen and (max-width: 640px) {
	.tnm_lst2 {
		flex-wrap:wrap;
		.pdf_tnm {
			width:80%;
			margin-bottom:1.5rem;

			img {
			width: 100%;
			}
		}
	}
	.goods_btn {
		width:100%;

	}

}
.trial_ttl {
	display:block;
	padding:0.3em 0;
	text-align:center;
	border:4px solid #b71940;
	border-radius:15px;
	font-size:24px;
	color: #b71940;
	font-weight:bold; }

.club_year {
	display:inline-block;
	border-bottom:2px solid #b71940;
	color:#b71940;
	padding:5px 12px 0;
	margin-bottom:0.5rem;
}

.prize {
	color:#b71940;
}

.str_txt {
	background:#fcf9e8;
	padding:15px 25px;
	font-size:1.4rem;
	font-weight:bold;
	color:#b71940;
	border-bottom:double 5px #b71940;
}

.entry_btn {
	max-width:700px;
	margin:1.5em auto;
}

.entry_btn a {
	display:block;
	padding:3.0em 0;
	text-align:center;
	font-size:2.0rem;
	font-weight:bold;
	text-decoration:none;
	color:#b71940;
	background-color:#f4e8d3;
	background-image:url(../trial/btn_bg.jpg);
	background-size:100% auto;
	background-position:center top;
	border:2px solid #b71940;
}

.entry_btn a:hover {
	background-color:#fff;
	border:2px solid #f4e8d3;

}


	@media only screen and (max-width: 640px) {
		.entry_btn {
			width:100%; }
		.trial_img01 { width:132px; }
		.trial_img02 { width:145px; }
	}

.round_box {
	background:#fcf9e8;
	padding:1.5rem 2.0rem;
	font-size:1.08rem;
	border-radius:15px;
	width:90%;
	margin:0 auto;
}