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

body{
	display:block;
	margin-left: auto;
	margin-right:auto;
	background-image: url(image_top/paper.gif);
	

}

#container{
	width:1000px;
    margin-left: auto;
	margin-right: auto;
	display:flex;
	flex-wrap:wrap;
	
}

#header{
	text-align: left;
	margin-bottom: 17px;
	padding:30px 0 30px 0;
	width:1000px;
	height:80px;
	display:flex;
	color:#5b310f;
	justify-content:space-between;
}

#header p{
	font-size:0.8em;
}

#main{
	width:550px;
	display:inline;
}



#title img{
	width:300px;
	height:auto;
	
}

#sns{
	width:190px;
	height:auto;
	margin-left:15px;
	margin-right:15px;
}

#sns li{
	display: inline-block;
}

#sns img{
	width: 35px;
	height:auto;
}

#nav{
	width:500px;
	height:30px;
	text-align:right;
	box-sizing: border-box;
}

#nav li{
	display:inline;
	margin-left:5px;
	font-size: 1em;
	font-weight:bold;
	color: #5b310f; 
}

#nav img{
	width:180px;
	height:auto;
	padding-top: 10px;
}

a:visited { color:#d87523; }

a:hover { color: #d87523; }

a:active { color: #d87523; }

a {  
	color: inherit;
	text-decoration:none;
}



.slider {
    width: 550px;
    text-align: left;
	margin-left: 0px;
	
}
.slider img {
    width: 550px;
}

.box {
position: relative;
margin-top:2.5em;
padding: 0.5em 1em;
border: solid 3px #d87523;
width:272px;
display:inline-block;
box-sizing: border-box;
	text-align: center;
}

.box .box-title {
position: absolute;
display: inline-block;
top: -27px;
left: -3px;
padding: 0 9px;
height: 25px;
line-height: 25px;
vertical-align: middle;
font-size: 17px;
background: #d87523;
color: #ffffff;
font-weight: bold;
border-radius: 5px 5px 0 0;
}
.box p {
margin: 0;
padding: 0;
	font-size:0.8em;
} 

.box img{
	width:auto;
	margin:7px;
	height:220px;

}

#news{
	width:400px;
	margin-left: 50px;
	box-sizing: border-box;
}

#map{
	
	margin-top:11px;
}

#map img {
	width:400px;
	height:auto;
}

#foot img{
	width:550px;
	height:auto;
	margin:20px 0px;
	}

/* --- 新着情報エリア --- */
div.update {
width: 400px; /* 新着情報エリアの幅 */
height:auto;
font-size: 90%;
color: #5b310f; 

/*border-top: 1px #5b310f solid; /* 新着リストの上境界線 */
/*border-bottom: 1px #5b310f solid;*/
}


/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
margin: 0;

}

.update h3{
	font-weight:bold;
	font-size:1.3em;
	color:#5b310f;

}

#map h3{
	font-weight:bold;
	font-size:1.3em;
	color:#5b310f;

}

/* --- 日付エリア --- */
div.update dt {
width: 6.7em; /* 日付エリアの幅 */
font-weight:bold;
float: left;
padding: 7px 10px 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 10px 6px 6.7em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #5b310f dotted; /* 本文エリア下境界線 */
line-height: 120%;
}

.update img {
	width:400px;
	height:auto;
}

#footer{
	width:100%;
	display:flex;
	padding-top:25px;
	background-color:#4E423D;
	color:#fff;
	justify-content:center;
	
}

#footer h3{
	font-weight:bold;
	font-size:1.5em;
}

.address{
	font-size:1em;
	width:400px;
	margin: 10px 15px;
	margin-right: 35px;
}



.nav2{
	width:230px;
}

.nav2 li{
	list-style: none;
    overflow: hidden;
	display: block;
    padding: 10px 15px;
	border-bottom:1px solid #fff;
}

#bnr{
	width:300px;
	padding:10px 35px;
	font-size:0.8em;
	text-align: center;
}

#bnr img{
	width:270px;
	height:auto;
	margin:10px;
}

#copy{
	text-align: center;
	font-size:0.9em;
	color:#5b310f;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}



.clear {
    clear:both;
}



/* ウィンドウ幅が0〜770pxの場合に適用するCSS */


@media screen and (max-width:770px)
{
	#container{
		width:100%;
		margin:20px auto;
		display:flex;
		flex-direction: column;  
	}
	
	#main{
	width:100%;
	display:flex;
	flex-direction: column;
	text-align: center;
}
	#news{
	width:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;  
	margin:0px;
	padding:0px;
}
	
	#news img{
	width:100%;
	height:auto;
}
	#foot img{
		width:80%;
		height:auto;
	}
	
	.box {
	margin-top:2.5em;
	border: solid 3px #d87523;
	width:70%;
	margin:40px auto;
	display:flex;
	flex-direction: column;
	box-sizing: border-box;
	}
	
	.box img{
	width:200px;
	height:auto;
	margin:0px auto;
}

	div.update {
	width:80%;
	color: #5b310f; }
	
	#map{
	width:80%;
	margin: 20px 0px;
}

	
	#footer {
	width:100%;
	display:flex;
	flex-direction: column;
	margin-top:10px;
	background-color:#4E423D;
	color:#fff;
	
}

	.address{
	font-size:1em;
	width:100%;
	padding-top:20px;
	}
	
	
	
	#inquiry{
		display:none;
	}

	.nav2{
		width:auto;
	}

	.nav2 li{
		display: block;
		padding:none;
		border-bottom:1px solid #fff;
	}

	#bnr{
		width:300px;
		padding:10px 35px;
		font-size:0.8em;
		text-align: center;
	}

	#bnr img{
		width:270px;
		height:auto;
		margin:10px;
	}
	
	.slider {
    width: 100%;
    text-align: center;
	margin-top:40px;
	}
	
	.slider img {
	width: 100%;
	margin: 20px auto;
	}
	
	#title img{
	width:200px;
	height:auto;
	}
	
	#header{
	text-align: left;
	magrin:0;
	padding:30px 30px 0px 30px;
	width:100%;
	height:70px;
	display:flex;
	flex-direction:column;
		
}
	#sns{
	width:200px;
	height:auto;
	margin-top: 5px;
	margin-left: 0px;
}

	#main{
	display:inline-block;
}


}