@charset "utf-8";

body{
font-size: 14px;
font-family: sans-serif;
border-top: 5px solid #e60012;
border-bottom: 5px solid #e60012;
}
div, p{
box-sizing: border-box;
}
.serif{
font-family: serif;
}
.colored-rd{
color: #e60012 !important;
}

.wrapper{
margin-bottom: 30px;
}

.head{
margin: 30px;
text-align: center;
}
.head img{
width: 100px;
height: auto;
}

.lead{
font-family: serif;
font-size: 13px;
line-height: 1.8em;
text-align: center;
margin: 30px 15px;
}

.schedule{
width: 70%;
margin: 20px auto 20px;
}
.schedule p{
font-family: serif;
margin-top: 8px;
font-size: 13px;
line-height: 1.8em;
}

.data{
text-align: center;
margin-bottom: 50px;
}
.data .spot{
font-family: serif;
font-size: 16px;
font-weight: bold;
line-height: 1.2em;
}
.data .date{
font-family: serif;
font-size: 16px;
font-weight: bold;
line-height: 1.2em;
margin: 10px 0 10px;
}
.data .shugo{
font-family: serif;
font-size: 13px;
font-weight: bold;
line-height: 1.2em;
margin: 10px 0 20px;
}
.data .address,
.data .tel{
font-family: serif;
font-size: 13px;
line-height: 1.2em;
margin: 0 0 5px;
}
.data .tel a{
color: #e60012;
}
.data .name{
font-family: serif;
font-size: 16px;
font-weight: bold;
line-height: 1.2em;
margin-top: 20px;
}
.data .futariaddress{
font-family: serif;
font-size: 16px;
font-weight: bold;
line-height: 1.2em;
margin-top: 30px;
}
.obi{
color: #fff;
text-align: center;
font-weight: bold;
font-size: 15px;
background-color: #e60012;
padding: 10px;
}
#gmap{
width: 100%;
height: 400px;
}
a.btn{
display: block;
color: #fff;
font-weight: bold;
text-decoration: none;
background-color: #222;
padding: 10px;
border-radius: 4px;
}
.notice{
font-size: 14px;
font-family: serif;
line-height: 1.6em;
text-align: center;
margin-top: 20px;
}

/*only sp*/
@media screen and (max-width:640px){

	.padded-sp{
	margin: 0 15px;
	}	

}

/*only pc*/
@media screen and (min-width:641px){
	
	.head{
	margin: 50px;
	}
	.head img{
	width: 100px;
	height: auto;
	}
	.lead{
	font-size: 16px;
	line-height: 1.8em;
	margin: 50px 15px;
	}
	.padded-pc{
	width: 900px;
	margin: 0 auto;
	}
	.data .date{
	font-size: 18px;
	}
	.data .spot{
	font-size: 18px;
	margin: 10px 0 20px;
	}
	.data .address,
	.data .tel{
	font-size: 16px;
	margin: 5px 0;
	}
	.data .name{
	font-size: 18px;
	margin-top: 20px;
	}
	#gmap{
	width: 100%;
	height: 600px;
	}
	a.btn{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	}
	.schedule{
	width: 270px;
	}
	.schedule p{
	font-size: 16px;
	}
}