a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.rogo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 53px;
	padding-left: 0px;
}
.menuul {
    display: flex;
	justify-content: center;
	background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 39px;
    margin: 0 auto 47px auto;
	padding: 0;
	list-style: none;
	width: fit-content;
}
.menuul > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.menuul li {
    text-align: center;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    height: 49px;
    width: 200px;
}
.menuul li a {
    display: block;
    text-align: center;
    text-decoration: none;
}
.menuul li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
	z-index: 100;
}
.menuul li li a {
	background: rgba(255,255,255,0.95);
    padding: 10px;
	display: block;
}
.menuul li li a:hover {
	background: #f5fdf7;
}
.menuul li:hover > ul > li {
    height: 46px;
    overflow: visible;
}
.title {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.info {
	line-height: 27px;
	margin: 0px;
	font-size: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 70px;
	padding-left: 0px;
}
.samisato1 {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#samisato {
	padding-right: 120px;
}
#suginoki {
	padding-left: 120px;
}
.samisato2 {
	float: left;
	margin-top: 200px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
	padding: 0px;
}
.samisato3 {
	font-size: 15px;
	line-height: 27px;
	padding: 0 25px 0 0;
	width: 450px;
	background-image: url(../images/border.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.samisato5 {
	margin: 0 0 15px 0;
	padding: 0px;
}
.samisato5 dt {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}
.samisato5 dd {
	padding-left: 75px;
}
.samisato6 a{
	padding: 10px 0 0 0;
	margin: 0;
	color: #8cc59a;
	text-decoration: underline;
	font-weight: bold;
}
.map {
	padding: 0px;
	height: 400px;
	width: 500px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: none;
}
.table {
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	margin: 0px;
	padding: 0px;
}
.table tr td {
	margin: 0px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
}
.table tr .left {
	width: 200px;
}
.table tr .right {
	width: 700px;
}
.copyright {
	font-size: 10px;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	text-align: center;
}
#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop a {
	display: block;
	z-index: 999;
	padding: 8px 0 0 8px;
	width: 71px;
	height: 71px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/totop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.titleleft {
	margin: 0px;
	float: left;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.titleright {
	width: 850px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 15px;
	line-height: 27px;
}
.titleright dt {
	font-weight: bold;
	color: #8cc59a;
	clear: left;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.titleright dt img {
	clear: left;
	float: left;
	height: 50px;
	width: 50px;
}
.titleright dd {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}.image {
	padding: 0px;
	height: 120px;
	width: 168px;
	background-color: #0FF;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.image2 {
	padding: 0px;
	height: 120px;
	width: 168px;
	background-color: #0FF;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.samisato7 {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.titleright3 {
	width: 850px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	font-size: 15px;
	line-height: 27px;
}
.titleright2 {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.titleright2 dt {
	clear: left;
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.titleright2 dd {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 100px;
	border-bottom: solid 1px #ddd;
}
.tel a {
	margin: 50px 20px 0 20px;
	padding: 10px 50px;
	float: left;
	background: #f68f67;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.mail a {
	margin: 50px 20px 0 20px;
	padding: 10px 50px;
	float: right;
	background: #8cc69b;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.mobile img {
	display: none;
}