@charset "utf-8";

#title:before{
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
}

#contents .links{
	display: block;
	letter-spacing: -0.4em;
	text-align: right;
	line-height: 0;
	margin: 0 auto 80px;
}
#contents .links>a{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	font-size: 1.7rem;
	line-height: 40px;
	color: #fff;
	background: #8c857b;
	border-radius: 10px;
	min-width: 330px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 20px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .links>a:hover,
#contents .links>a.active{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#contents table{
	max-width: 960px;
	margin: 0 auto 80px;
	border-top: none;
}
#contents table th,
#contents table td{
	font-size: 1.4rem;
	padding: 10px 20px;
	line-height: 160%;
	text-align: left;
	color: #000;
	border-bottom: 1px solid #a8c2d2;
}
#contents table th{
	font-size: 1.6rem;
	width: 270px;
	padding: 10px 20px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #4d668e;
}
#contents table td a{
	color: #000;
}

#contents .column{
	display: block;
	letter-spacing: -0.4em;
	/*text-align: left;*/
	line-height: 0;
	margin: 0 auto 60px;
}
#contents .column>.col{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	line-height: 160%;
	color: #000;
	max-width: 530px;
}
#contents .column>.col.img{
	line-height: 0;
}
#contents .column>.col.tex{
	padding: 40px 0 0;
	margin-left: 60px;
	font-size: 1.5rem;
}
#contents .column>.col.tex2{
	padding: 10px 0 0;
	margin-left: 60px;
}
#contents .column>.col.tex2 p{
	margin: 0 auto 1em;
	font-size: 1.6rem;
}
#contents .column>.col.tex2 p:last-child{
	margin-bottom: 0;
}

#contents iframe{
	width: 100%;
	height: 290px;
	margin: 0 auto 20px;
	border: none;
}

#contents .googlemap{
	text-align: left;
	margin-bottom: 80px;
}
#contents .googlemap>a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#contents .googlemap>a:hover{
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	
	#contents .links{
		text-align: center;
		margin: 0 auto 30px;
	}
	#contents .links>a{
		margin: 0 auto 10px;
        font-size: 1.4rem;
        line-height: 30px;
	}
	
	#contents table,
	#contents table tbody,
	#contents table tr,
	#contents table th,
	#contents table td{
		display: block;
	}
	#contents table{
		margin: 0 auto 60px;
	}
    #contents table tr:first-of-type{
		margin-top: -30px ;
	}
	#contents table th{
		padding: 30px 0 8px 30px;
		width: 90%;
	}

	#contents table td{
		padding: 10px 30px;
	}
	
	#contents .column>.col.img{
		display: block;
		margin: 0 -20px 20px;
		text-align: center;
	}
	#contents .column>.col.img.v2{
		margin: 0 auto 20px;
		width: 250px;
	}
	#contents .column>.col.tex,
	#contents .column>.col.tex2{
		display: block;
		margin-left: 0;
		padding: 0 10px;
	}
	#contents iframe{
		margin: 0 -20px 20px;
	}
}