div.Wrap{
	background: #fae7ff;
}
div.body{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
}
div.body h2{
	width: 100%;
	height: 100px;
	margin: 0 auto 30px;
	background: url(../img/title.jpg) no-repeat right top;
	position: relative;
}
div.body h2 span{
	display: none;
}
div.body h2 a{
	display: block;
	height: 80px;
	background: url(../../img/logosp.png) no-repeat left center;
	background-size: 80px;
	padding: 45px 0 0 85px;
	position: absolute;
	left: 10px;
	top: -15px;
	font-family: "Sawarabi Mincho", "游明朝", YuMincho;
	font-size: 24px;
	font-weight: 100;
	color: #333;
	text-shadow: 0px 0px 3px #fff,
	             0px 0px 3px #fff,
	             0px 0px 3px #fff,
	             0px 0px 3px #fff,
	             0px 0px 3px #fff,
	             0px 0px 3px #fff;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
	height: auto;
}
div.access{
	width: 94%;
	margin: 0 auto;
}
div.access img{
	width: 100%;
	height: auto;
}
div.access h3{
	font-family: "Sawarabi Mincho", "游明朝", YuMincho;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	color: #3f0574;
	margin: 20px 0;
	text-align: center;
}
div.access p{
	font-family: "Sawarabi Mincho", "游明朝", YuMincho;
	text-align: center;
	line-height: 160%;
	color: #3f0574;
	text-align: left;
}
div.access p.addr{
	font-size: 130%;
	text-align: center;
}

div.kazari1{
	background: url(../../common/img/kazari1.png) no-repeat center center;
	width: 100%;
	height: 44px;
	margin: 20px auto;
}
div.kazari2{
	background: url(../../common/img/kazari2.png) no-repeat center center;
	width: 100%;
	height: 44px;
	margin: 20px auto;
}
div#map_canvas{
	width: 100%;
	height: 240px;
}
div.map{
	margin: 30px auto;
}
div.map h4{
	font-family: "Sawarabi Mincho", "游明朝", YuMincho;
	border-bottom: solid 1px #3f0574;
	padding: 5px;
	margin: 0 0 10px;
	color: #3f0574;
	font-size: 130%;
	font-weight: normal;
	text-align: center;
}