@charset "utf-8";/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
 
img{
	max-width: 100%;
height: auto;
width /***/:auto;
}
 
/* ここから通常のCSS */
*{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

	#main{
	   display: flex;           /* Flexコンテナ化 */
   flex-direction: column; /* ボックスを縦並びに */
	padding-top: 0px;
	
	padding-left: 0px;
	
	padding-right: 0px;
	
	padding-bottom: 0px;
	
	border-top-width: 0px;
	
	border-left-width: 0px;
	
	border-right-width: 0px;
	
	border-bottom-width: 0px;
	
	width: 100%;
	
	height: inherit;
	
	margin-top: auto;
	
	margin-left: auto;
	
	margin-right: auto;
	
	margin-bottom: auto;
	
	background-color: white;
	
}

#header{
	order: 1;
	background-image: url(../image/title.jpg);
	height: 200px;
}

	#menu{
	 order: 4; 
	padding-top: 10px;
	
	width: 200px;
	
	float: none;
	

    text-align : center;
    margin-left : auto;
    margin-right : auto;
  }

	#contents{
	order: 3;
	text-align: left;
	
	padding-top: 10px;
	
	margin-left: 5px;
	
	margin-right: 5px;
	
	float: none;
	
	width: 100%;
	
}

#footer{
	order: 7;
	height: 20px;
	clear: both;
    background-color : #8ccc33;
  }

	#navi{
	order: 5;
	background-color : #8ccc33;
	
	padding-top: 5px;
	
	width: 100%;
	
	clear: left;
	
	float: left;
	
	padding-bottom: 5px;
	
}

#navi ul{
	list-style-type: none;
	margin-left: 5px;
    margin-right : 5px;
  }

#pan{
	order: 2;
	clear: both;
  font-size : x-small;
  text-align : left;
  padding-left : 20px;
  padding-top : 5px;
  padding-bottom : 10px;
}

body{
	font-size: small;
	line-height : 150%;
	text-align: center;
  background-color : #ffff99;
  clear : both;
}

#header h1{
	font-size : large;
	color: white;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
}

#menu h4{
	background-color : #e1e151;
	padding-top: 3px;
}

#menu p{
	text-align: left;
	padding-top : 0px;
	padding-left : 3px;
	padding-right : 0px;
	padding-bottom : 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contents img{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.imageclear{
	clear: both;
}
.naviJa{
  font-size : 108%;
  line-height : 20px;
  height : 20px;
}

.naviEn{
  font-size : 77%;
  font-weight : bold;
  line-height : 15px;
  height : 15px;
}


#pageTop{
	order: 6;
  clear : both;
  text-align : right;
  padding-top : 20px;
  padding-right : 10px;
  padding-bottom : 20px;
}
#pageTop a{
	background-image : url(../family/henro/image/iconPageTop.png);padding-left : 20px;background-repeat : no-repeat;text-decoration : none;color : black;background-color : transparent;
}
	#header p{
	
	font-size: 25px;
	
	font-weight: bold;
	
	line-height: 30%;
	
	color: white;
	
	text-align: left;
	
	padding-top: 20px;
	
	padding-left: 30px;
	
}
#pan a{
  color : #494949;
  text-decoration : none;
}}/* ←CSSの一番最後に記述 */


#menu ul li a{
  text-decoration : none;
  color : #494949;
  display : block;
  line-height : 40px;
}
#menu ul li{
  background-color : #cbd379;
  list-style-type : none;
  text-align : center;
  font-weight : bold;
  font-size : medium;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #8ccc33;
  border-left-color : #8ccc33;
  border-right-color : #8ccc33;
  border-bottom-color : #8ccc33;
}
#menu ul li a:hover{
  background-color : #7de898;
  color : fuchsia;
}
#menu ol{
  margin-left : 5px;
  margin-bottom : 0px;
  list-style-type : none;
  font-size : small;
}
#menu ol a{
  text-decoration : none;
  color : #494949;
}
#menu ol a:hover{
  color : fuchsia;
}
#menu ol li{
  margin-bottom : 5px;
}
#contents p{
  margin-left : 20px;
  margin-right : 10px;
}
#menu ul ul li{
  background-color : #ccffcc;
  text-align : left;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #8ccc33;
  border-left-color : #8ccc33;
  border-right-color : #8ccc33;
  border-bottom-color : #8ccc33;
  font-size : small;
}
#menu ul ul li a{
  padding-left : 10px;
}
#pan a:hover{
  color : fuchsia;
}
.imagebox{
  float : right;
  text-align : center;
  font-size : small;
  margin-left : 5px;
  margin-right : 5px;
  font-style : italic;
  color : #494949;
  margin-bottom : 10px;
}
.imagebox2{
  font-size : small;
  font-style : italic;
  color : #494949;
  text-align : center;
  margin-left : 5px;
  margin-right : 5px;
}

.setumei{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #8ccc33;
  border-left-color : #8ccc33;
  border-right-color : #8ccc33;
  border-bottom-color : #8ccc33;
  border-top-left-radius : 8px 8px;
  border-top-right-radius : 8px 8px;
  border-bottom-right-radius : 8px 8px;
  border-bottom-left-radius : 8px 8px;
  margin-bottom : 20px;
}
.divcm{
  margin-top : 10px;
}

.imagebox3{
  display: inline-block;
  text-align : center;
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 5px;
  margin-right : 5px;
  width : 350px;
  font-style : italic;
}

#contents h1{
  text-align : center;
  padding-bottom : 6px;
  margin-bottom : 20px;
  border-bottom-width : 2px;
  border-bottom-style : double;
  border-bottom-color : #8ccc33;
  width : 90%;
  margin-left : auto;
  margin-right : auto;
  line-height : 120%;
}
#contents h2{
	font-size: 16px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-left-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color : #8ccc33;
	border-left-color : #8ccc33;
	border-right-color : #8ccc33;
	border-bottom-color : #8ccc33;
    margin-left : 10px;
    margin-right : 10px;
  
  }

#navi ul li{
	vertical-align: middle;
	text-align: center;
	height: inherit;
	float: left;
  
    background-color : white;
  
    width : 100%;
  
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
  
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-top-color : #8ccc33;
    border-left-color : #8ccc33;
    border-right-color : #8ccc33;
    border-bottom-color : #8ccc33;
  
  
  }
#header h2{
  font-size : x-large;
  color : white;
  padding-top : 15px;
  padding-left : 15px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}