@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 250px;
	right: 5px;
	width: 50px;
	height: 40px;
	z-index: 50000;
}
.pagetop img {
	transition: 0.5s;
}
.pagetop img:hover {
	transform: rotate(360deg);
}

/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	position: relative;
	width: 96%;
	height: 200px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	background-color: #7ab20e;
	border-radius: 20px;
	background-image: url(../web/about/mimg_back.png);
	background-position: center bottom;
}

#mimg .txtBox {
	width: 1100px;
	height: 200px;
	margin: 0 auto;
	font-size: 40px;
	line-height: 200px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}

/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cNavi {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 30px;
}
#cNavi:after{
	content: "";
	clear: both;
	display: block;
}
#cNavi .btnf a{
	display: block;
	width: 245px;
	height: 40px;
	border-radius: 20px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
#cNavi .btnf a:hover{
	color: #fff;
	background-color: #317c7b;
}
#cNavi .btn a{
	display: block;
	width: 245px;
	height: 40px;
	border-radius: 20px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 15px;
	margin-left: 40px;
	float: left;
}
#cNavi .btn a:hover{
	color: #fff;
	background-color: #317c7b;
}

#section01 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 40px;
}
#contents01 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents01:after{
	content: "";
	clear: both;
	display: block;
}
h2 {
	display: inline-block;
	width: 100%;
	height: 60px;
	padding-left: 0px;
	border-radius: 5px 30px 30px 5px;
	font-size: 25px;
	line-height: 60px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	float: left;
	background-color: #317c7b;
}
h2:before {
  content: '●';
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}

#gallery {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#gallery .thumb{
	width: 340px;
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	margin-top: 30px;
}
#gallery .thumb img{
	width: 340px;
	height: 220px;
	object-fit:cover;
	transition: 0.4s;
	margin-bottom: 5px;
	border-radius: 5px;
}
#gallery .thumb img:hover{
	transform: scale(1.01);
}



#section02 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 0;
}
#contents02 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents02:after{
	content: "";
	clear: both;
	display: block;
}

#section03 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 0;
}
#contents03 {
	position: relative;
	width: 1100px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#contents03:after{
	content: "";
	clear: both;
	display: block;
}


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

}
