html,body,ul,h2,h3,p{
	margin:0;
	padding:0;
	font-family: serif;
}
*{
	box-sizing: border-box;
}




/* フッター */
footer{
	background-color: black;
	text-align: center;
	color: white;
}
.footer-banner{
	margin-top:10px;

}
.footer-logo{
	padding-top: 25px;
	width: 200px;
	height: auto;
}
.footer-address{
	font-size: 15px;
}
.footer-tel{
	padding-top: 15px;
	font-size: 22px;
	font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.footer-navigation{
	width: 50%;
	height: 40px;
	margin: 15px auto;
	border: solid 1px white;
}
.footer-navigation ul li{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-right:40px;
	line-height: 40px;

}
.footer-navigation ul li:last-child{
	margin-right: 0;
}
.footer-navigation ul li a{
	color: white;
	text-decoration: none;
	font-size: 15px;
}
.footer-navigation ul li a:visited{
	color: white;
}



/* 店舗案内のヘッダー */

.information-header{
	width: 100%;
	height: 400px;
	background-color: black;
	color: white;
	padding-top: 100px;
	background-image: url(../images/hero_top.jpg);
	background-size: cover;
}
.information-header-english{
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.5em;
}
.information-header-title{
	font-size: 42px;
	text-align: center;
	letter-spacing: 0.5em;
}
.information-header-bar{
	width: 480px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.information-header-description{
	text-align: center;
	font-size: 15px;
	padding-bottom: 50px;
}

/* 店舗案内のアクセス */

.access{
	display: flex;
	margin: 50px 0 150px;
	align-items: flex-end;
}
.googlemap{
	width: 50%;
}
.googlemap iframe{
	width: 100%;
	height: 300px;
}
.access-text{
	width: 50%;
	margin-left: 50px;
	line-height: 1.8em;
}

@media screen and (max-width: 765px) {

	/* おしながきのヘッダー */
	
	.information-header{
		height: 250px;
		padding-top: 40px;
	}
	.information-header-english{
		font-size: 12px;
	}
	.information-header-title{
		font-size: 36px;
	}
	.information-header-bar{
		width: 280px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.information-header-description{
		font-size: 12px;
	}
	
	/* 店舗案内のアクセス */

.access{
	display: block;
}
.googlemap{
	width: 100%;
}

.access-text{
	margin-top: 40px;
	width:70%;
}
	

	/* フッター */
	
	
	.footer-logo{
		width: 150px;
	}
	.footer-address{
		font-size: 12px;
	}
	.footer-tel{
		font-size: 18px;
	}
	.footer-navigation{
		width: 90%;
	}
	.footer-navigation ul li a{
		font-size: 12px;
	}
	
	.footer-banner{
		width: 90vw;
	}
}