@charset "utf-8";
/* CSS Document */
#slider {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: -1;
}
.vegas-slide-inner {
	/* background-attachment: fixed!important; */
}
section {
	background-color: #fff;
}
.top_head_img {
	width: 100%;
	height: 95%;
	background: url();
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	z-index: -1;
}
.top_head_img .txt {
	position: absolute;
	top: 20px;
	color: #fff;
	text-shadow:2px 2px 3px #2d2b49;
	text-align: center;
	line-height: 1.4em;
}
.top_head_img img {
	align-items: center;
	max-width: 480px;
	max-height: 100%;
	animation-delay: 1s;
}
.top_intro {
	background-color: rgba(0,0,0,0.7);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.autoplay li {
	width: 32%;
	margin-right: 2%;
}
.autoplay li:nth-hild(3n) {
	margin-right: 0;
}
.seasonal {
	height: 200px;
	background-size: 130%;
	background-position: right center;
	outline: 1px solid rgba(255,255,255,0.6);
	outline-offset: -8px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.seasonal:before{
	content: '';
	background: inherit;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	z-index: -1;
}
.seasonal .container {
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	justify-content: center;
	align-items: center;
}

.top_menu li p{
	text-align: center;
	margin-top: 20px;
}

@media only screen and (min-width: 1060px) {
.top_intro {
	/*background-image:url(../img/top_bg_01.jpg);*/
}
.top_intro .tate {
	padding: 300px 0 250px;
}
.top_menu li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 60px;
}
.top_menu li:nth-child(3n) {
	margin-right: 0;
}
}
@media only screen and (min-width: 600px) and (max-width: 1059px) {
.top_intro {
	/*background-image:url(../img/top_bg_02.jpg);*/
	background-position: top center;
}
.top_intro .tate {
	padding: 30vw 0 25vw;
}
.top_menu li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
}
.top_menu li:nth-child(3n) {
	margin-right: 0;
}
}

@media only screen and (max-width: 599px) {
.top_head_img img {
	max-height: 450px;
}
.top_intro {
	/*background-image:url(../img/top_bg_03.jpg);*/
	background-position: top center;
}
.top_intro .tate {
	padding: 50vw 0 45vw;
}

.top_menu li {
	width: 46%;
	margin-right: 8%;
	margin-bottom: 60px;
}
.top_menu li:nth-child(2n) {
	float: right;
	margin-right: 0;
}
.top_menu li:nth-child(2) {
	margin-top: 120px;
}
}
