@charset "utf-8";
/*
 * ===================================================
 * 
 * about
 * 
 * ===================================================
 */
/*
 * ---------------------------------------------------
 * about
 * ---------------------------------------------------
 */
#about {}
	#about .txt {
		width: 450px;
		float: left;
	}
		#about .name { font-size: 2.4rem; }
		#about .txt .btnStyle01 { margin-bottom: 10px; }
		#about .phone {
			font-size: 1.8rem;
			font-weight: bold;
			margin-bottom: 20px;
		}
			#about .phone .num { font-size: 2.4rem; }
	#about .map {
		width: 450px;
		float: right;
	}
		#about .map iframe {
			width: 100% !important;
/*			height: 550px !important;*/
			height: 350px !important;
			border: none !important;
			margin-bottom: 20px;
		}
		#about .map .btnStyle01 { text-align: right; }


		#about .map .picmap {

			width: 450px;
			width: 100% !important;
			text-align: center;


		}


#ubie2_pc{
	width: 320px;
	height:100px;
	margin-bottom:-20px;
}
#ubie2_sm{
	display:none;
}




/**
 ****************************************************
 * 
 * screens larger than 768
 * 
 ****************************************************
 */
@media only screen and (min-width: 768px) {
	.pcDspNone { display: none; }
}	/*  @media END */
/**
 ****************************************************
 * 
 * screens smaller than 768
 * 
 ****************************************************
 */
@media only screen and (max-width: 767px) {
	/*
	 * ---------------------------------------------------
	 * about
	 * ---------------------------------------------------
	 */
	#about {}
		#about .txt {
			width: auto;
			float: none;
			margin-bottom: 20px;
		}
		#about .map {
			width: auto;
			float: none;
		}
			#about .map iframe { height: 200px !important; }


	#ubie2_pc{
		display:none;
	}
	#ubie2_sm{
		display:block;
		width: 320px;
		height:100px;
		margin-left:auto;
		margin-right:auto;
	}





}	/*  @media END */


