@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/access/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mainVisual h2 {
  width: 141px;
  margin: 0px auto;
  padding-top: 150px;
}
@media only screen and (max-width: 599px) {
  #mainVisual h2 {
    width: 45%;
  }
}
#mainVisual h2 img {
  width: 100%;
  height: auto;
}

#accessSec1 {
  padding: 75px 0px;
  text-align: center;
  font-color: #190c0c;
}
@media only screen and (max-width: 599px) {
  #accessSec1 {
    padding: 30px 0px;
  }
}
#accessSec1 h1 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  #accessSec1 h1 {
    font-size: 18px;
  }
}
#accessSec1 h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 0px;
  background-color: #0e1111;
  display: block;
}
#accessSec1 iframe, #accessSec1 p {
  width: 80%;
  max-width: 600px;
}
@media only screen and (max-width: 599px) {
  #accessSec1 iframe, #accessSec1 p {
    width: 96%;
  }
}
#accessSec1 iframe {
  height: 340px;
  margin-top: 40px;
  border: 1px solid #333;
}
@media only screen and (max-width: 599px) {
  #accessSec1 iframe {
    height: 260px;
  }
}
#accessSec1 p {
  margin: 10px auto 0px;
  text-align: left;
}
