@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */



/*===========================tab====================================== */
@media screen and (min-width: 640px) and (max-width: 834px){
.sphd .h_logo{
	width: 25%;
}
.sp_sns{
display: flex;
    justify-content: flex-end;
    width: 30%;
    position: fixed;
    right: 50px;
   top: 10px;
    z-index: 9999;
}
.sp_sns li{
	width: 25%;
	margin-left: 5px;
}
.sphd .tel{
	width: 100%;
	position: static;
}
.sphd .insta{
	position:static;
	width: auto;
}
.sphd .line{
	position:static;
	width: auto;
}
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

.sp_sns{
display: flex;
    justify-content: flex-end;
    width: 30%;
    position: fixed;
    right: 50px;
   top: 10px;
    z-index: 9999;
}
.sp_sns li{
	width: 30%;
	margin-left: 5px;
}
.sphd .tel{
	width: 100%;
	position: static;
}
.sphd .insta{
	position:static;
	width: auto;
}
.sphd .line{
	position:static;
	width: auto;
}




}
/*===========================sp END====================================== */