@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;
}
.photo {
	width : 100vw ; /* 画面幅の50％ */
}
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: 75px;
	background-color: #b0e0e6;
	box-shadow: 0px 2px 4px #333333;
	width: 100%;
	position: relative;
	z-index:100;
}

h1 {
font-size: 20px;
padding-top: 40px;
padding-left: 30px;
}
#gNavi {
	background-color: #f6f4f1;
	margin-top: 25px;
	margin-left: 5px;
	clear: both;
}


#gNavi li a {
	font-size: 16px;
	color: #4682b4;
	padding-left: 25px;
	display: block;
}

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: 16px;
	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: #ff1a1a;
}
.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 ;
}