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

/*下層リセット*/

h3{
	background-image: none;
}

h3 img{
	width: 100%;
}

@media screen and (max-width: 960px) {
	h3{
		margin-top: 0;
		padding-top: 0;
	}
}

/*レイアウト*/

h4{
	background-image: url(../images/common/ttl_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	color: #ccc;
	padding-top: 50px;
	margin-bottom: 30px;
}

.profile p,.ooita p,.kawanishi p,.fukuoka p{
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

table{
	width: 100%;
	line-height: 1.5;
}

table th{
	width: 27%;
	background: #ece8e8;
	border: #848484 solid 1px;
	padding: 10px 0;
	text-align: center;
	vertical-align: top;
}

table td{
	border: #848484 solid 1px;
	padding: 10px 0 10px 30px;
}

.ooita table{
	margin-bottom: 20px;
}
.fukuoka table{
	margin-bottom: 20px;
}

.kawanishi,.fukuoka{
	margin: 65px 0 120px;
}
.ooita{
	margin: 65px 0 70px;
}

.kawanishi img,.ooita img,.fukuoka img{
	margin-bottom: 20px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 960px) {
	table th{
		width: 100%;
		box-sizing: border-box;
		display: block;
	}
	
	table td{
		width: 100%;
		box-sizing: border-box;
		display: block;
		padding: 3% 0;
		text-align: center;
	}
	
	.kawanishi,.ooita,.fukuoka{
		margin: 15% 0 10%;
	}
	
	.profile p,.ooita p,.kawanishi p,.fukuoka p{
		font-size: 1.8rem;
		line-height: 1.3;
		margin-bottom: 10%;
	}
	.kawanishi img,.ooita img,.fukuoka img{
		width: 100%;
	}
}