@charset "utf-8";

.bg_town{
	background:url(../img/bg_town.png) repeat-x; margin-top:40px;
	padding-top:140px; padding-bottom:15px;
}

@media screen and (max-width: 750px){
.bg_town{margin-top:0px;
	padding-top:140px; padding-bottom:15px;
}
} /* sp */


/*20210514 for floatBunner*/

.follow_contact a:hover {
	opacity: 0.7;
}

#fc1 {
    display: none;
	/*position: fixed;
	bottom: 20%;
	right: -285px;
	z-index: 50;
	-webkit-transition: right 0.3s ease;
	transition: right 0.3s ease;*/
}
/*#fc1.show {
	right: 0;
	-webkit-transition: right 0.5s ease;
	transition: right 0.5s ease;
}*/
@media screen and (max-width: 750px) {
	#fc1 {
		bottom: 17%;
	}
}/*end*/
/*#fc2 {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 50;
	opacity: 0;
	transition: opacity 0.3s ease;
}
#fc2.show {
	opacity: 1;
	transition: opacity 0.5s ease;
}
#fc3 {
	position: fixed;
	top: 5%;
	opacity: 0;
	right: 0;
	z-index: 1000;
	transition: all 0.3s ease;
}
#fc3.show {
	top: 10%;
	opacity: 1;
	transition: all 0.5s ease;
}*/

#follow_contact_bottom {
	display: none;
}
@media screen and (max-width: 750px) {
	/*#fc2 {
		position: fixed;
		bottom: 20%;
		right: 0;
		z-index: 1000;
	}
	#fc2.show {
	}*/
    .follow_contact img{
	    width:43px;
}/*end*/
    	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	.sp_disp.inline {
		display: inline!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}
}/*end*/

