@charset "UTF-8";
#main-content{
	background-color: #CF3120;
	background-image: url(../image/bg01.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 40% auto;
	padding-bottom: 20px;
}
#main-content .content .main {
	background-image: url(../image/bg02.png);
	background-repeat: repeat;
	background-position: center top;
	background-size: 35% auto;
}
.content .main section {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.main section .ttl {
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: bold;
	line-height: 1em;
}
.main section .ws-fairWrap {
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 10px #000000;
	box-shadow: 2px 2px 10px #000000;
	margin-top: 2%;
	padding-top: 25px;
	padding-bottom: 25px;
}
section .ws-fairWrap .inner {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	overflow: hidden;
}
section .ws-fairWrap .inner +  .inner {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #CF3120;
}
.ws-fairWrap .inner .fairdate {
	color: #CF3120;
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
}
.ws-fairWrap .inner .photo {
	float: right;
	width: 45%;
	display: inline-block;
}
.ws-fairWrap .inner .txtbox {
	display: inline-block;
	width: 50%;
}
.txt   {
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
}
.txts {
	font-size: 12px;
	line-height: 1.3em;
}
.inner .txtbox .ttls {
	color: #257543;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
}
.copy   {
	color: #257543;
	font-size: 16px;
}
.dejibtn {
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 20px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #D43824;
	font-size: 18px;
	font-weight: bold;
	border-radius: 40px;
    transition: 0.3s;
}
.dejibtn:hover {
    opacity: 0.7;
}
.mikibtn {
	background-color: #D43824;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	border-radius: 40px;
	transition: 0.3s;
}
.mikibtn:hover {
    opacity: 0.7;
}
.btn {
	display: inline-block;
	background-color: #D43824;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	margin-top: 5px;
	width: 35%;
	text-align: center;
    transition: 0.3s;
}
.btn:hover{
    opacity: 0.7;
}


@media screen and (max-width: 480px){
.main section .ttl {
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
}
.ws-fairWrap .inner .fairdate {
	color: #CF3120;
	font-size: 22px;
	line-height: 1em;
	font-weight: bold;
}
.ws-fairWrap .inner .photo {
	float: right;
	width: 99%;
	display: block;
	margin-bottom: 10px;
}
.ws-fairWrap .inner .txtbox {
	display: block;
	width: 100%;
}
.inner .txtbox .ttls {
	color: #257543;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
}
.copy   {
	color: #257543;
	font-size: 14px;
}
.dejibtn {
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #D43824;
	font-size: 14px;
	font-weight: bold;
	border-radius: 40px;
	transition: 0.3s;
}
}
