@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  content: " ";
  display: block;
  clear: both;
}

body {
  width: 100%;
  background-color: #fff;
  color: #181818;
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
}

a {
  color: #181818;
}
a:link {
  color: #181818;
}
a:hover {
  color: #181818;
}
a:visited {
  color: #181818;
}

header {
  width: 100%;
  padding: 13px 0px;
}
header div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
@media only screen and (max-width: 599px) {
  header div h1 {
    font-size: 12px;
  }
}
header div p {
  width: 250px;
  height: 41px;
  margin: 10px auto 0px;
}
@media only screen and (max-width: 599px) {
  header div p {
    width: 50%;
  }
}
header div p img {
  width: 100%;
  height: auto;
}

nav {
  width: 100%;
  height: 70px;
  background-color: #0e1111;
}
nav ul {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 5px;
  margin: 0px auto;
  padding: 16px 0px;
  font-size: 0;
}
nav ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  nav ul li {
    width: 23%;
  }
}
nav ul li:first-child img {
  width: 40px;
}
nav ul li:nth-child(2) img {
  width: 60px;
}
nav ul li:nth-child(3) img {
  width: 57px;
}
nav ul li:last-child img {
  width: 88px;
}
@media only screen and (max-width: 599px) {
  nav ul li:last-child {
    width: 25%;
  }
}
nav ul li img:hover {
  opacity: 0.6;
}

footer {
  width: 100%;
  padding: 30px 0px;
  color: #fff;
  background-color: #0e1111;
  text-align: center;
}
footer div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
footer div ul {
  margin: 0px auto;
  padding: 16px 0px;
  font-size: 0;
}
footer div ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  footer div ul li {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
footer div ul li:first-child img {
  width: 40px;
}
footer div ul li:nth-child(2) img {
  width: 60px;
}
footer div ul li:nth-child(3) img {
  width: 57px;
}
footer div ul li:last-child img {
  width: 88px;
}
footer div ul li img:hover {
  opacity: 0.6;
}
footer div p {
  margin-top: 50px;
}
footer div p small {
  font-size: 12px;
}

#mainVisual {
  width: 100%;
  height: 350px;
  background-image: url(../img/top/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mainVisual h2 {
  width: 433px;
  margin: 0px auto;
  padding-top: 150px;
}
@media only screen and (max-width: 599px) {
  #mainVisual h2 {
    width: 90%;
  }
}
#mainVisual h2 img {
  width: 100%;
  height: auto;
}

#topSec1 {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
  padding: 75px 0px;
  text-align: center;
  font-color: #190c0c;
}
@media only screen and (max-width: 599px) {
  #topSec1 {
    padding: 30px 0px;
  }
}
#topSec1 h1 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  #topSec1 h1 {
    font-size: 18px;
  }
}
#topSec1 h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 0px;
  background-color: #0e1111;
  display: block;
}
#topSec1 p {
  margin-top: 30px;
}
#topSec1 div {
  width: 28.1%;
  margin-top: 70px;
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 599px) {
  #topSec1 div {
    width: 80%;
    display: block;
    margin: 40px auto;
  }
}
#topSec1 div img {
  width: 100%;
  height: auto;
}
#topSec1 div.sec1About h3 img {
  width: 78px;
}
#topSec1 div.sec1Access {
  margin: 0% 5%;
}
@media only screen and (max-width: 599px) {
  #topSec1 div.sec1Access {
    margin: 0% auto;
  }
}
#topSec1 div.sec1Access h3 img {
  width: 57px;
}
#topSec1 div.sec1Contact h3 img {
  width: 91px;
}
#topSec1 div p {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #topSec1 div p {
    margin-top: 15px;
    text-align: left;
  }
}

#topSec2 {
  width: 100%;
  height: 520px;
  color: #fff;
  background-image: url(../img/top/bg_sec2_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
#topSec2 h1 {
  padding-top: 200px;
  font-size: 24px;
  font-weight: bold;
}
#topSec2 h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 0px;
  background-color: #fff;
  display: block;
}
#topSec2 p {
  margin-top: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  #topSec2 p {
    width: 80%;
    margin: 20px auto 0px;
    text-align: left;
  }
}

#topSec3 {
  padding: 35px 0px;
  width: 100%;
  color: #665619;
  background-color: #fdf8eb;
}
#topSec3 div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
@media only screen and (max-width: 599px) {
  #topSec3 div {
    padding: 0px;
  }
}
#topSec3 div h1 {
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#topSec3 div h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 30px;
  background-color: #665619;
  display: block;
}
#topSec3 div dl {
  padding: 20px;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 599px) {
 #topSec3 div dl {
  text-align: left;
}
}
#topSec3 div dl:nth-child(even) {
  background-color: #fff;
}
#topSec3 div dl dt, #topSec3 div dl dd {
  font-size: 16px;
  display: block;
}
#topSec3 div dl dt {
  margin-right: 20px;
}
#topSec3 .ddMargin{
  margin-bottom: 20px;
}
#topSec4 {
  width: 100%;
  height: 380px;
  color: #fff;
  background-image: url(../img/top/bg_sec4_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#topSec4 h1 {
  margin-top: 40px;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#topSec4 h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 30px;
  background-color: #fff;
  display: block;
}
#topSec4 p {
  max-width: 850px;
  margin: 0px auto;
  padding: 0px 5px;
  margin: 30px auto 0px;
}
#topSec4 p.btnMial {
  margin-top: 30px;
  padding: 20px 0px;
  width: 400px;
  color: #fff;
  border: 3px solid #fff;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #topSec4 p.btnMial {
    width: 280px;
  }
}
#topSec4 a {
  width: 400px;
  margin: 0px auto;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #topSec4 a {
    width: 280px;
  }
}
#topSec4 a:hover {
  opacity: 0.6;
}
#topSec3 div dl .update{
  margin-bottom: 15px;
  font-size: 15px;
}
