@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#image{
	width: 100vw;
	max-width: 1920px;
	height: auto;
	padding: 30rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/image_bg_01.png");
	background-position: center;
	background-size: cover;
}
.image_wrap{
	width: 730px;
	height: 220px;
	display: block;
}
.image_wrap img{
	width: 100%;
	height: auto;
	display: none;
}
}
@media screen and (min-width: 751px) and (max-width: 1080px){
#image{
	width: 100vw;
	height: auto;
	padding: 30vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/image_bg_01.png");
	background-position: center;
	background-size: cover;
}
.image_wrap{
	width: 60vw;
	height: 30vw;
	display: block;
}
.image_wrap img{
	width: 100%;
	height: auto;
	display: none;
}
}

@media screen and (max-width: 750px){
#image{
	width: 100vw;
	height: auto;
	padding: 30vw 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/image_bg_01.png");
	background-position: center;
	background-size: cover;
}
.image_wrap{
	width: 90vw;
	height: 30vw;
	display: block;
}
.image_wrap img{
	width: 100%;
	height: auto;
	display: none;
}
}