@charset "UTF-8";


.spt5{ margin-top: 5px; }
.spt10{ margin-top: 10px; }
.spt20{ margin-top: 20px; }
.spt30{ margin-top: 30px; }
.sp-show{ display: none; }
#main-content  {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#main-content .section  {
	position: relative;
	width: 100%;
}
#main-content .section .b-event {
	margin-bottom: 5%;
}
.section .b-event .b-date {
	color: #FFFFFF;
	padding: 5px;
	background-color: #000000;
	font-size: 1.2rem;
	font-weight: bold;
}
.section .b-event .b-ttl {
	color: #AD222A;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-top: 2%;
}
.section .b-event .copy {
	text-align: center;
	color: #494949;
	font-size: 1rem;
	line-height: 1.5;
}
#main-content .section .b-tel {
	text-align: center;
	border: 1px solid #000000;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 32%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
.fontdown {
	font-size: 0.8rem;
}
#main-content .b-caption {
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 14%;
	color: #818181;
}



@media screen and (max-width: 480px){
.sp-show{ display: block; }
#main-content {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#main-content .section  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.section .b-event .b-date {
	color: #FFFFFF;
	padding: 5px;
	background-color: #000000;
	font-size: 1rem;
	font-weight: bold;
}
.section .b-event .b-ttl {
	color: #AD222A;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: 2%;
}
#main-content .section .b-tel {
	text-align: center;
	border: 1px solid #000000;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 80%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#main-content .b-caption {
	font-size: 0.8rem;
	line-height: 1.5;
	text-align: center;
	margin-top: 20%;
	color: #818181;
}
}
