@charset "utf-8";
html, body {
	font-family: 'av', source-han-sans-japanese, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #6B6B6B;
	line-height: 1.3;
	height: auto !important;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
}

.mo{
	display: none;
}

header {
	width: 1200px;
	min-width: 100%;
	position: relative;
}
#header_contents {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: relative;
	height: 125px;

}
#header_h1 {
	float: left;
	margin-top: 20px;
}
#header_logo {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#header_title {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 19px;
	font-weight: 500;
}
#header_data  {
	float: right;
	text-align: right;
	margin-top: 35px;
}
#header_data1 {
	font-size: 14px;
	font-weight: 500;
}
#header_data2 {
	font-size: 14px;
	font-weight: 500;
}
#header_tel {
	font-weight: 500;
	font-size: 17px;

}

#slide {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	height: 190px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#slide2 {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}


section {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
	position: relative;
	padding-top: 50px;
	min-height: 700px;
	padding-left: 100px;
	padding-right: 100px;
}
.box {
	margin-bottom: 70px;
}
.h2_title {
	color: #72BA53;
	font-size: 30px;
	text-align: left;
	border-bottom: 1px solid #72BA53;
	padding-left: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.h2_title2 {
	color: #72BA53;
	font-size: 35px;
	text-align: center;
	padding-left: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}
.contents {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
}


footer {
	width: 1200px;
	min-width: 100%;
	background-color: #FCE9B9;
	position: relative;
	padding-bottom: 20px;
}
#footer_contents {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: relative;
	text-align: right;
	padding-top: 20px;
	margin-bottom: 20px;
}
#footer_logo {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#footer_data {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#footer_data1 {
	font-size: 13px;
	font-weight: 500;
}
#footer_data2 {
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 10px;
}
#footer_data3 {
	font-size: 13px;
	font-weight: 500;
}
#footer_data4 {
	font-size: 10px;
	font-weight: 500;
}
#footer_data5 {
	font-size: 13px;
	margin-bottom: 10px;
}
#footer_tel {
	font-weight: 500;
	font-size: 30px;
	color: #787878;
}
copyright {
	position: relative;
	font-size: 12px;
}
#side_button {
	color: #FFFFFF;
	position: fixed;
	right: 0px;
	top: 300px;
	z-index: 1000;
	width: 130px;
	text-align: center;
}

#side_button a {
	display: block;
	background-color: #72B953;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#side_button a img {
	width: 75px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#side_button a:hover img{
	animation:hover_anim 0.5s linear infinite;
}
@keyframes hover_anim{
	to {
		transform: scale(1.1);
	}
}


@media (max-width:540px){
.pc{
	display: none;
}
.mo{
	display: inline;
}

header {
	width: 540px;
	min-width: 540px;
	z-index: 100;
	position: fixed;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px hsla(0,0%,0%,0.50);
	box-shadow: 0px 5px 10px hsla(0,0%,0%,0.50);
	top: 0;
	left: 0;
}
#header_contents {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 70px;
	left: 0px;
	top: 0px;

}
#header_h1 {
	float: left;
	margin-top: 10px;
	padding-left: 10px;
}
#header_logo {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#header_title {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 19px;
	font-weight: 500;
}
#header_data  {
	float: right;
	text-align: right;
	margin-top: 35px;
	display: none;
}
#header_data1 {
	font-size: 14px;
	font-weight: 500;
}
#header_data2 {
	font-size: 14px;
	font-weight: 500;
}
#header_tel {
	font-weight: 500;
	font-size: 17px;

}
#slide {
	width: 540px;
	margin-top: 70px;
}
#slide2 {
	height: 190px;
	margin-top: 70px;
	width: 540px;
}


section {
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 300px;
	position: relative;
	padding-top: 50px;
}
.contents {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
footer {
	width: 540px;
	min-width: 540px;
	padding-bottom: 70px;
}
#footer_contents {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
	text-align: right;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}
#footer_logo {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#footer_data {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
#footer_data1 {
	font-size: 13px;
	font-weight: 500;
}
#footer_data2 {
	font-size: 10px;
	font-weight: 500;
	margin-bottom: 10px;
}
#footer_data3 {
	font-size: 13px;
	font-weight: 500;
}
#footer_data4 {
	font-size: 10px;
	font-weight: 500;
}
#footer_data5 {
	font-size: 13px;
	margin-bottom: 10px;
}
#footer_tel {
	font-weight: 500;
	font-size: 30px;
	color: #787878;
}
copyright {
	position: relative;
}
#side_button {
	color: #FFFFFF;
	position: fixed;
	right: auto;
	top: auto;
	z-index: 1000;
	width: 540px;
	text-align: center;
	bottom: 0px;
	left: 0px;
	height: 50px;
}

#side_button a {
	background-color: #72B953;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#side_button a img {
	width: 44px;
	display: inline-block;
	margin-right: 9px;
	margin-left: auto;
	margin-bottom: 0px;
	vertical-align: middle;
}
#side_button a:hover img{
	animation:hover_anim 0.5s linear infinite;
}
@keyframes hover_anim{
	to {
		transform: scale(1.1);
	}
}
}
