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

.main_catch{
	background-image: url("../img/shop.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 295px;
	background-size: cover;
	position: relative;
	background-position: center;
}
.main_catch h1{
	color: #FFF;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 15%;
    font-size: 2.2em;
	text-shadow:0 0 10px #000;
}
.map h2{
	background-color: #FFF;
	color: #272727;
	text-align: center;
	line-height: 0em;
    margin: 100px 0 40px 0;
}
.map img{
	width: 50%;
	float: left;
}
.data_naka{
	float: left;
	line-height: 5.2em;
	margin-left: 6%;
}
.data_naka tr{
	border-bottom: 1px #212121 solid;
	
}
.data_naka th{
	vertical-align: middle;
}
.data_naka td{
	font-size: 0.9em;
	vertical-align: middle;
	line-height: 2.2em;
	padding: 0 148px;
}
.line_height_01{
	line-height: 4.7em;
}
.line_height_02{
	line-height: 4.7em;
}
.shop_data_th {
	text-align: left;
}
.google_naka{
	width: 1200px;
	margin-top: 45px;
	height: 250px;
}
.google_kamisu{
	width: 1200px;
	margin-top: 45px;
	height: 250px;
}

@media(max-width:767px){
.shop_inner{
    width: 95%;
    margin: 0 auto;
}
.main_catch h1{
	color: #FFF;
    letter-spacing: 0.1em;
    position: absolute;
    top: 17%;
    left: 10%;
    font-size: 2.2em;
	background-color: rgba(0,0,0,0.5);
	padding: 20%;
}
.map img{
	width: 100%;
	float: left;
}
.data_naka {
    float: left;
    line-height: 5.2em;
    margin: 0 auto;
    width: 100%;
}
.shop_data_th {
	text-align: left;
	padding-left: 20px;
}
.data_naka td{
	font-size: 0.9em;
	vertical-align: middle;
	line-height: 2.2em;
	padding: 0 50px;
}

.google_naka{
	width: 100%;
	margin-top: 45px;
	height: 250px;
}
.google_kamisu{
	width: 100% !important;
	margin-top: 45px;
	height: 250px;
}	
}

@media only screen and (min-device-width:768px) and (max-device-width:1200px){
.map img {
    width: 100%;
    float: none;
}
.data_naka {
    float: none;
    line-height: 5.2em;
    margin-left: 0;
    margin: 0 auto;
}
.google_naka{
	width: 100%;
	margin-top: 45px;
	height: 250px;
}
.google_kamisu{
	width: 100%;
	margin-top: 45px;
	height: 250px;
}		
	

}
