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


/*==================================================
店舗概要
===================================*/
#mainvisual_store{
	background: url("../img/bg_img002.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 9em 0;
	position: absolute;
	top: 0;
    width: 100%;
	clear: both;
}
#mainvisual_store h2{
	color: #fff;
	text-align: center;
	width: 100%;
	letter-spacing: 0.1em;
}

/*==================================================
h4 共通
===================================*/
#greetings h4,#store_scenery h4,
#store_overview h4,#store_overview h4,
#store_access h4{
	text-align: center;
}
.shop_hr{
    border: 2px solid #4e4500;
    width: 10%;
    margin: 0 auto;
    margin-top: 1.5em;
	margin-bottom: 5em;
}
/*==================================================
ご挨拶
===================================*/
#greetings{
	margin-top: 15em;
	margin-bottom: 3em;
	padding: 5em 0;
	clear: both;
	overflow: hidden;
}
#greetings .wrap{
	width: 80%;
}
#greetings p{
	float: left;
	width: 50%;
}
#greetings img{
	float: right;
	width: 40%;
}

/*==================================================
店舗風景
===================================*/
#store_scenery{
	margin-bottom: 10em;
	overflow: hidden;
}
#store_scenery p{
	text-align: center;
}
#store_scenery ul{
    margin-left: 2em;
    width: 100%;
}
#store_scenery ul li{
	float: left;
	width: 30%;
	margin: 1em 1em 0 0;
}

/*==================================================
店舗概要
===================================*/
#store_overview{
	margin-bottom: 10em;
}

/*==================================================
店舗概要
===================================*/
#store_access{
	margin-bottom: 3em;
}
#store_access p{
	margin-bottom: 1em;
	text-align: center;
}
#store_access iframe{
    margin-left: 15em;
}



























/*==================================================
SP
===================================*/
@media screen and (max-width: 1024px) {
/* overview */
	#store_overview table {
		width: 80%;
	}
/* access */
	#store_access iframe {
		width: 70%;
		margin-left: 9em;
	}
}
/* 850px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 850px) {
/* access */
	#store_access iframe {
		width: 80%;
		margin-left: 5em;
	}
}
@media screen and (max-width: 768px) {

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

}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.shop_hr {
		width: 30%;
	}
/* greetingsy */
	#greetings p {
		float: none;
		width: 100%;
	}
	#greetings img {
		float: none;
		width: 100%;
		margin-top: 3em;
	}
/* scenery */	
	#store_scenery ul {
		margin-left: 0.5em;
		width: 100%;
	}
	#store_scenery ul li {
		width: 45%;
		margin: 1em 1em 0 0;
	}
/* access */
	#store_access iframe {
		width: 90%;
		height: 300px;
		margin-left: 1em;
	}
}
@media screen and (max-width: 391px) {

}












