@charset "UTF-8";
/* CSS Document */

table{
	font-size:2rem;
}

table tr th{
	width: 190px;
	padding-left: 10px;
	border-right: 1px solid #B7B4B4;
}

table tr td{
	padding-left: 50px;
	padding-bottom: 50px;
	
}

/*------------------------------------------------
*
*　google map
--------------------------------------------------*/

.google-map{
	position: relative;
	padding-bottom: 38%; 
	height: 0;
	overflow: hidden;
}

.google-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------------
*
*　タブレット
--------------------------------------------------*/
@media screen and (max-width:960px){
	.google-map{
		padding-bottom: 45%;
	}
	
	
}

/*------------------------------------------------
*
*　sp
--------------------------------------------------*/
@media screen and (max-width:768px){
	table {
		font-size: 1.6rem;
	}
	
	table tr th{
		width: 135px;
	}
	
	table tr td{
		padding-left: 20px;
	}
	
	.google-map{
		padding-bottom: 80%;
	}
	
	
}