/*全体要素*/
body {
	width: 750px;
	margin: 0 auto;
	font-family: serif;
}

/* 横幅が 750px 以下であれば */
@media (max-width: 750px) {
	body {
		width: 750px;
	}
}

header,article,section {
	width: auto;
	margin: 0 auto;
}


div {
	text-align: center;/*全体をセンタリング*/
}

header img {
	width: 100%;
}

.topimg1 {
	display: none;
}

ul li,ol li {
	list-style-type: none;/*リストのポチ消し*/
}

.header {
	background-color: #fff;
}

.bg1 {
	background-color: #51c0dc;
}

.bg2 {
	background-color: #fff;
}

/*メニュー*/

/*ハンバーガーメニュー*/
#nav-drawer {
  position: relative;
  top: -85px;
  left: -290px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #51c0dc;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 500px;
  left: -40px;
  z-index: 9999;/*最前面に*/
  width: 110%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 110%;/*最大幅（調整してください）*/
  height: 178px;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#gnav {
	position: relative;
	top: 4px;
}

li {
	margin: 0 0;
}

li a {
	text-decoration: none;
	display: block;
	text-align: left;
	margin-left: 30%;
	letter-spacing: 3px;
}

.navfont {
	display: none;
}

.navfont {
	display: none;
}

.fontcolor1 {
	color: #6e6e6e;
}

.fontcolor2 {
	color: #51c0dc;
}

.menuline {

}

/*内容*/

h1,h2,h3 {
	color: #fff;
}

p {
	color: #fff;
	font-size: 12px;
}

table,td,th {
	color: #6e6e6e;
	background-color: #fff;
	border: 1px solid #51c0dc;
	border-collapse: collapse;
}

td,th {
	padding: 5px 10px;
}

.tel {
	width: 80%;
}

.article {
	width: 500px;
	display: inline-block;
	text-align: left;
}

.section {
	width: 500px;
	display: inline-block;
	text-align: left;
	margin-top: 50px;
}

.sectionfloat {
	margin-left: 120px;
	margin-bottom: 40px;
}

.jisseki1{
	display: none;
}

.map {
	clear: both;
	width: 500px;
	display: inline-block;
	text-align: left;
}

.mapmargin {
	margin-bottom: 60px;
	width: 500px;
}

.imgmargin {

}

.mojikan1 {

}

.mojikan2 {
	font-size: 18px;
}

.watasi1 {
	display: none;
}

.seimei1 {
	display: none;
}

.h1_sinrai1 {
	width: 500px;
}

.h1_tasika1 {
	display: none;
}

.h1_tasika2 {
	width: 400px;
}

.h1_mizunopro1 {
	position: relative;
	top: 480px;
}

.h1_mizunopro2 {
	position: relative;
	top: -200px;
	left: 120px;
}

.h1_mizunopro3{
	width: 400px;
	position: relative;
	top: 480px;
}

.h1_jabkouhou1 {
	width: 380px;
}

.h1_jabkouhou2 {

}

.wdimg1 {
	margin-left:  40px;
	margin-top: 20px;
}

.wdimg2 {

}

.wdimg3 {
	margin-bottom: 20px;
	float: right;
}

.wdimg4 {
	float: right;
	position: relative;
	top: -70px;
}

/*フッター*/

@media (max-width: 750px) {
footer {
	box-sizing: border-box;
}
}

footer {
	text-align: center;
}

footer h2 {
	margin: 0 0 0 0;
}

footer h3 {
	margin: 50px 0 0 0;
	color: #6e6e6e;
}

footer p {
	margin: 0 0 15px 0;
	color: #6e6e6e;
	font-size: 14px;
}

.footer {
	display: inline-block;
	width: auto;
}

.footer h2, .footer h3, .footer p {
	text-align: center;
}

.footer h2 {
	color: #f78c6c;
	font-size: 40px;
}

#footer {
	background-image: url(../img/noumura_footer.png);
	background-size: 100%;
}

.fontsize1 {
	font-size: 25px;
}

.ftmenu {
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	color: #000;
}

.ftmenu a {
	color: #000;
	text-decoration: none;
}