@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	max-width: 320px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../web/home/mimg_back.gif);
	padding-top: 0px;
	z-index: 1000;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sec01 {
	width: 100%;
	height: 1100px;
	max-width: 310px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents01 {
	width: 310px;
	height: 1100px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.c_ttl {
	width: 300px;
	height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	float: left;
	background-image: none;
	background-color: #0F5596;
	font-size: 15px;
	line-height: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.c_ttl2 {
	width: 300px;
	height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	float: left;
	background-image: none;
	background-color: #0F5596;
	font-size: 15px;
	line-height: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 20px;
}
.c01_txt_sp {
	width: 310px;
	height: 650px;
	float: left;
	margin-top: 15px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0px;
}

.c01_txt p {
	padding: 2px;
}
.map_sp {
	width: 300px;
	height: 300px;
	padding: 5px;
	margin-top: 15px;
	background-color: #ECEBE3;
	float: left;
}
@media screen and (max-width:767px){
.c01_txt { display:none;}
.map { display:none;}
}