@charset "utf-8";
/*------骨組み-----*/

body{
	background-image: url(../image/common/bg.jpg);
}

.header{
	border-top: 5px solid #309074;
	margin: 0 0 0px;
	width: 100%;
	padding: 0px 0 0 0;
	overflow: hidden;
	
}

.header h1{
	margin: 0 0 5px 20px;
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

.header_box{background: #fff;
	width: 940px;
	margin: 0 auto;
	display: block;
}
.header_box::after{
display: block;
content: "";
clear: both;
}

.header_box .logo{
	width: 430px;
	margin: 5px 0 0 20px;
	float: left;
}

.header_box .right_box{
	width: 240px;
	float: right;
	margin: 0 20px 0px 0;
	padding: 5px 10px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: 5px solid #D7F2C1;
}
.header_box .right_box .left{


}
.header_box .right_box .left p.text{
	color: #664C00;
	text-align: center;
	font-size: 14px;
	margin: 0 0 5px;
	line-height: 20px;
	font-weight: bold;
}
.header_box .right_box .left p.tel{}
.header_box .right_box .left p.tel a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #665241;
	text-decoration: none;
	font-weight: bold;
	font-size: 33px;
	padding: 0 0 0 25px;
	line-height: 40px;
	background-image: url(../image/common/tel1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 25px;
}

.header_box .right_box .right{
	float: right;
	padding: 0 0 0 10px;
	width: 150px;
	border-left: 2px dotted #238C00;
}
.header_box .right_box .right dl{
	font-size: 15px;
	font-weight: bold;
	color: #3F1F00;
}
.header_box .right_box .right dl dt{
	float: left;
	clear: both;
}
.header_box .right_box .right dl dd{
	text-align: right;
}

/*--------------------*/

.page{}
.contents{
	width: 900px;
	margin: 0 auto;
	padding: 20px 20px 0;
	border-radius: 0;
	display: block;
	background-color: #FFFFFF;
}


nav.menu{}
nav.menu ul{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	margin: 0 0 10px;
	justify-content: flex-end;
}
nav.menu ul li{
margin: 0 30px 0 0;
}
nav.menu ul li:last-child{
margin: 0 0px 0 0;
}

nav.menu ul li a{}
nav.menu ul li img{}


/*--------------------*/

.main{
	width: 600px;
	float: left;
}

/*--------------------*/

.sidebar{
	width: 270px;
	float: right;
}

/*-------------------*/


.about{
	padding: 10px;
	margin: 0 0 30px;
	border-radius: 10px;
	background-color: #EBF8D6;
}


.about p{
	margin: 0 0 15px;
}

.about p.tel{}
.about p.tel a{
	font-size: 34px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(../image/common/tel2.png);
	background-repeat: no-repeat;
	background-size: auto 28px;
	padding: 0 0 0 25px;
	background-position: left center;
	line-height: 40px;
}
.about p.tel a:hover{}
.about p.add{
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 16px;
}
.about p.maplink{
	margin: 0 0 10px;
	text-align: right;
}

.about h2{
	background-color: transparent;
	border-radius: 0;
	text-align: center;
	color: #6F5C4C;
	font-size: 23px;
	padding: 0;
	line-height: 40px;
	border-top: 2px solid #6F5C4C;
	border-bottom: 2px dotted #6F5C4C;
}

.about h3{
	margin: 0 0 5px;
	padding: 0;
	background-image: none;
	font-size: 16px;
	border-radius: 0;
	border-bottom: 2px dotted #00664C;
	color: #00664C;
}

.about table{
	border: 1px solid #555555;
	margin: 0 0 10px;
	width: 100%;
}
.about table th,
.about table td{
	padding: 2px;
	border: 1px solid #555555;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}
.about table th{
	font-weight: normal;
}

.about .map{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #FFFFFF;
}
.about iframe{
	width: 100%;
	height: 200px;
}

.about dl.kyushin{
	color: #D80000;
	font-weight: bold;
	font-size: 16px;
}
.about dl.kyushin dt{
	float: left;
}
.about dl.kyushin dd{
	padding: 0 0 10px 4em;
}


/*-------------------*/

.sidebar .bn{}
.sidebar .bn ul{
	padding: 0 0 15px;
}
.sidebar .bn ul li{
	margin: 0 0 15px;
}
.sidebar .bn ul li img{
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px #AAAAAA;
	box-shadow: 0px 0px 5px #AAAAAA;
	display: block;
}

/*--------------------*/

.footer{
	padding: 10px 0;
	background-color: #46392F;
	display: block;
	margin: 0 auto;
	width: 940px;
}
.footer p{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.footer p small{}
.footer p small a{
	color: #FFFFFF;
	text-decoration: none;
}
