@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width:0px)  {
/* =======================
	　コンテンツ
========================== */
#container .topicpath {
    margin-bottom: 60px;
}
#container {
	width: 90%;
	margin: 10px auto 50px;
}
#container .ag_box {
    margin-bottom: 50px;
}
#container .ag_box li dl {
    margin-bottom: 20px;
}
#container .ag_box li dl dt {
	font-weight: 600;
}
#inquiry {
	width: 98%;
    padding: 0 0 0 2%;
}
#inquiry h2 {
    margin-bottom: 10px;
}

#inquiry dl {
	width: 100%;
}
#inquiry dl dd {
	margin-bottom: 10px;
}
}
/*タブレット*/
@media screen and (min-width:768px) {
/* =======================
	　施設タイプ
========================== */

#inquiry dl dt {
    width: 16%;
	float: left;
}
#inquiry dl dd {
    overflow: hidden;
}
#container #inquiry .clearfix .add_ttl {	
	float: left;
}
}
/*タブレット(横)*/
@media screen and (min-width:1024px) {
header #logo a {
    width: 100%;
}
.page_image p{
	width: 160%;
	right: -300px;
	position: absolute;
}
}
/* PCページ */
@media screen and (min-width:1025px) {	
/* =======================
	　コンテンツ
========================== */
.page_image p{
	width: 100%;
	right: 0;
}
#container {
	width: 1000px;
	margin: 10px auto 30px;
}
#inquiry {
	clear: both;
	width: 90%;
	padding: 0 5% 5% 0%;
}
}