header {
	background: url("images/shopguide/pc_header_bg.jpg") center top no-repeat;
	background-size: cover;
	width: 100%;
}

h1 {
	margin-bottom: 60px;
	background: url("images/shopguide/pc_shopguide.png") top center no-repeat;
}
h1 img {
	display: block;
	margin: 0 auto;
	opacity: 0;
}

article section {
	width: 920px;
	padding: 0 40px;
	margin: 0 auto 55px;
	overflow: hidden;
}
article section h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: 1.444;
	margin-bottom: 34px;
}
article section h2 img {
	display: block;
	width: 143px;
	margin-bottom: 5px;
}
article section .info-detail {
	float: left;
	width: 430px;
}
article section .info-detail table {
	width: 100%;
	margin-bottom: 20px;
}
article section .info-detail table tr th,
article section .info-detail table tr td {
	border-bottom: 1px solid #c8c8c8;
	padding: 7px 0;
}
article section .info-detail table tr th {
	font-weight: normal;
	text-align: left;
	width: 82px;
}
article section .info-detail table tr td {
	line-height: 1.615;
}
article section .info-detail > img {
	display: block;
	width: 100%;
}
article section .info-detail > p {
	margin-top: 16px;
	text-align: right;
}
article section .info-detail > p a {
	color: #000;
	position: relative;
	padding-right: 13px;
}
article section .info-detail > p a:after {
	content: "";
	background: url("images/shopguide/link_arrow.png") center center no-repeat;
	background-size: contain;
	width: 5px;
	height: 9px;
	top: 3px;
	right: 0;
	position: absolute;
}
article section .info-detail > p a:hover {
	text-decoration: none;
}

#gmap-shinagawa,
#gmap-shibuya,
#gmap-ikebukuro,
#gmap-yotsuya,
#gmap-shibuyaStream {
	float: right;
	width: 470px;
	height: 360px;
	margin-top: 12px;
}

/* smart phone */
@media only screen and ( max-width: 768px ){

	h1 {
		background-image: none;
		width: 20.8955%;
		margin: 0 auto 8.9552%;
	}
	h1 img {
		opacity: 1;
		width: 100%;
		display: block;
	}

	article section {
		width: 100%;
		padding: 0;
		margin: 0 0 11.7910%;
		overflow: hidden;
	}
	article section h2 {
		font-size: 1.6rem;
		line-height: 1.25;
		margin: 0 auto 5.2238%;
		width: 89.3334%;
	}
	article section h2 img {
		width: 33.1343%;
		margin-bottom: 1.4925%;
	}
	article section .info-detail {
		float: none;
		width: 89.3334%;
		margin: 0 auto;
	}
	article section .info-detail table {
		margin-bottom: 7.1641%;
	}
	article section .info-detail table tr th {
		display: block;
		font-size: 1.4rem;
		border-bottom: 2px solid #c8c8c8;
		width: 100%;
		padding: 1.4925% 0;
	}
	article section .info-detail table tr td {
		display: block;
		line-height: 1.615;
		padding: 1.4925% 0;
		border-bottom: none;
		margin-bottom: 2.9850%;
	}
	article section .info-detail > p {
		margin-top: 5.9701%;
	}
	article section .info-detail > p a {
		text-decoration: none;
		padding-right: 4.1791%;
	}
	article section .info-detail > p a:after {
		width: 3.1940%;
		height: 100%;
		top: 0;
	}

#gmap-shinagawa,
#gmap-shibuya,
#gmap-ikebukuro,
#gmap-yotsuya,
#gmap-shibuyaStream {
	float: none;
	width: 100%;
	height: 34vh;
	margin-top: 8.0597%;
}

.gm-style:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.gm-style .gmnoprint {
	z-index: 1 !important;
}

}