@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width:0px)  {
	.con_title {
		position: relative;
		text-align: center;
		background-image: url(../images/common/title.webp);
		background-size: cover;
		background-position: 50%;
		height: 200px;
	}
	.con_title h2 {
		font-size: 42px;
		line-height: 1.5;
		width:100%;
	}
/* =======================
	　コンテンツ
========================== */
#container .topicpath {
    margin-bottom: 60px;
}
#container {
	width: 90%;
	margin: 60px 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;
}
.box_hnav .wovn-languages ul li:nth-child(n + 2) {
	display: none !important;
}
#menu_list #nav-menu .lang_link.wovn-languages {
	display: none !important;
}
}
/*タブレット*/
@media screen and (min-width:768px) {
/* =======================
	　施設タイプ
========================== */
#container {
	width: 80%;
}
#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;
}
.con_title {
	background-position: 50% 53%;
	height: 300px;
}
}
/* PCページ */
@media screen and (min-width:1025px) {	
/* =======================
	　コンテンツ
========================== */
#container {
	width: 70%;
}
.page_image p{
	width: 100%;
	right: 0;
}
#container {
	width: 1000px;
	margin: 100px auto 30px;
}
#inquiry {
	clear: both;
	width: 90%;
	padding: 0 5% 5% 0%;
}
}
@media screen and (min-width:1280px) {	
/* =======================
	　コンテンツ
========================== */
#container {
	width: 750px;
}
}