@charset "utf-8";

section,article,aside,hgroup,header,footer,main,nav,figure{
  display: block;
}
* {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
img {
	display: block;
	border: none;
	margin-left:10px;
}
a {
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
body {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #333;
	background-color: #f6f4f1;
}

#wrapper{
    min-height: 100vh;
position: relative;/*←相対位置*/
    padding-bottom: 40px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}

/*ヘッダー*/

header {
	height: 300px;
	background-color: #b0e0e6;
	box-shadow: 0px 2px 4px #333333;
	width: 100%;
	position: relative;
	z-index:100;
}

h1 {
padding-top: 240px;
padding-left: 30px;
}
#gNavi {
	width: 1100px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-left: 5px;
	clear: both;
}
#gNavi li {
	float: left;
	font-weight: 700;
	font-size: 17px;
}
#gNavi li:nth-child(1) {
	width: 200px;
}
#gNavi li:nth-child(2) {
	width: 200px;
}
#gNavi li:nth-child(3) {
	width: 250px;
}
#gNavi li:nth-child(4) {
	width: 200px;
}
#gNavi li:nth-child(5) {
	width: 200px;
}
#gNavi li:nth-child(6) {
	width: 200px;
}
#gNavi li:nth-child(7) {
	width: 200px;
}
#gNavi li:nth-child(8) {
	width: 250px;
}
#gNavi li:nth-child(9) {
	width: 200px;
}
#gNavi li:nth-child(10) {
	width: 200px;
}
#gNavi li:nth-child(11) {
	width: 200px;
}
#gNavi li:nth-child(12) {
	width: 200px;
}
#gNavi li:nth-child(13) {
	width: 250px;
}
#gNavi li:nth-child(14) {
	width: 200px;
}
#gNavi li:nth-child(15) {
	width: 200px;
}
#gNavi li:nth-child(16) {
	width: 200px;
}
#gNavi li:nth-child(17) {
	width: 200px;
}
#gNavi li:nth-child(18) {
	width: 250px;
}
#gNavi li:nth-child(19) {
	width: 250px;
}
#gNavi li a {
	color: #4682b4;
	padding-left: 25px;
	display: block;
}
#gNavi li a:hover {
	color: #f7d8d7;
}
footer {
	width: 100%;
	height: 40px;
	padding-top: 10px;
	padding-left: 50px;
	color: #fff;
	font-size: 9px;
	background-color: #2d5d77;
	-webkit-box-shadow: 2px 0 4px #666;
	box-shadow: 2px 0 4px #666;
 	position: absolute;/*←絶対位置*/
   bottom: 0; /*下に固定*/
}

h2 {
	color: #fff;
	font-size:24px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	font-size: 18px;

	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#backIndex {
padding-left: 10px;
padding-bottom: 20px;
font-weight: bold;
}

.nihonbashi {
	background-color: #ff7f50;
}
.ootemachi {
	background-color: #b55233;
}
.ishinomaki {
	background-color: #c8c2be;
}
.yuaiclinic {
	background-color: #008080;
}
.shimamura {
	background-color: #eb6ea0;
}
.moka {
	background-color: #4682b4;
}
.kanagawa {
	background-color: #9cbe25;
}
.etc {
	background-color: #3c168e;
}
.shimokita {
	background-color: #d2b74e;
}
.bridgestone {
	background-color: #ff0000;
}
.mochida {
	background-color: #8fbc8f;
}
.chuou {
	background-color: #a4a8d4;
}
.ookuma {
	background-color: #009944;
}
.hatakeyama {
	background-color: #9370db;
}
.inpex {
	background-color: #191970;
}
.kanden {
	background-color: #aa4c8f;
}
.nagaoka {
	background-color: #fcc800;
}
.konami {
	background-color: #b79b5b ;
}
.uchikanda {
	background-color: #f4b3c2 ;
}
