@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 0px;
	z-index: 1000;
}
#pl {
	width: 100%;
	height: 30px;
	background-image: url(../web/onsen/pl_back.jpg);
	margin: 0 auto;
}
.pl {
	width: 1000px;
	height: 20px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
	color: #333;
	line-height: 12px;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container:after{
	content: "";
	clear: both;
	display: block;
}
#sec01 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 60px;
}
#sec01:after{
	content: "";
	clear: both;
	display: block;
}
#contents01 {
	width: 1100px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
.c01_ttl {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.c01_txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	font-size: 16px;
	color: #000;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#c01_nv {
	width: 310px;
	height: 370px;
	padding: 15px;
	float: left;
	margin-top: 30px;
	outline: 4px solid #7bbdf5;
	outline-offset: -4px;
	border-radius: 12px;
	background-color: #fffff0;
}
#c01_nv.f { margin-left: 40px;}
#c01_nv .img {
	width: 310px;
	height: 230px;
	float: left;
	background-color: #FFF;
	border-radius: 10px;
}
#c01_nv .txt {
	width: 310px;
	height: auto;
	float: left;
	margin-top: 5px;
	padding-top: 15px;
	border-top: 4px solid #7bbdf5;
	font-size: 18px;
	line-height: 25px;
	font-weight: 600;
	text-align: center;
}
#c01_nv .txt02 {
	width: 310px;
	height: auto;
	float: left;
	margin-top: 15px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}




@media screen and (min-width:768px){


}
