@charset "UTF-8";
/* common
---------------------------------------------------------- */
html{
	font-size: 62.5%;/*10px*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto | grayscale // Firefox;
}

.wrapper{
	font-size: 1.4rem;
}

/* footer
---------------------------------------------------------- */
footer {
    padding:50px 0px;
    text-align:center;
    letter-spacing:1px;
    font-size:88%;
}
footer img {
    margin-bottom:20px;
}


 /* ====================================================
 top		
==================================================== */
header{
	text-align: center;
	padding: 25px 0;
}

#main_img{
	background: url(../img/img_main.jpg) center center no-repeat;
	background-size: cover;
	min-height: 500px;
	position: relative;
}
#main_img img{
	position: absolute;
	left: 50%;
	margin-left: -357px;
	bottom: 30px;
}

#intro{
	padding: 60px 0;
	width: 960px;  /* 630*/
	margin: 0 auto;
	text-align: center;
}
#intro h2{
	font-size: 3.6rem;
	color: #ca113a;
}
#intro p.bodycopy{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #4a4a4a;
	font-size: 1.8rem;
	margin-top: 25px;
}
#intro .intro_store{
	margin-top: 40px;
}
#intro .intro_store dl{
	width: 300px;
	float: left;
	margin-right: 30px;
}
#intro .intro_store dl.noMR{
	margin-right: 0px;
}
#intro .intro_store dl dd{
	background: #ca113a;
	margin-top: -2px;
	color: #fff;
	padding: 15px 20px;
	text-align: left;
}
#intro .intro_store dl dd span{
	color: #fff;
	text-decoration: underline;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.75;
}

#doted{
	background: url(../img/bg_dot.png), #f7f7f7;
	padding: 60px 0;
}
#doted .doted_inner{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
#doted h2{
	font-size: 2.8rem;
	color: #ca113a;
	background: url(../img/txt_info.png) center bottom no-repeat;
	padding-bottom: 30px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#doted img{
	margin-bottom: 30px;
}

.calendar {
    padding:30px 0px;
    margin:0px auto;
	background: #fff;
}
.calendar p {
	width:800px;
	text-align: left;
	margin:20px auto 0px;
}
.calendar p span {
	color: #cf2339;
	font-size: 108%;
}
.calendar p a {
	text-decoration: underline;
	color: #cf2339;
	}
.calendar p a:hover {
	text-decoration:none;
}