@charset "utf-8";　
* {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
}
body {
	background: url(../image/common/bg.jpg) repeat left top;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
}

img{max-width: 100%;
height: auto;}

ul{list-style-type: none;}

.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
}
.line {
	width: 550px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	height: 1px;
	clear: both;
}

.bn {}
.bn ul {
    padding: 0 0 15px;
}
.bn ul li {
    margin: 0 0 15px;
}
.bn ul li img {
	border-radius: 0px;
	display: block;
}

/*共通-------------------------*/
#page {
	background: url(../image/common/bg_page.jpg) repeat-y center top;
	width: 960px;
	margin: 0px auto;
}
#page .page {
	background-color: #ffffff;
	width: 950px;
	margin: 0px auto;
}
#header {
	/*height: 70px;
	margin: 0px;
	width: 950px;
	position: relative;
	background: url(../image/common/header.jpg) no-repeat left top;
	padding: 0px;*/
}
#header #logo {
	clear: left;
	float: left;
	width: 500px;
    margin: 5px 0 20px 20px;
	/*text-indent: -5000px;*/
}

#header #logo img{width: 350px;}

#header #time {
	clear: right;
	float: right;
	width: 340px;
	margin: 15px 20px 20px 0;
 padding: 0;
}

#header #time img{display: block;
margin: 0 auto 10px auto;}

#header #time p {
	clear: both;
	font-weight: bold;
	color: #371D09;
	background: url(../image/common/uketsuke.jpg) no-repeat left top;
	padding: 0px 0px 10px 90px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	width: 300px;
	margin-left: 90px;
}

ul.head_point{display: flex;
font-size: 14px;
margin: 0 0 0 0;
width: 100%;
box-sizing: border-box;
padding: 0;}

ul.head_point li{background: #553C33;
color: #fff;
font-weight: bold;
padding: 5px 5px;
margin: 0 5px;
box-sizing: border-box;
border-radius: 5px;}

#header #yoyaku {
	border-radius: 5px;
	padding: 1px;
	margin: 0px 360px 5px 0;
	width: 7em;
	float: right;
	background-color: #FF3300;
}
#header #yoyaku .yoyaku {
	border: 1px solid #fff;
	border-radius: 5px;
	height: 25px;
	line-height: 27px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#footer {
	font-size: 80%;
	color: #FFF;
	background: #666666;
	height: 45px;
	margin-bottom: 0px;
}
#footer p {
	width: 950px;
	text-align: center;
	line-height: 15px;
	padding-top: 15px;
}



#footer small{
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#footer small a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer small a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


/*ナビ--------------------------------*/
#g-navi {
	background-color: #31A875;
	margin-bottom: 15px;
}
#g-navi ul {display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px auto;
	width: 890px;
	padding: 0;
	box-sizing: border-box;
	text-align: center;
	align-content: center;
}
#g-navi ul li {width: 20%;

}

#g-navi ul li img{display: block;
width: 100%;
height: auto;}

#g-navi ul li a{background-color: #31A875;}

#g-navi ul li a:hover,
#g-navi ul li img:hover{background-color:#5EB77A;
}
