@charset "UTF-8";
/*#################################
	サイト内共通
#################################*/
body {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	transition: .5s;
	opacity: .5;
	cursor: pointer;
	text-decoration: none;
}

/*#################################
	main
#################################*/
.container {
	max-width: 1080px;
	padding: 0 15px;
	margin: 0 auto;
}
#top video {
	width: 100%;
	height: auto;
	border: solid 0 #fff;
	filter: drop-shadow(0px 0px rgb(253, 253, 253));
}
#address {
	padding: 50px 0;
}
#address p {
	text-align: center;
}