@charset "utf-8";
/* CSS Document */
#sub_img .title {
	color: #333;
}
/*address-----------------------------------------------------------------*/
#store {
	margin-top: 20px;
}
.sp_block {
	display: none;
}
#store h3,
#access h3{
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size:30px;
	font-weight: normal;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
#store h3 span,
#access h3 span {
	color: #ccc;
	font-size: 14px;
	padding-left: 20px;
	font-weight: normal;
}
#store .img {
	width: 100%;
	margin-top: 10px;
}
#store .img img {
	width: 100%;
}
#store .store_box {
	width: 100%;
}
#store .store_box h4 {
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	color: #f44a4a;
	margin-top: 20px;
	font-size: 20px;
}
#store .store_box p {
	margin-top: 5px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	padding-left: 20px;
}
#store .store_box p small {
	padding-right: 10px;
}
#store .street {
	margin-top: 20px;
}
#store .street h4 {
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	color: #f44a4a;
	margin-top: 20px;
	font-size: 20px;
	border-bottom: 1px solid #000;
}
#store .street p {
	font-size: 14px;
	margin-top: 10px;
}
#store .street iframe {
	margin-top: 20px;
}

/*map---------------------------------------------------------------------*/
#access {
	margin-top: 40px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 30px;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#access .map_txt {
	text-align: center;
	margin-top: 20px;
	line-height: 180%;
}
#access .map_txt span img {
	vertical-align: middle;
	width: 20px;
	padding-right: 10px;
}

#flow {
	margin-top: 30px;
}
#flow h3 {
	margin-bottom: 20px;
	padding-bottom: 0;
	font-size: 25px;
}
#flow .flow_box {
	width: 33.3333%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
	margin-top: 20px;
	box-sizing: border-box;
	margin: 0 auto;
	height: 280px;
}
#flow .sp_img {
	display: none
}
#flow figure img {
	width: 100%;
}
#flow .flow_box p {
	font-size: 16px;
	line-height: 180%;
	letter-spacing: 1px;
}

/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
	#store {
		padding: 0 20px;
	}
	#access {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	
	.ggmap {
		position: relative;
		padding-bottom: 100%;
		padding-top: 140px;
	}
	.ggmap ifame,
	.ggmap object,
	ggmap emded{
		position: static;
		width: 100%;
		height: 100%;
	}
	#flow .flow_box{
		width: 50%;
		padding-left: 2%;
		padding-right: 2%;
		height: 300px;
	}
}
@media (max-width:415px) {
	#sub_img .title span {
		padding-left: 0;
	}
	.sp_block {
		display: block;
	}
	#flow h3 {
		font-size: 20px;
	}
	#flow .flow_box {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 20px;
		height: auto;
	}
	#flow .pc_img {
		display: none;
	}
	#flow .sp_img {
		display: block;
	}
	#flow .flow_box p {
		margin-top: 10px;
	}
	#flow .arrow {
		width: 50px;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
	}
	#flow .arrow img {
		width: 100%;
	}
}
@media (max-width:320px) {
	
}
#store .store_box p span{display:inline-block;}