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

body{
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

h1 {
font-size: 24px;
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #009245;
}
h1::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 24px;
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #009245;
}
h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
h3 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #009245;
}
h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
h4 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #009245;
}
h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}
.head{
	margin-bottom: 10px;
	

}
.desc{
	margin: 15px;
}

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;

}.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70%;

}


.footermenu{
}
.footermenu_ul{



}.footermenu_ul li {





}.footermenu_ul li a{
	color: black;
}

.copy{
	color: black;
	
}.copy a{
	color: black;
	
}

@media (max-width: 479px) {
	html{
		font-size: 90%;
	
	}.headlogo{width:20px;}
.footermenu_ul{
		list-style: none;
		padding-top:20px;		
	}.footermenu_ul li {
		margin-left: 100px;
		margin-top: 20px;

	

}
    }
@media (min-width: 480px) and (max-width: 691px) {
	html{
		font-size: 100%;
	
	}.footermenu_ul{
		list-style: none;
		padding-top:20px;		
	}.footermenu_ul li {
		margin-left: 120px;
		margin-top: 20px;

	

}
    }
@media (min-width: 692px) and (max-width: 767px) {
	html{
		font-size: 105%;
	
	}.footermenu_ul{
		list-style: none;
		padding-top:20px;		
	}.footermenu_ul li {
		margin-left: 200px;
		margin-top: 20px;

	

}
    }
@media (min-width: 768px) and (max-width: 991px) {
	html{font-size: 100%;
	}.footermenu_ul{
		margin-left:-3%;
		list-style: none;
		padding-top:20px;		
	}.undisp a{
		display: none;

	}.footermenu_ul li {
		margin-left: 10px;

	

}

    }
@media (min-width: 992px) and (max-width: 1199px) {
	html{
	font-size: 120%;
	}.footermenu_ul{
		margin-left:2%;
		list-style: none;
		padding-top:20px;		

	}.footermenu_ul li {
		display: inline-block;
		margin-left: 25px;
	}
    }
@media (min-width: 1200px) and (max-width: 1599px) {       
	html {
	
	font-size: 120%;
	}.footermenu_ul{
		list-style: none;
		padding-top:20px;		
		margin-left:1%;

	}.footermenu_ul li {
		display: inline-block;		
		margin-left: 50px;
	}
    }
@media (min-width: 1600px) and (max-width: 1899px) {
	html {
	
	font-size: 130%;
	}.footermenu_ul{
		list-style: none;
		padding-top:20px;
		margin-left:1%;

	}.footermenu_ul li {
				display: inline-block;
		margin-left: 80px;
	}
    }
@media (min-width: 1900px) and (max-width: 2000px) {
	html {
	
	font-size: 140%;
	}.footermenu_ul{
		list-style: none;
		padding-top:20px;
		margin-left:3%;

	}.footermenu_ul li {
				display: inline-block;
		margin-left: 100px;
	}
    }
@media (min-width: 2001px) {
	html {
	
	font-size: 140%;
	}.footermenu_ul{
		list-style: none;
		padding-top:20px;
		margin-left:11%;
		

	}.footermenu_ul li {
			display: inline-block;
		margin-left: 100px;
	}
}