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

a{
	text-decoration:none;
	color:#7b5e58;
}
a:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

ul,ol{
	list-style:none;
}

html{
	font-size:14px;
	line-height:1.5em;
}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img{
	max-width:100%;
	height:auto;
}

.sp_img{
	display:none;
}

body{
	width:100%;
}

#head{
	width:100%;
	background:url(../images/back.jpg) left top repeat-x;
}
.sp_head{
	display:none;
}
.head_in{
	width:922px;
	max-width:90%;
	background:url(../images/head_02.jpg) center top no-repeat;
	margin:0 auto;
	padding:109px 19px 0;
}
.logo{
	float:left;
}


/* PCナビ */
.slicknav_menu {
	display:none;
}
.pc{
	display:inline;
}
.mob{
	display:none;
}
#dropmenu {
	width:695px;
	max-width:100%;
	margin:0;
}
#dropmenu > li {
	float: left;
	position: relative;
}
#dropmenu li a {
	display: block;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#dropmenu li ul {
	margin: 30px 0;
	padding: 0px;
	list-style: none;
	position: absolute;
	top:2.5em;
	left:-25px;
	width:150%;
	display:none;
	background-color:#fff6ed;
	filter:alpha(opacity=80);
	opacity:0.8;
	font-size:15px;
}

#dropmenu li ul li{
	margin: 0;
}
#dropmenu li ul li a{
	line-height: 30px;
	background-color:#fff6ed;
	color:#654745;
}
#dropmenu li:hover ul {
	display: block;
}
/* PCナビ終わり */

.mainphoto{
	width:960px;
	max-width:90%;
	margin:0 auto 20px;
}

#contents{
	width:920px;
	max-width:90%;
	margin:0 auto;
}
.main{
	width:702px;
	max-width:100%;
	float:left;
	margin-bottom:40px;
}
.new h2,.info h2{
	margin-bottom:15px;
}
.new{
	margin-bottom:50px;
}
.new img{
	margin-bottom:5px;
}
.info p{
	line-height:3em;
	font-weight:bold;
	border-bottom:dotted 1px #666;
}

ul.side{
	width:202px;
	max-width:100%;
	float:right;
}
ul.side li{
	margin-bottom:15px;
}

/* フッター */

#foot{
	background:url(../images/foot_back.jpg) left bottom repeat-x;
}
.pagetop{
	text-align:center;
	margin-bottom:15px;
}
.foot_in{
	width:920px;
	max-width:90%;
	margin:0 auto;
	font-size:12px;
}
.foot_link{
	width:100%;
	text-align:center;
	line-height:30px;
	color:#7b5e58;
}
.foot_info{
	width:100%;
	height:140px;
	margin:0 auto;
}
.foot_info .left{
	width:50%;
	float:left;
}
.foot_info .left img{
	margin-bottom:10px;
}
.foot_info .right{
	width:45%;
	float:right;
	margin-left:5%;
	padding-top:35px;
	text-align:right;
}
.foot_info ul.right li{
	float:left;
	padding-bottom:12px;
}
.foot_copy{
	width:100%;
	text-align:center;
	color:#fff;
	line-height:47px;
}
.foot_copy a{
	color:#fff;
}
	

@media screen and (max-width: 768px){

#navi{
	display:none;
}
.slicknav_menu {
	display:block;
}
.pc,.pc_head{
	display:none;
}
.sp_head{
	display:block;
	width:90%;
	text-align:center;
	margin:0 auto 20px;
}
ul.side{
	width:90%;
	float:none;
	margin:0 auto;
}
ul.side li{
	width:31%;
	float:left;
	margin:2px 1% 2px 1%;
}

	
}

@media screen and (max-width: 480px){

.sp_img{
	display:block;
}
.pc_img{
	display:none;
}

ul.side{
	text-align:center;
}
ul.side li{
	width:100%;
	margin:0 0 5px 0;
}
#foot{
	background:none;
}
.foot_info{
	height:auto;
}
.foot_info .left{
	width:100%;
	float:none;
}
.foot_info .right{
	width:100%;
	float:none;
	margin:0 auto;
	padding-top:5px;
	text-align:center;
}
.foot_copy{
	background-color:#644646;
	line-height:2em;
}

}