@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 751px){
.banner_sp_btn{
	display: none;
}
	
#banner_sp{
	display: none;
}
#banner_sp.active{
	display: none;
}
.banner_sp_wrap{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: fixed;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.banner_sp_bg{
	width: 100vw;
	height: 25vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items: center;
}
.banner_sp_bg img{
	width: 100vw;
	height: 25vw;
}
.banner_sp_info{
	width:70vw;
	height: auto;
	position: absolute;
	z-index: 1;
	bottom: 1vw;
	left: 12.5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner_sp_info_back{
	width:70vw;
	height: auto;
	position: absolute;
	z-index: 0;
	bottom: -0.5vw;
	left: 12.5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	
.banner_sp_tel{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	left: -2vw;
	bottom: 6vw;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 1vw 0;
}
.banner_sp_tel_back{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
	bottom: 6vw;
	left: -2vw;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 1vw 0;
}
.banner_sp_tel p{
	color: #ff0000;
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1em;
}
.banner_sp_tel_back p{
	color: white;
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1em;
	text-stroke: 1.25vw white;
	-webkit-text-stroke: 1.25vw white;
 
}
.banner_sp_date{
	width: auto;
	height: auto;
	position: absolute;
	bottom: 2vw;
	z-index: 1;
}
.banner_sp_date p{
	margin: 0;
	line-height: 1em;
}
.banner_sp_date_back{
	width: auto;
	height: auto;
	position: absolute;
	bottom: 2vw;
	z-index: 1;
	opacity: 0;
}
.banner_sp_mail{
	width: auto;
    height: 14.5vw;
}
.banner_sp_mail img{
	width: auto!important;
	height: 14.5vw!important;
}
.tel{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}
.tel_icon{
	width: auto;
	height: 6vw;
	margin-right: .25rem;
}
}
@media screen and (max-width: 750px){
.banner_sp_btn{
	width: 100vw;
	height: 25vw;
	display: block;
	position: static;
	z-index: 99;
}
#banner_sp{
	width: 100vw;
	height: 25vw;
	display: block;
	position: fixed;
	z-index:99;
	bottom: 0;
	left: 0;
	transition: .25s;
}
#banner_sp.active{
	bottom: 2.4rem;
	transition: .25s;
}
.banner_sp_wrap{
	width: 100vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: fixed;
	z-index: -1;
	bottom: 0;
	left: 0;
	transition: .25s;
}
.banner_sp_wrap.active{
	bottom: 2.4rem;
	transition: .25s;
	
}
.banner_sp_bg{
	width: 100vw;
	height: 25vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items: center;
}
.banner_sp_bg img{
	width: 100vw;
	height: 25vw;
}
.banner_sp_info{
	width:70vw;
	height: auto;
	position: absolute;
	z-index: 1;
	bottom: 1vw;
	left: 12.5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner_sp_info_back{
	width:70vw;
	height: auto;
	position: absolute;
	z-index: 0;
	bottom: -0.5vw;
	left: 12.5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	
.banner_sp_tel{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	left: -2vw;
	bottom: 6vw;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 1vw 0;
}
.banner_sp_tel_back{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
	bottom: 6vw;
	left: -2vw;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 0 1vw 0;
}
.banner_sp_tel p{
	color: #ff0000;
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1em;
}
.banner_sp_tel_back p{
	color: white;
	font-weight: bold;
	font-size: 7.5vw;
	line-height: 1em;
	text-stroke: 1.25vw white;
	-webkit-text-stroke: 1.25vw white;
 
}
.banner_sp_date{
	width: auto;
	height: auto;
	position: absolute;
	bottom: 2vw;
	z-index: 1;
}
.banner_sp_date p{
	margin: 0;
	line-height: 1em;
}
.banner_sp_date_back{
	width: auto;
	height: auto;
	position: absolute;
	bottom: 2vw;
	z-index: 1;
	opacity: 0;
}
.banner_sp_mail{
	width: auto;
    height: 14.5vw;
}
.banner_sp_mail img{
	width: auto!important;
	height: 14.5vw!important;
}
.tel{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
}
.tel_icon{
	width: auto;
	height: 6vw;
	margin-right: .25rem;
}
}