@CHARSET "UTF-8";
/* ■■ width900 ■■ */
@media screen and (max-width: 961px) {

body {
	min-width: 100%;
}


.text {
	font-size:1.0em;
	/*padding:0 20px;*/
}

/*画像関係*/
img {
	width:100%;
	max-width: 100%;
	height: auto;
}
#menu img {
	width:16.5%;
}

#about_people .social img {
	max-width:80px;
	width:30%;
}

#links #links_img {
	text-align: center;
}
#links #links_img img {
	width:30%;

}




.contents {
	width: 100%;
}

.visible900{
	display: block;
	margin:auto;
	}
.hidden900{
	display: none;
	}



#shop_information #map-canvas {
	width: 100% !important;
	max-height:600px;
	height:0px;
	padding-bottom:70%;
}

/* 左右５０％ずつの組み */
#shop_information .float_body {
	width:100%;
}
#shop_information .float_left {
	width:30%;
}
#shop_information .float_right {
	width:68%;
}


/* ■ フォーム ■ */
.submit_btn {
	width:100%;
	height: auto;
	padding-bottom: 5.5%;
}
/* ■ //フォーム ■ */



#latest .float_body {
	width:100%;
	margin:0 auto;

}
#latest .float_header {
}
#latest .float_left {
	float:left;
	margin-right:0.5%;
	width:42%;
	text-align:right;
}
#latest .float_right {
	float:right;
	margin-left:0.5%;
	width:57%;
}




#dl-menu {
	display:block;
	position:fixed;
	top:0;
	text-align: right;
}
.dl-menu {
width:100%;

}
.dl-menuwrapper {
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
    background-color: rgba(51,51,51,0.8)!important;
}




.fixed {
	width:100%;
	height:5%;
}

/* サイドナビゲーション */
#g_side_navi {
	display:none;
}

.copyright{
	font-size: 0.8em;

	}

}