@charset "utf-8";
@media screen and (max-width: 750px) {
/*=============================
		common
===============================*/
/* wrap */
.wrap{
	width: 100%;
	min-width: 1px;
	margin: 0 auto;
	padding: 0 5.3vw;
}

/* view */	
.pc_view,
.sp_none {
	display: none!important;
}
.sp_view {
	display: block!important;
}
.flex_wrap{
	flex-wrap: wrap;
}

	
/*=============================
		sp_contact
===============================*/
#sp_contact{
	position: fixed;
    bottom: -22vw;
    left: 0;
    width: 100%;
    height: 15.4vw;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    padding: 2vw 0;
    transition: all .5s ease;
}
#sp_contact::before{
	content: "";
	width: 23vw;
	height: 23vw;
	background: url(../images/footer_hiromi_sp.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	left: 1.6vw;
	bottom: 0;
	z-index: 2;
}
#sp_contact.fixed {
    bottom: 0;
}
#sp_contact .flex_wrap{
	justify-content: flex-end;
	column-gap: 2vw;
	padding: 0 2vw;
}
#sp_contact .btn_tel{
    color: #fff;
    width: 35vw;
    height: 11vw;
    border-radius: 1.2vw;
    padding: 0;
    background: #fff;
    box-shadow: 0 0.8vw 0 #cfdfeb;
    text-align: center;
}

#sp_contact .btn_mail{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 3.2vw;
    letter-spacing: 0;
    color: #fff;
    width: 35vw;
    height: 11vw;
    border-radius: 1.2vw;
    padding: 0;
    background: #ff9127;
    box-shadow: 0 0.8vw 0 #c06a1b;
    text-align: center;
}
#sp_contact .btn_mail span{
	display: inline-block;
    padding-left: 5vw;
    background: url(../images/ic_mail.svg) no-repeat left center;
    background-size: 3.6vw auto;
}
}