@charset "utf-8";

#container {
	width: auto;
}

header {
	text-align: center;
	height: auto;
	margin-bottom: 0px;
}

header h1 {
	display: none;
}
header #logo {
	position: static;
	padding: 10px 0px;
}
header #logo img {
	width: 95%;	
	height: auto;
}

header address {
	position: static;
	width: auto;
	margin: 0px auto 0px;
}

nav#menu ul {
	position: static;
}

nav#menu ul li {
	float: none;
	width: auto;
}
nav#menu ul li a {
	margin: 0px;
	margin-bottom: 5px;
}

nav#menu ul li:last-child {
	margin-bottom: 0px;
}

#contents {
	width: auto;
}

#main2 {
	float: left;	
	width: 100%;	
	padding-bottom: 20px;
	position: relative;
	left: 0px;
}
#main3 {
	float: left;	
	width: 100%;	
	padding-bottom: 20px;
	position: relative;
	left: 0px;
}
#main9 {
	float: left;	
	width: 100%;	
	padding-bottom: 20px;
	position: relative;
	left: 0px;
}

#main, #sub {
	float: none;
	width: auto;
	position:static

}
#main p {
	padding: 0.5em 5px 1em;
}

#icon  img {
	height: auto;
	width: 100%;
	}

#mainimg {
	height: auto;
	width: 100%;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);		
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);				
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f4f4f4));	
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);			
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#FFF, #f4f4f4 49%, #e8e8e8 50%, #FFF 100%);					
}

#new dl {
	height: auto;
	padding-left: 5px;
}

#new dt {
	float: none;
	width: auto;
}

#new dd {
	padding-left: 0;
}

/*施設ボックス
---------------------------------------------------------------------------*/
#main .list section {
	width: 48%;		
	margin-left: 1%;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main .list section a {
	width: 100%;
	height: 200px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#main section.list.simple article img {
	width: 100%;
	padding-left: 0px; 
	line-height: 2;
	overflow: hidden;
}

#main .list section figure img {
	width: 100%;
	height: auto;
}
#main section.list.simple article {
	padding: 5px;
	line-height: 1.5;
	overflow: hidden;
}
#main9 section.list.simple article {
	padding: 5px;
	line-height: 1.5;
	overflow: hidden;
}
/*テキストリンク
---------------------------------------------------------------------------*/
nav#footermenu ul {
	position: static;
}

nav#footermenu ul li {
	float: none;
	width: auto;
}
nav#footermenu ul li a {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 9px;
}

nav#footermenu ul li:last-child {
	margin-bottom: 20px;
}


#main section.list article p {
	margin-left: 0;
}


#main section.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}
#kyositu p {
	margin-left: 0;
}
#kyositu figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

#icon {
	height: auto;
	width: 80%;
	position: relative;
}

.ta1 td{
	width: auto;
	padding: 2px;
}

.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 110px;
	left: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 6px 6px 0px;
}

/*スマホ用tel表示*/
#pc_tel {
	display: none;
}
#sp_tel {
	display: inline;
}




.company {
width: 95%;
margin:auto 20px auto 10px;
border-collapse: collapse;
}

.company2 {
width: 98%;
margin:auto 20px auto 5px;
border-collapse: collapse;
}


.flow_box
width: 95%;
margin:auto 20px auto 10px;
border-collapse: collapse;
}

/*パンくず非表示
---------------------------------------------------------------------------*/
nav#breadcrumbs ol li {
  display: none;
 }
 
 
 .google_map img {
 	max-width: 80%;
 }