@charset "utf-8";

@font-face {
   font-family: 'Noto Serif';
   src: url('../font/NotoSerif_sub.woff') format('woff'),
        url('../font/NotoSerif_sub.woff2') format('woff2');
 }

html {
  background-color: #fff;
	height: 100%;
}
body {
  position: relative;
	width: 100%;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
	vertical-align: bottom;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.sp {
	display: none;
}
.mincho {
  font-family: "Noto Serif";
}

p.notice {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}

p.notice a {
  text-decoration: underline;
  color: blue;
}

/*=======================
header
=======================*/
header {
  background: #f5f5f5;
  padding: 18px 0 22px;
}
header .inner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
header h1 a {
  display: block;
}
header h1 a img {
  display: block;
}
header #gnav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
header #gnav a{
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 0 10px;
  border-right: 1px solid #959595;
  position: relative;
}
header #gnav a:last-child {
  padding-right: 0;
  border-right: none;
}
header #gnav a:hover {
  color: #319e3f;
}

/*=======================
footer
=======================*/
footer {
  padding: 25px 0 50px;
}
footer .inner {
  width: 1000px;
  margin:  0 auto;
}
footer .fnav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
footer .fnav li {
  padding: 0 13px;
  border-right: 1px solid #959595;
  font-size: 14px;
  line-height: 1.2;
}
footer .fnav li:last-child {
  border-right: none;
}
footer .fnav li a.gaibu {
  padding-right: 17px;
  background: url(../../img/foreign.png) no-repeat right center;
}
footer .fnav li a:hover {
  color: #319e3f;
}
footer .middle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 25px;
}
footer .middle .logo {
  margin-right: 40px;
}
footer .middle .address p {
  font-size: 14px;
}
footer .copy {
  font-size: 12px;
  text-align: center;
}