@charset "utf-8";


/**************************************************50
 * shop
 **************************************************/
#shop{
}
@media screen and (max-width:767px){
	#shop{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	#shop{
		margin-bottom: 100px;
	}
}


/**************************************************50
 * main
 **************************************************/
#main{
}
#main h1{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #4D4D4D;
	text-align: center;
}
#shop_characteristic{
	border: 3px double #4D4D4D;
	color: #4D4D4D;
	display: block;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main address{
}
#shop_locdation{
	line-height: 1.6;
}
#shop_tel{
	line-height: 1.2;
}
#shop_tel:before{
	line-height: 1.2;
	content: "\F03F6";
	font-family: "Material Design Icons";
}
@media screen and (max-width:767px){
	#main{
		margin-bottom: 6.25%;
	}
	#main h1{
		margin-bottom: 3.125%;
		padding: 0 3.125%;
	}
	#shop_characteristic{
		font-size: 125%;
		margin-bottom: 3.125%;
		padding: 3.125% 3.125%;
		width: 93.75%;
		max-width: 680px;
	}
	#main address{
		padding: 0 3.125%;
	}
	#shop_locdation{
		font-size: 112.5%;
		padding: 0 3.125%;
	}
	#shop_tel{
		font-size: 162.5%;
	}
}
@media screen and (min-width:768px){
	#main{
		margin-bottom: 50px;
	}
	#main h1{
		margin-bottom: 50px;
	}
	#shop_characteristic{
		font-size: 150%;
		margin-bottom: 50px;
		padding: 0.5em 1em;
		width: 680px;
	}
	#main address{
	}
	#shop_locdation{
		font-size: 125%;
	}
	#shop_tel{
		font-size: 225%;
	}
}


/**************************************************50
 * info
 **************************************************/
#info{
}
@media screen and (max-width:767px){
	#info{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	#info{
		margin-bottom: 50px;
	}
}


/**************************************************50
 * seat
 **************************************************/
#seat{
}
@media screen and (max-width:767px){
	#seat{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	#seat{
		margin-bottom: 50px;
	}
}


/**************************************************50
 * access
 **************************************************/
#access{
}
#access_map{
	position: relative;
}
#access_map:before{
	content: "";
	display: block;
}
#access_map iframe{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width:767px){
	#access{
		margin-bottom: 6.25%;
	}
	#access_map{
		margin: 0 auto;
		width: 93.75%;
	}
	#access_map:before{
		padding-top: 56.75%;
	}
}
@media screen and (min-width:768px){
	#access{
		margin-bottom: 100px;
	}
	#access_map{
	}
	#access_map:before{
		padding-top: 360px;
	}
}


/**************************************************50
 * news
 **************************************************/
#news{
	text-align: center;
}
@media screen and (max-width:767px){
	#news{
		margin-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	#news{
		margin-bottom: 100px;
	}
}


