@charset "UTF-8";

	@media screen and (max-width: 639px) {

	.tel{
  		width: 250px;
  		background: none;
  		padding: 10px;
  		border-radius: 5px;
  		margin: 10px auto;
		text-align:center;
		font-size:150%;
		}
	a{
  		display:block;
  		text-decoration: none;
		}
	a:hover{
  		opacity:0.6;
		}



	@media screen and (min-width: 640px) {
		a[href*="tel:"] {
			
				.tel{
  		width: 250px;
  		background: none;
  		padding: 10px;
  		border-radius: 5px;
  		margin: 10px auto;
		text-align:center;
		font-size:50%;
		}
			
			
pointer-events: none;
cursor: default;
text-decoration: none;
					font-size:150%;
}
}		
	/*.tel {
			pointer-events: none;
			cursor: default;
			text-decoration: none;
			}
	}*/