/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}


/* 画面サイズが1000px以上の場合に適用 */
@media only screen and (min-width: 770px) {
#otoiawaseBtn2{
	z-index:100;
	position:relative;
	position:fixed;
	right:0;
	top:200px;
}
.tel2{
}
.contact2{
}

.tel2 a img,.contact2 a img{
	display:none;
}
.kaigyou{
	display:block !important;
}
}

@media only screen and (max-width: 770px) {
#otoiawaseBtn2{
	z-index:100;
	position:relative;
	position:fixed;
	bottom:0;
	background:#11B38B;
	width:100%;
	font-weight:bold;
}
.tel2{
	width:50%;
	float:left;
	margin:0 !important;
}
.contact2{
	width:49%;
	float:right;
	border-left:1px #FFF solid;
	margin:0 !important;
}
.tel2 a,.contact2 a{
	color:#FFF;
	text-align:center;
	padding:15px 0;
	display:block;
	font-size: 75%;
	text-decoration: none;
}
.tel2 a img,.contact2 a img{
	margin-right:10px;
}
.kaigyou{
	display:block !important;
}

}
