@charset "UTF-8";

#bg_info+div::before,
#bg_entry+div::before {
    display: block;
    position: absolute;
    content: "";
    width: 30vw;
    height: 15vw;
    min-width: 140px;
    min-height: 110px;
    top: 20%;
    left: auto;
    right: 2%;
    opacity: 0.6;
    background: url(
	/common/upload_data/hayano-hikkoshijp/image/1_w.png) no-repeat right top/contain;
    z-index: 1;
}
#bg_entry+div::before{
	top: auto;
	left: 2%;
	bottom: 20%;
	right: auto;
	background-position: left bottom;
}
#bg_info+div>.content_wrapper::before,
#bg_entry+div>.content_wrapper::before {
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/18.png) no-repeat center left/contain;
}
#bg_entry+div>.content_wrapper::before {
	background-image: url(/common/upload_data/hayano-hikkoshijp/image/17.png);
}
@media screen and (max-width: 1500px){
	#bg_info+div::before{
		top: 1%;
	}
	#bg_entry+div::before{
		bottom: 1%;
	}
}